-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* changes due to flutter pub upgrade --major-version * Delete Button * local delete (WIP) * adaptive delete button for every option * reverted back to two separate buttons * added a new option to settings * removed old code * add delete from server buer to album and playlist context menu * Added translation tokens * delete confirm dialog for album&playlist; generalized prompts and code * formatting * removed now unused translations (reason: two commits before) * delete menu inside album/playlist view * Refactored a bit to use the new reusable delete dialogs * removed translations for now unused strings (reason: one commit before) * formatting * moved canDeleteChecker to JellyfinApiHelper * moved widget to their own file * Changed can DeleteFromServer Function to instantly return both a initial temporary value and a Future to allow usage of cached canDelete value before the server sends final value * format and remove now unused function * renamed file * automatic refresh * attempt to pop Navigator * Navigator pop (WIP) * Navigator pop (WIP 2) * Navigator pop (WIP 3) * pop until not in a dialog or the album/playlist screen anymore * rename server delete prompt function * also apply pop fix to local delete prompt * capitalization * use enum for DeleteType * fix problem from githubs conflict resolver via code generation * change HiveField to 80 instead of 90 to follow correct convention * add delay before list refresh to avoid item still being listed after delete * removed unused function * refresh downloads list after delete * refresh (track list of) album after deleting a track technically also refreshes the album if the delete dialog was canceled, but this has no effect and there was no easy way to avoid this * refresh album lists after deleting album (both from album list or album screen) * fix navigating to album screen after deleting track in playlist * fixed problems from the issue resolving * updated CONTRIBUTING.md * removed unused file * move delete setting to better location, refresh music tab when changing setting --------- Co-authored-by: F-4Dev <[email protected]> Co-authored-by: Chaphasilor <[email protected]>
- Loading branch information
1 parent
5643363
commit d7492ba
Showing
40 changed files
with
497 additions
and
547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.