| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-04 | Update lockfile | David Göransson | 1 | -5/+5 | |
| 2025-07-04 | Bump uiautomator to 2.4.0-alpha05 | David Göransson | 1 | -1/+1 | |
| 2025-07-03 | Remove reference to removed info button in new device notification | Jonatan Rhodin | 20 | -20/+1 | |
| 2025-07-03 | Update lockfile | David Göransson | 3 | -363/+362 | |
| 2025-07-03 | Fix gradle kotlinOptions warnings | David Göransson | 22 | -74/+156 | |
| 2025-07-03 | Add comment about agp issue | David Göransson | 1 | -0/+3 | |
| 2025-07-03 | Bump mockk to 1.14.4 | David Göransson | 1 | -2/+1 | |
| 2025-07-03 | Bump billingclient to 8.0.0 | David Göransson | 1 | -1/+1 | |
| 2025-07-03 | Bump splashscreen to 1.2.0-rc01 | David Göransson | 1 | -1/+1 | |
| 2025-07-03 | Bump gradle to 8.14.2 | David Göransson | 1 | -2/+2 | |
| 2025-07-03 | Bump junit android plugin to 1.13.1.0 | David Göransson | 1 | -1/+1 | |
| 2025-07-03 | Bump ktfmt plugin to 0.23.0 | David Göransson | 1 | -1/+1 | |
| 2025-07-03 | Bump kotlin to 2.2.0 | David Göransson | 1 | -2/+2 | |
| 2025-07-02 | Update changelog for android/2025.5 | Jonatan Rhodin | 1 | -2/+8 | |
| 2025-07-02 | Update fonts to be more inline with design and material design | Jonatan Rhodin | 73 | -336/+235 | |
| 2025-07-01 | Fix failing unit tests in AddTimeViewModelTest | Jonatan Rhodin | 1 | -10/+8 | |
| 2025-06-30 | Reset purchase state when closing the add time bottom sheet | Jonatan Rhodin | 3 | -35/+35 | |
| Also immediately update the expiry date after a successful purchase | |||||
| 2025-06-30 | Fix bottom bar bottom margin | Jonatan Rhodin | 2 | -6/+20 | |
| 2025-06-30 | Update changelog | Cameron Aaron | 1 | -0/+3 | |
| Co-authored-by: Albin <albin@mullvad.net> | |||||
| 2025-06-30 | Enable alpha publishing of prod app | Albin | 2 | -1/+2 | |
| 2025-06-30 | Clarify script output | Albin | 1 | -3/+6 | |
| 2025-06-30 | Handle unchanged version in prepare script | Albin | 1 | -0/+4 | |
| 2025-06-30 | Handle missing or unchanged relay list in prepare script | Albin | 1 | -3/+9 | |
| 2025-06-30 | Update translations | Jonatan Rhodin | 19 | -70/+279 | |
| 2025-06-30 | Fix issue with normalization in the translation script | Jonatan Rhodin | 1 | -2/+6 | |
| 2025-06-24 | Enable support for creating a custom list with locations | Jonatan Rhodin | 4 | -26/+19 | |
| 2025-06-19 | Update lockfile | Jonatan Rhodin | 3 | -743/+796 | |
| 2025-06-19 | Replace mocked lists with normal lists with mocked items | Jonatan Rhodin | 2 | -4/+4 | |
| 2025-06-19 | Remove deprecated junit platform | Jonatan Rhodin | 1 | -7/+0 | |
| 2025-06-19 | Update dependencies | Jonatan Rhodin | 1 | -9/+9 | |
| 2025-06-19 | Use AlarmManager for notifications | Kalle Lindström | 37 | -424/+645 | |
| Instead of scheduling system notifications from a flow we now schedule them independently from the app lifecycle via AlarmManager. This is done so that for example an expiry notification that the user dismissed won't get redisplayed if the app process gets killed and then restarted. When the account exiry time is fetched we schedule an alarm that will show a notification 3 days before the account time expires. This alarm then also schedules a new alarm to show the following notification and so on. To make this work this PR also introduces two new broadcast receivers; one on boot received listener and one on time time/timezone changed listener. Beause Android clears alarms when the devices is rebooted/the time is changed we need these listeners to re-trigger the alarm. To enable the broadcast receivers to re-trigger the alarm we also have to persist the expiry time in the DataStore preferences. | |||||
| 2025-06-18 | Update changelog for android/2025.5-beta1 | Jonatan Rhodin | 1 | -0/+15 | |
| 2025-06-18 | Enable opt-in to MTE async mode | Cameron Aaron | 1 | -0/+2 | |
| 2025-06-16 | Sort split tunneling apps in the correct order | Jonatan Rhodin | 2 | -2/+20 | |
| 2025-06-16 | Remove google pay icon | Jonatan Rhodin | 2 | -31/+0 | |
| 2025-06-13 | Bump netty related vulns | Jonatan Rhodin | 1 | -3/+3 | |
| 2025-06-13 | Add instructions on how to update SDK version | Jonatan Rhodin | 1 | -1/+3 | |
| 2025-06-13 | Update sdk version to 36 | Jonatan Rhodin | 2 | -27/+2 | |
| 2025-06-12 | Update android sdk command line tools to latest | Jonatan Rhodin | 1 | -2/+2 | |
| 2025-06-12 | Update container version sdk and build tools version to 36 | Jonatan Rhodin | 1 | -2/+2 | |
| 2025-06-09 | Update payment flow within the app | Jonatan Rhodin | 67 | -2038/+2325 | |
| Also add support for 3 months in-app purchases | |||||
| 2025-06-05 | Update verification metadata | Jonatan Rhodin | 2 | -418/+453 | |
| 2025-06-05 | Update lint ignore | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-06-05 | Update gradle plugin to 8.10.1 | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-06-05 | Add lint ignore for page size | Jonatan Rhodin | 1 | -0/+2 | |
| 2025-06-05 | Update junit to 5.13.0 | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-06-05 | Update grpc to 1.73.0 | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-06-05 | Update protobuf to 4.31.1 | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-06-05 | Update lifecycle to 2.9.1 | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-06-05 | Update appcompat to 1.7.1 | Jonatan Rhodin | 1 | -1/+1 | |
