Android Client for Bump
Go to file
raphael 67fe7381aa list now scrollable, reformats list handling
- 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
2022-03-05 15:36:31 +01:00
app list now scrollable, reformats list handling 2022-03-05 15:36:31 +01:00
gradle/wrapper list now scrollable, reformats list handling 2022-03-05 15:36:31 +01:00
.gitignore makes app production ready 2022-01-11 14:06:20 +01:00
build.gradle list now scrollable, reformats list handling 2022-03-05 15:36:31 +01:00
gradle.properties initial android app setup, adds fragments, camera 2021-12-12 15:44:30 +01:00
gradlew initial android app setup, adds fragments, camera 2021-12-12 15:44:30 +01:00
gradlew.bat initial android app setup, adds fragments, camera 2021-12-12 15:44:30 +01:00
README.md initial android app setup, adds fragments, camera 2021-12-12 15:44:30 +01:00
settings.gradle updates app name, fixes first camera access 2021-12-12 15:51:52 +01:00

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.