commit | 68d885737511c542966188efd6e25a95c16df659 | [log] [tgz] |
---|---|---|
author | Dmitry Muhomor <muhomor.dmitry@gmail.com> | Tue May 17 23:27:32 2022 +0300 |
committer | Daniel Micay <danielmicay@gmail.com> | Thu May 19 02:59:16 2022 -0400 |
tree | 3c6703734423ad637ac0c9f18e1feb8f9194f453 | |
parent | 19cccab1ff7326b0c45182f0d3f6d90caff87daa [diff] |
improve code that keeps track of captured images Instead of storing the list of all previous captured Uris, store only Uris of 5 last used SAF locations. To retrieve the list of captured items, bulk queries of MediaStore and SAF locations are used. Basic item details (type and date) are obtained by parsing the file name to improve gallery performance by drastically reducing the amount of IPC.
This is the new GrapheneOS Camera app based on Android's modern CameraX library. It replaces AOSP Camera for GrapheneOS.