aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-11-19 21:43:52 -0800
committerAllan Wang <me@allanwang.ca>2021-11-19 21:43:52 -0800
commit9a3f7861a798ce3c195915b5fb9dc7f63bdb4aac (patch)
treebcfd19b4aa455ad89aa980c55e9831e6d7cfaa68
parent4135d5e7734592deb7107ea9a751b153536d01f7 (diff)
downloadfrost-9a3f7861a798ce3c195915b5fb9dc7f63bdb4aac.tar.gz
frost-9a3f7861a798ce3c195915b5fb9dc7f63bdb4aac.tar.bz2
frost-9a3f7861a798ce3c195915b5fb9dc7f63bdb4aac.zip
Format and update changelog
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/activities/ImageActivity.kt6
-rw-r--r--app/src/main/play/en-US/whatsnew5
-rw-r--r--app/src/main/res/xml/frost_changelog.xml6
-rw-r--r--docs/Changelog.md3
4 files changed, 11 insertions, 9 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/activities/ImageActivity.kt b/app/src/main/kotlin/com/pitchedapps/frost/activities/ImageActivity.kt
index e1a6a931..d8f5a46e 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/activities/ImageActivity.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/activities/ImageActivity.kt
@@ -29,7 +29,6 @@ import ca.allanwang.kau.internal.KauBaseActivity
import ca.allanwang.kau.logging.KauLoggerExtension
import ca.allanwang.kau.utils.adjustAlpha
import ca.allanwang.kau.utils.colorToForeground
-import ca.allanwang.kau.utils.copyFromInputStream
import ca.allanwang.kau.utils.fadeIn
import ca.allanwang.kau.utils.fadeOut
import ca.allanwang.kau.utils.gone
@@ -51,11 +50,8 @@ import com.mikepenz.iconics.typeface.IIcon
import com.mikepenz.iconics.typeface.library.googlematerial.GoogleMaterial
import com.pitchedapps.frost.R
import com.pitchedapps.frost.databinding.ActivityImageBinding
-import com.pitchedapps.frost.facebook.FB_IMAGE_ID_MATCHER
import com.pitchedapps.frost.facebook.get
-import com.pitchedapps.frost.facebook.requests.call
import com.pitchedapps.frost.facebook.requests.getFullSizedImageUrl
-import com.pitchedapps.frost.facebook.requests.requestBuilder
import com.pitchedapps.frost.injectors.ThemeProvider
import com.pitchedapps.frost.prefs.Prefs
import com.pitchedapps.frost.services.LocalService
@@ -74,10 +70,8 @@ import kotlinx.coroutines.Deferred
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.async
import kotlinx.coroutines.launch
-import kotlinx.coroutines.withContext
import java.io.File
import java.io.FileNotFoundException
-import java.io.IOException
import javax.inject.Inject
import kotlin.math.abs
import kotlin.math.max
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew
index 06b44904..2e50ba70 100644
--- a/app/src/main/play/en-US/whatsnew
+++ b/app/src/main/play/en-US/whatsnew
@@ -1,4 +1,3 @@
-v3.1.1
+v3.1.2
-* Many internal fixes to address 3.1.0 issues
-* Theme updates \ No newline at end of file
+* Fix loading full size images \ No newline at end of file
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" />
diff --git a/docs/Changelog.md b/docs/Changelog.md
index d763f8da..87a48b87 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -1,5 +1,8 @@
# Changelog
+## v3.1.2
+* Fix loading full size images
+
## v3.1.1
* Many internal fixes to address 3.1.0 issues
* Theme updates