| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-08-15 | Fix potential crash in connection state flow | Jonatan Rhodin | 1 | -7/+11 | |
| 2024-08-13 | Refactor tunnel provider and TalpidVpnService | David Lönnhager | 1 | -24/+16 | |
| This also fixes the issue of the VPN service being restarted unnecessarily | |||||
| 2024-08-13 | Migrate to version catalogs | Albin | 13 | -174/+178 | |
| 2024-08-12 | Update translations | Jonatan Rhodin | 19 | -19/+0 | |
| 2024-08-12 | Show the name of the custom list in remove location bottom sheet | Jonatan Rhodin | 1 | -1/+1 | |
| 2024-08-06 | Restore name already exists error for update custom list | Jonatan Rhodin | 2 | -2/+9 | |
| 2024-08-05 | Add dummy name resolver | David Göransson | 3 | -1/+60 | |
| Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net> | |||||
| 2024-08-02 | Reset the backoff and start/stop management service in proper order | David Göransson | 1 | -0/+1 | |
| 2024-08-01 | Fix splash screen freeze | David Göransson | 1 | -1/+4 | |
| 2024-07-31 | Update texts | Jonatan Rhodin | 1 | -0/+2 | |
| 2024-07-29 | Allow error on getVersionInfo | David Göransson | 2 | -3/+12 | |
| 2024-07-25 | Convert select location into flat LazyColumn | David Göransson | 5 | -42/+25 | |
| 2024-07-04 | Add splash screen | David Göransson | 5 | -7/+209 | |
| 2024-07-04 | Use NavArgs & SavedStateHandle | David Göransson | 1 | -1/+2 | |
| 2024-07-04 | Update translations | Albin | 19 | -38/+0 | |
| 2024-07-04 | Remove update available message | Albin | 1 | -2/+0 | |
| 2024-07-02 | Fix reconnect button size | David Göransson | 1 | -1/+2 | |
| 2024-07-01 | Handle status exception for updateDevice | David Göransson | 2 | -3/+8 | |
| 2024-06-27 | Update translations | Markus Pettersson | 19 | -22/+497 | |
| 2024-06-27 | Bump Dependencies to K2 | David Göransson | 2 | -10/+4 | |
| 2024-06-26 | Change app log calls to info severity | Albin | 1 | -1/+1 | |
| 2024-06-26 | Change grpc log calls to verbose | Albin | 2 | -2/+2 | |
| 2024-06-26 | Migrate log calls to kermit | Albin | 6 | -17/+11 | |
| 2024-06-26 | Add kermit dependency | Albin | 4 | -5/+6 | |
| 2024-06-25 | Update compose to 1.7.0-beta03 | Jonatan Rhodin | 1 | -12/+9 | |
| Also update some related libraries that were required This fixes a crash on release build | |||||
| 2024-06-19 | Replace retry with exponential backoff with arrow schedule | Jonatan Rhodin | 5 | -34/+27 | |
| Also clean up the code related to play purchase verification | |||||
| 2024-06-17 | Fix issues with protoc and protoc-java verification | Jonatan Rhodin | 1 | -7/+5 | |
| 2024-06-17 | Get value of data directory value at app startup | Markus Pettersson | 3 | -2/+14 | |
| 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 | Update translations | Jonatan Rhodin | 19 | -0/+361 | |
| 2024-06-14 | Add ui for api access method functionality | Jonatan Rhodin | 5 | -0/+57 | |
| 2024-06-14 | Add api acccess method functionality | Jonatan Rhodin | 21 | -3/+391 | |
| 2024-06-14 | Fix lockdown guide typo | David Göransson | 1 | -1/+1 | |
| 2024-06-14 | Update lockdown guide URL | Albin | 1 | -2/+1 | |
| 2024-06-14 | Update auto-connect for TV users to legacy and update description | David Göransson | 20 | -20/+1 | |
| 2024-06-13 | Update translations | Albin | 19 | -38/+0 | |
| 2024-06-13 | Clarify lockdown limitations in guide | Albin | 2 | -2/+5 | |
| 2024-06-13 | Fix missing device refresh | Albin | 2 | -0/+10 | |
| 2024-06-12 | Format xml files | Albin | 14 | -86/+74 | |
| 2024-06-10 | Unify account number naming | Albin | 7 | -32/+32 | |
| 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 | 1 | -2/+2 | |
| 2024-06-04 | Clean up | David Göransson | 1 | -19/+8 | |
| 2024-06-04 | Fix colors and add one more test | David Göransson | 1 | -0/+17 | |
| 2024-06-04 | Add support for UDP-over-TCP port | David Göransson | 24 | -22/+87 | |
| 2024-06-03 | Remove by custom DNS by index | David Göransson | 1 | -2/+6 | |
| 2024-05-29 | Migrate to gRPC | David Göransson | 221 | -1735/+3031 | |
| 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-05-15 | Update translations | Oskar Nyberg | 19 | -18/+37 | |
| 2024-05-08 | Set dummy DNS if none are valid | David Göransson | 1 | -0/+17 | |
| This is a fix for DNS leaks when no DNS server has been configured due to an underlying OS bug. Lockdown mode ("Block connections without VPN") would also not help in this case. More information on this issue: https://issuetracker.google.com/issues/337961996 | |||||
| 2024-04-25 | Download translations | Oskar Nyberg | 38 | -10/+1034 | |
| 2024-04-19 | Add delete custom list entry bottom sheet | David Göransson | 2 | -0/+10 | |
| 2024-04-17 | Update translations | Albin | 19 | -0/+19 | |
