Merge branch 'develop'
This commit is contained in:
commit
58772f844a
5 changed files with 8 additions and 4 deletions
|
@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [v1.5.2] - 2021-09-29
|
||||
## [v1.5.3] - 2021-09-30
|
||||
### Added
|
||||
- Map: show items for bounds, open items in viewer, tap gesture to toggle fullscreen
|
||||
- Info: remove metadata (Exif, XMP, etc.)
|
||||
|
@ -18,6 +18,8 @@ All notable changes to this project will be documented in this file.
|
|||
### Fixed
|
||||
- album bookmarks & pins were reset when rescanning items
|
||||
|
||||
## [v1.5.2] - 2021-09-29 [YANKED]
|
||||
|
||||
## [v1.5.1] - 2021-09-08
|
||||
### Added
|
||||
- About: bug reporting instructions
|
||||
|
|
|
@ -25,6 +25,8 @@ It scans your media collection to identify **motion photos**, **panoramas** (aka
|
|||
|
||||
Aves integrates with Android (from **API 20 to 31**, i.e. from Lollipop to S) with features such as **app shortcuts** and **global search** handling. It also works as a **media viewer and picker**.
|
||||
|
||||
<img src="https://raw.githubusercontent.com/deckerst/aves_extra/main/screenshots/S10/3-S10-info__basic_.png" alt='Info (basic) screenshot' height="400" /><img src="https://raw.githubusercontent.com/deckerst/aves_extra/main/screenshots/S10/4-S10-info__metadata_.png" alt='Info (metadata) screenshot' height="400" /><img src="https://raw.githubusercontent.com/deckerst/aves_extra/main/screenshots/S10/6-S10-countries.png" alt='Countries screenshot' height="400" />
|
||||
|
||||
## Permissions
|
||||
|
||||
Aves requires a few permissions to do its job:
|
||||
|
|
|
@ -123,7 +123,7 @@ dependencies {
|
|||
// https://jitpack.io/p/deckerst/Android-TiffBitmapFactory
|
||||
implementation 'com.github.deckerst:Android-TiffBitmapFactory:876e53870a' // forked, built by JitPack
|
||||
// https://jitpack.io/p/deckerst/pixymeta-android
|
||||
implementation 'com.github.deckerst:pixymeta-android:082ed1dafc' // forked, built by JitPack
|
||||
implementation 'com.github.deckerst:pixymeta-android:0bea51ead2' // forked, built by JitPack
|
||||
implementation 'com.github.bumptech.glide:glide:4.12.0'
|
||||
|
||||
kapt 'androidx.annotation:annotation:1.2.0'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
name: aves
|
||||
description: A visual media gallery and metadata explorer app.
|
||||
repository: https://github.com/deckerst/aves
|
||||
version: 1.5.2+56
|
||||
version: 1.5.3+57
|
||||
publish_to: none
|
||||
|
||||
environment:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Thanks for using Aves!
|
||||
v1.5.2:
|
||||
v1.5.3:
|
||||
- faster launch
|
||||
- UI changes for collection thumbnails and albums
|
||||
- accessibility support for settings "time to take action" and "remove animations"
|
||||
|
|
Loading…
Reference in a new issue