Shows also while downloading/error/installed
Should help those who can't complete their downloads for some reason
There's also refactoring from upstream in this, including tapping on the notification for an intent. However the intent here opens the app with the release notes dialog
Matches upstream and sounds better
Also moved it lower in the sort list
Also updates "Last Updated" to "Last updated" (was thinking of using this string instead for fetch but too much confusion)
This includes removing what I thought was a good helper method for a list of preferences
Also using a base scope for controllers (others will have to be updated later)
Taken from upstream:
Forced orientation are now locked
Free-ish modes is now Portrait/Landscape instead of lock
Rotation button in bottom sheet toolbar (default off)
Popup menu helper method
Also because it's getting crowded, updated layouts of the buttons in the sheet to compress themselves a bit if people go crazy (though display options will always be full width)
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
Along with other changes from upstream
The difference as you'd expect:
Not allowing the opening of a source on migration and from extension intent
Also when moving up sources in global search after returning results. The incoming results for subsequent sources will go under the already returned results, instead of being alphabetical and shifting the top results (pinned sources still show on top though)
Co-Authored-By: arkon <4098258+arkon@users.noreply.github.com>
This would be a yoink if this wasn't from scratch, so let's call it a spiritual yoink
Floating search bar as a toolbar for the following screens:
Library, Recents, Browse, Settings, Browse Source, Global search
Fixes include:
Searching now saves when pausing/resuming tachi activity
Other changes:
Tapping on the search bar in library also shows backdrop now (which will collapse on close/starting to type
Also using a subtitle in the library to show the current category
*good luck TF*