summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/kotlin
AgeCommit message (Expand)AuthorFilesLines
2020-04-27Rename `uiJobTracker` to `jobTracker`Janito Vaqueiro Ferreira Filho1-5/+5
2020-04-27Use job creation helper methodJanito Vaqueiro Ferreira Filho1-6/+6
2020-04-27Hide spinner correctlyJanito Vaqueiro Ferreira Filho1-11/+5
2020-04-27Add helper functions to spawn specific job typesJanito Vaqueiro Ferreira Filho1-0/+8
2020-04-27Refactor how key information is shownJanito Vaqueiro Ferreira Filho1-42/+25
2020-04-27Don't consider key status for "Manage Key" stateJanito Vaqueiro Ferreira Filho1-1/+0
2020-04-27Change how key status message is shownJanito Vaqueiro Ferreira Filho1-30/+53
2020-04-27Create `keyStatus` propertyJanito Vaqueiro Ferreira Filho1-4/+13
2020-04-27Refactor how buttons are updatedJanito Vaqueiro Ferreira Filho1-16/+34
2020-04-27Implement support for named jobs in `JobTracker`Janito Vaqueiro Ferreira Filho1-0/+21
2020-04-27Replace flags with `ActionState` enumJanito Vaqueiro Ferreira Filho1-13/+16
2020-04-27Move `resetReconnectionExpected` methodJanito Vaqueiro Ferreira Filho1-11/+11
2020-04-27Create new `widget` packageJanito Vaqueiro Ferreira Filho5-3/+8
2020-04-27Refactor to move pause and resume methodsJanito Vaqueiro Ferreira Filho1-36/+36
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 Filho2-105/+20
2020-04-27Create `TimeAgoFormatter` helper typeJanito Vaqueiro Ferreira Filho1-0/+36
2020-04-27Allow showing spinner when information is missingJanito Vaqueiro Ferreira Filho1-10/+17
2020-04-27Use `whenMissing` attribute in account layoutJanito Vaqueiro Ferreira Filho1-13/+2
2020-04-27Add `whenMissing` attribute to the new widgetJanito Vaqueiro Ferreira Filho1-3/+42
2020-04-27Use new widgets in `AccountFragment`Janito Vaqueiro Ferreira Filho1-34/+10
2020-04-27Create `CopyableInformationView` helper widgetJanito Vaqueiro Ferreira Filho2-1/+66
2020-04-27Create `InformationView` helper widgetJanito Vaqueiro Ferreira Filho1-0/+78
2020-04-27Add spinners to WireGuard key informationJanito Vaqueiro Ferreira Filho2-1/+25
2020-04-27Add spinner to show when verifying keyJanito Vaqueiro Ferreira Filho1-0/+10
2020-04-27Show time since WireGuard key was generatedJanito Vaqueiro Ferreira Filho1-13/+5
2020-04-27Create `TimeSinceLabel` helper classJanito Vaqueiro Ferreira Filho1-0/+53
2020-04-27Change how public key is copied to the clipboardJanito Vaqueiro Ferreira Filho1-10/+18
2020-04-27Make the "Generate key" a buttonJanito Vaqueiro Ferreira Filho1-29/+13
2020-04-27Make "Verify key" a buttonJanito Vaqueiro Ferreira Filho1-26/+10
2020-04-27Use the custom button widget for "Manage keys"Janito Vaqueiro Ferreira Filho1-20/+10
2020-04-27Create custom `Button` widgetJanito Vaqueiro Ferreira Filho1-0/+31
2020-04-27Move `WireGuard key` option into `Advanced` screenJanito Vaqueiro Ferreira Filho2-8/+23
2020-04-27Show specific error when VPN permission is deniedJanito Vaqueiro Ferreira Filho3-2/+9
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-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