| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-14 | Adapt CheckableRelayListItem to new design | David Göransson | 2 | -37/+19 | |
| 2025-07-10 | Implement recents support in daemon | Kalle Lindström | 4 | -3/+43 | |
| 2025-07-10 | Fix incorrect check of RAAS | David Göransson | 1 | -1/+1 | |
| 2025-07-10 | Add e2e test for Google play purchases | David Göransson | 13 | -6/+178 | |
| 2025-07-10 | Fix typo | David Göransson | 1 | -1/+2 | |
| 2025-07-10 | Run `cargo fmt` | Sebastian Holmin | 2 | -2/+2 | |
| 2025-07-09 | Remove trailing whitespace | Sebastian Holmin | 1 | -3/+3 | |
| 2025-07-09 | Add runTest to missing tests | David Göransson | 1 | -8/+9 | |
| 2025-07-09 | Fix more flakiness | David Göransson | 1 | -4/+7 | |
| 2025-07-09 | Remove nullable paymentState | David Göransson | 3 | -13/+43 | |
| 2025-07-09 | Fix test flakiness | David Göransson | 2 | -3/+9 | |
| 2025-07-09 | Bump Android dockerfile base image to c099f08f8 | Linus Färnstrand | 1 | -1/+1 | |
| 2025-07-09 | Inline format arguments | Linus Färnstrand | 3 | -7/+7 | |
| 2025-07-08 | Update documentation | Albin | 1 | -4/+0 | |
| 2025-07-07 | Simplify prepare script dirty check syntax | Albin | 1 | -1/+1 | |
| 2025-07-07 | Limit dirty working dir check to release builds | Albin | 1 | -11/+11 | |
| Instead of applying to all builds, the check is now limited to release builds. This is necessary since files and directories are removed as part of building for F-Droid. It might also be useful for debug builds. | |||||
| 2025-07-07 | Update Android changelog | Kalle Lindström | 1 | -1/+3 | |
| Fix AlarmManager typo and location in the changelog. | |||||
| 2025-07-07 | Add info about prepare-release.sh script | David Göransson | 1 | -0/+13 | |
| 2025-07-07 | Add check for dirty repo before building | David Göransson | 1 | -0/+5 | |
| 2025-07-07 | Handle untracked changes in pre-flight checks | David Göransson | 1 | -1/+1 | |
| 2025-07-07 | Handle untracked changes in prepare script | David Göransson | 1 | -1/+1 | |
| `git diff` can not diff untracked files, this commit makes use of `git status` to detect changes instead. Since the relays.json is not checked in it would otherwise not correct add the commit for the relays.json. | |||||
| 2025-07-04 | Restructure & redesign components | David Göransson | 62 | -772/+1270 | |
| - Change to new look and feel of list items - Add support for clicking inactive relays, with info message if relay, country or custom list is unavailable. | |||||
| 2025-07-04 | Update lockfile | David Göransson | 2 | -27/+20 | |
| 2025-07-04 | Create new design system module | David Göransson | 5 | -2/+51 | |
| 2025-07-04 | Remove waitForStable workaround | David Göransson | 3 | -18/+4 | |
| 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 | |
