From 4890ca522adcf91f6a93514c8a60382f3c8337ad Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Fri, 12 Jun 2020 18:09:17 +0900 Subject: [PATCH] Update README.md --- README.md | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index cce7a2cda..1723a7a3c 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,36 @@ -# aves +![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 +- 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 +- bulk delete, share, copy, move - favorites -- stats +- 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](https://github.com/dragon66/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 +- privacy: cannot opt out of Crashlytics reporting (cf [flutterfire issue #1143](https://github.com/FirebaseExtended/flutterfire/issues/1143)) +- gesture: double tap on image does not zoom on tapped area (cf [photo_view issue #82](https://github.com/renancaraujo/photo_view/issues/82)) +- performance: image info page stutters the first time it loads a Google Maps view (cf [flutter issue #28493](https://github.com/flutter/flutter/issues/28493)) +- performance: image decoding is slow + +[Aves logo]: https://github.com/deckerst/aves/blob/master/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png