Load comment and post content text in HTML form instead of String. Fixed a bug that the icon of subreddits was not parsed properly in ParseSubredditData class.

This commit is contained in:
Alex Ning
2018-08-21 00:08:48 +08:00
parent 0fa03cba21
commit 80058ff6ab
10 changed files with 32 additions and 15 deletions

View File

@@ -24,6 +24,7 @@ repositories {
}
mavenCentral()
google()
jcenter()
}
dependencies {
@@ -54,4 +55,5 @@ dependencies {
annotationProcessor "android.arch.lifecycle:compiler:$rootProject.archLifecycleVersion"
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
implementation 'io.reactivex.rxjava2:rxjava:2.2.0'
implementation 'org.sufficientlysecure:html-textview:3.6'
}