| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-07-12 | Move SearchTextField to the correct package | Jonatan Rhodin | 2 | -2/+2 | |
| 2023-07-12 | Update material 3 library to 1.1.1 | Jonatan Rhodin | 3 | -53/+50 | |
| 2023-07-12 | Fix Chevron animating to initial expanded state | Jonatan Rhodin | 1 | -1/+1 | |
| 2023-07-12 | Fix Chevron angle being wrong | Jonatan Rhodin | 2 | -2/+2 | |
| 2023-07-12 | Add search for translations | Jonatan Rhodin | 20 | -1/+58 | |
| 2023-07-12 | Add search bar to select location screen | Jonatan Rhodin | 28 | -614/+781 | |
| - Filter countries, cities and relays based on search string - Remove collapsable toolbar and replace with search bar - Improve expand behavior for relay location cells - Remove cirular dependency for relays | |||||
| 2023-07-11 | Remove subtitle from base cell | Jonatan Rhodin | 7 | -92/+64 | |
| 2023-07-11 | Update gradle lockfile | Albin | 1 | -15/+41 | |
| 2023-07-11 | Remove material 2 library since it's no longer used | Jonatan Rhodin | 3 | -3/+0 | |
| 2023-07-10 | Replace scaffold with material 3 scaffold | Jonatan Rhodin | 10 | -330/+402 | |
| 2023-07-07 | Add option to change wireguard port to vpn settings | Jonatan Rhodin | 34 | -50/+465 | |
| 2023-07-06 | Add collapsible toolbar component with dynamic body height | saber safavi | 4 | -7/+94 | |
| 2023-07-06 | Fix creating quantum secure connection showing erroneously | Jonatan Rhodin | 1 | -1/+1 | |
| 2023-07-06 | Migrate most compose components to material 3 | Jonatan Rhodin | 29 | -160/+145 | |
| 2023-06-29 | Add settings migration code, refactor and cleanup | Jonathan | 1 | -1/+0 | |
| Bump the settings version. Add code for migrating settings to new version since it is now not backwards compatible. Refactor LocationConstraint and related types to be more lean. Cleanup issues and fix formatting. Refactor LocationConstraint and add migration code | |||||
| 2023-06-29 | Cleanup review comments, CI issues and android support | Jonathan | 13 | -42/+87 | |
| Add necessary android support to allow it to not crash due to interface changes. Format the code, remove redundant async functions, fix android issues related to not having to use a Vec to store the custom lists and a string as an id. Fix unit tests. | |||||
| 2023-06-28 | Expose wireguard port ranges to the android app | Jonatan Rhodin | 5 | -3/+38 | |
| 2023-06-28 | Update rust and java code to expose wireguard port settings | Jonatan Rhodin | 7 | -6/+58 | |
| - Add converters for wireguard constraint to and from java - Add java clas for wireguard constraint - Add code to set wireguard port | |||||
| 2023-06-28 | Update android translations | Oskar Nyberg | 19 | -5/+57 | |
| 2023-06-28 | Merge branch 'update-translations-for-2023.4' into prepare-2023.4 | Oskar Nyberg | 19 | -9/+223 | |
| 2023-06-27 | Hide faqs and guides button for release builds | Jonatan Rhodin | 2 | -1/+14 | |
| Also append hide nav for policy link in disclaimer fragment | |||||
| 2023-06-21 | Add ?hide_nav variants to all mullvad.net links | Jonatan Rhodin | 5 | -5/+22 | |
| 2023-06-14 | Order split tunneling apps by name | Jonatan Rhodin | 1 | -5/+6 | |
| 2023-06-14 | Add option to disable version notifications | Albin | 4 | -3/+22 | |
| For example, set the following in local.properties: ENABLE_IN_APP_VERSION_NOTIFICATIONS=false | |||||
| 2023-06-14 | Move buildConfigField configuration | Albin | 1 | -7/+11 | |
| 2023-06-13 | Migrate select location fragment to compose | Jonatan Rhodin | 20 | -305/+796 | |
| 2023-06-13 | Set lint to ignore typography ellipsis errors | Jonatan Rhodin | 2 | -770/+2 | |
| 2023-06-12 | Re-generate lint baseline | Albin | 1 | -276/+78 | |
| 2023-06-12 | Remove account cell from settings | Albin | 5 | -98/+7 | |
| 2023-06-12 | Add account button in header | Albin | 6 | -7/+65 | |
| 2023-06-12 | Add account icon | Albin | 1 | -0/+12 | |
| 2023-06-12 | Improve the android build instructions for macOS | Jonatan Rhodin | 1 | -25/+31 | |
| 2023-06-09 | Fix auto-connect and local network sharing toggle state | Jonatan Rhodin | 1 | -0/+6 | |
| The UI glitch was that the auto-connect and local network sharing toggles would have the wrong state when certain info dialogis were opened due to an issue with mapping the VM state to a UI state. | |||||
| 2023-06-09 | Replace ApplicationImageView with compose implementation | Jonatan Rhodin | 7 | -98/+71 | |
| 2023-06-09 | Fix vpn settings subtitles | Jonatan Rhodin | 24 | -66/+53 | |
| - Replace HtmlText for custom dns subtitle with annotated string - Use correct text style for custom dns subtitle - Use extra bold instead of bold for emphasized words - Fix magic numbers in expandable compose cell | |||||
| 2023-06-07 | Update feature list to include quantum tunneling for android | Jonatan Rhodin | 1 | -3/+2 | |
| 2023-06-07 | Add tests for quantum resistant tunnel | Jonatan Rhodin | 7 | -4/+200 | |
| 2023-06-07 | Add android support for quantum tunneling in the daemon | Jonatan Rhodin | 11 | -23/+58 | |
| 2023-06-07 | Add translations for quantum resistant tunneling | Jonatan Rhodin | 19 | -0/+114 | |
| 2023-06-07 | Add ui for quantum resistant connection and setting | Jonatan Rhodin | 15 | -47/+186 | |
| - Show if quantum resistant connection is used in connect fragment - Add option for quantum resistant connection in vpn settings - Listen for quantum resistant state in vpn settings | |||||
| 2023-06-07 | Revert mockk to 1.13.3 | Albin | 2 | -71/+83 | |
| Reverting due to the same issues reported in: https://github.com/mockk/mockk/issues/1035 | |||||
| 2023-06-07 | Upgrade koin version to 3.4.1 and koin-compose library | Jonatan Rhodin | 6 | -67/+115 | |
| Co-authored-by: Albin <albin@mullvad.net> | |||||
| 2023-06-07 | Fix formatting | Albin | 1 | -1/+1 | |
| 2023-06-07 | Update gradle dependency suppressions | Albin | 1 | -69/+7 | |
| 2023-06-07 | Bump gradle dependencies | Albin | 2 | -283/+344 | |
| 2023-06-07 | Bump gradle version check tool | Albin | 2 | -6/+6 | |
| 2023-06-07 | Bump gradle audit tool | Albin | 2 | -49/+49 | |
| 2023-06-07 | Add Mullvad VPN typography font styles to Type.kt | Matilda | 1 | -0/+33 | |
| 2023-06-01 | Add spaced column that is useful for cell previews | Jonatan Rhodin | 8 | -42/+31 | |
| 2023-06-01 | Order dimensions alphabetically | Jonatan Rhodin | 2 | -11/+30 | |
