Aves is a gallery and metadata explorer app, built for Android with Flutter.
Find a file
Thibault Deckers be1e96270b version bump
2024-10-30 23:13:44 +01:00
.flutter@603104015d deprecation: whereNotNull 2024-10-26 00:19:43 +02:00
.github Bump actions/dependency-review-action from 4.3.5 to 4.4.0 (#1268) 2024-10-30 02:38:06 +09:00
android l10n by weblate (#1265) 2024-10-31 05:47:45 +09:00
assets Update terms.md (#519) 2023-02-09 22:14:31 +01:00
fastlane/metadata/android version bump 2024-10-30 23:13:44 +01:00
lib l10n 2024-10-30 21:48:54 +01:00
plugins media-kit update 2024-10-30 20:33:58 +01:00
scripts github: check on PR, 2024-08-18 16:47:37 +02:00
test source init scope review 2024-10-29 00:04:53 +01:00
test_driver explorer: custom home, shortcut 2024-07-15 23:53:46 +02:00
whatsnew version bump 2024-10-30 23:13:44 +01:00
.gitignore minor 2023-03-23 23:21:52 +01:00
.gitmodules adapted scripts and workflows for bundled flutter 2022-11-26 12:18:57 +01:00
.metadata minor 2023-03-23 23:21:52 +01:00
.pre-commit-config.yaml [StepSecurity] Apply security best practices (#1137) 2024-08-19 01:06:32 +09:00
analysis_options.yaml upgrades, lints 2024-10-03 23:50:03 +02:00
aves_logo.svg changed logo 2024-04-28 23:48:29 +02:00
CHANGELOG.md version bump 2024-10-30 23:13:44 +01:00
devtools_options.yaml l10n: typography fixes for arabic/persian 2024-05-19 01:28:26 +02:00
flutterw upgraded Flutter to stable v3.13.1 2023-08-24 00:00:18 +02:00
l10n.yaml l10n 2024-04-29 00:23:58 +02:00
LICENSE Create LICENSE 2020-06-12 18:17:17 +09:00
pubspec.lock media-kit update 2024-10-30 20:33:58 +01:00
pubspec.yaml version bump 2024-10-30 23:13:44 +01:00
README.md Update README.md 2024-09-16 07:50:43 +09:00
shaders.sksl.json upgraded Flutter to stable v3.24.4 2024-10-25 19:09:26 +02: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 F-Droid Get it on GitHub

Compare versions

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 KitKat to Android 14, including Android TV) with features such as widgets, app shortcuts, screen saver 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, but read the guidelines first. If you have questions, check out the discussions.

Code

At this stage this project does not accept PRs.

Translations

Translations are powered by Weblate and the effort of wonderfully generous volunteers. Translation status

If you want to translate this app in your language and share the result, there is a guide.

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:

# 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:

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