Aves is a gallery and metadata explorer app, built for Android with Flutter.
Find a file
2020-06-20 18:37:52 +09:00
android added project setup instructions 2020-06-20 18:37:52 +09:00
assets minor fixes (app bar progress subtitle, welcome terms, new album dialog, catalog/locating priority) 2020-06-20 10:45:18 +09:00
extra extra: added Google Play resources 2020-06-13 10:29:01 +09:00
fonts use asset font for app bar and titles 2019-08-31 22:40:20 +09:00
ios regenerated android/ios files and upgraded to embedding v2 2020-05-14 18:17:46 +09:00
lib minor fixes (app bar progress subtitle, welcome terms, new album dialog, catalog/locating priority) 2020-06-20 10:45:18 +09:00
.gitignore android release signing 2020-06-12 22:58:29 +09:00
.metadata poc: async mediastore thumbnails with fast scroll 2019-07-13 18:12:19 +09:00
analysis_options.yaml linting 2019-12-24 10:41:43 +09:00
LICENSE Create LICENSE 2020-06-12 18:17:17 +09:00
pubspec.lock packages upgrade 2020-06-13 10:44:25 +09:00
pubspec.yaml version bump 2020-06-14 14:58:19 +09:00
README.md added project setup instructions 2020-06-20 18:37:52 +09:00

Aves logo

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

Features

  • support raster images: JPEG, PNG, GIF, WEBP, BMP, WBMP, HEIC (from Android Pie)
  • support animated images: GIF, WEBP
  • support vector images: SVG
  • support videos: MP4, AVI & probably others
  • search and filter by country, place, XMP tag, type (animated, raster, vector, video)
  • bulk delete, share, copy, move
  • favorites
  • statistics
  • handle intents to view or pick images

Roadmap

If time permits, I intend to eventually add these:

  • settings & preferences
  • feature: XMP tag edition (likely with pixymeta-android)
  • feature: location edition
  • map view
  • gesture: long press and drag thumbnails to select multiple items
  • gesture: double tap and drag image to zoom in/out (aka quick scale, one finger zoom)
  • support: burst groups
  • support: Android R
  • subsampling/tiling

Known Issues

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.