1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-09-19 23:21:34 +02:00

Spotless and changelog

This commit is contained in:
Allan Wang 2020-05-23 21:33:36 -07:00
parent c901660cf3
commit 3f6ee0bf6b
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56
4 changed files with 6 additions and 8 deletions

View File

@ -22,11 +22,11 @@ import androidx.annotation.VisibleForTesting
import ca.allanwang.kau.kotlin.lazyContext
import com.pitchedapps.frost.utils.L
import com.pitchedapps.frost.utils.Prefs
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.withContext
import java.io.BufferedReader
import java.io.FileNotFoundException
import java.util.Locale
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.withContext
/**
* Created by Allan Wang on 2017-05-31.

View File

@ -1,4 +1,5 @@
v2.4.5
* Fix url query encoding
* Add option to make images full screen (settings > news feed)
* Add option to make images full screen (settings > news feed)
* Auto expand text area when typing

View File

@ -9,11 +9,7 @@
<version title="v2.4.5" />
<item text="Fix url query encoding" />
<item text="Add option to make images full screen (settings > news feed)" />
<item text="" />
<item text="" />
<item text="" />
<item text="" />
<item text="" />
<item text="Auto expand text area when typing" />
<version title="v2.4.4" />
<item text="Lots of under the hood fixes" />

View File

@ -3,6 +3,7 @@
## v2.4.5
* Fix url query encoding
* Add option to make images full screen (settings > news feed)
* Auto expand text area when typing
## v2.4.4
* Lots of under the hood fixes