Use Android Paging Library to load and display best posts. Loading best posts in a specific subreddit is broken. Fixed a bug which is PostViewModel's data becoming null after the app restart. Add notch support for Android Pie.

This commit is contained in:
Alex Ning
2018-12-27 11:29:02 +08:00
parent 60b659e651
commit 45f67457fa
13 changed files with 389 additions and 520 deletions

View File

@@ -20,6 +20,9 @@ allprojects {
google()
jcenter()
maven { url 'https://jitpack.io' }
maven { url 'https://dl.bintray.com/sysdata/maven' }
maven { url 'http://repo.pageturner-reader.org' }
mavenCentral()
}
}