Aves is a gallery and metadata explorer app, built for Android with Flutter.
Find a file
Fabio 9037f8e610
Some checks failed
Quality check / Flutter analysis (push) Has been cancelled
Quality check / CodeQL analysis (java-kotlin) (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Aggiorna README.md
2025-08-14 17:41:59 +08:00
.flutter@d8a9f9a52e downgraded Flutter to stable v3.27.4 2025-06-01 20:57:46 +02:00
.github Bump github/codeql-action from 3.28.18 to 3.28.19 (#1604) 2025-06-08 01:03:54 +09:00
.vscode vs code launch config 2025-03-18 21:56:17 +01:00
android rescale large thumbnails decoded as is; 2025-06-10 20:45:59 +02:00
assets terms txt version for play store 2025-03-27 23:18:00 +01:00
fastlane/metadata/android version bump 2025-06-02 23:52:21 +02:00
lib rescale large thumbnails decoded as is; 2025-06-10 20:45:59 +02:00
plugins upgrades 2025-06-09 18:47:11 +02:00
scripts minor 2025-03-01 01:51:46 +01:00
test #268 groups: listening to source/dynamics to remove groups with obsolete content 2025-05-27 00:28:41 +02:00
test_driver #268 album grouping (WIP) 2025-05-05 19:14:40 +02:00
whatsnew version bump 2025-06-02 23:52:21 +02:00
.gitignore ignore l10n gen files 2025-05-05 21:35:45 +02: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 format 2025-06-02 22:25:42 +02:00
aves_logo.svg changed logo 2024-04-28 23:48:29 +02:00
CHANGELOG.md rescale large thumbnails decoded as is; 2025-06-10 20:45:59 +02:00
devtools_options.yaml minor 2025-03-18 20:23:39 +01:00
flutterw upgraded Flutter to stable v3.13.1 2023-08-24 00:00:18 +02:00
l10n.yaml upgraded Flutter to stable v3.29.0 2025-02-14 19:37:18 +01:00
LICENSE Create LICENSE 2020-06-12 18:17:17 +09:00
pubspec.lock upgrades 2025-06-09 18:47:11 +02:00
pubspec.yaml version bump 2025-06-02 23:52:21 +02:00
README.md Aggiorna README.md 2025-08-14 17:41:59 +08:00
shaders.sksl.json downgraded Flutter to stable v3.27.4 2025-06-01 20:57:46 +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 (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

Install dependencies

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

To build the app:

creare file con le tue credenziali file.keystore

dove YOUR_ALIAS_NAME è il tuo unico alias name

e YOUR_ALIAS_PWD è la password del tuo alias

keytool -genkey -v -keystore file.keystore -alias YOUR_ALIAS_NAME -storepass YOUR_ALIAS_PWD -keypass YOUR_ALIAS_PWD -keyalg RSA -validity 36500

in questo caso ho inserito

cd android
keytool -genkey -v -keystore file.keystore -alias FabioMich66 -storepass Master66 -keypass Master66 -keyalg RSA -validity 36500

se non puoi eseguire keytool perchè non è nel path di sistema cercalo usando

cd /
sudo find -name keytool

compilare il file <app dir>/android/key.properties

nano android/key.properties

questi i miei dati utilizzando il format key_template.properties

storeFile=/Users/fabio/flutter_apps/aves/android/file.keystore
storePassword=Master66
keyAlias=FabioMich66
keyPassword=Master66
googleApiKey=<GOOGLE_API_KEY>

infine compilare l'apk

./flutterw build apk -t lib/main_play.dart --flavor play

Android studio

caricare il file da github selezionando le mnù a tendina File-New-project from Version Control

selezionare version control tipo: git

inserire URL di aves

  https://github.com/deckerst/aves

flaggare shallow clone with history troncated 1 commits

aprire la console sulla dir aves appena creata e caricare le dipendenze

scripts/apply_flavor_izzy.sh

in settings - Languages and Framework - Dart inserire il path

/home/fabio/flutter/bin/cache/

e spuntare project aves

Edit configurations e aggiungere shell script con un nome x es izzi

poi flaggare script text e inserire

  ./flutterw run -t lib/main_izzy.dart --flavor izzy

la working directory sarà una cosa così

  /home/fabio/StudioProjects/aves