commit | eaa1cd51c4358f23418d599dc8fdc74e236fdf91 | [log] [tgz] |
---|---|---|
author | Dmitry Muhomor <muhomor.dmitry@gmail.com> | Wed May 18 17:03:00 2022 +0300 |
committer | Daniel Micay <danielmicay@gmail.com> | Thu May 19 02:59:16 2022 -0400 |
tree | bbfdea7a1bcaae131f24433450c85406fa947894 | |
parent | 8fef0a89d3c31b76ce70397190e345cef53f2352 [diff] |
improve async gallery code Gallery is often opened only to view the last captured image. To speed this up, pass the last captured item from the main activity and load it in parallel with obtaining the list of previously captured items. Also: - interrupt obtaining of this list if activity gets destroyed - cleanup code that obtains intent extras - speed up processing of the raw list of previously captured items
This is the new GrapheneOS Camera app based on Android's modern CameraX library. It replaces AOSP Camera for GrapheneOS.