mihon/app/src/main/java/eu/kanade/tachiyomi/data
FlaminSarge 16dc4d298d Update manga.last_update when any ChapterSourceSync.syncChaptersWithSource() occurs rather than only during LibraryUpdateService.updateChapterList() (#1535)
Viewing a manga's info page for the first time forces a chapter sync.
Prior behavior would cause new chapters to be retrieved for that manga, but with manga.last_update remaining at 0 (until a library update occurred in which chapters were changed).
The new behavior updates last_update any time the chapters are changed via syncChaptersWithSource().
2018-07-07 14:05:02 +02:00
..
backup Show manga with no installed source. Based on PR #1345 2018-06-30 19:55:46 +02:00
cache Fallback covers' external directory 2017-11-08 22:34:56 +01:00
database Implement Anilist API v2 (closes #1159) (#1383) 2018-05-05 14:05:02 +02:00
download Run downloader in foreground service 2018-04-28 10:54:27 +02:00
glide Dependency updates 2018-02-18 20:02:31 +01:00
library Update manga.last_update when any ChapterSourceSync.syncChaptersWithSource() occurs rather than only during LibraryUpdateService.updateChapterList() (#1535) 2018-07-07 14:05:02 +02:00
notification Remove local broadcast receiver to prevent race conditions (#1123) 2017-12-11 20:01:28 +01:00
preference Implement Anilist API v2 (closes #1159) (#1383) 2018-05-05 14:05:02 +02:00
track Kitsu search fix (#1524) 2018-07-07 11:35:03 +02:00
updater Use our OkHttpClient in updates checker. It should fix the updater on KitKat due to TLS 2018-04-06 10:02:01 +02:00