No description
Find a file
Fabio Micheluz a1b9864fa5
Some checks are pending
Quality check / Flutter analysis (push) Waiting to run
Quality check / CodeQL analysis (java-kotlin) (push) Waiting to run
f3
2026-02-28 14:01:07 +01:00
.flutter first commit 2026-02-19 13:25:23 +01:00
.github first commit 2026-02-19 13:25:23 +01:00
.vscode first commit 2026-02-19 13:25:23 +01:00
android first commit 2026-02-19 13:25:23 +01:00
assets first commit 2026-02-19 13:25:23 +01:00
fastlane/metadata/android first commit 2026-02-19 13:25:23 +01:00
keystore first commit 2026-02-19 13:25:23 +01:00
lib f1 2026-02-28 13:42:46 +01:00
plugins first commit 2026-02-19 13:25:23 +01:00
scripts first commit 2026-02-19 13:25:23 +01:00
test first commit 2026-02-19 13:25:23 +01:00
test_driver first commit 2026-02-19 13:25:23 +01:00
whatsnew first commit 2026-02-19 13:25:23 +01:00
.fvmrc first commit 2026-02-19 13:25:23 +01:00
.gitignore first commit 2026-02-19 13:25:23 +01:00
.gitmodules first commit 2026-02-19 13:25:23 +01:00
.metadata first commit 2026-02-19 13:25:23 +01:00
.pre-commit-config.yaml first commit 2026-02-19 13:25:23 +01:00
analysis_options.yaml first commit 2026-02-19 13:25:23 +01:00
aves_logo.svg first commit 2026-02-19 13:25:23 +01:00
CHANGELOG.md first commit 2026-02-19 13:25:23 +01:00
devtools_options.yaml first commit 2026-02-19 13:25:23 +01:00
fabio_readme.md first commit 2026-02-19 13:25:23 +01:00
flutterw first commit 2026-02-19 13:25:23 +01:00
l10n.yaml first commit 2026-02-19 13:25:23 +01:00
LICENSE first commit 2026-02-19 13:25:23 +01:00
my-upload-key.keystore first commit 2026-02-19 13:25:23 +01:00
pubspec.lock first commit 2026-02-19 13:25:23 +01:00
pubspec.yaml first commit 2026-02-19 13:25:23 +01:00
README.md f3 2026-02-28 14:01:07 +01:00

Aves logo

Aves

Version badge Build badge

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

Compare versions

## mio

run con

fvm flutter run -t lib/main_play.dart --flavor pl>

i files nuovi sono

lib/remote
├── auth_client.dart
├── remote_client.dart
├── remote_models.dart
├── remote_repository.dart
├── remote_test_page.dart
├── run_remote_sync.dart
└── url_utils.dart

e questo modificato

lib/widgets/home/home_page.dart

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 (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