Commit graph

743 commits

Author SHA1 Message Date
TobiGr
1633402cd9 Update checkstyle 2020-10-25 21:29:07 +01:00
Isira Seneviratne
e4b31a30aa Use multidex for all build types. 2020-10-18 14:14:27 +05:30
TobiGr
f436b49d15 Merge branch 'master' into dev 2020-10-16 22:33:58 +02:00
TobiGr
39d7140d02 Release 0.20.1 (955) 2020-10-16 22:20:23 +02:00
TobiGr
21de9e93a0 Update extractor version
[YouTube] Fix search for some users
[YouTube] Fix random decryption exceptions
[SoundCloud] URLs that end with a slash are now parsed correctly
2020-10-16 22:20:16 +02:00
TobiGr
628dd805f7 Add info to build.gradle and settings.gradle on how to use a local
NewPipe extractor version.
2020-10-16 13:27:09 +02:00
wb9688
cc658cb8aa Disable Ktlint for now 2020-10-15 14:38:59 +02:00
Isira Seneviratne
3da55d9f40 Use ContextCompat.getSystemService() and the Context.getSystemService() extension function. 2020-10-09 08:52:05 +05:30
TobiGr
7bf76a0cc5 Release 0.20.0 2020-10-03 18:29:52 +02:00
bopol
f2a3c6d211 update to PrettyTime 4.0.6
fixes #4324
2020-10-03 19:04:44 +02:00
TobiGr
26bb50f53b Update extractor version 2020-09-29 20:25:28 +02:00
Stypox
1991158587 Allow numbers and uppercase letters in app package id 2020-09-26 22:32:11 +02:00
TacoTheDank
0e33cc5d73 Fix some deprecations 2020-09-06 12:52:43 +02:00
TacoTheDank
539a45f9a8 Update ExoPlayer, OkHttp, use Kotlin JDK8 2020-09-06 12:48:35 +02:00
mhmdanas
308eac4e13 Use SubtitlesStream#getUrl instead of getURL 2020-08-26 23:04:18 +03:00
Tobias Groza
917e5959b6 Merge pull request #3982 from Stypox/fix-acra
Fix ACRA bug reports not containing stack trace
2020-07-29 17:58:52 +02:00
Stypox
b5e7b86df8 Remove deprecated calls to set Sender class to ACRA
setReportSenderFactoryClasses() is deprecated, now extensions (ReportSenderFactory is an extension) should be registered using AutoService: https://github.com/ACRA/acra/wiki/Custom-Extensions#by-annotation
2020-07-29 10:56:33 +02:00
TobiGr
39e6d0429c Update version to 0.19.8 (953)
Update extractot version.
Fix extraction of YouTube's decryption function.
2020-07-28 01:07:13 +02:00
TobiGr
9f7262b388 Merge branch 'dev' 2020-07-26 14:40:57 +02:00
TobiGr
5004b34790 Update version to 0.19.7 (952) 2020-07-26 14:39:18 +02:00
TobiGr
ae28ddde78 Update extractor version 2020-07-26 14:26:09 +02:00
TobiGr
236bb81796 Disable shrinkResources to fix F-Droid's reproducible build
For more information see https://f-droid.org/docs/Reproducible_Builds/#resource-shrinker
2020-07-23 21:19:47 +02:00
Tobias Groza
d1c6b1eb24 Merge pull request #3928 from wb9688/disable-shrink-resources
Disable shrinkResources
2020-07-23 18:02:44 +02:00
wb9688
3888727fb6 Disable shrinkResources 2020-07-23 13:24:48 +02:00
TobiGr
769a72517e Update extractor version 2020-07-20 20:34:02 +02:00
wb9688
04ccd2e7f5 Use relatedItems instead of info.getRelatedStreams() 2020-07-15 18:52:36 +02:00
wb9688
158b91e2ec Remove calls to getNextStream() 2020-07-14 21:27:59 +02:00
TobiGr
343ef95e0c Release NewPipe 0.19.6 (951) 2020-07-11 21:47:19 +02:00
wb9688
99eb388a48 Bump NPE version 2020-07-07 21:04:08 +02:00
wb9688
69431ef0ab Use getNextPage() instead of getNextPageUrl() 2020-07-07 21:03:24 +02:00
bopol
710e149583 update extractor version 2020-07-02 23:17:38 +02:00
wb9688
e771b67fdb Do not include Checkstyle in any APK 2020-06-28 14:59:44 +02:00
Robin
1d5803e1ad 2.11.6 2020-06-25 09:26:59 +02:00
Robin
0f2cd29733 Update to ExoPlayer 2.11.5 2020-06-06 15:29:52 +02:00
TobiGr
a6e76a109a Release version 0.19.5 (950) 2020-05-30 10:43:10 +02:00
Stypox
b84875266d Bump to 0.19.4 (940) 2020-05-29 18:55:01 +02:00
TobiGr
51958340fc Updatethe extractor version 2020-05-28 21:56:54 +02:00
wb9688
e58211dc6a Upgrade jsoup 2020-05-28 11:39:17 +02:00
wb9688
e0092771a1 Upgrade ACRA 2020-05-25 11:03:07 +02:00
wb9688
76fee31989 Upgrade LeakCanary 2020-05-25 11:03:07 +02:00
wb9688
6b18bdc85a Upgrade some dependencies 2020-05-22 15:40:28 +02:00
Stypox
35f39b8427 Update AndroidX to fix icon crashes in preferences on API 19
Also remove legacy libraries
Use `androidx.preference:preference` instead of `androidx.legacy:legacy-preference-v14` and remove `androidx.legacy:legacy-support-v4
2020-05-21 15:39:36 +02:00
wb9688
7a0c0eeebd Remove not needed Checkstyle stuff 2020-05-18 13:40:01 +02:00
Stypox
5ede571a12 Merge pull request #3513 from Stypox/exoplayer
Update to ExoPlayer 2.11.4
2020-05-17 22:02:19 +02:00
wb9688
d566e4641f Bump NewPipeExtractor 2020-05-08 18:07:52 +02:00
Roy Yosef
fb2c8bbd69 Fix PR review
Make all of the uploader section on stream page navigate to the channel page
Extract hard coded strings
Remove redundant spaces
Fix open streams from a channel
Rename "ParentChannel" to "SubChannel"
Config royosef:NewPipeExtractor in app/build.gradle
2020-05-07 20:40:17 +02:00
Roy Yosef
d13eba6d63 Add sub-channel details to video detail fragment 2020-05-07 20:39:32 +02:00
bopol
185562028d bump extractor version 2020-05-07 15:46:41 +02:00
bopol
75a0753089 adapt CommentsInfoItemExtractorRefactoring 2020-05-05 15:03:59 +02:00
wb9688
c2fba29994 Merge pull request #3511 from wb9688/ktlint
Ktlint
2020-05-04 15:13:07 +02:00