Aves is a gallery and metadata explorer app, built for Android with Flutter.
Find a file
2021-09-23 23:28:16 +09:00
.github/workflows upgraded flutter to v2.5.1 2021-09-23 23:28:16 +09:00
android upgraded flutter to v2.5.1 2021-09-23 23:28:16 +09:00
assets about: bug reporting instructions 2021-09-07 12:12:35 +09:00
lib upgraded flutter to v2.5.1 2021-09-23 23:28:16 +09:00
scripts android 12 support 2021-08-16 09:46:57 +09:00
test upgraded flutter to v2.5.1 2021-09-23 23:28:16 +09:00
test_driver upgraded flutter to v2.5.1 2021-09-23 23:28:16 +09:00
whatsnew version bump 2021-09-08 10:01:34 +09:00
.gitignore upgraded flutter to stable v2.2.0, minSdk 19 -> 20, null safety streams_channel 2021-05-23 12:38:25 +09:00
.metadata poc: async mediastore thumbnails with fast scroll 2019-07-13 18:12:19 +09:00
analysis_options.yaml packages upgrade, static analysis migration 2021-06-25 21:38:56 +09:00
aves_logo.svg upgraded flutter to stable v2.2.3 2021-07-02 17:13:40 +09:00
CHANGELOG.md upgraded flutter to v2.5.1 2021-09-23 23:28:16 +09:00
l10n.yaml thumbnail theme provider, app mode provider, thumbnail overlay review 2021-03-16 10:18:53 +09:00
LICENSE Create LICENSE 2020-06-12 18:17:17 +09:00
pubspec.lock upgraded flutter to v2.5.1 2021-09-23 23:28:16 +09:00
pubspec.yaml upgraded flutter to v2.5.1 2021-09-23 23:28:16 +09:00
README.md typo 2021-09-03 21:49:22 +09:00
shaders.sksl.json upgraded flutter to v2.5.1 2021-09-23 23:28:16 +09:00
shaders_2.5.1.sksl.json upgraded flutter to v2.5.1 2021-09-23 23:28:16 +09:00

Version badge Build badge


Aves logo

Get it on Google Play Get it on GitHub

Aves is a gallery and metadata explorer app. It is built for Android, with Flutter.

Collection screenshotImage screenshotStats screenshot

Features

Aves can handle all sorts of images and videos, including your typical JPEGs and MP4s, but also more exotic things like multi-page TIFFs, SVGs, old AVIs and more!

It scans your media collection to identify motion photos, panoramas (aka photo spheres), 360° videos, as well as GeoTIFF files.

Navigation and search is an important part of Aves. The goal is for users to easily flow from albums to photos to tags to maps, etc.

Aves integrates with Android (from API 20 to 31, i.e. from Lollipop to S) with features such as app shortcuts and global search handling. It also works as a media viewer and picker.

Permissions

Aves requires a few permissions to do its job:

  • read contents of shared storage: the app only accesses media files, and modifying them requires explicit access grants from the user,
  • read locations from media collection: necessary to display the media coordinates, and to group them by country (via reverse geocoding),
  • have network access: necessary for the map view, and most likely for precise reverse geocoding too,
  • view network connections: checking for connection states allows Aves to gracefully degrade features that depend on internet.

Project Setup

Create a file named <app dir>/android/key.properties. It should contain a reference to a keystore for app signing, and other necessary credentials. See <app dir>/android/key_template.properties for the expected keys.