summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2025-11-04Fix highlight for LWO and QUICDavid Göransson1-9/+9
2025-11-04Keep expand state while securedDavid Göransson4-50/+75
2025-11-04Show all obfuscation methodsDavid Göransson1-4/+4
2025-11-04Fix resource nameDavid Göransson22-42/+22
2025-11-04Enable R8 resource shrinkingDavid Göransson1-0/+1
2025-11-04Fix design issues with include account tokenJonatan Rhodin1-7/+12
2025-11-04Set ignore until for android to the correct yearJonatan Rhodin1-16/+16
2025-11-03Update include account token in problem reportsJonatan Rhodin9-93/+232
- Move checkbox below message - Add warning about anonymity - Change from AccountToken to account-token in support message
2025-11-03Bump all osv-scanner ignores for android 3 monthsJonatan Rhodin1-16/+16
2025-10-30Move gradle repos to settingsAlbin4-13/+15
2025-10-28Update baseline-prof.txtKalle Lindström1-1025/+2155
2025-10-28Rename 'shared' to 'repository'Kalle Lindström70-104/+106
2025-10-28Add option to show relay location in notificationKalle Lindström56-43/+480
This PR adds the following: - An option to show the relay location in the connection notification. - A new submenu under Settings called Notifications. - In the new Notifications screen a toggle to enable/disable showing the location in the notification.
2025-10-27Increase test timeoutDavid Göransson1-25/+27
2025-10-27Enable gotatun by default in gradleAlbin1-1/+1
2025-10-27Rename boringtun to gotatun in gradleAlbin2-4/+4
2025-10-27Update lockfileJonatan Rhodin2-456/+446
2025-10-27Update ktfmt to 0.25.0Jonatan Rhodin9-57/+52
2025-10-27Update protobuf to 4.33.0Jonatan Rhodin1-1/+1
2025-10-27Update kotlin to 2.2.21Jonatan Rhodin1-1/+1
2025-10-27Update ksp to 2.30Jonatan Rhodin1-1/+1
2025-10-27Update compose to 1.9.4Jonatan Rhodin1-1/+1
2025-10-24Fix android linux build doc commandsAlbin1-2/+4
2025-10-24Remove android no wireguard key stringJonatan Rhodin20-20/+0
2025-10-24Remove unused 'no wireguard key' errorDavid Lönnhager3-4/+0
2025-10-23Fix failing test due to time zone changeKalle Lindström8-14/+14
2025-10-23Fix outdated Android linux build instructionsAlbin1-19/+5
2025-10-22Verify that release builds did not pollute the working directoryLinus Färnstrand1-3/+15
Refuse to sign binaries or produce final bundles if building the app made the git working directory dirty. A dirty working directory is an indication that the build process changed something that it should not touch
2025-10-22Add entry and exit no relay errorsJonatan Rhodin8-15/+28
The old no relay error is still kept for single hop
2025-10-22Clear OOT notification on login/revoke screensKalle Lindström10-27/+77
There are cases when a user may get to the login or device revoked screens without their previously scheduled account expiry notification being cancelled. This can happen if for some reason the dameon has not sent the logged out/revoked event, for example if the account is logged out via the website while the app is not running. This PR cancels the notification when the user gets to the login or device revoked screens.
2025-10-21Update changelog for android/2025.9Jonatan Rhodin1-0/+4
2025-10-20Update translationsJonatan Rhodin19-34/+205
2025-10-20Depend on classpaths only when writing lockfileDavid Göransson1-33/+38
2025-10-20Update verification metadataDavid Göransson2-3/+4
2025-10-20Add scroll to selection testsJonatan Rhodin3-1/+365
2025-10-15Update lockfileDavid Göransson2-701/+736
2025-10-15Clarify aapt versionDavid Göransson2-7/+7
2025-10-15Suppress entire blockDavid Göransson1-1/+1
2025-10-15Update baselineDavid Göransson1-1/+1
2025-10-15Fix similar dependency lint warningDavid Göransson3-49/+4
2025-10-15Bump mockk to 1.14.6David Göransson1-1/+1
2025-10-15Bump ksp to 2.2.20-2.0.4David Göransson1-2/+1
2025-10-15Bump ktor to 3.3.1David Göransson1-1/+1
2025-10-15Update grpc suppressionDavid Göransson1-2/+2
2025-10-15Bump grpc jar to 1.5.0David Göransson1-1/+1
2025-10-15Bump grpc to 1.76.0David Göransson1-1/+1
2025-10-15Bump compose destinations to 2.3.0David Göransson1-1/+1
2025-10-15Bump compose to 1.9.3David Göransson1-1/+1
2025-10-15Enable the user to include their account token in problem reportsJonatan Rhodin7-23/+121
2025-10-14Improve login and create account error messagesJonatan Rhodin24-92/+806
- Add support for more types of login error messages - Add more detail to create account error message - Show info dialog when api is unreachable