summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2024-02-28Fix JNI dir task dependencyAlbin1-2/+2
2024-02-28Update gradle lockfileAlbin1-3/+22
2024-02-28Bump uiautomatorAlbin1-1/+1
2024-02-27Update Android UI to render new map dataLinus Färnstrand1-2/+2
2024-02-27Replace err_derive with thiserrorJoakim Hulthe4-21/+15
`err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical.
2024-02-27Add Konsist test to ensure that tests are named correctlyDavid Göransson1-0/+35
2024-02-27Implement sentence naming of testsDavid Göransson37-893/+1000
2024-02-26Draw edge-to-edge in all compose testsAlbin16-32/+32
2024-02-26Add compose extension that enables edge-to-edge drawingAlbin1-0/+15
2024-02-22Update gradle lockfileAlbin1-488/+450
2024-02-22Bump kotlin and composeAlbin1-6/+6
2024-02-19Allow any length for test namesJonatan Rhodin1-0/+1
2024-02-19Add unit test for system vpn settings availableJonatan Rhodin1-0/+16
2024-02-19Remove the auto-connect switch when vpn settings are availableJonatan Rhodin7-22/+40
2024-02-19Create auto connect and lockdown mode screenMaryamShaghaghi5-4/+384
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>
2024-02-19Add dimensionsMaryamShaghaghi1-0/+4
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>
2024-02-19Update VPNSettings screenMaryamShaghaghi1-0/+26
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>
2024-02-19Add string resourcesMaryamShaghaghi1-0/+20
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>
2024-02-19Add drawable resourcesMaryamShaghaghi15-0/+0
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>
2024-02-15Add test for split tunneling view model and update the other testsMaryamShaghaghi2-5/+55
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>
2024-02-15Add toggle button for split tunnelingMaryamShaghaghi8-129/+264
Co-Authored-By: Boban Sijuk <49131853+Boki91@users.noreply.github.com>
2024-02-15Integrate map into ConnectScreenDavid Göransson5-51/+150
2024-02-15Add Map Composable, view and rendererDavid Göransson5-0/+367
2024-02-15Add LocationMarker shapeDavid Göransson1-0/+224
2024-02-15Add globe shapeDavid Göransson1-0/+185
2024-02-15Add data classes to represent map viewDavid Göransson6-0/+173
2024-02-15Add dependency to map moduleDavid Göransson2-0/+2
2024-02-15Add map moduleDavid Göransson4-1/+48
2024-02-15Add support for OpenGL in manifestDavid Göransson1-0/+2
2024-02-15Add tests for LatLongDavid Göransson3-0/+337
2024-02-15Add testing support for model moduleDavid Göransson1-1/+13
2024-02-15Add Latitude, Longitude and LatLong to modelDavid Göransson3-0/+131
2024-02-15Add support for Latitude and Longitude from DaemonDavid Göransson3-5/+9
2024-02-14Fix actions report uploadAlbin1-14/+18
2024-02-12Fix deprecated assert methodsAlbin6-20/+25
2024-02-12Unify test class suffixAlbin10-11/+13
2024-02-12Add konsist check for test class suffixAlbin1-2/+6
2024-02-09Update support email address to new oneOskar Nyberg1-1/+1
2024-02-08Fix `clippy` lint `ineffective_open_options`Markus Pettersson1-4/+1
This new `clippy` lint was introduced in the latest Rust release (1.76).
2024-02-08Update screen tests for new relay itemJonatan Rhodin2-36/+36
2024-02-08Update unit tests for new relay itemsJonatan Rhodin3-58/+126
2024-02-08Support new relay item in connect screenJonatan Rhodin3-7/+7
2024-02-08Support new relay list item in SelectLocationScreenJonatan Rhodin5-39/+49
2024-02-08Add customlists support for RelayListUseCaseJonatan Rhodin1-10/+26
2024-02-08Update the relaylist modelJonatan Rhodin11-126/+142
Use sealed interface for RelayItem Add CustomList as a type of RelayItem
2024-02-08Add CustomListsRepository with add, delete and updateJonatan Rhodin1-0/+28
2024-02-08Add custom lists Events and RequestsJonatan Rhodin2-3/+11
2024-02-08Add custom lists to the serviceJonatan Rhodin4-7/+72
2024-02-08Add custom list modelJonatan Rhodin3-0/+18
2024-02-07Bind to the service in a coroutine to avoid a crashJonatan Rhodin1-23/+21