summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/main
AgeCommit message (Expand)AuthorFilesLines
2024-03-05Supress long methodDavid Göransson7-0/+7
2024-03-05Use collectAsStateWithLifecycleDavid Göransson18-282/+281
2024-03-05Fix margin on ConnectScreenDavid Göransson1-0/+1
2024-03-05Fix VpnSettingsScreen DPAD navigationDavid Göransson6-12/+30
2024-03-04Make deviceState eagerly to prevent missing of loggedOut messagesDavid Göransson1-5/+1
2024-02-27Implement sentence naming of testsDavid Göransson4-19/+13
2024-02-19Remove the auto-connect switch when vpn settings are availableJonatan Rhodin6-19/+40
2024-02-19Create auto connect and lockdown mode screenMaryamShaghaghi4-4/+376
2024-02-19Update VPNSettings screenMaryamShaghaghi1-0/+26
2024-02-15Add toggle button for split tunnelingMaryamShaghaghi6-128/+255
2024-02-15Integrate map into ConnectScreenDavid Göransson5-51/+150
2024-02-15Add support for OpenGL in manifestDavid Göransson1-0/+2
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 Rhodin10-103/+142
2024-02-08Add CustomListsRepository with add, delete and updateJonatan Rhodin1-0/+28
2024-02-07Bind to the service in a coroutine to avoid a crashJonatan Rhodin1-23/+21
2024-02-07Improve DeviceListScreenJonatan Rhodin1-14/+130
2024-02-06Update lint version to 8.3 to fix lint error in lib:themeJonatan Rhodin1-1/+2
2024-02-06Update compose material 3 to 1.2.0-rc01Jonatan Rhodin3-5/+8
2024-02-05Ignore magic numbersDavid Göransson1-0/+2
2024-02-05Fix wildcard importDavid Göransson1-1/+6
2024-02-05Fix too general ExceptionDavid Göransson2-7/+6
2024-02-05Fix SplitTunnelingScreen and SplitTunnelingCellJonatan Rhodin5-80/+103
2024-02-05Remove all direct usages of mullvad colorsJonatan Rhodin7-32/+35
2024-01-31Add account expiry mockapi testJonatan Rhodin2-1/+8
2024-01-25Update ktfmt to version 0.16.0 and reformat filesJonatan Rhodin12-27/+19
2024-01-23Remove unused ApplicationsIconManagerJonatan Rhodin2-31/+0
2024-01-23Handle exceptions when getting app icon in SplitTunnelingScreenJonatan Rhodin2-2/+20
2024-01-19Improve handling of empty relay listJonatan Rhodin5-118/+132
2024-01-19Fetch the relay list when entering the select location screenJonatan Rhodin4-1/+13
2024-01-19Try to mitigate timing errors when getting the relay listJonatan Rhodin1-1/+5
2024-01-19Try to wait until daemon is ready before leaving PrivacyScreenDavid Göransson5-11/+87
2024-01-11Fix notification permission lint issuesaber safavi1-9/+2
2024-01-11Convert screen tests to Junit5David Göransson1-1/+1
2024-01-08Change launch mode to singleInstance to fix vulnerabilityJonatan Rhodin1-1/+5
2024-01-05Fix broken e2e tests for ConnectScreen and WebLinksaber safavi2-3/+7
2024-01-04Remove error message when changing the voucher inputJonatan Rhodin1-0/+2
2024-01-04Logout user when "Go to login" is clicked.David Göransson2-8/+32
2024-01-04Handle device revocation on ConnectScreenDavid Göransson2-1/+17
2023-12-29Align dialog titlesDavid Göransson6-22/+10
2023-12-29Make remove dns destructiveDavid Göransson1-1/+2
2023-12-29Fix background color on welcome screenDavid Göransson1-9/+2
2023-12-21Support new tunnel state API in the Android frontend.David Göransson11-68/+35
2023-12-19Lift IS_PLAY_BUILDDavid Göransson13-39/+62
2023-12-19Scroll to selected countryDavid Göransson1-0/+25
2023-12-14Update manifest to support fullUser & adjustResizeDavid Göransson1-2/+2
2023-12-14Remove old fragment navigationDavid Göransson28-1474/+0
2023-12-14Migrate to Compose DestinationsDavid Göransson84-1717/+3089