1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-09-20 07:31:40 +02:00

Update changelog and apply spotless

This commit is contained in:
Allan Wang 2019-09-08 00:19:57 -07:00
parent ad0fcdcb58
commit 4e09cf236f
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56
5 changed files with 10 additions and 10 deletions

View File

@ -23,7 +23,6 @@ import com.pitchedapps.frost.R
import com.pitchedapps.frost.activities.SettingsActivity
import com.pitchedapps.frost.utils.Prefs
import com.pitchedapps.frost.utils.REQUEST_RESTART_APPLICATION
import com.pitchedapps.frost.utils.Showcase
/**
* Created by Allan Wang on 2017-06-29.

View File

@ -1,10 +1,3 @@
v2.3.2
v2.4.0
* Disable auto feed refresh by default and add setting to re-enable it
* Update theme
* Disable bugsnag completely when opting out of analytics
* Filter urls before sending to other apps
* Allow hiding main fab (see settings > newsfeed)
* Add some experimental options to debug login problems (settings > experimental)
* Enforce desktop user agent for now
* Obfuscate js tags
* Removed web only mode for auth requests. Marking notifications as read is now disabled by default to deal with phishing accusations.

View File

@ -6,6 +6,10 @@
<item text="" />
-->
<version title="v2.4.0" />
<item text="Removed web only mode for auth requests. Marking notifications as read is now disabled by default to deal with phishing accusations." />
<item text="" />
<item text="" />
<version title="v2.3.2" />
<item text="Disable auto feed refresh by default and add setting to re-enable it" />

View File

@ -65,6 +65,7 @@ class FbRequestTest {
}
@Test
@Ignore("Post requests are now experimental")
fun markNotification() {
val notifId = 1514443903880
AUTH.markNotificationRead(notifId).call.assertNoError()

View File

@ -1,5 +1,8 @@
# Changelog
## v2.4.0
* Removed web only mode for auth requests. Marking notifications as read is now disabled by default to deal with phishing accusations.
## v2.3.2
* Disable auto feed refresh by default and add setting to re-enable it
* Update theme