summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2023-09-27Add copy icon to WelcomeScreenDavid Göransson4-160/+256
2023-09-27Add device name to Welcome ScreenDavid Göransson24-7/+133
Fix TitleCase
2023-09-27Fix Dpad navigationDavid Göransson1-83/+96
2023-09-27Rename state to uiStateDavid Göransson2-27/+29
2023-09-27Add content descriptionDavid Göransson1-2/+2
2023-09-27Clarify idle stateDavid Göransson1-0/+2
2023-09-27Fix login testDavid Göransson1-2/+2
2023-09-27Fix keyboard navigation crashDavid Göransson3-19/+24
2023-09-27fix visual transformationDavid Göransson1-1/+2
2023-09-27Remove old login screen viewsDavid Göransson10-810/+0
2023-09-27Migrate login screen to composeDavid Göransson13-589/+854
Fixes removed and fixes some of the compose colors, recreates login states
2023-09-26Partially revert "Remove android file migration"Albin2-0/+39
This commit aims to restore the `relays.json` asset->file extraction that was removed by accident in the partially reverted commit. The actual file migration logic will not be re-introduced. This partially reverts commit e64abbb94ae641d05ee3cf8dc0f4340b17cdc033.
2023-09-26Add ui tests for OutOfTimeScreenJonatan Rhodin1-0/+172
2023-09-26Add unit tests for OutOfTimeViewModelJonatan Rhodin1-0/+149
2023-09-26Add redeem voucher buttonJonatan Rhodin3-22/+59
2023-09-26Add site payment buttonJonatan Rhodin5-70/+138
2023-09-26Migrate out of time view to composeJonatan Rhodin11-333/+431
2023-09-25Add previewsDavid Göransson1-0/+28
2023-09-25Replace ConstraintLayout with RowDavid Göransson1-39/+23
In some cases (TextField) the constriantlayout would steal focus when user uses right arrow. This commit removes the use of ConstraintLayout so it won't interfere with input.
2023-09-25Set default dialog radius to 11 and apply it to all dialogsJonatan Rhodin3-13/+25
2023-09-25Improve changelog dialogJonatan Rhodin3-112/+77
- Replace hardcoded font sizes and colors - Place it within AppTheme so that corner radius are the same as other dialogs. - Make it scrollable - Change some text styles to be more in line with design - Improve changelog items
2023-09-25Update translationsOskar Nyberg38-157/+309
2023-09-22Support running under build variant app idsAlbin10-24/+22
2023-09-21Replace remaining release build checks with play build checksJonatan Rhodin3-12/+9
2023-09-21Update test script to use the default build variantAlbin1-2/+2
2023-09-21Use play flavor to comply with policiesAlbin10-32/+38
2023-09-21Add billing and infrastructure flavor dimensionsAlbin6-15/+143
Flavor dimension usage: * `billing` - used to build separate artifacts where (1) different policies are followed and (2) different dependencies are used. * `infrastructure` - used to improve development and testing against non-production environments.
2023-09-21Apply automatic formatting and cleanup of gradle filesAlbin19-166/+81
2023-09-20Add minimal required Android bindingsLinus Färnstrand1-1/+7
2023-09-18Fix headline sizeDavid Göransson1-1/+2
2023-09-14Push suppression date for CVE-2023-2976Albin1-1/+1
Pushing the suppression date since not much new information is available and no upstream release has been made of the affected library (espresso).
2023-09-13Update android build instructions for macOSDavid Göransson2-28/+99
2023-09-13Paint status bar after screen transition animation endsaber safavi15-26/+123
2023-09-12Remove unused parts of legacy CustomDnsDavid Göransson3-81/+2
2023-09-12Inspection errorsDavid Göransson18-56/+49
2023-09-12Remove unused classesDavid Göransson17-480/+0
2023-09-12Perform AS Code CleanupDavid Göransson22-93/+91
2023-09-12Fix row animationsDavid Göransson3-13/+17
2023-09-12Fix alpha issue on split tunneling viewDavid Göransson1-2/+11
2023-09-11Make err-derive a workspace dependencyDavid Lönnhager1-1/+1
2023-09-11Fix lintDavid Göransson2-8/+2
2023-09-11Use DimensDavid Göransson1-1/+2
2023-09-11Fix scoping for previewsDavid Göransson10-10/+10
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 Rhodin3-34/+7
2023-09-08Replace xml resources and hardcoded colors in MtuDialogJonatan Rhodin1-57/+42
2023-09-08Fix race condition in mtu dialogJonatan Rhodin5-37/+30
2023-09-08Fix the click area of the notification bannerJonatan Rhodin1-1/+1
2023-09-07Migrate connect screen headerbar to composeJonatan Rhodin4-154/+142