tachiyomi/app/src
Felix Kaiser 71ddb16574 Detect identical mangas when adding to library (#6579)
* added duplicate manga check

When adding a manga to your library, the app will go through each manga previously added and compare their names. If a match is detected, it will prompt the user and ask for confirmation. On this prompt there is also an option to view the other manga.

* added german translations for newly added strings

* Revert "added german translations for newly added strings"

This reverts commit 71ada62067.

* changed `AlertDialog.Builder` to `MaterialAlertDialogBuilder`

* using SQL query instead of filtering entire library with Kotlin
2022-02-12 11:13:27 -05:00
..
debug/res Remove unnecessary fillType attrs from app icons 2021-05-22 17:37:14 -04:00
main Detect identical mangas when adding to library (#6579) 2022-02-12 11:13:27 -05:00
standard Update google-services.json with latest version from Firebase Console 2021-08-15 17:08:43 -04:00
test/java/eu/kanade/tachiyomi change Track.last_chapter_read to Float (#5802) 2021-08-28 10:37:45 -04:00