From d08174589819297cfeb4d79a763a5240a66abae6 Mon Sep 17 00:00:00 2001 From: Tom Gordon Date: Fri, 21 Feb 2020 09:53:34 +0000 Subject: [PATCH] v0.8.5 ================== * Update library versions to latest * Fix "Two identically-named options in the "open with" menu" - https://github.com/apcro/leafpicrevived/issues/13 * Fix "Crash when clicking the changelog button" - https://github.com/apcro/leafpicrevived/issues/14 * Fix "Cannot play video" - https://github.com/apcro/leafpicrevived/issues/15 * Fix ""About" links inconsistent" - https://github.com/apcro/leafpicrevived/issues/18 * Fix an issue with `content://` vs `file://` media types when selecting 'Open With' - https://github.com/apcro/leafpicrevived/issues/20 --- CHANGELOG.md | 14 ++++++++++++++ README.md | 4 +++- leafpicrevived/src/main/assets/latest_changelog.md | 14 ++++++++++++++ .../leafpicrevived/views/SettingBasic.java | 1 + 4 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9580de..8f06ff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +v0.8.5 +================== +* Update library versions to latest +* Fix "Two identically-named options in the "open with" menu" +- https://github.com/apcro/leafpicrevived/issues/13 +* Fix "Crash when clicking the changelog button" +- https://github.com/apcro/leafpicrevived/issues/14 +* Fix "Cannot play video" +- https://github.com/apcro/leafpicrevived/issues/15 +* Fix ""About" links inconsistent" +- https://github.com/apcro/leafpicrevived/issues/18 +* Fix an issue with `content://` vs `file://` media types when selecting 'Open With' +- https://github.com/apcro/leafpicrevived/issues/20 + v0.8.4 ================== * Update library versions to latest diff --git a/README.md b/README.md index e9ad309..36787b9 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,13 @@ LeafPic Revived is a fluid, material-designed alternative gallery, it also is ad height="80" src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" /> - + +
Get it on F-Droid +(Not regularly updated)




diff --git a/leafpicrevived/src/main/assets/latest_changelog.md b/leafpicrevived/src/main/assets/latest_changelog.md index 2a7bce6..6684b44 100644 --- a/leafpicrevived/src/main/assets/latest_changelog.md +++ b/leafpicrevived/src/main/assets/latest_changelog.md @@ -1,3 +1,17 @@ +v0.8.5 +================== +* Update library versions to latest +* Fix "Two identically-named options in the "open with" menu" +- https://github.com/apcro/leafpicrevived/issues/13 +* Fix "Crash when clicking the changelog button" +- https://github.com/apcro/leafpicrevived/issues/14 +* Fix "Cannot play video" +- https://github.com/apcro/leafpicrevived/issues/15 +* Fix ""About" links inconsistent" +- https://github.com/apcro/leafpicrevived/issues/18 +* Fix an issue with `content://` vs `file://` media types when selecting 'Open With' +- https://github.com/apcro/leafpicrevived/issues/20 + v0.8.4 ================== * Update library versions to latest diff --git a/leafpicrevived/src/main/java/com/alienpants/leafpicrevived/views/SettingBasic.java b/leafpicrevived/src/main/java/com/alienpants/leafpicrevived/views/SettingBasic.java index 8046922..704f3c0 100644 --- a/leafpicrevived/src/main/java/com/alienpants/leafpicrevived/views/SettingBasic.java +++ b/leafpicrevived/src/main/java/com/alienpants/leafpicrevived/views/SettingBasic.java @@ -8,6 +8,7 @@ import android.util.AttributeSet; import android.view.LayoutInflater; import android.widget.FrameLayout; +import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.Nullable;