summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2023-02-02Fix initial account expiry fetchAlbin2-3/+1
2023-02-02Fix device state listener timingAlbin2-3/+1
2023-02-02Fix mockapi time formatAlbin5-25/+33
2023-01-31Replace serde-xml-rs with quick-xml in translations-converterLinus Färnstrand5-6/+13
2023-01-30Run `cargo clippy --fix` with the new Rust 1.67 preferred formatLinus Färnstrand6-16/+16
2023-01-27Import new android app icon as vectorAlbin2-14/+12
2023-01-27Rename android vector iconsAlbin4-4/+4
2023-01-27Update Android+iOS square icons sourced from icon-square.svgLinus Färnstrand1-0/+0
2023-01-27Improve documentation around icon and asset generationLinus Färnstrand1-0/+4
2023-01-27Run ./android/scripts/generate-pngs.sh to re-generate Android icons (shaved)Linus Färnstrand26-1/+1
2023-01-26Log mockapi web server port during testsAlbin1-0/+2
2023-01-26Replace top bar logo with vectorAlbin1-12/+11
2023-01-26Restructure top bar using constraint layoutAlbin1-24/+35
2023-01-26Replace launch logo with vectorAlbin1-9/+9
2023-01-26Replace compose top bar logo text with vectorAlbin1-7/+6
2023-01-26Clean up compose top bar tintAlbin1-4/+1
2023-01-26Improve veritcal centering in compose top barAlbin1-4/+3
2023-01-26Add compose preview of top barAlbin1-0/+10
2023-01-26Add logo vector resource to the Android projectAlbin1-0/+26
2023-01-25Upload report on ci instrumentation test failuresAlbin1-5/+16
2023-01-25Remove useTestStorageService optionAlbin2-2/+0
2023-01-25Extend login timeout during testAlbin4-1/+12
2023-01-25Add auto-fetch of helper apks in test scriptAlbin1-14/+33
2023-01-23Clean up instrumentation logsAlbin1-0/+3
2023-01-20Move dist-assets/relays.json to build/relays.jsonLinus Färnstrand1-1/+1
2023-01-19Move ci xml tidy scriptAlbin1-0/+37
2023-01-19Clarify android readme introAlbin1-3/+3
2023-01-19Create dedicated translations converter readmeAlbin2-30/+29
2023-01-19Add android app download linksAlbin1-0/+6
2023-01-19Add quick start section to android readmeAlbin1-2/+14
2023-01-19Update Android readme introAlbin1-1/+4
2023-01-18Move png generate script to script dirAlbin1-3/+3
2023-01-18Document gradle lockfileAlbin1-0/+19
2023-01-10Use version code constantsAlbin2-2/+2
2023-01-10Add mockapi to instrumentation test scriptAlbin1-2/+8
2023-01-10Add mockapi login testsAlbin6-0/+361
2023-01-10Replace e2e conncheck webview with volleyAlbin6-58/+28
2023-01-10Add test rule to clear device vpnsAlbin2-0/+42
2023-01-10Handle notificaiton permission prompt in e2e testsAlbin4-0/+31
2023-01-10Use androidTestUtil in e2e testAlbin1-2/+2
2023-01-10Fix CleanupAccountTestRule method signatureAlbin1-2/+2
2023-01-10Increase e2e test webview timeoutAlbin2-1/+6
2023-01-10Set e2e endpoint version to v1Albin1-1/+1
2023-01-10Improve test failure screenshot supportAlbin5-53/+120
2023-01-10Support orchestrator in instrumented test scriptAlbin1-0/+112
2023-01-10Use common test project suppressionAlbin4-33/+2
2023-01-10Update android dependency lockfileAlbin2-1/+79
2023-01-10Add option to use custom api endpoint in debug buildsAlbin10-44/+111
2023-01-10Add empty :test:mockapi projectAlbin7-1/+144
2023-01-10Move endpoint logic to :lib:endpointAlbin5-2/+27