From 2acf10b1106946c23ee04c8dac6ce371117a009c Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Tue, 6 Aug 2019 00:50:15 -0700 Subject: Apply spotless --- app/src/main/kotlin/com/pitchedapps/frost/db/CookiesDb.kt | 3 ++- app/src/main/play/en-US/whatsnew | 3 ++- docs/Changelog.md | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/src/main/kotlin/com/pitchedapps/frost/db/CookiesDb.kt b/app/src/main/kotlin/com/pitchedapps/frost/db/CookiesDb.kt index 303ab70a..82548396 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/db/CookiesDb.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/db/CookiesDb.kt @@ -84,7 +84,8 @@ object CookiesDb { @Parcelize @Table(database = CookiesDb::class, allFields = true, primaryKeyConflict = ConflictAction.REPLACE) data class CookieModel( - @PrimaryKey var id: Long = -1L, var name: String? = null, + @PrimaryKey var id: Long = -1L, + var name: String? = null, var cookie: String? = null ) : BaseModel(), Parcelable { diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index a9aab7e3..df5c33a5 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -3,4 +3,5 @@ v2.3.2 * 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 \ No newline at end of file +* Filter urls before sending to other apps +* Allow hiding main fab (see settings > newsfeed) \ No newline at end of file diff --git a/docs/Changelog.md b/docs/Changelog.md index a04a5f2c..8c5346f1 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -5,6 +5,7 @@ * Update theme * Disable bugsnag completely when opting out of analytics * Filter urls before sending to other apps +* Allow hiding main fab (see settings > newsfeed) ## v2.3.1 * Hide all story panels if enabled -- cgit v1.2.3