| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-07-28 | Move MessengerExtensions to ipc module | Albin | 5 | -44/+4 | |
| 2023-07-28 | Move common utils to common module | Albin | 41 | -419/+48 | |
| 2023-07-27 | Move ipc test to ipc module | Albin | 1 | -45/+0 | |
| 2023-07-27 | Move tile classes to tile module | Albin | 3 | -276/+1 | |
| 2023-07-27 | Move resources to resource lib | Albin | 136 | -5866/+0 | |
| 2023-07-27 | Move ipc classes to ipc module | Albin | 41 | -367/+77 | |
| 2023-07-27 | Move common utils to common module | Albin | 9 | -133/+10 | |
| 2023-07-25 | Move model classes to model module | Albin | 58 | -651/+13 | |
| 2023-07-25 | Move WidgetState to widget package | Albin | 4 | -4/+4 | |
| 2023-07-25 | Move ListItemData to applist package | Albin | 4 | -5/+4 | |
| 2023-07-25 | Move talpid classes to talpid module | Albin | 22 | -469/+3 | |
| 2023-07-25 | Fix in-app notification alignment | Albin | 1 | -2/+2 | |
| 2023-07-21 | Update location info test | Albin | 1 | -1/+2 | |
| 2023-07-21 | Hide location info when unknown hostname | Albin | 1 | -1/+3 | |
| 2023-07-21 | Hide out address line when missing out address | Albin | 1 | -1/+4 | |
| 2023-07-21 | Fix RTL lint issues | Albin | 11 | -29/+29 | |
| 2023-07-21 | Fix unused resource lint issues | Albin | 7 | -128/+0 | |
| 2023-07-21 | Fix disconnect button text alignment | Albin | 1 | -1/+5 | |
| 2023-07-20 | Fix lint error for unused resources | Albin | 1 | -3/+0 | |
| 2023-07-19 | Remove download link from settings in google play builds | saber safavi | 2 | -6/+18 | |
| 2023-07-19 | Remove download link from notification in google play builds | saber safavi | 2 | -0/+10 | |
| 2023-07-19 | Cleanup left over layouts after compose migration | saber safavi | 3 | -186/+0 | |
| 2023-07-19 | Fix incorrect version formatting in settings | Albin | 1 | -5/+1 | |
| 2023-07-14 | Change account expiry margin to 20 hours | Jonatan Rhodin | 1 | -1/+1 | |
| To fix a bug with one day vouchers in the welcome screen | |||||
| 2023-07-14 | Add ConnectScreen instrumental tests | Jonatan Rhodin | 4 | -11/+621 | |
| 2023-07-14 | Add ConnectViewModel tests | Jonatan Rhodin | 1 | -8/+49 | |
| 2023-07-14 | Migrate connect fragment, expect notification bar, to compose | Jonatan Rhodin | 36 | -758/+733 | |
| 2023-07-13 | Add screen and view model tests | saber safavi | 2 | -0/+197 | |
| 2023-07-13 | Hide FAQ and guids link on google play version | saber safavi | 1 | -11/+15 | |
| 2023-07-13 | Add hide_nav parameter to external links | saber safavi | 1 | -2/+11 | |
| 2023-07-13 | Add settings compose screen | saber safavi | 6 | -279/+271 | |
| 2023-07-13 | Add ViewModel and related MVVM parts | saber safavi | 3 | -0/+52 | |
| 2023-07-13 | Add rotation of the back button as parameter | saber safavi | 1 | -2/+7 | |
| 2023-07-13 | Add new external link settings cell | saber safavi | 3 | -14/+97 | |
| Modify navigation cell to support showing extra information. | |||||
| 2023-07-13 | Add the ability to set a custom wireguard port | Jonatan Rhodin | 37 | -53/+637 | |
| 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 | 1 | -5/+8 | |
| 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-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 | |
