Add Aves Gallery support for Android - #1302
Merged
Merged
Conversation
Two artifacts from databases/metadata.db: - Catalogued Media: the app's index of media on the device, joined to its metadata, reverse-geocoded address, favourites and video resume positions. Coordinates come from the file's embedded location; Country Code and Name are the app's own geocoding of them, which is a derived answer and the notes say so. KML output. - Trash and Vaults: items binned inside the app, whose Path shows the file is still on the device and recoverable, and encrypted vaults, whose existence records that media was deliberately concealed. Date Added leads rather than Date Taken, because the media store records it for every entry while Date Taken is absent from videos and from images carrying no capture metadata: it was filled on 2 of the 6 tested entries. Paths use a deckers.thibault.aves* prefix so the libre, izzy and play variants are all covered; the tested build was deckers.thibault.aves.libre. Verified on a multi-container tree: the storage spellings collapse, a second Android user adds its own rows against a known delta (6 then 10 entries with a tenant holding 4), and a decoy package adds none. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Row counts from a real aleapp.py run against the emu_a15_oss_v9 corpus. The zero is a checked absence, confirmed against the source store. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Aves Gallery (deckers.thibault.aves) support for Android, an open source gallery. Two artifacts from databases/metadata.db:
Date Added leads rather than Date Taken: the media store records it for every entry, while Date Taken comes from the file's own capture metadata and is absent from videos and from images carrying none. It was filled on 2 of the 6 tested entries, so leading with it would have hidden most of the collection.
Paths use a
deckers.thibault.aves*prefix so the libre, izzy and play variants are all covered; the tested build wasdeckers.thibault.aves.libre, whose package carries a variant suffix. The metadata flags column is an undocumented bitmask and is not reported.Verified on a multi-container tree: the storage spellings collapse, a second Android user adds its own rows against a known delta (6 then 10 entries with a tenant holding 4), and a decoy package adds none. sample_data follows with the corpus capture now running.
🤖 Generated with Claude Code