summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/main/kotlin
AgeCommit message (Expand)AuthorFilesLines
2023-09-11Fix padding for dialogsDavid Göransson4-17/+12
2023-09-11Add dialog previewsDavid Göransson10-1/+87
2023-09-08Change reconnect location behavior to fix multiple bugsJonatan Rhodin1-9/+4
2023-09-08Replace xml resources and hardcoded colors in MtuDialogJonatan Rhodin1-57/+42
2023-09-08Fix race condition in mtu dialogJonatan Rhodin4-31/+27
2023-09-08Fix the click area of the notification bannerJonatan Rhodin1-1/+1
2023-09-07Migrate connect screen headerbar to composeJonatan Rhodin3-140/+142
2023-09-07Move out of time behaviour to view model and compose screenJonatan Rhodin3-20/+26
2023-09-06Remove unused code related to list item viewJonatan Rhodin7-300/+0
2023-09-06Stop filtering null locations to avoid bugs with connection errorsJonatan Rhodin1-1/+2
2023-09-06Add ui tests for notification bannerJonatan Rhodin3-0/+9
2023-09-06Move open account view code from connect fragment to view modelJonatan Rhodin3-19/+48
2023-09-06Migrate in app notification banner to composeJonatan Rhodin22-604/+537
2023-09-05Remove Android code dealing with forwarded portsLinus Färnstrand2-11/+3
2023-09-01Add test for invalid int input to custom port dialogJonatan Rhodin2-1/+4
2023-09-01Limit length of custom port input to 5Jonatan Rhodin2-4/+5
2023-09-01Fix number format crash in custom port dialogJonatan Rhodin1-3/+6
2023-08-24Add unit tests for welcome view modelJonatan Rhodin1-2/+4
2023-08-24Add account button to compose top barJonatan Rhodin8-27/+84
2023-08-24Migrate welcome view to composeJonatan Rhodin7-181/+377
2023-08-24Remove text next to back button in collapsings toolbarJonatan Rhodin5-28/+13
2023-08-24Hide account page button in release buildsAlbin1-15/+19
2023-08-24Increase spacing between spinner and location infoAlbin1-1/+1
2023-08-24Check that the custom port is valid when submitting from the keyboardJonatan Rhodin1-3/+4
2023-08-23Fix dynamic text size property accessibilityAlbin1-6/+4
2023-08-23Move theme classes to theme libAlbin54-398/+113
2023-08-23Fix usecompatloadingfordrawables baselint issuesJonatan Rhodin3-15/+20
2023-08-14Change focus order in select location screensaber safavi1-2/+19
2023-08-09Fix ui location glitch sometimes happening on disconnectAlbin1-1/+1
2023-08-09Add scroll to account screensaber safavi1-11/+13
2023-08-08Fix account screen focussaber safavi2-39/+57
2023-08-07Secure account screen aginst screenshot an screen recordsaber safavi1-0/+12
2023-08-07Fix split tunneling focusAlbin1-9/+28
2023-08-07Fix copy button scaling issuesaber safavi4-29/+93
2023-08-07Fix split tunneling content alignmentAlbin1-11/+14
2023-08-07Fix focus lost on connection button clickAlbin1-89/+100
2023-08-04Apply updated ktfmt formattingAlbin24-0/+46
2023-08-01Fix Disconnect Button color alpha valuesaber safavi2-3/+6
2023-08-01Reduce location info flickeringAlbin1-2/+8
2023-08-01Throttle connect and reconnect clicksAlbin1-2/+18
2023-08-01Fix connect button flickeringAlbin1-21/+7
2023-08-01Filter out empty and short-name country locationsAlbin1-4/+8
2023-08-01Move connect vm debounce from tunnel state to ui stateAlbin1-3/+2
2023-08-01Add copy icon feedback on clicksaber safavi2-27/+106
2023-07-31Add scroll to connect view to support split viewsaber safavi1-5/+4
2023-07-28Cleanup unused filessaber safavi8-807/+0
2023-07-28Add account screensaber safavi2-244/+222
2023-07-28Add account row componentssaber safavi6-0/+176
2023-07-28Add ViewModel and related MVVM partssaber safavi4-5/+85
2023-07-28Move vpn service classes to service moduleAlbin23-2514/+0