Update README.md
This commit is contained in:
parent
7f62846539
commit
ef2bd7fcee
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -1,4 +1,4 @@
|
|||
![Aves logo][]
|
||||
![Aves logo][] [<img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" alt='Get it on Google Play' width="200">](https://play.google.com/store/apps/details?id=deckers.thibault.aves&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1)
|
||||
|
||||
Aves is a gallery and metadata explorer app. It is built for Android, with Flutter.
|
||||
|
||||
|
@ -13,6 +13,7 @@ Aves is a gallery and metadata explorer app. It is built for Android, with Flutt
|
|||
- favorites
|
||||
- statistics
|
||||
- handle intents to view or pick images
|
||||
- support Android API 24 ~ 29 (Nougat ~ Android 10)
|
||||
|
||||
## Roadmap
|
||||
|
||||
|
@ -28,12 +29,23 @@ If time permits, I intend to eventually add these:
|
|||
- 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
|
||||
|
||||
## 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.
|
||||
|
||||
[Aves logo]: https://github.com/deckerst/aves/blob/master/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
|
||||
|
|
Loading…
Reference in a new issue