From ea7ce3948ec2a5374728b12e1f4b1f4ab6583a7c Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Wed, 29 Sep 2021 13:52:34 +0900 Subject: [PATCH 1/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d17cf244c..d243dd9c2 100644 --- a/README.md +++ b/README.md @@ -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**. +Info (basic) screenshotInfo (metadata) screenshotCountries screenshot + ## Permissions Aves requires a few permissions to do its job: From 3a2712ac55412d5733886e94f32fddbd43e809a9 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Thu, 30 Sep 2021 10:57:47 +0900 Subject: [PATCH 2/4] #73 fixed crash from pixy-meta using log4j stripped from release --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 41223bc91..db870d617 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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:50d441c1d0' // forked, built by JitPack implementation 'com.github.bumptech.glide:glide:4.12.0' kapt 'androidx.annotation:annotation:1.2.0' From 2ce965c176a864f27b0dfd39ac946a1aa344a5b3 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Thu, 30 Sep 2021 11:51:57 +0900 Subject: [PATCH 3/4] info: fixed exif removal in release mode (pixy-meta proguard config) --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index db870d617..53cf01d6c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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:50d441c1d0' // 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' From b60e0f5e451363c446c443c92d5813267fcfc5cc Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Thu, 30 Sep 2021 11:55:38 +0900 Subject: [PATCH 4/4] version bump --- CHANGELOG.md | 4 +++- pubspec.yaml | 2 +- whatsnew/whatsnew-en-US | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb04e13e7..a84cf7c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 38cbc221e..acaaca7da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index f98766bbd..517a469da 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -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"