Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
v0.8.5
Browse files Browse the repository at this point in the history
==================
* Update library versions to latest
* Fix "Two identically-named options in the "open with" menu"
- #13
* Fix "Crash when clicking the changelog button"
- #14
* Fix "Cannot play video"
- #15
* Fix ""About" links inconsistent"
- #18
* Fix an issue with `content://` vs `file://` media types when selecting 'Open With'
- #20
  • Loading branch information
apcro committed Feb 21, 2020
1 parent 31c2dcd commit d081745
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
</a>

</div>
<div style="display:flex;" >
<a href="https://f-droid.org/app/com.alienpants.leafpicrevived">
<img src="https://f-droid.org/badge/get-it-on.png"
alt="Get it on F-Droid" height="80">
</a>
(Not regularly updated)
</div>
</br></br>
</br></br>
Expand Down
14 changes: 14 additions & 0 deletions leafpicrevived/src/main/assets/latest_changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d081745

Please sign in to comment.