mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Tracker improvements (#473)
* add tracker logout dialog from upstream * update for all trackers to have logout dialog * remove logout button from login screen * new login button that is more material had to remove red_error color cause that was in the library that i removed * return error message if user has blank username/password * add x button to clear tracked Manga add dialog that gives option to clear just in app or from tracking service added mal as first service to allow clearing * fix string in dialog for remove ad ability to remove from anilist service * add ability to delete from kitsu * made login dialog look more material * change the dialog for the remove from tracker * update coil to 0.11.0 * make track search a little nicer
This commit is contained in:
parent
585e57c8bf
commit
442a439e66
34 changed files with 425 additions and 214 deletions
|
@ -1,7 +1,7 @@
|
|||
object Versions {
|
||||
const val ACRA = "4.9.2"
|
||||
const val CHUCKER = "3.2.0"
|
||||
const val COIL = "0.10.1"
|
||||
const val COIL = "0.11.0"
|
||||
const val COROUTINES = "1.3.5"
|
||||
const val FASTADAPTER = "5.0.0"
|
||||
const val HYPERION = "0.9.27"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue