Now able to tap behind the fastscroller, aka the entire the right side of the screen, which helps actually tap the download button in manga details (and fixes #1113)
Changes from upstream:
Option to migrate/copy from dialog (requires manga to be initialized first)
Dialog shows up on all places you can add manga (browse source and global)
Closes #1207
Co-Authored-By: Felix Kaiser <30923667+foxscore@users.noreply.github.com>
No more RX, hello coroutines (because idk how to invoke rx after sorting)
Option to sort sources by most entries as well as alphabetical
Option to select uninstalled sources
Also keeping the Stubsource check for drawable setting Seishirou added before, since theres a delay with stub source apparently
Which has helped the app not run out of memory and crash 🥳 try as i might it's fairly stable now
Too anyone reading this. I'm very happy, I didn't even make these changes for memory management
fixes to scrolling
update recycler padding to cover above the fab only when it is showing
also hide/show the fab if theres selected items
fix margins for the fast scroller
fix inverse icon and title
Add background to draggable items - tachiyomiorg/tachiyomi@73e5e9ecd9
Grouped chapter download list by source - tachiyomiorg/tachiyomi@9106fc5b94
Add "Move all chapters from series to top" option to download context menu - tachiyomiorg/tachiyomi@3aa4e6eb93
add sort by chapter number in download queue - tachiyomiorg/tachiyomi@a083e1f71a
Fixes to fab pause/resume
Closes #1205
Co-Authored-By: Ivan Iskandar <12537387+ivaniskandar@users.noreply.github.com>
Co-Authored-By: Franco Olivera <franco.olivera@fing.edu.uy>
Co-Authored-By: Riztard Lanthorn <16263232+Riztard@users.noreply.github.com>
Diffs from upstream:
* String change "Zoom landscape image" -> "Zoom into double page spreads" (I'll be honest I mixed up navigate to pan with landscape zoom for a while like an idiot, maybe thats why users are so lost on finding the setting)
landscape zoom setting is off by default
* Animated zoom just does a 2x zoom instead of full height, so its better for 2 page spreads, however there is a max of full height (minus device cutouts in non multiwindow mode)
Bugs found and fixed from upstream:
* Set the min for canPan to 0.01f, because I once got 1.2207031E-4 and couldn't navigate to the next page without manually panning then tapping again
* Fixed landscape zoom start direction being wrong when going from chaptransition.prev to a page spread, when that page spread is the current chapter (ie swipe to previous chapter page, swipe back, same happens with next) (logic needed to be updated for the forward bool in onPageChange)
* Purely a j2k issue (i think) but since I refresh the viewer on chapter load cuz of double pages, I need to pass null for forward in that case since the animation is already in motion and the current logic will break it
Closes #1195
Co-Authored-By: Gauthier <2139133+gotson@users.noreply.github.com>