summaryrefslogtreecommitdiffhomepage
path: root/android/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-27Create `TimeSinceLabel` helper classJanito Vaqueiro Ferreira Filho3-0/+76
2020-04-27Update toast for copying Mullvad account numberJanito Vaqueiro Ferreira Filho1-1/+1
2020-04-27Change how public key is copied to the clipboardJanito Vaqueiro Ferreira Filho3-14/+24
2020-04-27Change style of WireGuard key valid textJanito Vaqueiro Ferreira Filho1-2/+3
2020-04-27Change style of public key and key generated textsJanito Vaqueiro Ferreira Filho2-27/+36
2020-04-27Make the "Generate key" a buttonJanito Vaqueiro Ferreira Filho2-59/+20
2020-04-27Make "Verify key" a buttonJanito Vaqueiro Ferreira Filho2-56/+18
2020-04-27Use the custom button widget for "Manage keys"Janito Vaqueiro Ferreira Filho2-29/+19
2020-04-27Create custom `Button` widgetJanito Vaqueiro Ferreira Filho1-0/+31
2020-04-27Make "Manage keys" a buttonJanito Vaqueiro Ferreira Filho1-22/+9
2020-04-27Place the buttons on the lower part of the screenJanito Vaqueiro Ferreira Filho1-0/+9
2020-04-27Move `WireGuard key` option into `Advanced` screenJanito Vaqueiro Ferreira Filho5-33/+47
2020-04-27Show specific error when VPN permission is deniedJanito Vaqueiro Ferreira Filho4-2/+12
2020-04-27Ensure `prepare` is called before creating tunnelJanito Vaqueiro Ferreira Filho1-0/+5
2020-04-27Adjust android code for new mullvad-rpcEmīls2-2/+3
2020-04-22Migrate files to new locationJanito Vaqueiro Ferreira Filho1-0/+11
2020-04-22Create `FileMigrator` helper classJanito Vaqueiro Ferreira Filho1-0/+18
2020-04-22Remove hard-coded log directory for problem reportJanito Vaqueiro Ferreira Filho1-2/+2
2020-04-22Store problem report file in app's files directoryJanito Vaqueiro Ferreira Filho2-6/+16
2020-04-22Refactor `FileResourceExtractor`Janito Vaqueiro Ferreira Filho2-6/+8
2020-04-22Refactor to create `prepareFiles()` methodJanito Vaqueiro Ferreira Filho1-2/+6
2020-04-22Use Android app files directory for resourcesJanito Vaqueiro Ferreira Filho2-12/+8
2020-04-22Use Android app's files directory for logsJanito Vaqueiro Ferreira Filho1-2/+6
2020-04-22Use cache directory given by AndroidJanito Vaqueiro Ferreira Filho1-2/+2
2020-04-20Change no email confirmation dialog button colorsEmīls1-2/+2
2020-03-30Don't overwrite MTU value when user is editing itJanito Vaqueiro Ferreira Filho1-1/+3
2020-03-30Only submit values that are inside the rangeJanito Vaqueiro Ferreira Filho1-1/+3
2020-03-30Add `hasFocus` property to `CellInput`Janito Vaqueiro Ferreira Filho1-5/+14
2020-03-30Listen for MTU value setting changesJanito Vaqueiro Ferreira Filho1-0/+22
2020-03-30Add `tunnelOptions` property to `Settings` classJanito Vaqueiro Ferreira Filho1-0/+1
2020-03-30Create `TunnelOptions` data classJanito Vaqueiro Ferreira Filho1-0/+5
2020-03-30Derive `IntoJava` for `wireguard::TunnelOptions`Janito Vaqueiro Ferreira Filho1-0/+3
2020-03-30Add `value` property to `CellInput`Janito Vaqueiro Ferreira Filho1-1/+7
2020-03-30Save WireGuard MTU valueJanito Vaqueiro Ferreira Filho1-0/+6
2020-03-30Add `onSubmit` property to `CellInput`Janito Vaqueiro Ferreira Filho1-1/+11
2020-03-30Implement `MullvadDaemon.setWireguardMtu` methodJanito Vaqueiro Ferreira Filho1-0/+5
2020-03-30Parameterize MTU range in footer textJanito Vaqueiro Ferreira Filho3-4/+9
2020-03-30Change input color based on input valueJanito Vaqueiro Ferreira Filho2-0/+41
2020-03-30Add `WireGuard MTU` setting to Advanced settingsJanito Vaqueiro Ferreira Filho5-0/+57
2020-03-30Implement navigation button behaviorJanito Vaqueiro Ferreira Filho1-1/+10
2020-03-30Update Settings screen to open Advanced screenJanito Vaqueiro Ferreira Filho1-1/+5
2020-03-30Create empty Advanced settings screenJanito Vaqueiro Ferreira Filho2-0/+50
2020-03-30Create menu entry for the Advanced settings screenJanito Vaqueiro Ferreira Filho3-0/+29
2020-03-27Make sure location is updated atomicallyJanito Vaqueiro Ferreira Filho1-4/+6
2020-03-27Limit to one fetch at a timeJanito Vaqueiro Ferreira Filho1-4/+0
2020-03-27Refactor fetch job tracking logicJanito Vaqueiro Ferreira Filho1-22/+41
2020-03-27Update `LocationInfo` in UI threadJanito Vaqueiro Ferreira Filho1-1/+6
2020-03-27Only fetch real location when disconnectedJanito Vaqueiro Ferreira Filho1-1/+1
2020-03-27Listen for tunnel events in `LocationInfoCache`Janito Vaqueiro Ferreira Filho3-2/+8
2020-03-27Move `ConnectionProxy` to `service` packageJanito Vaqueiro Ferreira Filho6-7/+3