| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-07-25 | Refactor information view to support buttons | Albin | 1 | -24/+32 | |
| 2022-07-25 | Fix spacing in advanced settings | Albin | 1 | -1/+1 | |
| 2022-07-21 | Fix in-app notification url crash | Albin | 1 | -1/+5 | |
| 2022-07-21 | Fix expiry fetch and notification | Albin | 2 | -11/+16 | |
| 2022-07-20 | Make welcome view tunnel state aware | Albin | 1 | -1/+26 | |
| 2022-07-20 | Fix settings fragment navigation animation | Albin | 1 | -1/+1 | |
| 2022-07-20 | Remove no longer used service fragments | Albin | 2 | -261/+0 | |
| 2022-07-20 | Decouple SelectLocationFragment | Albin | 1 | -67/+98 | |
| 2022-07-20 | Decouple SettingsFragment | Albin | 1 | -40/+66 | |
| 2022-07-20 | Decouple AdvancedFragment | Albin | 1 | -59/+125 | |
| 2022-07-20 | Decouple PreferencesFragment | Albin | 1 | -18/+66 | |
| 2022-07-20 | Decouple ConnectFragment | Albin | 8 | -123/+170 | |
| 2022-07-20 | Decouple LoginFragment | Albin | 1 | -13/+21 | |
| 2022-07-20 | Decouple OutOfTimeFragment | Albin | 1 | -31/+56 | |
| 2022-07-20 | Decouple WelcomeFragment | Albin | 1 | -24/+37 | |
| 2022-07-20 | Decouple AccountFragment | Albin | 1 | -24/+69 | |
| 2022-07-20 | Refactor unknown state debounce | Albin | 2 | -14/+28 | |
| 2022-07-20 | Add EventNotifier flow wrapper | Albin | 1 | -0/+7 | |
| 2022-07-20 | Add requireMainActivity extension | Albin | 1 | -0/+12 | |
| 2022-07-20 | Add ServiceConnectionManager extensions | Albin | 4 | -24/+38 | |
| 2022-07-20 | Refactor url button | Albin | 6 | -119/+39 | |
| 2022-07-20 | Fix device list split view scrolling | Albin | 2 | -85/+90 | |
| 2022-07-13 | Download and fix translations | Oskar Nyberg | 19 | -291/+196 | |
| 2022-07-08 | Fix texts missing/flickering sometimes | Albin | 6 | -104/+168 | |
| 2022-07-08 | Disable badge for tunnel state | Albin | 3 | -2/+5 | |
| 2022-07-07 | Fix welcome view not showing | Albin | 3 | -21/+24 | |
| 2022-07-07 | Adapt Android to new relay structure | Albin | 5 | -13/+22 | |
| 2022-07-06 | Rename AccountCache to AccountRepository | Albin | 13 | -57/+63 | |
| 2022-07-06 | Refactor android app account cache | Albin | 16 | -168/+214 | |
| 2022-06-27 | Cleanup unnessary tile service call | Albin | 1 | -2/+0 | |
| 2022-06-27 | Handle tile click when device is locked | Albin | 1 | -6/+42 | |
| 2022-06-27 | Refactor tile state | Albin | 1 | -19/+27 | |
| 2022-06-27 | Always start as foreground from tile | Albin | 1 | -10/+7 | |
| 2022-06-27 | Improve tile coroutine scope/job handling | Albin | 1 | -13/+8 | |
| 2022-06-27 | Fix notification action device state | Albin | 1 | -3/+8 | |
| 2022-06-27 | Promote service to fg when actions provided | Albin | 2 | -1/+7 | |
| As of Android 8 (API level 26), the system has a strict timer where the service must run `startForeground` within seconds after being started as foreground (`startForegroundService`). To mitigate cases where the service has been too slow to reach the target state, for instance when the tile service starts the vpn service as foreground with the connect action, this change aims to always promote the service to foreground when connect/disconnect actions are provided. This solution relies on the service demoting itself to from foreground in cases where it shouldn't run as foreground. | |||||
| 2022-06-22 | Fix notification action | Albin | 2 | -2/+22 | |
| 2022-06-22 | Cleanup TODOs and old account handling | Albin | 7 | -44/+8 | |
| 2022-06-22 | Clear login vm state when view recreated | Albin | 2 | -0/+5 | |
| 2022-06-22 | Fix tests | Albin | 4 | -21/+40 | |
| 2022-06-22 | Add device list to login flow | Albin | 4 | -9/+40 | |
| 2022-06-22 | Add device list ui | Albin | 10 | -9/+457 | |
| 2022-06-22 | Add safelet extension | Albin | 1 | -0/+5 | |
| 2022-06-22 | Add and update device compose components | Albin | 5 | -17/+162 | |
| 2022-06-22 | Propagate device list | Albin | 4 | -6/+115 | |
| 2022-06-22 | Add device events | Albin | 3 | -0/+29 | |
| 2022-06-22 | Enable auto-login by setting account token argument | Albin | 5 | -1/+22 | |
| 2022-06-22 | Add Android device strings | Albin | 1 | -0/+15 | |
| 2022-06-22 | Set sharing strategy to WhileSubscribed | Albin | 3 | -6/+15 | |
| 2022-06-22 | Improve login vm service connection handling | Albin | 4 | -48/+70 | |
