Aves is a gallery and metadata explorer app, built for Android with Flutter.
Find a file
Thibault Deckers 7f8f4006e6 l10n: ja
2022-03-07 10:19:38 +09:00
.github upgraded flutter to v2.10.3 2022-03-04 15:49:53 +09:00
android l10n: ja 2022-03-07 10:19:38 +09:00
assets about: link to privacy policy 2021-11-02 17:16:24 +09:00
fastlane/metadata/android version bump 2022-02-23 12:20:27 +09:00
lib l10n: ja 2022-03-07 10:19:38 +09:00
plugins upgraded flutter to v2.8.0 2021-12-09 14:56:15 +09:00
scripts scripts: readme screenshots 2022-01-17 16:54:49 +09:00
test #170 view: load dir entries only, prevent navigation from filters, do not group bursts, do not listen to source 2022-02-21 21:37:12 +09:00
test_driver upgraded flutter to v2.10.3 2022-03-04 15:49:53 +09:00
whatsnew version bump 2022-02-23 12:20:27 +09:00
.gitignore driver: screenshot generation WIP 2022-01-11 21:53:05 +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 l10n: ja 2022-03-07 10:19:38 +09:00
l10n.yaml l10n: minor fixes 2021-10-28 10:52:42 +09:00
LICENSE Create LICENSE 2020-06-12 18:17:17 +09:00
pubspec.lock upgraded flutter to v2.10.3 2022-03-04 15:49:53 +09:00
pubspec.yaml upgraded flutter to v2.10.3 2022-03-04 15:49:53 +09:00
README.md l10n: ja 2022-03-07 10:19:38 +09:00
shaders_2.10.3.sksl.json upgraded flutter to v2.10.3 2022-03-04 15:49:53 +09:00
untranslated.json l10n 2022-03-07 10:10:05 +09:00

Aves logo

Aves

Version badge Build badge

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

Get it on Google Play Get it on IzzyOnDroid Get it on GitHub

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 19 to 32, i.e. from KitKat to Android 12L) with features such as app shortcuts and global search handling. It also works as a media viewer and picker.

Screenshots

Collection screenshot Image screenshot Stats screenshot Info (basic) screenshot Info (metadata) screenshot Countries screenshot

Changelog

The list of changes for past and future releases is available here.

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.

Contributing

Issues

Bug reports and feature requests are welcome. Questions too, though you could also ask them in Discussions.

Code

At this stage this project does not accept PRs, except for translations.

Translations

If you want to translate this app in your language and share the result, there is a guide. English, Korean and French are already handled by me. Russian, German, Spanish, Portuguese, Indonesian & Japanese are handled by generous volunteers.

Donations

Some users have expressed the wish to financially support the project. Thanks! ❤️

Donate with PayPal Donate using Liberapay

Project Setup

Before running or building the app, update the dependencies for the desired flavor:

# (cd scripts/; ./apply_flavor_play.sh)

To build the project, 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 key_template.properties for the expected keys.

To run the app:

# flutter run -t lib/main_play.dart --flavor play

To run the app on API 19 emulators:

# flutter run -t lib/main_play.dart --flavor play --enable-software-rendering