Android Client for Bump
raphael
67fe7381aa
- urls are now auto-generated from android and no longer self-handled - long-clicking a message starts decryption process, short clicking does nothing right now - only first three messages are decrypted on app load, to improve performance - fragment structure now inside a list view which makes the listview inside scrollable automatically |
||
---|---|---|
app | ||
gradle/wrapper | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
README.md | ||
settings.gradle |
Android Client for Bump
uses camerax framework inside an activity fragment to run camera. Heavily uses requireActivity() inside that to get the appropriate camera functionality. Not sure, if this is the way to go with fragments.
MLKit QR scanner is used to scan QR codes explitily from the view frame.