59436419
e3d59c3cff
Added dark theme
2017-01-17 20:47:12 +05:30
59436419
df51635674
Added dark theme
2017-01-17 20:33:54 +05:30
59436419
1e81f61760
Added dark theme
2017-01-17 20:31:14 +05:30
59436419
a4043eab83
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# app/src/main/java/org/schabi/newpipe/Themer.java
# app/src/main/java/org/schabi/newpipe/download/DownloadActivity.java
# app/src/main/java/org/schabi/newpipe/settings/SettingsActivity.java
# app/src/main/res/layout-v18/fragment_videoitem_detail.xml
# app/src/main/res/layout/fragment_videoitem_detail.xml
# app/src/main/res/xml/settings.xml
2017-01-17 16:18:00 +05:30
59436419
60dc19d2bc
Added Dark Theme
2017-01-17 16:13:14 +05:30
ksyko
a2e4585fe8
Update InfoItemHolder.java
2017-01-17 16:13:02 +05:30
ksyko
b5df281447
Update fragment_videoitem_detail.xml
2017-01-17 16:13:02 +05:30
ksyko
650917f9f9
Update fragment_videoitem_detail.xml
2017-01-17 16:13:02 +05:30
ksyko
3a9c95a9ae
Update fragment_videoitem_detail.xml
2017-01-17 16:13:01 +05:30
59436419
5458acfcad
Added dark theme
2017-01-17 16:13:01 +05:30
59436419
68e80e6054
Added dark theme
2017-01-17 16:13:01 +05:30
Christian Schabesberger
e4aa69b8d3
add some super.function() thingies
2017-01-16 16:06:54 +01:00
Coffeemakr
dfd40e43da
Fix for #407
2017-01-16 13:01:52 +01:00
Coffeemakr
7efd111d9c
Improve Search fragment
...
* Keep search query when fragment is restored
* Simplify SuggestionListAdapter
* Use ResourceCursorAdapter for view creation
* Fix deprecation warning
* Some clean code
2017-01-16 07:33:58 +01:00
Matej U
6809172203
Translated using Weblate (Slovenian)
...
Currently translated at 99.2% (140 of 141 strings)
2017-01-15 12:46:28 +01:00
Coffeemaker
40a4343f06
Translated using Weblate (German)
...
Currently translated at 98.5% (139 of 141 strings)
2017-01-13 18:45:02 +01:00
Matej U
cd9333b39e
Translated using Weblate (Slovenian)
...
Currently translated at 98.5% (139 of 141 strings)
2017-01-12 21:46:19 +01:00
Mladen Pejaković
82d426c781
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (141 of 141 strings)
2017-01-12 21:46:11 +01:00
YFdyh000
c7e773de25
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 98.5% (139 of 141 strings)
2017-01-12 18:44:21 +01:00
Coffeemakr
2ded33110f
Improve YoutubeStreamUrlIdHandler
...
* Make it a singelton
* Accept embed links
* Accept share links (youtube.com/shared?ci=...)
* Add tests
* Accept host case insensititve
2017-01-11 17:25:53 +01:00
zmni
b26c0aa9da
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (141 of 141 strings)
2017-01-11 16:51:32 +01:00
Mladen Pejaković
2fc8fb6f17
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (141 of 141 strings)
2017-01-10 21:08:24 +01:00
Coffeemakr
ea76f1d6e2
Improve DownloadManager and -Service
...
* Fix permission at some places
* Fix access problem for downloaded files with external player
* Store finished Downloads
* Remove binding to DownloadService just to download a file
* Javadoc
* Code improvements
2017-01-10 17:48:55 +01:00
naofum
7cda1d116b
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (141 of 141 strings)
2017-01-10 17:03:28 +01:00
Weblate
8bf7a1a9db
Merge remote-tracking branch 'origin/master'
2017-01-10 17:02:24 +01:00
naofum
0aa0ad65c0
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (140 of 140 strings)
2017-01-10 17:02:21 +01:00
Coffeemakr
53ff58daa3
DownloadManagerService: Don't bind if no permissions
2017-01-10 13:35:16 +01:00
Christian Schabesberger
b3225bebe6
fix recaptch weblate conflict
2017-01-09 22:46:07 +01:00
Allan Nordhøy
4beafad71f
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 92.8% (130 of 140 strings)
2017-01-09 21:45:13 +01:00
Allan Nordhøy
c96f933626
Translated using Weblate (English)
...
Currently translated at 100.0% (140 of 140 strings)
2017-01-09 21:45:12 +01:00
LNJ
bea6359d5f
Translated using Weblate (German)
...
Currently translated at 99.2% (139 of 140 strings)
2017-01-09 21:45:04 +01:00
Benoît Mauduit
410c4ca736
Remove old comment
2017-01-03 14:38:22 +01:00
Benoît Mauduit
80c9dbf180
Cosmetic
2017-01-03 14:38:22 +01:00
Benoît Mauduit
c9edac2820
Change the way to start reCaptchaActivity
...
* Use startActivityForResult() and onActivityResult() to refresh the
search request when returning from reCaptcha activity.
2017-01-03 14:38:22 +01:00
Benoît Mauduit
143df9a529
Start reCaptcha activity when starting video directly
2017-01-03 14:38:22 +01:00
Benoît Mauduit
c87da9903f
Set result code and finish() Activity instead of starting MainActivity
...
* Activities will start reCaptchaActivity with startActivityForResult and
look for RECAPTCHA_REQUEST and RESULT_OK | RESULT_CANCELED in : 'onActivityResult()'
2017-01-03 14:38:22 +01:00
Andi Saputro
0f69e6c64d
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (140 of 140 strings)
2016-12-31 18:45:16 +01:00
ksyko
1b9a6e53ce
Update InfoItemHolder.java
2016-12-31 22:32:16 +05:30
ksyko
c7abf377eb
Update fragment_videoitem_detail.xml
2016-12-31 21:51:41 +05:30
ksyko
175d8ce572
Update fragment_videoitem_detail.xml
2016-12-31 21:43:01 +05:30
ksyko
1708a401cf
Update fragment_videoitem_detail.xml
2016-12-31 21:42:04 +05:30
59436419
141278e668
Added dark theme
2016-12-31 13:46:52 +05:30
59436419
754bd82699
Added dark theme
2016-12-30 01:07:27 +05:30
andideveloper
999efb6660
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (140 of 140 strings)
2016-12-29 17:25:23 +01:00
Weblate
0b391a9ef3
Merge remote-tracking branch 'origin/master'
2016-12-28 12:46:32 +01:00
naofum
2a99ac4430
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (140 of 140 strings)
2016-12-28 12:46:22 +01:00
Christian Schabesberger
a5589d0865
Merge branch 'feature-background-progress' of git://github.com/coffeemakr/NewPipe into coffeemakr-feature-background-progress
2016-12-28 10:46:38 +01:00
Coffeemakr
83541a0d5d
Add 8dp margin on the right side of the progress bar
2016-12-28 08:15:12 +01:00
Coffeemakr
ac0dff7aa1
Make shure thread quits before service
2016-12-27 16:17:59 +01:00
Coffeemakr
f22b5157f5
Notify thread on play/pause
2016-12-27 15:58:17 +01:00
Coffeemakr
659d0d6115
Add PlaybackState broadcast messages
...
They can be used to retrieve the current playback
* Duration
* Played time
* If the media player is playing
2016-12-27 15:52:02 +01:00
Marian Hanzel
fd8c99fd8d
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (140 of 140 strings)
2016-12-27 15:47:58 +01:00
Coffeemakr
9494f3a299
Add progress bar to expanded notification
2016-12-27 14:49:59 +01:00
Coffeemakr
8021848b03
Remove note field completly
...
Always use noteBuilder directly to generate a notification
2016-12-27 14:41:30 +01:00
Coffeemakr
5a127c26e6
Improve notification building/updateing
...
* Use custom notification builder which has methods to set the artist
and title and also a method to set the playing state
* Update builder instead of view -> resovles deprecated warnings
2016-12-27 14:37:18 +01:00
Coffeemakr
7c7129f9a1
Notifications: Set customs views in builder
2016-12-27 13:31:34 +01:00
Coffeemakr
05cbc7891d
Typos corrected in StreamInfo
2016-12-27 13:26:48 +01:00
Coffeemakr
14623456ff
Correct typos
2016-12-27 13:19:12 +01:00
Coffeemakr
5064ec3ac4
Fix spelling
2016-12-27 13:16:51 +01:00
Gian Maria Viglianti
892888796d
Translated using Weblate (Italian)
...
Currently translated at 100.0% (140 of 140 strings)
2016-12-26 14:57:31 +01:00
Weblate
4f2826d2c2
Merge remote-tracking branch 'origin/master'
2016-12-26 10:23:57 +01:00
YFdyh000
7f824d725b
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 98.5% (138 of 140 strings)
2016-12-26 10:23:56 +01:00
naofum
da4096c4ef
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (140 of 140 strings)
2016-12-26 10:23:55 +01:00
Christian Schabesberger
1aed11c156
change ip address provider
...
removed null bomb
2016-12-25 19:32:38 +01:00
Christian Schabesberger
e99e944ac3
make share with newpipe part of newpipe
2016-12-25 19:28:40 +01:00
Christian Schabesberger
6e523d37ba
add copyright notice to DownloadListener
2016-12-25 15:24:37 +01:00
Christian Schabesberger
2aebf6b522
Merge branch 'master' of git://github.com/fr3ts0n/NewPipe into fr3ts0n-master
2016-12-25 15:20:31 +01:00
Mladen Pejaković
3f740980a3
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (140 of 140 strings)
2016-12-25 14:16:58 +01:00
Weblate
66b73d1592
Merge remote-tracking branch 'origin/master'
2016-12-25 12:44:13 +01:00
RACER
be4b03b84b
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (138 of 138 strings)
2016-12-25 12:44:13 +01:00
Osoitz
3594037efe
Translated using Weblate (Basque)
...
Currently translated at 34.0% (47 of 138 strings)
2016-12-25 12:44:11 +01:00
Christian Schabesberger
937a387f4e
rename reCaptchaException to ReCaptchaException
2016-12-24 15:19:40 +01:00
Christian Schabesberger
cd65f1dffc
Merge branch 'reCaptcha' of git://github.com/be-neth/NewPipe into be-neth-reCaptcha
2016-12-24 14:13:12 +01:00
Christian Schabesberger
c55dcccb1e
Merge branch 'fix-channel-bannel-url' of git://github.com/coffeemakr/NewPipe into coffeemakr-fix-channel-bannel-url
2016-12-21 21:01:47 +01:00
Christian Schabesberger
820e606719
fix duration_background name
2016-12-21 21:00:05 +01:00
Christian Schabesberger
96291a8522
Merge branch 'coffeemakr-fix-yt-dublicated-result-page'
2016-12-21 20:56:40 +01:00
ksyko
dd3251c08d
Fixes spelling
2016-12-21 20:38:51 +05:30
Coffeemakr
83837bde11
Google begins with page 1 so we add 1 to our page starting with 0
2016-12-19 19:28:16 +01:00
Coffeemakr
05189dadbf
Fix banner extaction
2016-12-19 13:32:03 +01:00
Selim
dbb1f371b3
Translated using Weblate (Turkish)
...
Currently translated at 94.2% (130 of 138 strings)
2016-12-13 21:46:13 +01:00
Benoît Mauduit
5cc1bbc4bb
Add missing Override decorator
2016-12-07 22:26:54 +01:00
Benoît Mauduit
53796043c3
Start reCaptchaActivity when reCaptcha is requested and fix Typo
...
* Fix typo setSearchWorkerResultListner to setSearchWorkerResultListener
2016-12-07 22:26:54 +01:00
Benoît Mauduit
a5ac528c02
Add reCaptchaException
2016-12-07 22:26:54 +01:00
Benoît Mauduit
54eb353d0d
Add ReCaptcha Activity
...
* ReCaptchas are implemented using a simple WebView with Javascript enable.
* All HTTP responses inside the WebView are catched (using onPageFinished())
** When Google reCatcha cookies are detected, register cookies to the
Downloader class and Return to MainActivity
2016-12-07 22:26:54 +01:00
Benoît Mauduit
3391067cab
Adding cookies member to Downloader
2016-12-07 22:26:54 +01:00
Benoît Mauduit
b4f595eb75
Make Downloader class a Singleton
2016-12-07 22:26:54 +01:00
Weblate
58bc0c17d0
Merge remote-tracking branch 'origin/master'
2016-12-02 10:24:55 +01:00
Cyxae Dexyc
4385404ad6
Translated using Weblate (French)
...
Currently translated at 98.5% (136 of 138 strings)
2016-12-02 10:24:54 +01:00
Marian Hanzel
61aadcffd2
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (138 of 138 strings)
2016-12-02 10:24:52 +01:00
Christian Schabesberger
389959dd18
Merge pull request #366 from coffeemakr/delete-swiss-high-german
...
Delete Swiss High German translation
2016-11-20 15:43:37 +01:00
Freddy Morán Jr
72c0987bad
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (138 of 138 strings)
2016-11-10 03:46:02 +01:00
fr3ts0n
5bba8e02a6
add media scanner notification after successful download
2016-11-06 21:08:57 +01:00
Freddy Morán Jr
b270de3335
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (138 of 138 strings)
2016-11-03 21:46:25 +01:00
Freddy Morán Jr
e22bcf0ac5
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (138 of 138 strings)
2016-11-03 21:46:13 +01:00
Freddy Morán Jr
c1d55d828f
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (138 of 138 strings)
2016-11-03 21:45:51 +01:00
Freddy Morán Jr
da77970328
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (138 of 138 strings)
2016-11-03 21:45:12 +01:00
Freddy Morán Jr
32f3caaee0
Translated using Weblate (German)
...
Currently translated at 100.0% (138 of 138 strings)
2016-11-03 21:44:57 +01:00
Дима Гайнуллин
8bbacb1d78
Translated using Weblate (Russian)
...
Currently translated at 88.4% (122 of 138 strings)
2016-11-03 18:45:52 +01:00
Nathan Follens
5904510410
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (138 of 138 strings)
2016-10-30 00:44:27 +02:00
Enol P
e16624251b
Translated using Weblate (Asturian)
...
Currently translated at 97.1% (134 of 138 strings)
2016-10-21 03:44:09 +02:00