Aves is a gallery and metadata explorer app, built for Android with Flutter.
Find a file
2020-08-02 19:30:16 +09:00
.github/workflows CI: added static analysis, restored test step 2020-07-26 10:52:29 +09:00
android API 30: handle access at directory level, request max but can process with min 2020-07-26 01:12:22 +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 auto iOS setup 2020-06-28 14:52:33 +09:00
lib filter bar: apply curve to removal animation 2020-08-02 18:05:49 +09:00
scripts CI: release on tag with Github Actions 2020-07-12 14:11:54 +09:00
test CI: added static analysis, restored test step 2020-07-26 10:52:29 +09:00
whatsnew CI: release as beta to Play Store 2020-07-18 11:06:58 +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 static analysis: exclude generated file 2020-07-26 12:38:32 +09:00
LICENSE Create LICENSE 2020-06-12 18:17:17 +09:00
pubspec.lock pub upgrade 2020-07-26 12:22:38 +09:00
pubspec.yaml version bump 2020-08-02 19:29:49 +09:00
README.md updated readme 2020-07-26 12:16:04 +09:00

Version badge Build badge


Aves logo

Get it on Google Play

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

Collection screenshotImage screenshotStats screenshot

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
  • support Android API 24 ~ 30 (Nougat ~ R)

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
  • subsampling/tiling

Known Issues

Test Devices

Model Name Android Version API
SM-G970N Samsung Galaxy S10e 10 (Android10) 29
SM-P580 Samsung Galaxy Tab A 10.1 8.1.0 (Oreo) 27
SM-G930S Samsung Galaxy S7 8.0.0 (Oreo) 26
E5823 Sony Xperia Z5 Compact 7.1.1 (Nougat) 25

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.