| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-11-16 | Revert "Set custom dns toggle in onStart" | Albin | 1 | -9/+13 | |
| Reverts non-working fix for custom dns toggle inconsistency. The result is working custom dns toggle behavior which is in sync with the previous releases (2022.2, 2022.3). This reverts commit 880b529651f2db43d51c44d65576aa3ce315f05a. | |||||
| 2022-11-14 | Add privacy policy link in settings | Albin | 3 | -0/+8 | |
| 2022-11-01 | Fix broken instrumented android test | Albin | 1 | -1/+1 | |
| 2022-10-21 | Update log out string on Android | Oskar Nyberg | 13 | -13/+12 | |
| 2022-10-12 | Update translations | Oskar Nyberg | 20 | -183/+221 | |
| Signed-off-by: Albin <albin@mullvad.net> | |||||
| 2022-10-12 | Mark some Android strings as non-translatable | Albin | 2 | -2/+4 | |
| 2022-10-12 | Remove unused Android strings | Albin | 1 | -16/+0 | |
| 2022-10-12 | Remove unused wireguard layout | Albin | 1 | -121/+0 | |
| 2022-10-12 | Add notification permission for android 13 | saber safavi | 8 | -11/+76 | |
| Also prevent foreground service notification from being dismissed | |||||
| 2022-10-10 | Make Android fetch versionName and versionCode from mullvad-version | Linus Färnstrand | 1 | -2/+9 | |
| 2022-10-05 | Change straight apostrophes to curly apostrophes | Hank | 1 | -4/+4 | |
| 2022-09-26 | Add android themed icon | Albin | 2 | -0/+10 | |
| 2022-09-26 | Fix pending intent flags | Albin | 3 | -11/+25 | |
| 2022-09-26 | Refactor sdk dependent calls | Albin | 3 | -15/+24 | |
| 2022-09-22 | Disable account creation while entering account number | saber safavi | 2 | -5/+17 | |
| 2022-09-16 | Change custom dns icon | saber safavi | 3 | -12/+12 | |
| remove unused drawable | |||||
| 2022-09-14 | Revert "Merge branch 'migrate-android-talpid-to-dedicated-subproject'" | Albin | 17 | -2/+463 | |
| This reverts commit 0c44c211bdfc0756ad556835d5a988799ee6dfbc, reversing changes made to 49c3a16d927dd9f47a4b8d3780a25a7c5716bc6a. | |||||
| 2022-09-13 | Move talpid classes to talpid subproject | Albin | 16 | -463/+0 | |
| 2022-09-13 | Add empty talpid subproject | Albin | 1 | -0/+2 | |
| Talpid classes will be moved in a following commit. | |||||
| 2022-09-12 | Sort device list by creation date | Albin | 2 | -4/+15 | |
| 2022-09-12 | Expose device creation date to kotlin | Albin | 1 | -1/+2 | |
| 2022-09-12 | Refactor parsing of date string | Albin | 2 | -9/+17 | |
| 2022-09-09 | Update translations | Albin | 19 | -19/+19 | |
| 2022-09-09 | Fix problem report error text | Albin | 1 | -3/+2 | |
| 2022-09-09 | Update translations | Albin | 8 | -8/+8 | |
| 2022-09-09 | Fix problem report follow-up text | Albin | 1 | -1/+1 | |
| 2022-09-09 | Updating version in package files | Albin | 1 | -2/+2 | |
| 2022-09-08 | Fix account number ui in account settings | Albin | 4 | -53/+60 | |
| Changes: * Increases the size of the show/hide and copy buttons. * Auto-resize the account number if the font scaling makes it too wide. | |||||
| 2022-09-08 | Make account number row not clickable | Albin | 1 | -2/+0 | |
| 2022-09-06 | Disable settings button during login | Albin | 2 | -2/+14 | |
| Disabling the settings button during login will prevent some strange UI behavior. It also doesn't make much sense to open it while the login is loading. | |||||
| 2022-09-06 | Refresh device when opening account view | Albin | 1 | -0/+7 | |
| Refreshes the device after the account view is fully visible (after animation) to avoid flickering. | |||||
| 2022-09-06 | Fix non-cleared backstack for device revoked view | Albin | 1 | -0/+1 | |
| 2022-09-06 | Show spinners on missing data in account view | Albin | 1 | -3/+3 | |
| 2022-09-06 | Reduce flickering on login failure | Albin | 2 | -1/+18 | |
| The flickering behavior is reduced by adding a short delay for all states except the loading state. | |||||
| 2022-09-06 | Fix disabled login button on login failure | Albin | 1 | -1/+1 | |
| Instead of disabling the login button on login failure it will now be enabled to let user attempt the log in again. | |||||
| 2022-09-03 | Explicitly export activity and services | Albin | 1 | -1/+19 | |
| This commit also adds brief documentation in the manifest to motivate the export configuration. | |||||
| 2022-09-01 | Fix view transition crash | Albin | 8 | -13/+13 | |
| Fixes view transition crashes by allowing state loss as view models are used rather than the instance state. | |||||
| 2022-09-01 | Fix tunnel info expansion state on resume | Albin | 4 | -19/+44 | |
| Ensures that the tunnel info expansion state is remembered across the pause/resume flow. This is done by replacing the previous state handling with a view model. | |||||
| 2022-08-30 | Fix unsafe cast | Albin | 1 | -1/+1 | |
| 2022-08-15 | Updating version in package files | Linus Färnstrand | 1 | -2/+2 | |
| 2022-08-10 | Set custom dns toggle in onStart | Albin | 1 | -13/+9 | |
| 2022-08-10 | Set state of toggle button immediately | Emīls Piņķis | 2 | -0/+12 | |
| 2022-07-29 | Fix scope usage in tile service | Albin | 1 | -7/+7 | |
| Reverts part of the changes in the following commit due to how scopes are used: 9258a8825a9ffc5b30faad6700d71dde87680554 | |||||
| 2022-07-29 | Fix slow login spinner during view transition | Albin | 1 | -5/+15 | |
| 2022-07-29 | Fix flicker on login to expired account | Albin | 1 | -0/+22 | |
| 2022-07-29 | Skip clearing repo cache on removed device | Albin | 1 | -1/+0 | |
| 2022-07-29 | Add loading spinner ui to device list items | Albin | 1 | -20/+39 | |
| 2022-07-29 | Improve device list error handling | Albin | 2 | -6/+50 | |
| 2022-07-29 | Add device vm list caching | Albin | 2 | -4/+9 | |
| 2022-07-29 | Improve device repo list caching | Albin | 5 | -19/+80 | |
