summaryrefslogtreecommitdiffhomepage
path: root/android/src/main
AgeCommit message (Collapse)AuthorFilesLines
2020-04-27Disable copying information when it is `null`Janito Vaqueiro Ferreira Filho1-1/+1
2020-04-27Allow enabling or disabling the `InformationView`Janito Vaqueiro Ferreira Filho1-1/+11
2020-04-27Use new widgets in WireGuard key screenJanito Vaqueiro Ferreira Filho3-169/+39
2020-04-27Create `TimeAgoFormatter` helper typeJanito Vaqueiro Ferreira Filho1-0/+36
2020-04-27Allow showing spinner when information is missingJanito Vaqueiro Ferreira Filho3-17/+36
2020-04-27Use `whenMissing` attribute in account layoutJanito Vaqueiro Ferreira Filho2-15/+6
2020-04-27Add `whenMissing` attribute to the new widgetJanito Vaqueiro Ferreira Filho2-3/+46
2020-04-27Use new widgets in `AccountFragment`Janito Vaqueiro Ferreira Filho2-80/+25
2020-04-27Create `CopyableInformationView` helper widgetJanito Vaqueiro Ferreira Filho3-1/+70
2020-04-27Create `InformationView` helper widgetJanito Vaqueiro Ferreira Filho4-0/+102
2020-04-27Add spinners to WireGuard key informationJanito Vaqueiro Ferreira Filho3-13/+59
2020-04-27Add spinner to show when verifying keyJanito Vaqueiro Ferreira Filho2-9/+31
2020-04-27Show time since WireGuard key was generatedJanito Vaqueiro Ferreira Filho2-14/+6
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
Makes the button slightly transparent when disabled.
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