* No title grid added to library and source
* Else added to display title in case image is null or empty
* No title grid renamed and now only available in library
* Spanish strings about cover only grid removed
Co-authored-by: micaelagimenez <micaela.gimenez@ext.prosegur.com>
* pan if the image is zoomed instead of navigating away
quickly display full landscape image before zooming to fit height in fit to screen
* add Tap to pan preference, defaults to true
add landscape zoom preference, defaults to false
* hide landscape image zoom option if scale is not fit screen
* fix landscape image zoom for first image and loading image
* properly reload pagerholders when landscape zoom option is changed
* enable landscape zoom by default
* 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 71ada620671651daeeb2546aecd02400a4bc86bc.
* changed `AlertDialog.Builder` to `MaterialAlertDialogBuilder`
* using SQL query instead of filtering entire library with Kotlin
* tweak midnight dusk colors
* more tweaking and change pure black dark mode option visibility
* revert changing pure black dark mode option visibility
* change tertiary color on light theme to match dark theme
* Adapt Default theme to M3 color system
* Adapt Dynamic theme to M3 color system
* Adapt Midnight Dusk theme to M3 color system
* Adapt Strawberry Daiquiri theme to M3 color system
* Adapt Yotsuba theme to M3 color system
* Adapt Tako theme to M3 color system
* Adapt Green Apple theme to M3 color system
* Adapt Teal & Turquoise theme to M3 color system
* Adapt Yin & Yang theme to M3 color system
* Remove old theme colors
* Yotsuba theme adjustments
Co-authored-by: ztimms73 <vp1984tanki@gmail.com>
* Green Apple theme adjustments
Co-authored-by: Soitora <10836780+Soitora@users.noreply.github.com>
* Tako theme adjustments
* Midnight Dusk theme adjustments
* Use colorSurfaceVariant for colorControlHighlight
* Nits
Co-authored-by: ztimms73 <vp1984tanki@gmail.com>
Co-authored-by: Soitora <10836780+Soitora@users.noreply.github.com>