-
-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: remove cleanUpOldDownloads
#529
refactor: remove cleanUpOldDownloads
#529
Conversation
cleanUpOldDownloads
cleanUpOldDownloads
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree, we should remove it now. There are only a handfull of people still on an older version before the downloads rework. And those people probably cannot update because their device is running an old Android version.
I think we should also delete the appPreference
downloadsMigrated
variable 😄
https://github.com/jarnedemeulemeester/findroid/blob/d65591a19ec3beefc7daaf63ec6811777a41d8d7/preferences/src/main/java/dev/jdtech/jellyfin/AppPreferences.kt#L148C1-L153
Oops, I totally forgot about that, thanks - I'll add it once I'm home! |
6db858d
to
b05c5f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I rebased the PR onto main and removed the downloadsMigrated
prefrence since it was a small change I could easily commit
8b747bf
into
jarnedemeulemeester:main
Thank you 🙏 Hard times - hope to return supporting Findroid soon |
No problem man! I haven't been able to do much myself either. Take care |
* Remove `cleanUpOldDownloads` * refactor: remove `downloadsMigrated` preference --------- Co-authored-by: Jarne Demeulemeester <[email protected]>
* Remove `cleanUpOldDownloads` * refactor: remove `downloadsMigrated` preference --------- Co-authored-by: Jarne Demeulemeester <[email protected]>
Pretty sure enough time has passed since this was introduced and we can remove it :)