Chapter cleanup (#210)

* clean up chapterholder and reader chapter item to use a helper class for colors

* update gradle.properties to cache and have larger memory

* fixed bug causing some chapters that were swiped to crash app

* add relative date to chapter util
reference colors instead of attrs in color.xml
add a bookmarked and read alpha

Co-authored-by: Jays2Kings <jays@outlook.com>
This commit is contained in:
Carlos 2020-04-23 21:57:04 -04:00 committed by GitHub
parent d4449c1d03
commit 1519395267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 135 additions and 86 deletions

View file

@ -20,3 +20,5 @@
# AndroidX support
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048M
org.gradle.caching=true