1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-08 20:12:39 +01:00

Add translation update to changelog

This commit is contained in:
Allan Wang 2019-07-03 23:55:42 -07:00
parent 99badbbfad
commit 53489f9c5a
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56
4 changed files with 5 additions and 1 deletions

View File

@ -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")

View File

@ -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
* Fix theme for F-Droid builds
* Added Greek translations

View File

@ -12,6 +12,7 @@
<item text="Add vertical swipe to dismiss when viewing images" />
<item text="Add horizontal scroll support for webviews" />
<item text="Fix theme for F-Droid builds" />
<item text="Added Greek translations" />
<version title="v2.3.0" />
<item text="Converted internals of Facebook data storage; auto migration will only work from 2.2.x to 2.3.x" />

View File

@ -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