| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-06-26 | Add kermit dependency | Albin | 1 | -0/+1 | |
| 2024-06-25 | Update compose to 1.7.0-beta03 | Jonatan Rhodin | 4 | -5/+9 | |
| Also update some related libraries that were required This fixes a crash on release build | |||||
| 2024-06-24 | Fix unit test | Jonatan Rhodin | 1 | -0/+10 | |
| 2024-06-24 | Add delay at least wrapper and apply to test api method | Jonatan Rhodin | 4 | -11/+28 | |
| 2024-06-24 | Add unit test for changelog parsing | Jonatan Rhodin | 1 | -0/+38 | |
| 2024-06-24 | Parse changelog with bullet point list instead of just newlines | Jonatan Rhodin | 2 | -3/+11 | |
| 2024-06-19 | Ignore case when ordering split tunneling apps | Jonatan Rhodin | 1 | -2/+4 | |
| 2024-06-19 | Add unit test for disconnect on welcome viewmodel | Jonatan Rhodin | 1 | -0/+13 | |
| 2024-06-19 | Add ui test for disconnect button | Jonatan Rhodin | 1 | -11/+51 | |
| 2024-06-19 | Show disconnect button when connected in welcome screen | Jonatan Rhodin | 3 | -20/+32 | |
| 2024-06-19 | Fix navigation mixup in settings | Jonatan Rhodin | 1 | -2/+2 | |
| 2024-06-19 | Replace retry with exponential backoff with arrow schedule | Jonatan Rhodin | 9 | -64/+44 | |
| Also clean up the code related to play purchase verification | |||||
| 2024-06-19 | Update existing tests | Albin | 12 | -75/+67 | |
| 2024-06-19 | Align UseCases | David Göransson | 33 | -112/+119 | |
| 2024-06-18 | Add auto-capitalization to custom list name input | Jonatan Rhodin | 2 | -1/+6 | |
| 2024-06-18 | Fix unit test | Jonatan Rhodin | 1 | -3/+3 | |
| 2024-06-17 | Use dropUnlessResumed to prevent duplicate navigation | David Göransson | 41 | -192/+203 | |
| 2024-06-17 | Get value of data directory value at app startup | Markus Pettersson | 2 | -8/+7 | |
| Remove `APP_PATH` from `mullvad-paths` on Android since it should not be a constant value. Instead, it is passed down from the Android app startup. As it turns out, it is really ever used for pointing to the RPC socket in use. | |||||
| 2024-06-14 | Add ui tests for api access method | Jonatan Rhodin | 6 | -0/+754 | |
| 2024-06-14 | Add unit tests for Api access method | Jonatan Rhodin | 7 | -5/+751 | |
| 2024-06-14 | Add ui for api access method functionality | Jonatan Rhodin | 39 | -101/+2771 | |
| 2024-06-14 | Add api acccess method functionality | Jonatan Rhodin | 1 | -0/+85 | |
| 2024-06-14 | Fix text overflow and max lines on connect screen | David Göransson | 2 | -0/+14 | |
| 2024-06-14 | Ensure permission in-app notification title is single line | David Göransson | 1 | -0/+3 | |
| 2024-06-14 | Update auto-connect for TV users to legacy and update description | David Göransson | 2 | -10/+3 | |
| 2024-06-13 | Clarify lockdown limitations in guide | Albin | 1 | -28/+103 | |
| 2024-06-13 | Fix test | Albin | 1 | -0/+4 | |
| 2024-06-13 | Fix missing device refresh | Albin | 3 | -0/+3 | |
| 2024-06-12 | Show account history on login screen if present | David Göransson | 1 | -15/+7 | |
| 2024-06-12 | Format xml files | Albin | 1 | -5/+2 | |
| 2024-06-11 | Prevent loading when logging out | David Göransson | 4 | -17/+37 | |
| 2024-06-10 | Unify account number naming | Albin | 14 | -64/+64 | |
| Use variations of "account number" rather than "account token" throughout the kotlin code base. | |||||
| 2024-06-04 | Simplify ViewModel and take setting once | David Göransson | 3 | -108/+61 | |
| 2024-06-04 | Fix colors and add one more test | David Göransson | 7 | -17/+74 | |
| 2024-06-04 | Add test | David Göransson | 5 | -6/+92 | |
| 2024-06-04 | Add support for UDP-over-TCP port | David Göransson | 6 | -4/+58 | |
| 2024-06-03 | Remove by custom DNS by index | David Göransson | 4 | -13/+14 | |
| 2024-06-03 | Lift DeviceRepository to AppModule | David Göransson | 2 | -2/+2 | |
| 2024-05-29 | Migrate to gRPC | David Göransson | 222 | -5962/+4311 | |
| Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2024-04-22 | Use only blue as a top bar color in the welcome screen | Jonatan Rhodin | 1 | -13/+2 | |
| 2024-04-19 | Add delete custom list entry bottom sheet | David Göransson | 3 | -4/+94 | |
| 2024-04-19 | Fix duplicate entries when adding through bottom sheet | David Göransson | 2 | -2/+8 | |
| 2024-04-18 | Fix missing cities and relays in custom list | Jonatan Rhodin | 4 | -43/+98 | |
| 2024-04-17 | Fix unit tests | Jonatan Rhodin | 4 | -18/+85 | |
| 2024-04-17 | Fix ui tests | Jonatan Rhodin | 1 | -2/+1 | |
| 2024-04-17 | Do not filter locations for custom lists | Jonatan Rhodin | 9 | -30/+71 | |
| With the exception of the select location screen list | |||||
| 2024-04-16 | Show loading states in purchasing flow an extra amount of time | Jonatan Rhodin | 1 | -1/+18 | |
| 2024-04-16 | Trim custom list name and limit to 30 characters | David Göransson | 14 | -46/+85 | |
| 2024-04-16 | Fix overflow & max lines for custom list name | David Göransson | 3 | -4/+15 | |
| 2024-04-09 | Update Split tunneling description | David Göransson | 2 | -10/+10 | |
