Commit graph

793 commits

Author SHA1 Message Date
TobiGr
e8e4c82d09 Correctly ignore new version check for picasso 2025-08-01 10:50:54 +02:00
Stypox
5c57eec8f2 Merge branch 'master' into dev 2025-07-31 23:52:01 +02:00
Stypox
f85b792be8 Update NewPipeExtractor to v0.24.8 2025-07-31 23:43:19 +02:00
Stypox
028cd9d7b8 Merge branch 'release-0.28.0' into dev 2025-07-30 11:42:06 +02:00
Michael Zh
524708e8fd Bump compileSdk to 36 and targetSdk to 35
* Sdk 36 requires edge to edge, so use 35 so we can opt out for now
2025-07-23 18:45:30 -04:00
Stypox
95962efba9 Release v0.28.0 (1005) 2025-07-23 14:22:07 +02:00
Isira Seneviratne
018840ef71 Update AppCompat 2025-07-20 05:24:56 +05:30
tobigr
eae62b4669 Update Extractor and add migration to remove SoundCloud Top 50 kiosk 2025-07-18 18:59:28 +02:00
Stypox
0bd90d13b2 Update NewPipeExtractor 2025-07-17 23:57:03 +02:00
watermelon42
bb95cc57b5 Updated extractor version to latest commit 2025-07-13 16:21:42 +02:00
watermelon42
8bd5694bd3 Added support for importing Soundcloud likes as a new tab before About in a user's channel.
The likes are also retrieved in the feed if the user is subscribed to.
2025-07-11 09:50:33 +02:00
Stypox
795381c69f Merge branch 'master' into dev 2025-05-08 15:04:06 +02:00
Stypox
9199a2f2e1 Hotfix release v0.27.7 (1004) 2025-05-07 12:52:43 +02:00
Stypox
495eefb611 Update NewPipeExtractor to v0.24.6
For some reason
com.github.TeamNewPipe.NewPipeExtractor:v0.24.6
didn't work, but
com.github.TeamNewPipe.NewPipeExtractor:NewPipeExtractor:v0.24.6
as suggested on https://jitpack.io/#TeamNewPipe/NewPipeExtractor/v0.24.6 worked...
2025-05-07 12:36:08 +02:00
Profpatsch
1bbe7627b5 build.gradle: Improve jitpack workaround doc & fix hash 2025-05-06 10:48:20 +02:00
Stypox
c4baf36d96 Merge pull request #12093 from mileskrell/mileskrell/support-per-app-language-preferences
Support per-app language preferences
2025-04-08 23:13:07 +02:00
TobiGr
96e8a7e4f9 Update NewPipe Extractor and add new proguard rules
New rules are required since Rhino and Rhino Engine 1.8.0
2025-03-16 22:08:10 +01:00
Miles Krell
cc7c00f3a4 Support per-app language preferences 2025-03-11 23:29:23 -04:00
Stypox
cdee9b7607 Hotfix release v0.27.6 (1003) 2025-02-05 11:14:17 +01:00
Stypox
a9511dc068 Update NewPipeExtractor to v0.24.5
Using commit 9f83b385a since JitPack is buggy...
2025-02-05 10:24:34 +01:00
Stypox
c1a804f60f Use WebSettingsCompat.setSafeBrowsingEnabled 2025-02-04 21:50:10 +01:00
AudricV
8e3aca5401 Update NewPipeExtractor 2025-01-31 22:28:08 +01:00
Stypox
b78cde7911 Fix checkstyle 2025-01-31 21:47:45 +01:00
Stypox
7332d32de3 Interfaces for poTokens + WebView implementation 2025-01-31 21:47:44 +01:00
Stypox
c5eeba13ad Release v0.27.5 (1002) 2025-01-21 23:34:42 +01:00
Stypox
471060f16f Update NewPipeExtractor to v0.24.4 2025-01-21 23:19:49 +01:00
Stypox
d9f623d7a5 Release v0.27.4 (1001) 2024-11-30 15:11:23 +01:00
Stypox
9a2935e052 Update NewPipeExtractor to v0.24.3 2024-11-24 17:32:27 +01:00
Stypox
4ee18a9101 Release v0.27.3 (1000) 2024-11-17 20:45:45 +01:00
Stypox
acf3dfe58c Update NewPipeExtractor 2024-11-16 14:17:37 +01:00
litetex
6a75d6c992 Make it possible control the version code and name 2024-10-27 17:51:22 +01:00
litetex
2c2904d59c 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-10-23 21:28:07 +02:00
litetex
170b583437 Fix Android Gradle plugin warning 2024-10-22 21:40:16 +02:00
litetex
710c17b591 Use working Extractor version
The tag can't be resolved by Jitpack so use the commit-hash instead
2024-10-22 21:23:34 +02:00
Stypox
28717c4205 Merge branch 'master' into dev 2024-07-25 21:20:44 +02:00
Stypox
5544db6dad Remove code committed accidentally 2024-07-25 20:58:29 +02:00
Stypox
37172dfc29 Don't warn about rhino class in proguard
Likely related to 01a7b20655 but I am not completely sure.
I tested the app and it works well, so I think that org.mozilla.javascript.JavaToJSONConverters is not used really.

This is the full list of errors:
Missing class java.beans.BeanDescriptor (referenced from: java.lang.Object org.mozilla.javascript.JavaToJSONConverters.lambda$static$4(java.lang.Object))
Missing class java.beans.BeanInfo (referenced from: java.lang.Object org.mozilla.javascript.JavaToJSONConverters.lambda$static$4(java.lang.Object))
Missing class java.beans.IntrospectionException (referenced from: java.lang.Object org.mozilla.javascript.JavaToJSONConverters.lambda$static$4(java.lang.Object))
Missing class java.beans.Introspector (referenced from: java.lang.Object org.mozilla.javascript.JavaToJSONConverters.lambda$static$4(java.lang.Object))
Missing class java.beans.PropertyDescriptor (referenced from: java.lang.Object org.mozilla.javascript.JavaToJSONConverters.lambda$static$4(java.lang.Object))
2024-07-25 20:56:16 +02:00
Stypox
c304438073 Hotfix release v0.27.2 (999) 2024-07-25 18:43:03 +02:00
Stypox
a67f08008d Update NewPipeExtractor to v0.24.2 2024-07-25 18:40:50 +02:00
Stypox
40393d947d Merge branch 'master' into dev 2024-07-15 10:17:27 +02:00
Stypox
b68e5a034d Hotfix release v0.27.1 (998) 2024-07-11 23:41:53 +02:00
Stypox
f340faac4f Update NewPipeExtractor to v0.24.1 2024-07-11 23:27:26 +02:00
moontoaster
e8b5585e5a 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
Stypox
d87985b3ff Update NewPipeExtractor to v0.24.0 2024-04-23 19:25:13 +02:00
Stypox
04bb96a02a Update NewPipeExtractor 2024-04-20 13:11:08 +02:00
Stypox
8a8cc2f6b3 Update NewPipeExtractor 2024-04-08 00:03:37 +02:00
Stypox
46beb105c2 Release v0.27.0 (997) 2024-04-01 14:23:48 +02:00
Stypox
ef1fa956fb Update NewPipeExtractor to YT comments fix PR
https://github.com/TeamNewPipe/NewPipeExtractor/pull/1163
2024-04-01 14:23:04 +02:00
Stypox
3b957143a2 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
1d8e33e088 Update Jsoup to 1.17.2 2024-02-05 10:52:08 +05:30