Aves is a gallery and metadata explorer app, built for Android with Flutter.
Find a file
2021-02-26 14:57:42 +09:00
.github/workflows upgrade flutter to stable v1.22.6 + packages upgrade 2021-01-27 17:46:34 +09:00
android make analytics opt-in, misc fixes 2021-02-26 11:15:46 +09:00
assets minor format and wording fixes 2021-02-21 11:19:34 +09:00
extra updated screenshots 2020-10-18 10:18:23 +09:00
lib make analytics opt-in, misc fixes 2021-02-26 11:15:46 +09:00
scripts CI: release on tag with Github Actions 2020-07-12 14:11:54 +09:00
test added popup menu to all filters: hide, go to page 2021-02-24 14:00:12 +09:00
test_driver renaming/reorganizing 2021-01-11 18:46:41 +09:00
whatsnew version bump 2021-02-26 14:57:02 +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 2021-02-26 14:57:02 +09:00
LICENSE Create LICENSE 2020-06-12 18:17:17 +09:00
pubspec.lock quick country reverse geolocation w/o play services 2021-02-19 18:55:15 +09:00
pubspec.yaml version bump 2021-02-26 14:57:02 +09:00
README.md support Android KitKat API 19-20 2021-02-16 17:26:14 +09:00
shaders_1.22.6.sksl.json upgrade flutter to stable v1.22.6 + packages upgrade 2021-01-27 17:46:34 +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 19 ~ 30 (KitKat ~ R)
  • Android integration (app shortcuts, handle view/pick intents)

Known Issues

Test Devices

Model Name Android Version API
SM-G981N Samsung Galaxy S20 5G 11 (R) 30
SM-G970N Samsung Galaxy S10e 11 (R) 30
SM-P580 Samsung Galaxy Tab A 10.1 8.1.0 (Oreo) 27
SM-G930S Samsung Galaxy S7 8.0.0 (Oreo) 26

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.