Proofmode Android 2.3 RC 1
d80053d (HEAD -> main, tag: 2.3.0-RC-1) update to 2.3.0-RC-1
22934ee (origin/main, gh/main) fix issue with multiple URI triggers for same underlying file
96bc459 improvements in speed and stability for camera capture
3729f52 major improvement to init'ing PGP keys, instance and use in ProofMode library - more stable, less accidentally crashes, especially when implemented in third party library
37829dc (tag: 2.3.0-BETA-1, dev) update to 2.3.0-BETA-1
2b8d37f (origin/dev) avoid duplicates in list where possible
5a73b88 add OS setting to avoid accidental access to /data/local/tmp by rust code
df5722f handle case where the proof dir is accidentally missing or null
c768a8a update to 1.0.29
9431f86 update to libproofmode 1.0.28-dev
649ccd2 (origin/abstract-read-write-branch, abstract-read-write-branch) fix issues with camera capture and stream saving
314c8b7 update main app to work with new storageprovider model
41dd239 update camera library to no longer depend up old storage mechanisms
ef5ca6c refactor to support alternate proof storage mechanisms - inclue DefaultStorageProvider built on existing local file storage
2298a99 Added Todos
7b68012 Made setProofFileSystem static
cd69f05 Merge branch 'proof-filesystem-implementation'
e482a6d (tag: 2.2.0-RC-5) update to 2.2.0-RC-5
996ddd0 make sure all event intents are exported - this is to pick up events from the camera
9337f87 fix for Android 14 crash related to exporting receivers
e285f9c (tag: 2.2.0-RC-4) update to 2.2.0-RC-4
00a626d update libraries, and make sure proof hash gen/check is synchronized - had an issue with proof generation happening multiple times, creating duplicates
63e6afa update camera to 1.2.3
fc03270 remove additional unused code from previous media monitoring efforts
dac9878 remove unused camera event listening, which may have been causing a crash
18586ac Merge branch 'weblate-guardianproject-proofmode' into 'main'
ed69306 (origin/proof-filesystem-implementation, proof-filesystem-implementation) Added property to be able to specify proof file system for saving proof to
814522d update how per ABI versioncodes are generated
91b398b (tag: 2.2.0-RC-3) update to 2.2.0-RC-3
a924889 improve generation of new activities and items to not have duplicates
8f38e59 add subtle flash to indicate photo was taken
1c6f68c fix issues with performance on selecting and browsing items - the getAll() calls were slow when the database had many items - disable the singleassetitem view side scrolling for now
441ddcf add split build configuration
5a50e0d delay creation of pgputil instance, and get proper password from prefs
c0f167c check if password value is null before using it