load thumbnail of the last captured item asynchronously in all cases

Previously, the first load after activity resume was synchronous, which hurt
the app open time, especially if the last item was a video.
4 files changed
tree: c172bc564dec163bdfb9bc06feaa72f2020ccd85
  1. .github/
  2. .idea/
  3. app/
  4. gradle/
  5. .gitignore
  6. build.gradle.kts
  7. gradle.properties
  8. gradlew
  9. gradlew.bat
  10. LICENSE
  11. README.md
  12. settings.gradle.kts
README.md

This is the new GrapheneOS Camera app based on Android's modern CameraX library. It replaces AOSP Camera for GrapheneOS.