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:
parent
99badbbfad
commit
53489f9c5a
@ -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")
|
||||
|
@ -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
|
@ -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" />
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user