Aves is a gallery and metadata explorer app, built for Android with Flutter.
Find a file
2021-06-07 17:36:55 +09:00
.github/workflows upgraded flutter to stable v2.2.1 2021-05-28 09:23:22 +09:00
android upgraded flutter to stable v2.2.0, minSdk 19 -> 20, null safety streams_channel 2021-05-23 12:38:25 +09:00
assets minor format and wording fixes 2021-02-21 11:19:34 +09:00
lib static analysis 2021-06-07 16:15:20 +09:00
scripts CI: release on tag with Github Actions 2020-07-12 14:11:54 +09:00
test unsound null safety 2021-05-13 19:34:23 +09:00
test_driver test: improved driver test + shaders 2021-06-07 14:37:11 +09:00
whatsnew version bump 2021-04-29 12:27:25 +09:00
.gitignore upgraded flutter to stable v2.2.0, minSdk 19 -> 20, null safety streams_channel 2021-05-23 12:38:25 +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 upgraded flutter to stable v2.2.1 2021-05-28 09:23:22 +09:00
l10n.yaml thumbnail theme provider, app mode provider, thumbnail overlay review 2021-03-16 10:18:53 +09:00
LICENSE Create LICENSE 2020-06-12 18:17:17 +09:00
pubspec.lock packages upgrade 2021-06-07 17:36:55 +09:00
pubspec.yaml packages upgrade 2021-06-07 17:36:55 +09:00
README.md upgraded flutter to stable v2.2.0, minSdk 19 -> 20, null safety streams_channel 2021-05-23 12:38:25 +09:00
shaders_2.2.1.sksl.json test: improved driver test + shaders 2021-06-07 14:37:11 +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, GIF, PNG, HEIC/HEIF (including multi-track, from Android Pie), WEBP, TIFF (including multi-page), BMP, WBMP, ICO
  • support animated images: GIF, WEBP
  • support raw images: ARW, CR2, DNG, NEF, NRW, ORF, PEF, RAF, RW2, SRW
  • support vector images: SVG
  • support videos: MP4, AVI, MKV, AVCHD & probably others
  • identify panoramas (aka photo spheres), 360° videos, GeoTIFF files
  • search and filter by country, place, XMP tag, type (animated, raster, vector…)
  • favorites
  • statistics
  • support Android API 20 ~ 30 (Lollipop ~ R)
  • Android integration (app shortcuts, handle view/pick intents)

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.