*Now Endless scrolling in ungrouped/history/updates
*Removed going to history/updates controller in grouped (will later be removed entirely)
*Always showing a header to switch modes, instead of using a filter button (which will later be replaced
same scroll behavior as the set categories sheet: it will not collapse the recycler when reaching the top of the list. Only when swiping down after being at the top of the list will it be able to scroll away
Also fixing appbar elevation when returning to browse controller
I just don't get tired of them.
This also has a button to add a new category
Also updating the snackbar when adding to library to show a "change" button to update the categories. In case you have a default category set
* Start of dual pages
* Fixes to dual pages + added button to shift
Next to add a button to get out of this nightmare
* Adding preference to truly support on and off
* Set double pages correctly for L2R reading mode
* Hide shift double page in single page mode
also fix shift into or out of double pages not going to right page
* Shift page back on loading a new chapter
* Fix back shift when reaching near end of chapter with shifted pages
* Fix chapters not being marked as read when last pages are doubled
* more fixes
* change menu icon and verbage
* Fixed going to previous/next chapter when turning on/off double shift sometimes
* Fix shift icon for double page in R2L
* Adding double page as option in reader sheet
* Adding saving/share/setting cover for second page
* Add back page indicator
* RTL language support for current page in double mode
* Changing to double page always moves the current page to first slot
Also fix bad snap back from single to double or vice versa
* Reset shift icon when going to a new chapter
* Add Double pages to reader settings
* Add padding to current/total pages text
since it gets pretty long with double digits in double pages mode
* Option for automatic single/double layout based on orientation
With option to change mid read
* More fixes
* Lotta reworking to make this work
Lotta reworking to make this work
Seriously a lot of reworking to make this work
* Cleanup + Some documentation
Because I won't "know my own code"
I genuinely do not know what I just coded
* Swapped around icons for double page in chapter sheet bar
Since it was confusing even me
* Fix shifting not updating the ui, nor shifting back to the right page
* Fix changing chapters
* Fixed Prev Chapter transition page jumping back 1
* Fixed progress spinner for single page loading
* Fix the case of a second page shifting for full width while double shift is on
It would unshift the pages in this case, requiring another shift back
If this sounds confusing or complex, it's because it is
Also clean up
* Update Initial dual page bg to match reader bg theme
* More cleanup
* More cleanup + docs + refactoring
* String update
* more cleanup
* Update toolbar ripple based if the menu item is visible
* Fix more issues with shifting + next chapter's first page being a double
* Cleanup ChapterTransision Checks
* Always run shifting logic
* Even more optimizing
which hopefully didnt break something (prolly did)
(spoilers it did I had to undo this local commit)
(more spoilers it still will break again)
* Fix Retry in double mode
* Set gifs as fullpages
* Fix going from automatic to single/double page layout
* More cleanup, more comments
* Fix changing page layout when on a transition page for a manga with a single chapter
The edge cases you can find....man
* Restore shifted pages on activity recrreation
* Adding a "beta" tag to page layout
IMO it's absolutely solid and release candidate ready, but you can get away with so much by calling something a "beta" or an "alpha"
also bumping up to kotlin 1.4.20 and using jsetbrains kotlin for parcelize (needed for mass migration)
With this we can close#684 because we are TRULY finished