NewPipe-app-android/app/src/main/res/xml
Siddhesh Naik f9382ca601 Initial Work for Settings Page with Jetpack Compose
- Implemented a new settings page using Jetpack Compose.
- Added a new settings option to enable the redesigned settings page.
- This option allows for gradual integration and testing of the new
  settings page, minimizing disruptions to current functionality.

Plan for Settings Items:
- Jetpack Compose does not have a direct equivalent to the
  Preference/settings library.
- We could consider using third-party libraries that offer preference
  items as composables.
- However, these libraries may be incomplete or lack active development.
- Given our specific needs for only a subset of preference types,
  creating custom composables would be beneficial.
- This approach allows for fine-tuning the components to our specific
  use case.

Next Steps:
- Continue development by adding more composables for settings
  functionalities and screens.
2024-04-25 00:50:07 +05:30
..
appearance_settings.xml Added bottom main-tabs feature 2023-01-25 19:25:57 +01:00
content_settings.xml Add image quality preference 2023-09-22 10:14:43 +02:00
debug_settings.xml Initial Work for Settings Page with Jetpack Compose 2024-04-25 00:50:07 +05:30
download_settings.xml Utilize useSimpleSummaryProvider attribute 2022-09-23 01:46:34 -04:00
exoplayer_settings.xml [Android 6+] Add ability to always use ExoPlayer's MediaVideoCodecRenderer setOutputSurface workaround 2023-04-10 17:39:27 +02:00
history_settings.xml Make positions in list depend on watch history, remove confusing animations 2023-02-07 09:48:18 +01:00
main_settings.xml Merge branch 'dev' into feature/notifications 2022-02-19 12:34:44 +01:00
notifications_settings.xml Utilize useSimpleSummaryProvider attribute 2022-09-23 01:46:34 -04:00
player_notification_settings.xml Reworked player-notfication 2021-11-05 14:10:53 +01:00
update_settings.xml Code cleanup 2022-01-24 21:08:39 +01:00
video_audio_settings.xml Merge branch 'dev' into alang-selector 2023-04-17 23:01:07 +02:00