Skip to content
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

Migrate to using DataStore #11017

Open
6 tasks done
snaik20 opened this issue Apr 28, 2024 · 0 comments
Open
6 tasks done

Migrate to using DataStore #11017

snaik20 opened this issue Apr 28, 2024 · 0 comments
Labels
feature request Issue is related to a feature in the app needs triage Issue is not yet ready for PR authors to take up

Comments

@snaik20
Copy link
Contributor

snaik20 commented Apr 28, 2024

Checklist

  • I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • I have read the FAQ and my problem isn't listed.
  • I'm aware that this is a request for NewPipe itself and that requests for adding a new service need to be made at NewPipeExtractor.
  • I have taken the time to fill in all the required details. I understand that the feature request will be dismissed otherwise.
  • This issue contains only one feature request.
  • I have read and understood the contribution guidelines.

Feature description

Migrate settings keys from traditional SharedPreferences to using DataStore once settings redesign is completed

https://developer.android.com/topic/libraries/architecture/datastore

Why do you want this feature?

DataStore offers a more modern, type-safe, and efficient approach to storing app data compared to traditional SharedPreferences. Its advantages in data flexibility, asynchronous operations, error handling, and integration with other Jetpack libraries make it the preferred choice for managing app data in modern Android development.

Additional information

Originated from discussion here: #10876 (comment)

@snaik20 snaik20 added feature request Issue is related to a feature in the app needs triage Issue is not yet ready for PR authors to take up labels Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issue is related to a feature in the app needs triage Issue is not yet ready for PR authors to take up
Projects
None yet
Development

No branches or pull requests

1 participant