summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2023-08-04Fix scroll crash by bumping to compose rcAlbin1-1/+1
2023-08-04Apply updated ktfmt formattingAlbin39-0/+91
2023-08-04Add missing quantities to lint baselineAlbin1-1/+331
These missing quantities will instead be investigated in a separately planned task since it also have impact on the desktop apps.
2023-08-04Update gradle lockfileAlbin1-428/+449
2023-08-04Bump kotlinAlbin1-2/+2
2023-08-04Bump kotlinx coroutinesAlbin1-1/+1
2023-08-04Bump ktfmtAlbin1-1/+1
2023-08-04Bump agpAlbin1-2/+2
2023-08-04Replace all use of `lazy_static` with `once_cell`Markus Pettersson3-20/+11
To align more with the upcoming standardizations within the Rust ecosystem which started with the release of `1.70.0` and the inevitable deprecation of `lazy_static`.
2023-08-03Fix Connect view DPAD navigationsaber safavi1-11/+8
2023-08-03Update gradle lockfileAlbin1-412/+396
2023-08-03Include unit test task in lockfile generation scriptAlbin1-1/+1
2023-08-03Fix lint task dependencyAlbin1-0/+6
2023-08-03Update lint baselineAlbin3-4/+15
2023-08-03Update to jdk 17 in build instructionsAlbin1-2/+2
2023-08-03Bump container image, jdk, gradle and agpAlbin16-29/+36
2023-08-03Migrate translation-converter to err_deriveLinus Färnstrand4-25/+28
2023-08-02Bump linux base image used in android imageAlbin1-1/+1
2023-08-02Bump container jdk to 17Albin1-3/+4
Also updates `ca-certificates-java` since the jdk installation would fail otherwise.
2023-08-02Update lint baselineAlbin1-77/+11
2023-08-01Update gradle lockfileAlbin1-286/+301
2023-08-01Bump recyclerview dependencyAlbin1-1/+1
2023-08-01Bump fragment dependencyAlbin1-1/+1
2023-08-01Bump koinAlbin2-5/+9
2023-08-01Bump play publish pluginAlbin1-1/+1
2023-08-01Bump gradle version pluginAlbin1-1/+1
2023-08-01Bump leak canaryAlbin1-1/+1
2023-08-01Bump turbineAlbin1-1/+1
2023-08-01Fix Disconnect Button color alpha valuesaber safavi2-3/+6
2023-08-01Update ui testAlbin1-1/+1
2023-08-01Reduce location info flickeringAlbin1-2/+8
2023-08-01Throttle connect and reconnect clicksAlbin1-2/+18
2023-08-01Fix connect button flickeringAlbin1-21/+7
2023-08-01Update unit testsAlbin1-5/+9
2023-08-01Filter out empty and short-name country locationsAlbin1-4/+8
2023-08-01Move connect vm debounce from tunnel state to ui stateAlbin1-3/+2
2023-08-01Add copy icon feedback on clicksaber safavi2-27/+106
2023-07-31Add scroll to connect view to support split viewsaber safavi1-5/+4
2023-07-31Suppress CVE-2023-3782Albin1-0/+8
This CVE only affect certain test cases so suppressing until patched.
2023-07-31Fix missing dependencies in android lockfileAlbin1-0/+15
The missing dependencies were added by including the `dependencyCheckAnalyze` task in the command that generates the lockfile.
2023-07-28Add UI and VM unit testssaber safavi2-0/+225
2023-07-28Cleanup unused filessaber safavi11-974/+0
2023-07-28Add account screensaber safavi2-244/+222
2023-07-28Add account row componentssaber safavi8-0/+199
2023-07-28Add ViewModel and related MVVM partssaber safavi4-5/+85
2023-07-28Fix wrong ui service connection test packageAlbin2-4/+2
2023-07-28Move vpn service classes to service moduleAlbin24-30/+105
2023-07-28Move class and action constants to common moduleAlbin5-8/+18
2023-07-28Move MessengerExtensions to ipc moduleAlbin5-5/+5
2023-07-28Move common utils to common moduleAlbin43-128/+129