aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-08-06 00:50:15 -0700
committerAllan Wang <me@allanwang.ca>2019-08-06 00:50:15 -0700
commit2acf10b1106946c23ee04c8dac6ce371117a009c (patch)
tree98caedbfd7a6b154ca6401c6a389cb5a08bdee3d /app
parent55bf3e4b5b4af5baa3c230ca82f74988608971a3 (diff)
downloadfrost-2acf10b1106946c23ee04c8dac6ce371117a009c.tar.gz
frost-2acf10b1106946c23ee04c8dac6ce371117a009c.tar.bz2
frost-2acf10b1106946c23ee04c8dac6ce371117a009c.zip
Apply spotless
Diffstat (limited to 'app')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/db/CookiesDb.kt3
-rw-r--r--app/src/main/play/en-US/whatsnew3
2 files changed, 4 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