From 53489f9c5a09bfdd6459a8c1c880669ecce69872 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 3 Jul 2019 23:55:42 -0700 Subject: Add translation update to changelog --- .../kotlin/com/pitchedapps/frost/activities/ImageActivityTest.kt | 1 + app/src/main/play/en-US/whatsnew | 3 ++- app/src/main/res/xml/frost_changelog.xml | 1 + docs/Changelog.md | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/src/androidTest/kotlin/com/pitchedapps/frost/activities/ImageActivityTest.kt b/app/src/androidTest/kotlin/com/pitchedapps/frost/activities/ImageActivityTest.kt index f1accefd..5578dd4d 100644 --- a/app/src/androidTest/kotlin/com/pitchedapps/frost/activities/ImageActivityTest.kt +++ b/app/src/androidTest/kotlin/com/pitchedapps/frost/activities/ImageActivityTest.kt @@ -98,6 +98,7 @@ class ImageActivityTest { fun invalidImageTest() { launchActivity(mockServer.url("text").toString()) mockServer.takeRequest() + activity.activity.isFinishing with(activity.activity) { assertEquals(1, mockServer.requestCount, "One http request expected") assertEquals(FabStates.ERROR, fabAction, "Text should not be a valid image format, error state expected") diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 9d047c02..7d32c3ed 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -4,4 +4,5 @@ v2.3.1 * Prevent swipe to refresh if not at the very top * Add vertical swipe to dismiss when viewing images * Add horizontal scroll support for webviews -* Fix theme for F-Droid builds \ No newline at end of file +* Fix theme for F-Droid builds +* Added Greek translations \ 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 a0175c2e..a7048756 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -12,6 +12,7 @@ + diff --git a/docs/Changelog.md b/docs/Changelog.md index cbe84e58..65911524 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -6,6 +6,7 @@ * Add vertical swipe to dismiss when viewing images * Add horizontal scroll support for webviews * Fix theme for F-Droid builds +* Added Greek translations ## v2.3.0 * Converted internals of Facebook data storage; auto migration will only work from 2.2.x to 2.3.x -- cgit v1.2.3