Commit graph

8431 commits

Author SHA1 Message Date
evermind
6ade973e7b change crashreport address 2021-08-18 08:09:16 +02:00
evermind
0a527a4803 'ic_launcher/ic_launcher_foreground' icons for BraveNewPipe
for svg source see: https://github.com/bravenewpipe/bnp-icons
2021-08-18 08:09:12 +02:00
evermind
d58301aad5 'ic_newpipe_update' icons for BraveNewPipe
trim and padding -5% enabled in Android Studio Image Asset

for svg source see: https://github.com/bravenewpipe/bnp-icons
2021-08-18 08:09:06 +02:00
evermind
30d705a359 'ic_newpipe_triangle_white' icons for BraveNewPipe
trim and padding -5% enabled in Android Studio Image Asset

for svg source see: https://github.com/bravenewpipe/bnp-icons
2021-08-18 08:08:55 +02:00
evermind
f21e1ce261 'newpipe_tv_banner' icon for BraveNewPipe
for svg source see: https://github.com/bravenewpipe/bnp-icons
2021-08-18 08:08:51 +02:00
evermind
444f489c7c 'splash_foreground' icon for BraveNewPipe
for svg source see: https://github.com/bravenewpipe/bnp-icons
2021-08-18 08:08:46 +02:00
evermind
22a1215f94 'newpipe_logo_nude_shadow' icon for BraveNewPipe
for svg source see: https://github.com/bravenewpipe/bnp-icons
2021-08-18 08:07:59 +02:00
ktprograms
967bdf8f08 Remove migration test, add manual testing reminder to Migrations.java 2021-08-17 08:57:03 +08:00
ktprograms
02aa6fcab0 Remove v2 to v3 migration test, add v3 to v4 test 2021-08-16 21:12:54 +08:00
ktprograms
712985ced1 Save uploader url when adding from PlayQueueItem 2021-08-16 08:08:50 +08:00
litetex
0683dafa55
Merge pull request #6851 from litetex/make-parsing-of-timestamp-links-more-robust
Catch errors while processing timestamp-links
2021-08-14 21:10:20 +02:00
ktprograms
6f1958d398 Remove setting uploaderUrl to empty string if null 2021-08-14 20:59:38 +08:00
ktprograms
85fbd2560d Fix typo in app/build.gradle 2021-08-14 20:56:29 +08:00
ktprograms
65f2730261 Add comment about xerial sqlite workaround 2021-08-14 20:54:23 +08:00
ktprograms
21bcadeecb Make uploader_url column nullable 2021-08-14 17:48:35 +08:00
ktprograms
bd0427c79f Refactor duplicated code into method 2021-08-14 17:32:38 +08:00
ktprograms
241054fd26 Remove hardcoded string 2021-08-14 15:38:57 +08:00
ktprograms
d8888e3495 Catch error from ExtractorHelper.getStreamInfo, remove blockingGet 2021-08-14 09:07:27 +08:00
sherlockbeard
137d9e6d6e testing 2021-08-13 20:54:22 +05:30
sherlockbeard
d0cbd1e663 Replaced not avaliable image with a vector 2021-08-13 20:42:06 +05:30
ktprograms
76803bfcb1 Save channelUrl to Database if it doesn't exist 2021-08-13 18:02:53 +08:00
ktprograms
c248741c00 Add Show Channel Details to Subscription Feed & History 2021-08-13 17:04:10 +08:00
ktprograms
759a078ce0 Add uploader_url column to StreamEntity 2021-08-13 16:44:50 +08:00
evermind
32436acc34 Add information about this fork to the AboutActivity 2021-08-12 08:23:44 +02:00
evermind
d4a909468e Rumble: if all fails we will give you a star instead of crashing
In case you add a custom platform like rumble. You have to
supply icons. If you don't you get a weird crash that is not
so easy to see where it origintes from. This patch gives back
a valid resource instead. Maybe that is pull request worthy?
Maybe I try that! We will see!
2021-08-12 08:22:30 +02:00
evermind
2a35ce0fc3 Add rumble's png 2021-08-12 08:22:30 +02:00
evermind
38e0866cc7 Add rumble support 2021-08-12 08:22:30 +02:00
evermind
0573c0c9f5 Add BitChute's png 2021-08-12 08:22:30 +02:00
Yash Grover
c4fa6ad4bc Added Bitchute Support 2021-08-12 08:22:30 +02:00
evermind-zz
a536311d56
name the regions according to the comments (#6854)
if a region is named android studio will show its name in the structure view.
2021-08-10 22:38:23 +00:00
TobiGr
9dd2a82b7d Update extractor version 2021-08-10 12:20:08 +02:00
Stypox
4d50a66e40
Un-nest some text views in play queue activity 2021-08-09 20:11:31 +02:00
phigjm
e6c56cacc6
Rearrange the play queue control elements
from bottom to top: Playback_controls, progress bar, center, (seek display)
2021-08-09 20:11:18 +02:00
litetex
5f3b8bea52 Fixed format 2021-08-06 22:12:49 +02:00
litetex
0e4c8ea8af Added tests for the `TimestampExtractor` 2021-08-06 22:09:03 +02:00
litetex
f9ab23bb4a Removed useless fiedl 2021-08-06 22:08:42 +02:00
litetex
9f8b2264a2 Use better pattern for matching timestamp in text and some reworks
Also extracted overhead code into ``TimestampExtractor``
2021-08-06 22:08:29 +02:00
XiangRongLin
52cc3f10c1 Add gradle parameter to skip formatKtLint and use in CI 2021-08-06 18:11:22 +02:00
litetex
1d61bb58f5
Set loglevel to error
Co-authored-by: Stypox <stypox@pm.me>
2021-08-05 20:26:17 +02:00
Stypox
a3440cc8ef
Merge pull request #6814 from Stypox/channel-grid-span-count
Fix channel item span count for SubscriptionFragment
2021-08-05 14:25:39 +02:00
litetex
51c60e5261 Catch errors while processing timestamp-links
Otherwise the complete app crashes, which is bad
2021-08-04 22:35:41 +02:00
Stypox
f8caed139a
Use custom cancel string everywhere
to fix missing somali translation for android.R.string.cancel
2021-08-04 18:58:35 +02:00
Stypox
a2297fb5b8
Fix play queue theme 2021-08-04 18:41:23 +02:00
K0RR
26c39381a8
Optimize assets. (#6827)
Lossless compression.
2021-08-04 11:54:32 +00:00
Stypox
340a84e583
Release 0.21.9 (975) 2021-08-04 10:38:59 +02:00
Stypox
4291877830
Merge branch 'master' into dev 2021-08-04 10:36:59 +02:00
Stypox
2ac265a6f5
Release 0.21.8 (974) 2021-08-03 21:00:57 +02:00
Stypox
e100806fd9
Update extractor version to 0.21.8 2021-08-03 20:51:14 +02:00
Stypox
4bf5ddbfe9
Merge pull request #6792 from XiangRongLin/update_extractor
Update extractor, thus including throttling fixes
2021-08-01 20:11:21 +02:00
Stypox
32dffb577c
Provide mime type to file picker to gray out unselectable files 2021-08-01 13:52:32 +02:00