Stypox
414b1a8344
Remove unused methods in EmptyStateUtil
2024-11-21 13:14:19 +01:00
Stypox
404d9f3fac
Use empty state view in a few more places
2024-11-21 12:42:58 +01:00
Stypox
55e4014036
Use custom EmptyStateSpec for bookmark fragment
2024-11-21 12:24:11 +01:00
Stypox
1cd5563b27
All empty states now have the same style
2024-11-21 12:14:40 +01:00
Stypox
1abced992b
Use normal colors for empty state view
2024-11-21 12:07:03 +01:00
Stypox
46b9243661
Remove unneeded empty state changes in ChannelFragment
2024-11-21 11:53:48 +01:00
toliuweijing
ad72b2cb31
boost error hint color
2024-11-21 11:52:42 +01:00
toliuweijing
8b79d0ee29
Migrate empty_state_view to Jetpack Compose
2024-11-21 11:52:42 +01:00
Stypox
b584353f4d
Small fixes to code style
2024-11-21 10:52:15 +01:00
Isira Seneviratne
d73314b4dd
Make App instance variable immutable outside class
2024-11-21 08:09:57 +05:30
Isira Seneviratne
9f4a33c7a8
Fix lint
2024-11-21 06:56:10 +05:30
Isira Seneviratne
3a9540b042
Update app/src/main/java/org/schabi/newpipe/App.kt
...
Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
2024-11-20 16:04:39 +05:30
Isira Seneviratne
ca855cbca0
Migrate to Coil 3
2024-11-20 09:28:20 +05:30
Isira Seneviratne
6a98b1dac7
Rename .java to .kt
2024-11-20 08:44:16 +05:30
Isira Seneviratne
c7848e5e86
Apply URL encode/decode changes
2024-11-19 13:17:10 +01:00
Stypox
10e7a5cf9c
Merge pull request #11268 from TeamNewPipe/user-agent
...
Update user agent to Firefox ESR 128
2024-11-18 17:06:31 +01:00
Stypox
06d25b0310
Merge pull request #11244 from Isira-Seneviratne/Android-elapsed-time
...
Use Android's elapsed time formatting
2024-11-18 16:56:41 +01:00
Isira Seneviratne
7d4a2836fc
Use existing scrollbar theme method
2024-11-16 16:45:35 +05:30
Isira Seneviratne
6ea715a18d
Clean up unnecessary manual color specification in Compose code
2024-11-16 16:09:10 +05:30
Isira Seneviratne
a56debfce6
Merge branch 'refs/heads/refactor' into Compose-theme-improvements
...
# Conflicts:
# app/src/main/java/org/schabi/newpipe/fragments/list/videos/RelatedItemsFragment.kt
# app/src/main/java/org/schabi/newpipe/ui/components/items/ItemList.kt
2024-11-16 15:50:48 +05:30
Isira Seneviratne
226b6de34f
Merge branch 'refs/heads/refactor' into About-Compose
...
# Conflicts:
# app/src/main/java/org/schabi/newpipe/about/AboutActivity.kt
# build.gradle
2024-11-16 15:41:50 +05:30
Cody T.-H. Chiu
cb300724da
Remove history dialog override so clicking "Start playing in the background" would only enqueue the current item instead of the full history which is usually massive
2024-11-12 18:24:23 +13:00
Stypox
13585ca0be
Avoid drawing surface background twice for comments fragment
2024-11-11 16:15:36 +01:00
Stypox
fdf36cbad6
Deduplicate and improve Scrollbar theme
2024-11-11 15:20:38 +01:00
Stypox
aea2b7c7f3
Show correct reply count in dialog
2024-11-11 14:58:54 +01:00
Stypox
37d1c784fa
Create utilities to copy to clipboard in Compose code
2024-11-11 14:58:54 +01:00
Stypox
a92a28517e
Use Icons.Default.* instead of vector assets
2024-11-11 14:25:28 +01:00
Stypox
800961c3d7
Unexpand bottom sheet dialog when clicking on a channel
2024-11-11 13:51:24 +01:00
Stypox
9d8a79b0bd
Slightly improve comment replies header spacing
2024-11-11 13:34:18 +01:00
Stypox
ef56dea817
Fix content color in comment replies fragment
2024-11-11 00:29:29 +01:00
Stypox
23b3835af0
Fix PagingSource for comments
...
The previous implementation was skipping the first page of comments
2024-11-11 00:16:32 +01:00
Stypox
412e1d602a
Better handle unknown values for comment & like count
2024-11-10 23:45:10 +01:00
Stypox
802a094154
Improve comment replies dialog layout
2024-11-10 23:28:59 +01:00
Stypox
e6b1341246
Improve Comment layout
2024-11-10 23:09:29 +01:00
Stypox
bac9f7eebf
Merge branch 'refactor' into pr11060
2024-11-10 16:50:46 +01:00
litetex
8ada566bf1
Replaced `Icepick with Bridge and Android-State`
...
* IcePick fails on Java 21 (default in Android Studio 2024.2)
* Bridge is the most modern alternative that is currently available. It is backed by ``Android-State`` and can be configured with various frameworks
* In the long term this should be replaced with something better
2024-11-10 16:42:42 +01:00
Stypox
f08e07873a
Merge pull request #11566 from nicholasala/fix/#10993-strange-playlist-order
...
Fixed playlist order
2024-11-10 15:45:33 +01:00
TobiGr
1193b02ca1
Update user agent to Firefox ESR128
2024-11-03 11:52:31 +01:00
Tobi
c0b36b86b9
Merge pull request #11614 from rmtilde/fix-related-items-enque-popup-crash
...
Fix related items list enqueue popup crash
2024-11-03 10:13:45 +01:00
rmtilde
66ec596f67
Update app/src/main/java/org/schabi/newpipe/fragments/list/videos/RelatedItemsFragment.java
...
Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
2024-11-03 18:26:38 +11:00
Tobi
90404a23ce
Merge pull request #11621 from u7656655/fixing-ui-crash-11468
...
Fix UI crash when user navigates away before the download dialog appears
2024-11-02 23:30:35 +01:00
TwoAi
734b6e2b67
Add null-safe SharedPreferences.getStringSafe
...
Null-safe alternative to SharedPreferences.getString that guarantees the return value is non-null when defValue is non-null.
2024-10-27 20:38:28 +01:00
Thompson3142
23961548c0
Formatting changes (back to original)
2024-10-27 14:38:25 +01:00
Thompson3142
ba1e9c8e1b
Update comment
...
Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
2024-10-27 14:17:32 +01:00
Tobi
f4baf4628e
Update app/src/main/java/org/schabi/newpipe/info_list/dialog/StreamDialogDefaultEntry.java
2024-10-27 09:41:45 +01:00
Jacob Hawkins
fef40014a0
Added not null check for thumbnail URL before performing comparison
2024-10-27 17:38:57 +11:00
rmtilde
1996c1176c
Merge branch 'TeamNewPipe:dev' into fix-related-items-enque-popup-crash
2024-10-26 20:33:17 +11:00
Elva Kang
0190bcee25
Fix line length violation
2024-10-24 16:04:53 +11:00
Elva Kang
1ed4928f40
Add comment for fragment lifecycle checks before showing DownloadDialog
2024-10-24 11:47:23 +11:00
Elva Kang
63bc982cb2
Merge branch 'TeamNewPipe:dev' into fixing-ui-crash-11468
2024-10-24 11:11:37 +11:00