Aves is a gallery and metadata explorer app, built for Android with Flutter.
Find a file
2020-11-18 10:04:19 +09:00
.github/workflows added proguard conf for TiffBitmapFactory 2020-11-15 10:29:35 +09:00
android google-services update, packages & android dependencies upgrade 2020-11-18 10:04:19 +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 updated screenshots 2020-10-18 10:18:23 +09:00
fonts use asset font for app bar and titles 2019-08-31 22:40:20 +09:00
lib fixed tiled view contained scale state not kept on orientation change 2020-11-17 15:47:57 +09:00
scripts CI: release on tag with Github Actions 2020-07-12 14:11:54 +09:00
test fixed aspect ratio for badly registered entries 2020-11-16 11:35:34 +09:00
test_driver upgrade flutter to stable v1.22.1 + packages upgrade 2020-10-09 15:52:39 +09:00
whatsnew version bump 2020-11-15 11:01:46 +09:00
.gitignore minor changes to match default flutter project files 2020-08-17 18:51:22 +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
CHANGELOG.md version bump 2020-11-15 11:01:46 +09:00
LICENSE Create LICENSE 2020-06-12 18:17:17 +09:00
pubspec.lock google-services update, packages & android dependencies upgrade 2020-11-18 10:04:19 +09:00
pubspec.yaml SVG: view source XML 2020-11-16 19:03:10 +09:00
README.md updated screenshots 2020-10-16 23:04:02 +09:00
shaders_1.22.4.sksl.json upgrade flutter to stable v1.22.4 + packages upgrade 2020-11-14 10:51:36 +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: BMP, DNG, GIF, HEIC (from Android Pie), ICO, JPEG, PNG, WBMP, WEBP
  • support animated images: GIF, WEBP
  • support vector images: SVG
  • support videos: MP4, AVI, AVCHD & probably others
  • search and filter by country, place, XMP tag, type (animated, raster, vector, video)
  • favorites
  • statistics
  • support Android API 24 ~ 30 (Nougat ~ R)
  • Android integration (app shortcuts, handle view/pick intents)

Known Issues

  • gesture: double tap on image does not zoom on tapped area (cf photo_view issue #82)
  • performance: image info page stutters the first time it loads a Google Maps view (cf flutter issue #28493)
  • performance: image decoding is slow

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.