Commit graph

6850 commits

Author SHA1 Message Date
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
55738a889b Merge remote-tracking branch 'Weblate/dev' into dev 2020-07-28 13:46:36 +02:00
Tobias Groza
d4f812e006 Merge pull request #3984 from TobiGr/search_color
Fix color of correct / suggested search term
2020-07-28 13:03:51 +02:00
TobiGr
4d7f8fec4e Fix color of correct / suggested search term
Fixes TeamNewPipe/NewPipe#3973
2020-07-28 11:41:23 +02:00
Tobias Groza
8145089225 Update bug report template
DO NOT REPORT THAT CRASH ANY MORE. WE ARE GETTING SPAMMED11!!!1
2020-07-28 10:56:06 +02:00
Stypox
d7f69f0ac6 Do not init ACRA if inside its own process
https://github.com/ACRA/acra/wiki/Troubleshooting-Guide#applicationoncreate
2020-07-28 10:48:54 +02:00
Stypox
7ff31f58c3 Fix empty stacktrace in bug report
ACRA has to be initialized after MultiDex
https://github.com/ACRA/acra/issues/619
https://github.com/ACRA/acra/wiki/Troubleshooting-Guide#legacy-multidex
2020-07-28 10:48:25 +02:00
Hosted Weblate
6e62d76606 Merge branch 'origin/dev' into Weblate. 2020-07-28 09:55:58 +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
11cfda70bc Add changelog 2020-07-26 14:38:49 +02:00
TobiGr
ae28ddde78 Update extractor version 2020-07-26 14:26:09 +02:00
Hosted Weblate
c76ebbe55b Merge branch 'origin/dev' into Weblate. 2020-07-26 13:22:12 +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
Hosted Weblate
a60d262c58 Merge branch 'origin/dev' into Weblate. 2020-07-22 19:15:38 +02:00
Ajeje Brazorf
1d22f08f24 Added translation using Weblate (Sardinian) 2020-07-22 19:15:35 +02:00
Tobias Groza
c5fcde05f7 Merge pull request #3920 from chdir/invisible_focus_fix
Fix lingering focus highlight overlay
2020-07-22 14:28:47 +02:00
Alexander--
8cf76f7515 Add @NonNull annotation to method argument
Co-authored-by: Tobias Groza <TobiGr@users.noreply.github.com>
2020-07-22 07:57:04 -04:00
Alexander--
05dc8280d4 Use View.isShown() to avoid focus overlay glitches
A View can become focused while being invisible, if it's
parent is invisible. Use global draw listener and
View.isShown() to catch such cases.
2020-07-22 06:21:25 +06:59
TobiGr
769a72517e Update extractor version 2020-07-20 20:34:02 +02:00
Hosted Weblate
2600c8c023 Merge branch 'origin/dev' into Weblate. 2020-07-18 15:48:16 +02:00
Tobias Groza
1f775bbfc7 Merge pull request #3689 from wb9688/next-stream
Remove calls to getNextStream()
2020-07-18 11:59:04 +02:00
Tobias Groza
6e46a8e47a Merge pull request #3902 from wb9688/null-description
Check for description == null
2020-07-18 11:54:10 +02:00
Tobias Groza
46b322872f Merge pull request #3884 from wb9688/use-androidx-annotation
Use androidx.annotation.NonNull instead of io.reactivex.annotations.NonNull
2020-07-18 11:51:08 +02:00
Hosted Weblate
a130d12f6c Merge branch 'origin/dev' into Weblate. 2020-07-18 10:16:37 +02:00
Mario Rossi
82011cdcbb Added translation using Weblate (Neapolitan) 2020-07-18 10:16:35 +02:00
wb9688
32c8076435 Check for description == null 2020-07-18 10:01:44 +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
wb9688
863b8242b7 Use androidx.annotation.NonNull instead of io.reactivex.annotations.NonNull 2020-07-14 21:15:29 +02:00
Tobias Groza
8922913a8f Merge pull request #3863 from TeamNewPipe/release_0.19.6
Release 0.19.6
2020-07-12 20:25:05 +02:00
TobiGr
343ef95e0c Release NewPipe 0.19.6 (951) 2020-07-11 21:47:19 +02:00
TobiGr
fd56fcf597 Add changelog 2020-07-11 21:47:19 +02:00
TobiGr
1ff6a844bb Remove untranslatable translations 2020-07-11 21:47:19 +02:00
TobiGr
36a026e252 Use %1$d instead of %1$s in deleted_downloads string
We don't pass a String, but an Integer
2020-07-11 21:47:19 +02:00
TobiGr
6ab45d16b9 Fix Linter (translations) 2020-07-11 20:52:20 +02:00
Tobias Groza
20998d3473 Merge pull request #3861 from TeamNewPipe/languages
add the new languages translated in NewPipe
2020-07-08 22:45:16 +02:00
bopol
d81b954136 add bengali (india) and arabic (lybia) 2020-07-08 21:34:34 +02:00
TobiGr
29960da939 Add some new languages to the language selector
ckb - Central Kurdish
jv - Javanese
kab - Kabyle
2020-07-07 22:32:14 +02:00
Tobias Groza
3d86fd2fed Merge pull request #3441 from wb9688/nextpage
Next page stuff
2020-07-07 21:19:27 +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
Tobias Groza
a00486c325 Merge pull request #3471 from Royosef/DisplaySearchSuggestion
Display search suggestion: did you mean & showing result for
2020-07-07 20:57:02 +02:00
TobiGr
f60e4c1b3a Highlight search suggestion 2020-07-07 20:23:41 +02:00
TobiGr
51de764d71 Merge remote-tracking branch 'Weblate/dev' into dev 2020-07-07 18:41:55 +02:00
Tobias Groza
8d8dff378f Merge pull request #3579 from TobiGr/error_md_export
Add Markdown export of crash logs
2020-07-07 00:01:12 +02:00