mihon/app/src/main/java/eu/kanade/tachiyomi
nicki 708e71a35a
Use user preferred title language in Anilist (#5758)
* Use user preferred title language in Anilist

Since Anilist is only used by authenticated users, the title language
can be set using the `userPreferred` field (defaults to romaji)

Changed wherever `title>romaji` was being used. Shouldn't have missed
any. `userPreferred` is also available for Staff and Character but not
relevant to Tachiyomi for now.

Users might need to go Logout and log back in on Anilist to see the
change. Actual setting can be found at https://anilist.co/settings/media

closes https://github.com/tachiyomiorg/tachiyomi/issues/5757

* correct title in anilist model

indicates the fact that userPreferred title is used

* convert forgotten `type` to `format` as well

leads to NPE when using `findLibManga`.
missed one query in https://github.com/tachiyomiorg/tachiyomi/pull/5741
2021-08-20 18:20:04 -04:00
..
annotations Fix annotations package name 2020-11-29 17:08:20 -05:00
data Use user preferred title language in Anilist (#5758) 2021-08-20 18:20:04 -04:00
extension Do background app/extension checks less frequently 2021-08-13 18:24:21 -04:00
network DNS-over-HTTPS (Adguard) (#5715) 2021-08-15 11:20:52 -04:00
source Group 'Source not installed' cases in library update error log (#5589) 2021-07-21 17:57:33 -04:00
ui Hide reader progress indicator right away (#5750) 2021-08-19 18:12:31 -04:00
util Make default category translatable (#5751) 2021-08-19 18:10:43 -04:00
widget Edge-to-edge manga details view (#5613) 2021-08-19 09:12:52 -04:00
App.kt Require authentication-confirmation to change biometric lock settings (#5695) 2021-08-19 18:10:07 -04:00
AppModule.kt Address some build warnings 2021-06-05 17:49:20 -04:00
Migrations.kt Always re-setup background jobs on migration runs 2021-08-13 18:28:07 -04:00