| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-06 | Warn users about android 16 upgrade issue | David Göransson | 7 | -4/+71 | |
| 2025-10-03 | Allow of refreshing of server list | David Göransson | 3 | -0/+13 | |
| 2025-09-30 | Add feature indicator for LWO | David Lönnhager | 1 | -0/+1 | |
| 2025-09-30 | Improve account data fetching | Jonatan Rhodin | 2 | -9/+105 | |
| Add a new account data fetch every time a user enters the connect screen This is limited to at a maximum one fetch every minute. Add a check that the user is still logged in to the same account before updating the account data cache. Change account fetching behavior in the account screen to fetch on every enter instead of init. | |||||
| 2025-09-30 | Add updated Android translations | Markus Pettersson | 11 | -23/+23 | |
| 2025-09-30 | Remove unused string | Jonatan Rhodin | 20 | -20/+0 | |
| 2025-09-30 | Adjust most dimensions to a 8pt grid systems in most cases | Jonatan Rhodin | 4 | -32/+26 | |
| 2025-09-30 | Improve documentation and logging of connectivity status | Jonatan Rhodin | 2 | -4/+19 | |
| - Clarify why we need to listen for all non-VPN network events. - Log default network event types in production build. - Add log for when we try to check connectivity status. - Improve logging of when we can't access the internet via socket. | |||||
| 2025-09-29 | Format code | Jonatan Rhodin | 2 | -34/+34 | |
| 2025-09-25 | Improve no locations found error message | Jonatan Rhodin | 20 | -20/+2 | |
| 2025-09-18 | Add multiplexer POC to daemon, TSM, and relay selector | David Lönnhager | 1 | -3/+6 | |
| 2025-09-16 | Fix strings in strings_non_translatable missing translatable=false | Jonatan Rhodin | 1 | -6/+6 | |
| 2025-09-15 | Add LWO obfuscator | David Lönnhager | 1 | -0/+4 | |
| 2025-09-08 | Remove autogenerated locale config due to crash | Jonatan Rhodin | 1 | -0/+22 | |
| Instead use a static file | |||||
| 2025-09-03 | Update translations | Jonatan Rhodin | 19 | -7/+121 | |
| 2025-09-03 | Add connection test for QUIC | David Göransson | 1 | -0/+4 | |
| 2025-09-03 | Add UI support for QUIC setting | Jonatan Rhodin | 30 | -48/+71 | |
| 2025-09-02 | Add preview | David Göransson | 1 | -0/+41 | |
| 2025-09-02 | Refactor map lifecycle implementation | David Göransson | 3 | -31/+28 | |
| 2025-08-22 | Improve connect on start up information | Jonatan Rhodin | 21 | -20/+15 | |
| 2025-08-21 | Add logging to verify play purchase | Jonatan Rhodin | 1 | -8/+27 | |
| 2025-08-19 | Catch exception in toExpiryDateString() | Kalle Lindström | 1 | -1/+11 | |
| 2025-08-15 | Fix lint issues | Jonatan Rhodin | 1 | -2/+2 | |
| 2025-08-08 | Replace select hop code with use cases | Jonatan Rhodin | 2 | -5/+4 | |
| Also split the select hop code into select hop and modify multihop Refactor relay list type | |||||
| 2025-08-08 | Update translations | Jonatan Rhodin | 19 | -3/+193 | |
| 2025-08-08 | Fix incorrect trailing content | David Göransson | 1 | -12/+13 | |
| 2025-08-05 | Add documentation to TestCoroutineRule | Jonatan Rhodin | 1 | -0/+6 | |
| 2025-07-31 | Fix deprecation warning | David Göransson | 1 | -3/+7 | |
| 2025-07-30 | Add some basic logging for the play purchase verification process | Jonatan Rhodin | 1 | -0/+2 | |
| 2025-07-29 | Check for both tag and name in location cells for e2e tests | David Göransson | 2 | -0/+16 | |
| 2025-07-23 | Update tests on Android | David Lönnhager | 1 | -0/+20 | |
| 2025-07-23 | Update to new protobuf protocol | David Göransson | 3 | -21/+7 | |
| 2025-07-23 | Support new features message on Android | David Göransson | 3 | -8/+16 | |
| 2025-07-23 | Fix height of checkable relay list item | David Göransson | 1 | -1/+1 | |
| 2025-07-22 | Implement select location recents ui | Kalle Lindström | 7 | -65/+186 | |
| 2025-07-18 | Handle locations being not present | David Göransson | 1 | -6/+9 | |
| 2025-07-17 | Fix non-selectable location being clickable | David Göransson | 1 | -1/+4 | |
| This fix ensures that non-selectable entry or exit locations, due to already being selected in the other list, are unclickable. | |||||
| 2025-07-17 | Fix focus on notification close | David Göransson | 2 | -2/+22 | |
| 2025-07-16 | Mark QUIC as not support on Android | David Göransson | 1 | -0/+1 | |
| 2025-07-15 | Support using system grpc plugin | Albin | 1 | -2/+15 | |
| This allows flexibility of plugin binary usage and thereby enables builds using systems such as nix. | |||||
| 2025-07-14 | Simplify RelayListItem | David Göransson | 1 | -39/+1 | |
| 2025-07-14 | Add workaround to increase contrast | David Göransson | 1 | -4/+6 | |
| 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 | 3 | -3/+41 | |
| 2025-07-10 | Add e2e test for Google play purchases | David Göransson | 1 | -0/+3 | |
| 2025-07-04 | Restructure & redesign components | David Göransson | 34 | -46/+1240 | |
| - 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 | Create new design system module | David Göransson | 3 | -1/+48 | |
| 2025-07-03 | Remove reference to removed info button in new device notification | Jonatan Rhodin | 20 | -20/+1 | |
| 2025-07-03 | Fix gradle kotlinOptions warnings | David Göransson | 15 | -45/+104 | |
| 2025-07-02 | Update fonts to be more inline with design and material design | Jonatan Rhodin | 6 | -132/+25 | |
