Commit graph

623 commits

Author SHA1 Message Date
Stypox
925c4a8cbf Merge branch 'master' into dev 2022-04-29 16:41:18 +02:00
Stypox
40cb68e790 Update NewPipeExtractor to 0.22.1 2022-04-28 11:09:04 +02:00
litetex
76d7e06c97 Merge pull request #8206 from TacoTheDank/bumpACRA
Update ACRA library
2022-04-18 16:04:37 +02:00
Stypox
a5b1905976 Release v0.23.0 (986) 2022-04-16 18:28:23 +02:00
Stypox
62b69e6973 Merge branch 'master' into dev 2022-04-15 18:46:16 +02:00
Stypox
f4fa13a22d Hotfix release 0.22.2 (985) 2022-04-15 10:57:55 +02:00
Stypox
272d41a13f Update NewPipeExtractor for hotfix release 2022-04-15 10:54:31 +02:00
TacoTheDank
37bec602ae Update ACRA library 2022-04-14 22:08:42 -04:00
litetex
35b0f24b3e Updated to latest version of the Extractor-dev-branch 2022-04-12 22:09:45 +02:00
litetex
f5616c7fe6 Merge pull request #8020 from karyogamy/exo-update-v17
ExoPlayer 2.17.1 update and MediaSource management rework
2022-04-02 14:53:58 +02:00
litetex
e61009fd63 Update extractor to latest dev-Version 2022-03-26 21:20:41 +01:00
Stypox
6ead95b5d2 Merge branch 'dev' into pr2335 2022-03-19 22:29:10 +01:00
karyogamy
2084c6217f updated: ExoPlayer to 2.17.1.
added: MediaItemTag for ManagedMediaSources.
added: silent track for FailedMediaSource.
added: keyframe fast forward at initial playback buffer.
added: error notification on silently skipped streams.
2022-03-19 15:56:45 -04:00
Stypox
b1690ca60d Update checkstyle to 10.0 and fix various related issues
- Put checkstyle files into checkstyle/ subfolder so that the gradle task does not implicitly depend on the whole project, fixing many warnings during build and possibly increasing build performance.
- Remove unused SuppressionXpathFilter from config file.
- Remove outdated suppressions from suppressions file.
2022-03-18 19:58:59 +01:00
litetex
3822d62c82 Merge branch 'dev' into bumpSomeLibraries 2022-03-15 21:34:41 +01:00
TacoTheDank
9a8889c826 Migrate CheckForNewAppVersion to Worker (and rename it) 2022-03-03 13:26:57 -05:00
TacoTheDank
5c76c4a5fe Update some AndroidX libraries 2022-03-02 11:01:01 -05:00
litetex
686750fc55 Merge pull request #7952 from TacoTheDank/bumpKotlin
Update Kotlin to 1.6.10
2022-02-28 19:42:38 +01:00
litetex
76b434a4ea Merge pull request #7954 from TacoTheDank/bumpInconsequential
Update ConstraintLayout, Room libraries
2022-02-28 19:42:19 +01:00
litetex
f25ca020b9 Merge pull request #7947 from TacoTheDank/bumpPluginsNGradle
Update AGP and Gradle
2022-02-27 17:48:22 +01:00
TacoTheDank
d1678726e7 Update ConstraintLayout, Room libraries 2022-02-26 21:13:52 -05:00
TacoTheDank
8368096fff Update Checkstyle to 9.3 2022-02-26 16:10:23 -05:00
TacoTheDank
112b7dde65 Update ktlint to 0.44.0 2022-02-26 16:08:10 -05:00
Stypox
6f98c551e9 Merge pull request #7951 from TeamNewPipe/master
Merge master back into dev after release 0.22.1
2022-02-26 22:02:40 +01:00
litetex
0cb3f1735c Merge pull request #7782 from Atemu/apple-silicon
Fix build on Apple Silicon macs
2022-02-26 16:17:02 +01:00
TacoTheDank
3888f06a30 Update AGP and Gradle 2022-02-25 19:36:06 -05:00
TacoTheDank
dcb1ba4a39 Replace CircleImageView with ShapeableImageView 2022-02-23 15:11:25 -05:00
Stypox
a4f3b3b105 Update android work library version to 2.7.1 2022-02-23 18:16:07 +01:00
Stypox
749f1134c6 Release 0.22.1 (984) 2022-02-23 15:16:37 +01:00
TobiGr
8658f7037b Merge remote-tracking branch 'origin/dev' into feature/notifications 2022-02-19 12:47:47 +01:00
TobiGr
c75babedb8 Merge branch 'dev' into feature/notifications 2022-02-19 12:34:44 +01:00
Stypox
96e7fa3235 Change compileSdk from 30 to 31
This will allow newer libraries to be used, see #7782 and #2335. This should have no changes on the app since the targetSdk stayed the same.
2022-02-19 12:00:04 +01:00
TobiGr
4d72d590e4 Merge branch 'master' into dev 2022-02-19 10:56:19 +01:00
TobiGr
77842063b3 Release NewPipe 0.22.0 (983) 2022-02-18 20:39:51 +01:00
TobiGr
f939632842 Update NewPipe Extractor to v0.21.14 2022-02-18 20:39:51 +01:00
Robin
8b64316823 Merge pull request #7679 from TacoTheDank/reportSenderKotlin
Update ACRA library
2022-02-14 15:35:00 +01:00
Atemu
82e3d1e389 app/build.grade: androidxRoomVersion 2.3.0 -> 2.4.1
This version of Room includes a fix for building dependant apps such as NewPipe
on Apple Silicon devices (aarch64-darwin)
2022-02-04 09:56:56 +01:00
litetex
2441e59297 Fixed merge conflict
Co-authored-by: Mohammed Anas <triallax@tutanota.com>
2022-02-03 21:06:25 +01:00
Atemu
ea68191b3e app/build.grade: compileSdk 30 -> 31
Required for newer versions of some dependencies
2022-02-03 13:59:41 +01:00
TacoTheDank
f77adbceae Update ACRA library 2022-02-02 13:12:29 -05:00
litetex
26fa4018d6 Merge remote-tracking branch 'upstream/master' into experimental 2022-02-01 22:05:19 +01:00
TobiGr
010851c030 Release 0.21.16 (982) 2022-02-01 13:44:19 +01:00
TobiGr
3e83ad957d Update NewPipe Extractor to 0.21.13 2022-02-01 13:41:12 +01:00
Stypox
73182bf375 Merge branch 'dev' into pr2335 2022-01-24 10:25:07 +01:00
TacoTheDank
3c45713dae Fix some gradle deprecations 2022-01-21 16:25:11 -05:00
XiangRongLin
7cfbd55c3a Replace JUnit asserts with AssertJ in HistoryRecordManagerTest (#7654)
* Replace JUnit asserts with AssertJ in HistoryRecordManagerTest

They provide a wider range of assertions, which allow for more detailed error messages.
Also convert SearchHistoryEntry to kotlin data class for better error messages, since toString() is implemented.

Co-authored-by: Mohammed Anas <triallax@tutanota.com>
2022-01-16 09:10:45 +01:00
Stypox
c70713a925 Merge branch 'dev' into pr2335 2021-12-31 19:20:18 +01:00
litetex
bb21a7fe9c Updated NewPipeExtractor 2021-12-27 18:41:53 +01:00
TobiGr
37e8f45b29 Merge branch 'master' into dev 2021-12-23 23:41:37 +01:00
TobiGr
a624b672b6 NewPipe version 0.21.15 (981) 2021-12-23 23:41:20 +01:00