summaryrefslogtreecommitdiffhomepage
path: root/android/src
AgeCommit message (Expand)AuthorFilesLines
2019-09-09Adjust header alpha 0.6->0.8 on AndroidLinus Färnstrand2-2/+2
2019-09-07Show key age in wireguard key fragmentEmīls Piņķis3-4/+23
2019-09-07Update public key model in AndroidEmīls Piņķis1-1/+1
2019-09-07Update keygen model againEmīls Piņķis6-59/+141
2019-09-07Use notification channel for service notificationJanito Vaqueiro Ferreira Filho2-1/+23
2019-09-06Use new tunnel parameter error block reason in AndroidEmīls Piņķis3-4/+21
2019-09-06Prioritize tunnel state over key state in notification bannerEmīls Piņķis1-1/+1
2019-09-06Remove key status listener from connect buttonEmīls Piņķis2-43/+1
2019-09-06Show no connection state when blocked in wireguard fragmentEmīls Piņķis2-2/+16
2019-09-05Make cancel/disconnect button less transparentLinus Färnstrand2-2/+4
2019-09-05Update red to 227, 64, 57 / #E34039Linus Färnstrand3-6/+6
2019-09-03Rename color referencesJanito Vaqueiro Ferreira Filho1-5/+5
2019-09-03Show "Blocked connection" status messageJanito Vaqueiro Ferreira Filho2-1/+9
2019-09-02Re-order Android layout for consistencyLinus Färnstrand2-30/+30
2019-09-02Always show Manage keys button on AndroidLinus Färnstrand1-6/+6
2019-09-02Change text on verify wg key buttonLinus Färnstrand3-3/+3
2019-09-02Change text on manage keys button on wg viewLinus Färnstrand3-4/+4
2019-08-29Set notification icon colorJanito Vaqueiro Ferreira Filho1-0/+1
2019-08-29Update notification with tunnel state messagesJanito Vaqueiro Ferreira Filho3-2/+75
2019-08-29Create `ForegroundNotificationManager` classJanito Vaqueiro Ferreira Filho2-23/+36
2019-08-29Move `ConnectionProxy` to `MullvadVpnService`Janito Vaqueiro Ferreira Filho2-2/+6
2019-08-29Defer `ConnectionProxy` availabilityJanito Vaqueiro Ferreira Filho4-29/+58
2019-08-29Store tunnel state in `WireguardKeyFragment`Janito Vaqueiro Ferreira Filho1-2/+4
2019-08-29Create `SmartDeferred` helper typeJanito Vaqueiro Ferreira Filho1-0/+32
2019-08-29Create `JobTracker` helper classJanito Vaqueiro Ferreira Filho1-0/+46
2019-08-29Use `EventNotifier` in `ConnectionProxy`Janito Vaqueiro Ferreira Filho3-19/+22
2019-08-29Create `EventNotifier` helper classJanito Vaqueiro Ferreira Filho1-0/+42
2019-08-29Remove semicolonsJanito Vaqueiro Ferreira Filho1-13/+13
2019-08-29Remove unused fieldJanito Vaqueiro Ferreira Filho1-1/+0
2019-08-29Remove redundant listener configurationJanito Vaqueiro Ferreira Filho1-10/+0
2019-08-29Start activity to request VPN permission if neededJanito Vaqueiro Ferreira Filho2-1/+13
2019-08-29Separate `MainActivity` and `Context` usageJanito Vaqueiro Ferreira Filho2-5/+17
2019-08-29Move VPN intent generation to `ConnectionProxy`Janito Vaqueiro Ferreira Filho2-11/+17
2019-08-29Move VPN permission to `ConnectionProxy`Janito Vaqueiro Ferreira Filho2-12/+9
2019-08-29Show foreground notification for VPN serviceJanito Vaqueiro Ferreira Filho7-0/+22
2019-08-29Show public key in case sensitive mannerEmīls Piņķis1-1/+1
2019-08-27Remove text formatting in account inputJanito Vaqueiro Ferreira Filho1-0/+8
2019-08-27Refactor code to leave account input error stateJanito Vaqueiro Ferreira Filho1-5/+8
2019-08-27Refactor account input border updatesJanito Vaqueiro Ferreira Filho1-4/+12
2019-08-27Implement "Create account" button behaviorJanito Vaqueiro Ferreira Filho2-0/+12
2019-08-27Add "Create account" buttonJanito Vaqueiro Ferreira Filho2-0/+30
2019-08-27Change login subtitle text colorJanito Vaqueiro Ferreira Filho1-1/+1
2019-08-19Update connection listeners in ConnectFragment in onPause() and onResume()Emīls Piņķis1-9/+10
2019-08-19Add wireguard key fragment to android appEmīls Piņķis8-13/+463
2019-08-19Always return unvalidated key from daemonEmīls Piņķis1-1/+1
2019-08-16Trim user email address for problem reportJanito Vaqueiro Ferreira Filho1-1/+1
2019-08-16Don't force version label to be capitalizedJanito Vaqueiro Ferreira Filho1-1/+0
2019-08-15Update notification banner on version info changesJanito Vaqueiro Ferreira Filho2-0/+12
2019-08-15Remove `currentVersion` propertyJanito Vaqueiro Ferreira Filho1-6/+3
2019-08-15Use version callback in `SettingsFragment`Janito Vaqueiro Ferreira Filho1-9/+14