aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/activity_image.xml4
-rw-r--r--app/src/main/res/xml/frost_changelog.xml6
2 files changed, 9 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_image.xml b/app/src/main/res/layout/activity_image.xml
index 6530dc4a..689c4f4d 100644
--- a/app/src/main/res/layout/activity_image.xml
+++ b/app/src/main/res/layout/activity_image.xml
@@ -17,7 +17,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
- <com.davemorrissey.labs.subscaleview.SubsamplingScaleImageView
+ <!-- Alpha and scaling will be reset on load -->
+
+ <com.github.piasy.biv.view.BigImageView
android:id="@+id/image_photo"
android:layout_width="match_parent"
android:layout_height="match_parent"
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml
index e5f0ade6..9bc126fb 100644
--- a/app/src/main/res/xml/frost_changelog.xml
+++ b/app/src/main/res/xml/frost_changelog.xml
@@ -5,6 +5,12 @@
<version title="v" />
<item text="" />
-->
+
+ <version title="v3.1.2" />
+ <item text="Fix loading full size images" />
+ <item text="" />
+ <item text="" />
+
<version title="v3.1.1" />
<item text="Many internal fixes to address 3.1.0 issues" />
<item text="Theme updates" />