Isira Seneviratne
10dd5710ee
Update Kotlin to 2.0, update dependencies and fix issues
2024-07-28 08:19:42 +05:30
Isira Seneviratne
b83f64315b
Make parsed links clickable, visible
2024-07-23 05:30:03 +05:30
Isira Seneviratne
94ef79c7ce
Add comment view model
2024-07-23 05:30:03 +05:30
Isira Seneviratne
975a3415c9
Cache paging data using the cachedIn() extension
2024-07-23 05:30:03 +05:30
Isira Seneviratne
ff881846c5
Added scrollbar to comment section
2024-07-23 05:30:03 +05:30
Isira Seneviratne
c29fa70080
Use AnnotatedString to handle HTML parsing
2024-07-23 05:30:02 +05:30
Isira Seneviratne
65fce6e054
Update replies fragment to use the comment composable as well
2024-07-23 05:30:02 +05:30
Isira Seneviratne
08f0338e86
Convert comment replies views to Jetpack Compose
2024-07-23 05:30:02 +05:30
Isira Seneviratne
da83646303
Update Coil
2024-07-22 08:12:37 +05:30
Isira Seneviratne
e6302cc868
Clean up Picasso leftovers
2024-07-03 09:10:40 +05:30
Isira Seneviratne
92a7f22d3c
Load notification icons using Coil
2024-07-03 09:10:34 +05:30
Isira Seneviratne
03167a1e9c
Merge pull request #11234 from TeamNewPipe/dev
...
Merge dev to refactor
2024-07-03 09:05:32 +05:30
moontoaster
e48ce5a103
Update PrettyTime to 5.0.8
...
This version contains a fix for Ukrainian locale which fixes #11092 .
2024-05-23 20:57:05 +03:00
Siddhesh Naik
1af798b04b
Introducing Jetpack Compose in NewPipe
...
This pull request integrates Jetpack Compose into NewPipe by:
- Adding the necessary dependencies and setup.
- This is part of the NewPipe rewrite and fulfils the requirement for
the planned settings page redesign.
- Introducing a Toolbar composable with theming that aligns with
NewPipe's design.
Note:
- Theme colors are generated using the Material Theme builder (https://m3.material.io/styles/color/overview ).
2024-05-13 03:53:35 +05:30
Stypox
83ca6b9468
Update NewPipeExtractor to v0.24.0
2024-04-23 19:25:13 +02:00
Stypox
00770fc634
Update NewPipeExtractor
2024-04-20 13:11:08 +02:00
Stypox
0ba73b11c1
Update NewPipeExtractor
2024-04-08 00:03:37 +02:00
Stypox
f704721b59
Release v0.27.0 (997)
2024-04-01 14:23:48 +02:00
Stypox
7abf0f4886
Update NewPipeExtractor to YT comments fix PR
...
https://github.com/TeamNewPipe/NewPipeExtractor/pull/1163
2024-04-01 14:23:04 +02:00
Stypox
e0268a91ad
Merge pull request #10717 from Stypox/cache-key-type
...
Calculate cache key based on info type instead of item type
2024-03-28 13:34:51 +01:00
Isira Seneviratne
27730a20d6
Update Jsoup to 1.17.2
2024-02-05 10:52:08 +05:30
Stypox
55373c95d9
Update NewPipeExtractor to include MediaCCC channel fix
2023-12-30 23:49:09 +01:00
Stypox
845e72bf4a
Merge branch 'master' into dev
2023-12-29 10:48:37 +01:00
TobiGr
3df21ad25e
Bump version to 0.26.1 (996)
2023-12-26 16:59:02 +01:00
Stypox
5d09a88335
Update more libraries
2023-12-23 11:58:58 +01:00
TacoTheDank
edd4f6b9f3
Update Studio and desugaring versions
2023-12-23 11:47:57 +01:00
TacoTheDank
1e7e2109d2
Exclude RxJava file from META-INF
2023-12-23 11:47:57 +01:00
TacoTheDank
0f81a0504c
Use 'tasks.register' for Gradle tasks
2023-12-23 11:47:57 +01:00
TacoTheDank
4a7fda95ae
Update miscellaneous libraries
2023-12-23 11:47:57 +01:00
Isira Seneviratne
f3b458c803
Bump compileSdk to 34
2023-12-23 11:38:32 +01:00
TacoTheDank
e4a07411b8
Update some AndroidX libraries
2023-12-23 11:36:32 +01:00
Stypox
77fa4bbe2f
Update NewPipeExtractor to v0.23.1
2023-12-21 22:28:09 +01:00
Stypox
e876647af5
Update NewPipeExtractor to v0.23.0
2023-12-10 15:58:45 +01:00
TobiGr
0d8d3479e1
NewPipe 0.26.0 (995)
2023-12-10 15:12:38 +01:00
Stypox
bdc2aa2b39
Update extractor and remove DeobfuscateException
...
In ErrorInfo it was treated separately from other ParsingExceptions, including by showing a customized message, which has now been removed.
2023-09-22 10:43:37 +02:00
Stypox
af2375948d
Support obtaining multiple images from the extractor
2023-09-22 09:57:33 +02:00
TacoTheDank
6c848b4766
Update Google Material library
2023-09-19 16:30:09 -04:00
Stypox
78b4b9441e
Update NewPipeExtractor and adapt imports
2023-09-18 23:22:32 +02:00
ThetaDev
a2a717bd49
update NPE
2023-09-18 23:22:32 +02:00
Stypox
c076a0f771
Channels are now an Info
...
The previous "main" tab is now just a normal tab returned in getTabs().
Various part of the code that used to handle channels as ListInfo now either take the first (playable, i.e. with streams) tab (e.g. the ChannelTabPlayQueue), or take all of them combined (e.g. the feed).
2023-09-18 23:22:32 +02:00
ThetaDev
88384dc35e
update extractor
2023-09-18 23:22:31 +02:00
ThetaDev
d87aa23ae0
update NewPipeExtractor
2023-09-18 23:22:31 +02:00
ThetaDev
6d13cf5e71
feat: add channel tabs
2023-09-18 23:22:31 +02:00
Isira Seneviratne
b1ab261890
Merge pull request #10248 from Isira-Seneviratne/NIO_downloads
...
Improve the download helpers using the Java 7 NIO API.
2023-09-17 21:09:02 +05:30
TacoTheDank
c74bd11a6f
Update miscellaneous libraries
2023-09-17 15:43:43 +02:00
Isira Seneviratne
2cb973f150
Use desugar_jdk_libs_nio.
2023-09-17 14:50:26 +02:00
TobiGr
32f74273f0
Adjust empty state message for ListInfoFragments depending on Info stream type
...
Show "no streams" for SoundClound.
Show "no live streams" for MeidaCCCLiveStreamKiosk.
Otherwise show "no videos"
2023-08-05 03:50:28 +02:00
Stypox
d4019f4b54
Update NewPipeExtractor to v0.22.7
2023-08-02 20:12:55 +02:00
TobiGr
3f0f66f106
Bump version to 0.25.2 (994)
2023-08-02 20:02:22 +02:00
TobiGr
27f77518fe
Update NewPipe Extractor to 39a911db9f
2023-07-31 23:59:28 +02:00