Chore: add android logging

This commit is contained in:
Pieter Vander Vennet 2024-11-05 01:26:04 +01:00
parent 2efd0fb906
commit ca3a1acf53

View file

@ -0,0 +1,26 @@
# Android experiments
This document keeps track of the approaches used to implement https://github.com/pietervdvn/MapComplete/issues/2112
It is espacially used to document the dead ends
## 1. Bubblewrap
Guide: https://developers.google.com/codelabs/pwa-in-play#1
TODO: add "shortcuts" to the web manifest: https://web.dev/articles/app-shortcuts
TODO: add "screenshots" to the web manifest
Keystore: /home/pietervdvn/git/MapComplete-android-bubblewrap/android.keystore
### To build and deploy the latest version
bubblewrap build
adb install app-release-signed.apk
### Results
Quick to setup, but opens in Fennec/Brave/some default browser... _with_ a UI Element
Seems to only support chrome
## 2. Writing our own webview