Add a new option category: Post Filter. Marking posts as read is disabled by default. Marking posts as read after voting is now available.

This commit is contained in:
Alex Ning
2020-12-23 17:03:41 +08:00
parent c88ceb737b
commit 6a8f27f947
15 changed files with 290 additions and 20 deletions

View File

@@ -98,6 +98,8 @@ dependencies {
implementation 'androidx.biometric:biometric:1.1.0-rc01'
implementation 'com.airbnb.android:lottie:3.4.4'
implementation 'com.melegy.redscreenofdeath:red-screen-of-death:0.1.2'
// debugImplementation because LeakCanary should only run in debug builds.
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.5'
def toroVersion = '3.7.0.2010003'
implementation "im.ene.toro3:toro:$toroVersion"