| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-23 | Update tests on Android | David Lönnhager | 2 | -0/+4 | |
| 2025-07-23 | Update to new protobuf protocol | David Göransson | 1 | -12/+5 | |
| 2025-07-23 | Support new features message on Android | David Göransson | 1 | -1/+1 | |
| 2025-07-22 | Implement select location recents ui | Kalle Lindström | 25 | -144/+791 | |
| 2025-07-18 | Fix keyboard not showing on search | David Göransson | 1 | -1/+1 | |
| 2025-07-17 | Fix focus on notification close | David Göransson | 2 | -0/+5 | |
| 2025-07-14 | Remove usage of background | David Göransson | 5 | -13/+3 | |
| 2025-07-14 | Remove footer background color | David Göransson | 1 | -4/+1 | |
| 2025-07-10 | Implement recents support in daemon | Kalle Lindström | 1 | -0/+2 | |
| 2025-07-10 | Add e2e test for Google play purchases | David Göransson | 2 | -2/+10 | |
| 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-04 | Restructure & redesign components | David Göransson | 33 | -1082/+386 | |
| - 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-02 | Update fonts to be more inline with design and material design | Jonatan Rhodin | 67 | -204/+210 | |
| 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-24 | Enable support for creating a custom list with locations | Jonatan Rhodin | 3 | -24/+8 | |
| 2025-06-19 | Replace mocked lists with normal lists with mocked items | Jonatan Rhodin | 2 | -4/+4 | |
| 2025-06-19 | Use AlarmManager for notifications | Kalle Lindström | 22 | -276/+431 | |
| Instead of scheduling system notifications from a flow we now schedule them independently from the app lifecycle via AlarmManager. This is done so that for example an expiry notification that the user dismissed won't get redisplayed if the app process gets killed and then restarted. When the account exiry time is fetched we schedule an alarm that will show a notification 3 days before the account time expires. This alarm then also schedules a new alarm to show the following notification and so on. To make this work this PR also introduces two new broadcast receivers; one on boot received listener and one on time time/timezone changed listener. Beause Android clears alarms when the devices is rebooted/the time is changed we need these listeners to re-trigger the alarm. To enable the broadcast receivers to re-trigger the alarm we also have to persist the expiry time in the DataStore preferences. | |||||
| 2025-06-18 | Enable opt-in to MTE async mode | Cameron Aaron | 1 | -0/+2 | |
| 2025-06-16 | Sort split tunneling apps in the correct order | Jonatan Rhodin | 2 | -2/+20 | |
| 2025-06-16 | Remove google pay icon | Jonatan Rhodin | 1 | -18/+0 | |
| 2025-06-09 | Update payment flow within the app | Jonatan Rhodin | 39 | -1904/+2226 | |
| Also add support for 3 months in-app purchases | |||||
| 2025-06-05 | Fix typos | omahs | 1 | -1/+1 | |
| 2025-06-04 | Fix connectivity manager util tests | Jonatan Rhodin | 1 | -2/+3 | |
| 2025-06-03 | Listen for all network events to fix missing default network events | Jonatan Rhodin | 1 | -0/+3 | |
| 2025-05-28 | Disable Firebase billing logging | Kalle Lindström | 1 | -0/+9 | |
| 2025-05-26 | Fix and update lint baseline | David Göransson | 8 | -45/+42 | |
| 2025-05-15 | Fix Device IP version header not clickable | David Göransson | 1 | -0/+1 | |
| 2025-05-15 | Fix another test | Jonatan Rhodin | 1 | -0/+1 | |
| 2025-05-15 | Rework StatusLevel | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-05-15 | Fix test crash | Jonatan Rhodin | 1 | -0/+1 | |
| 2025-05-15 | Fix fail & success icon size | David Göransson | 8 | -121/+73 | |
| 2025-05-15 | Replace auto connect top bar with medium top bar | Jonatan Rhodin | 2 | -5/+25 | |
| 2025-05-15 | Disable search icon when entry is blocked because of daita | Jonatan Rhodin | 9 | -27/+52 | |
| 2025-05-15 | Fix connection card padding | David Göransson | 1 | -7/+2 | |
| 2025-05-15 | Fix screen height calculation | David Göransson | 1 | -1/+4 | |
| 2025-05-15 | Remove old buttonVerticalSpacing | David Göransson | 4 | -5/+5 | |
| 2025-05-15 | Use scaffold with small top bar in Filter Screen | Jonatan Rhodin | 2 | -34/+10 | |
| 2025-05-15 | Fix bottom margin | David Göransson | 17 | -35/+32 | |
| 2025-05-15 | Fix background color of rows | David Göransson | 8 | -17/+9 | |
| 2025-05-15 | Fix backgound color of split tunneling cell | David Göransson | 1 | -1/+1 | |
| 2025-05-15 | Fix missing divider | David Göransson | 1 | -1/+1 | |
| 2025-05-15 | Fix any ownership color | David Göransson | 1 | -0/+2 | |
| 2025-05-15 | Fix change to small leading padding | David Göransson | 1 | -1/+1 | |
| 2025-05-15 | Fix color and spacer | David Göransson | 1 | -3/+1 | |
| 2025-05-15 | Fix select location screen order and padding | David Göransson | 2 | -8/+16 | |
