NewPipe-app-android/app/src/main/java/org/schabi/newpipe
Profpatsch 575e809004 Don't write defaultFormat setting, use default value
Nowhere else does this (write a setting if it’s not set).

It took me a while to see that this code does not do what it intends,
because `defaultFormat` is already the default value in the first
`context.getString`, so calling `getMediaFormatFromKey` again is the
exact same call (“do you know the definition of insanity…”) and will
return `null` again …

So let’s drop the setting write and just rely on the default values.
2024-01-06 17:24:53 +01:00
..
about Store/retrieve parcelable arrays as lists instead. 2023-12-23 11:38:40 +01:00
database Change Converters to class to fix build 2023-12-23 11:47:57 +01:00
download Store/retrieve parcelable arrays as lists instead. 2023-12-23 11:38:40 +01:00
error Merge pull request #10086 from TacoTheDank/bumpAndroidX 2023-12-23 11:46:28 +01:00
fragments Merge pull request #10091 from TeamNewPipe/feat/playlist_description 2023-12-29 10:58:13 +01:00
info_list Ellipsize playlist description if it is longer than 5 lines 2023-12-23 12:33:52 +01:00
ktx Store/retrieve parcelable arrays as lists instead. 2023-12-23 11:38:40 +01:00
local Update miscellaneous libraries 2023-12-23 11:47:57 +01:00
player Allow play/pausing from notification when buffering 2023-12-29 16:18:26 +01:00
settings Android 33 -> Android 13 2023-12-30 21:55:32 +01:00
streams Fix doc formatting 2023-09-20 19:44:23 +02:00
util Don't write defaultFormat setting, use default value 2024-01-06 17:24:53 +01:00
views Bump compileSdk to 34 2023-12-23 11:38:32 +01:00
App.java Implement better image selection strategy 2023-09-22 10:14:44 +02:00
BaseFragment.java Fix crashes due to wrong root fragment manager 2023-12-10 16:06:07 +01:00
DownloaderImpl.java Use Collectors.joining(). 2022-08-06 06:54:21 +05:30
ExitActivity.java Clean up pre-Lollipop checks 2022-07-13 19:02:24 +02:00
MainActivity.java Fix scrolling to correct comment after closing replies 2023-12-22 18:52:42 +01:00
NewPipeDatabase.java Fixed the bug by replacing the thumbnail_url with the thumbnail_stream_id 2023-02-05 20:32:34 +01:00
NewVersionWorker.kt Update new version check to match new API structure 2023-12-10 15:12:38 +01:00
PanicResponderActivity.java Clean up pre-Lollipop checks 2022-07-13 19:02:24 +02:00
QueueItemMenuUtil.java Support obtaining multiple images from the extractor 2023-09-22 09:57:33 +02:00
RouterActivity.java Channels are now an Info 2023-09-18 23:22:32 +02:00