Christian Schabesberger
5d81358c15
rename Themer to ThemableActivity
2017-01-22 13:48:50 +01:00
Christian Schabesberger
492aad9d70
Merge branch 'master' of git://github.com/ksyko/NewPipe into kyko
2017-01-22 13:32:39 +01:00
Weblate
647cfcd401
Merge remote-tracking branch 'origin/master'
2017-01-21 15:44:14 +01:00
Yann Hodiesne
c60d98e52d
Translated using Weblate (French)
...
Currently translated at 97.1% (137 of 141 strings)
2017-01-21 15:44:14 +01:00
Osoitz
d3cfac6b15
Translated using Weblate (Basque)
...
Currently translated at 37.5% (53 of 141 strings)
2017-01-21 15:44:11 +01:00
Coffeemakr
7fb4e5a143
Rename download db sqlite file
...
Rename the sqlite database to "downloads.db" instead of "newpipe.db"
to make sure the file will create a conflicts later.
2017-01-20 18:57:30 +01:00
Coffeemakr
8e451b2a83
Use fragments setHasOptionsMenu
...
Remove complications by allowing android to handle fragment's
options menu.
See https://developer.android.com/guide/components/fragments.html#ActionBar
2017-01-19 19:39:33 +01:00
ksyko
8083f06fe7
Update SettingsFragment.java
2017-01-18 00:12:36 +05:30
59436419
44521a2e56
Added dark theme
2017-01-17 22:35:23 +05:30
59436419
dfeed3d0eb
Added dark theme
2017-01-17 22:31:00 +05:30
59436419
081a45b70d
Added dark theme
2017-01-17 22:13:33 +05:30
59436419
616a721bba
Added dark theme
2017-01-17 21:43:30 +05:30
59436419
c9aa553b32
Added dark theme
2017-01-17 20:54:00 +05:30
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
38c5cb50fb
fixed Downloader.getInstance() in unit tests
2016-12-24 17:11:29 +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
f575826394
fix unit tests
2016-11-20 19:01:06 +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
Christian Schabesberger
f76b37ec39
Merge branch 'master' of github.com:TeamNewPipe/NewPipe
2016-11-18 23:52:34 +01:00
Christian Schabesberger
379149fe2f
update unit tests so it works with current updates
2016-11-18 23:52:17 +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
zmni
389f22a0e5
Translated using Weblate (Indonesian)
...
Currently translated at 99.2% (137 of 138 strings)
2016-10-16 12:45:00 +02:00
zmni
7b91aa16b6
Translated using Weblate (Indonesian)
...
Currently translated at 95.6% (132 of 138 strings)
2016-10-13 21:45:17 +02:00
Jona Abdinghoff
89ec688632
Translated using Weblate (German)
...
Currently translated at 99.2% (137 of 138 strings)
2016-10-12 00:44:52 +02:00
Nathan Follens
fdd0d586c9
Translated using Weblate (Dutch)
...
Currently translated at 99.2% (137 of 138 strings)
2016-10-12 00:44:25 +02:00
Coffeemakr
6f5604791f
Delete swiss high german
2016-10-11 07:30:18 +02:00
Gian Maria Viglianti
eb9fba4147
Translated using Weblate (Italian)
...
Currently translated at 100.0% (138 of 138 strings)
2016-10-10 18:45:06 +02:00
Weblate
afb62f729f
Merge remote-tracking branch 'origin/master'
2016-10-04 15:45:09 +02:00
Nathan Follens
1ccc23dc9c
Translated using Weblate (Dutch)
...
Currently translated at 68.8% (95 of 138 strings)
2016-10-04 15:45:07 +02:00
intrnl
7ea5cb9c5c
Translated using Weblate (Indonesian)
...
Currently translated at 37.6% (52 of 138 strings)
2016-10-04 15:44:59 +02:00
Christian Schabesberger
c301d6e5d5
Merge branch 'master' of github.com:TeamNewPipe/NewPipe
2016-10-01 23:22:18 +02:00
naofum
44ad69b94d
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (138 of 138 strings)
2016-10-01 18:45:10 +02:00
Christian Schabesberger
d14515ab88
Merge remote-tracking branch 'origin/master'
2016-09-28 17:13:23 +02:00
Christian Schabesberger
01875b389d
clean up extractor
2016-09-28 17:13:15 +02:00
Christian Schabesberger
5eef116aaa
put Suggestion extraction into its own class
2016-09-28 12:53:23 +02:00
Weblate
442220debc
Merge remote-tracking branch 'origin/master'
2016-09-28 12:45:55 +02:00
kamadi
4914caad51
Translated using Weblate (Russian)
...
Currently translated at 48.5% (67 of 138 strings)
2016-09-28 12:45:54 +02:00
Gian Maria Viglianti
08cab863f1
Translated using Weblate (Italian)
...
Currently translated at 98.5% (136 of 138 strings)
2016-09-28 12:45:54 +02:00
Marian Hanzel
02458d4fc1
Translated using Weblate (Slovak)
...
Currently translated at 98.5% (136 of 138 strings)
2016-09-28 12:45:51 +02:00
Christian Schabesberger
6ed4130b66
fix collisions
2016-09-28 11:54:35 +02:00
Felix Ableitner
5f7ee15d1e
Launch video player in single task mode ( fixes #154 )
2016-09-28 13:09:42 +09:00
Christian Schabesberger
43afd5a2b8
clean up downloader thing
2016-09-27 22:59:04 +02:00
Christian Schabesberger
f9ac199c1f
fixed .webm download locatiion issue
2016-09-27 21:33:26 +02:00
Christian Schabesberger
76ba2824a2
stability improvements
2016-09-27 20:18:41 +02:00
Christian Schabesberger
ca0d594547
cleaning away android stuff from extractor
2016-09-27 20:06:33 +02:00
Christian Schabesberger
2b89e24a4b
make download dialog use radio button
2016-09-26 20:18:32 +02:00
Christian Schabesberger
931f34d2fd
fixed related videos nullpointer exception
2016-09-26 18:01:39 +02:00
Christian Schabesberger
60e18aa045
similar videos scroll bug workaround
2016-09-26 17:02:55 +02:00
Gian Maria Viglianti
38837d6424
Translated using Weblate (Italian)
...
Currently translated at 97.1% (134 of 138 strings)
2016-09-25 19:23:19 +02:00
Tiago Roque Medeiros
5cfb65002d
Translated using Weblate (Portuguese)
...
Currently translated at 99.2% (137 of 138 strings)
2016-09-22 18:45:35 +02:00
Benedikt Freisen
fa6dee45ec
Translated using Weblate (German)
...
Currently translated at 98.5% (136 of 138 strings)
2016-09-20 16:56:29 +02:00
Sérgio Marques
af25fe93da
Translated using Weblate (Portuguese)
...
Currently translated at 99.2% (137 of 138 strings)
2016-09-20 16:56:28 +02:00
naofum
395ad3e8ef
Translated using Weblate (Japanese)
...
Currently translated at 99.2% (137 of 138 strings)
2016-09-18 09:45:36 +02:00
marxsouza12
2cbaca8968
Translated using Weblate (Portuguese)
...
Currently translated at 97.1% (134 of 138 strings)
2016-09-18 09:45:34 +02:00
Christian Schabesberger
a34a33e419
Merge branch 'master' of github.com:theScrabi/NewPipe
2016-09-14 18:35:22 +02:00
Christian Schabesberger
57f620485f
fix ui crash bug
2016-09-14 18:35:17 +02:00
Weblate
18cdde963b
Merge remote-tracking branch 'origin/master'
2016-09-14 15:45:35 +02:00
Mladen Pejaković
6c1f472de3
Translated using Weblate (Serbian)
...
Currently translated at 99.2% (137 of 138 strings)
2016-09-14 15:45:35 +02:00
Christian Schabesberger
efd2ac353e
fix WORLD_MODE_READABLE bug
...
blub
2016-09-14 11:29:40 +02:00
Christian Schabesberger
863bf9dc8b
fix channel has no second page bug
2016-09-14 11:15:08 +02:00
Weblate
fd411c17cd
Merge remote-tracking branch 'origin/master'
2016-09-14 00:50:31 +02:00
YFdyh000
5424c23d69
Translated using Weblate (Simplified Chinese)
...
Currently translated at 97.8% (135 of 138 strings)
2016-09-14 00:50:31 +02:00
Christian Schabesberger
b8a0801786
fixed bug regarding channels
...
acual fix
2016-09-14 00:50:18 +02:00
Christian Schabesberger
a2a3b0575d
gather all bug shit things
2016-09-13 23:39:32 +02:00
Christian Schabesberger
2b8954353d
removed crash test line
2016-09-13 23:31:28 +02:00
Christian Schabesberger
9bd5aa0da4
add package field to crash report
2016-09-13 23:31:06 +02:00
Christian Schabesberger
af2cddee91
made acra catch and report errors
2016-09-13 23:24:49 +02:00
Christian Schabesberger
27bc414616
add copyright notice
2016-09-13 22:38:45 +02:00
Christian Schabesberger
14eaedd73a
use intent system to pass errors to error activity
2016-09-13 22:36:47 +02:00
Christian Schabesberger
caf938f79f
add channel extractor tests
2016-09-12 23:44:57 +02:00
Christian Schabesberger
8ececc11d2
Merge branch 'master' of github.com:theScrabi/NewPipe
2016-09-12 23:07:31 +02:00
Christian Schabesberger
cf1d546683
add new play icon
2016-09-12 23:07:23 +02:00
Weblate
e8144f4906
Merge remote-tracking branch 'origin/master'
2016-09-12 22:35:28 +02:00
naofum
bfb6f14769
Translated using Weblate (Japanese)
...
Currently translated at 99.2% (136 of 137 strings)
2016-09-12 22:35:27 +02:00
Christian Schabesberger
ff1ba2b5bf
Merge branch 'master' of github.com:theScrabi/NewPipe
2016-09-12 22:35:15 +02:00
Christian Schabesberger
8c26f29f94
shitty fix for detail progressbar
2016-09-12 17:49:49 +02:00
Weblate
bdd57f3b3e
Merge remote-tracking branch 'origin/master'
2016-09-12 16:22:16 +02:00
YFdyh000
e09bf4d09c
Translated using Weblate (Simplified Chinese)
...
Currently translated at 98.5% (135 of 137 strings)
2016-09-12 16:22:16 +02:00
Christian Schabesberger
e0dbf4c2cd
fix settings updateSummary
2016-09-12 16:22:02 +02:00
Christian Schabesberger
4bba84af8a
Merge pull request #316 from jaytj95/master
...
Added rewind capability to notification control
2016-09-12 00:57:53 +02:00
Christian Schabesberger
bd7077c1cf
fix rising exception for empty related videos
2016-09-12 00:56:20 +02:00
Christian Schabesberger
a63128bd45
add addblock
2016-09-12 00:51:03 +02:00
Christian Schabesberger
6944f4a68a
add copyright headers and update sdk
2016-09-12 00:33:11 +02:00
Christian Schabesberger
54ab0ab17e
fix merge with add_cahnnels
2016-09-12 00:12:00 +02:00
Christian Schabesberger
2080bb2da1
Merge pull request #350 from KeizerDev/splash-screen
...
Added Splash Screen to bypass blank screen on start up.
2016-09-11 23:57:30 +02:00
Christian Schabesberger
cc74c98509
add bugrepport to channel acitivty
2016-09-11 23:15:22 +02:00
Christian Schabesberger
dd6c6ae03f
seems to made it working
2016-09-10 18:47:35 +02:00
Christian Schabesberger
4f8ca9ef16
fucking brought it almost to work fuck
2016-09-10 18:28:48 +02:00
Christian Schabesberger
53059bcb91
level 1 of making loading more content work
2016-09-10 16:26:21 +02:00
Filip Sebastian
cb056f4f80
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (133 of 133 strings)
2016-08-24 12:45:40 +02:00
Robert-Jan Keizer
05bfa8b85e
Added splash screen to bypass blank screen on start up.
2016-08-22 01:13:09 +02:00
Christian Schabesberger
6dc5350c43
update gradle and fix load image error string
2016-08-20 00:56:10 +02:00
Enol P
5cdf807d92
Translated using Weblate (Asturian)
...
Currently translated at 100.0% (133 of 133 strings)
2016-08-18 06:44:10 +02:00
Enol P
9c2a9e64c2
Translated using Weblate (Asturian)
...
Currently translated at 100.0% (133 of 133 strings)
2016-08-16 03:43:01 +02:00
Enol P
3b60b801c2
Added translation using Weblate (Asturian)
2016-08-16 02:38:40 +02:00
Danial Behzadi
c78eb80686
Translated using Weblate (Persian)
...
Currently translated at 100.0% (133 of 133 strings)
2016-08-12 15:45:23 +02:00
Danial Behzadi
9b9da648c9
Translated using Weblate (Persian)
...
Currently translated at 100.0% (133 of 133 strings)
2016-08-10 15:33:17 +02:00
Danial Behzadi
adc2b9c43a
Added translation using Weblate (Persian)
2016-08-10 14:21:05 +02:00
Weblate
b3954e9acd
Merge remote-tracking branch 'origin/master'
2016-08-08 22:05:14 +02:00
Christian Schabesberger
6e36f0ef83
Merge branch 'master' of github.com:theScrabi/NewPipe
2016-08-08 22:11:40 +02:00
Christian Schabesberger
64afb907e6
change icon
2016-08-08 22:11:32 +02:00
Rom1
3552125075
Translated using Weblate (French)
...
Currently translated at 100.0% (133 of 133 strings)
2016-08-08 22:05:13 +02:00
Christian Schabesberger
2601bf6d81
change view naming in detail fragment
2016-08-08 20:21:18 +02:00
David
3da032b7ee
Update filepicker to the newest version and Fix for #343
2016-08-03 18:36:46 -03:00
Christian Schabesberger
7bea94144e
fix search fragment progressbar
2016-08-03 17:18:05 +02:00
Dawid
40b08a593f
Translated using Weblate (Polish)
...
Currently translated at 95.4% (127 of 133 strings)
2016-08-03 15:45:26 +02:00
Christian Schabesberger
5d06e8310d
animate item button and made channel layout use recyclerview propper
2016-08-03 15:32:25 +02:00
Christian Schabesberger
1ab82dfa32
made channel activity use recycler view
2016-08-03 13:09:48 +02:00
Sérgio Marques
b93372926a
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (133 of 133 strings)
2016-08-03 12:45:28 +02:00
Christian Schabesberger
557bcc40ef
made detail fragment use recycler view
2016-08-03 00:54:03 +02:00
Christian Schabesberger
06e2e548be
restructure detail activity
2016-08-03 00:12:58 +02:00
Christian Schabesberger
7a25588995
remove listactivity layout
2016-08-02 21:30:55 +02:00
Christian Schabesberger
8107337566
restructure ui
2016-08-02 21:17:54 +02:00
Christian Schabesberger
d6de11f54c
remove video item list plemp
2016-08-02 20:59:53 +02:00
Christian Schabesberger
2f2334eac4
make search fagment handle video items
2016-08-02 18:38:05 +02:00
Christian Schabesberger
3a5b9203d8
put search fragment into own package
2016-08-02 15:06:02 +02:00
Christian Schabesberger
c46ce1170c
add search fragment
2016-08-02 01:42:05 +02:00
Christian Schabesberger
1170c508b4
add new architecture
2016-08-02 01:26:12 +02:00
Christian Schabesberger
f34cacbc5c
add recycler view adapter
2016-08-02 00:58:52 +02:00
Christian Schabesberger
4164195fae
show channelvideos
2016-08-01 21:50:41 +02:00
Christian Schabesberger
c03b106118
add channel avatar
2016-08-01 11:48:52 +02:00
Dawid
c760a4e0ef
Added translation using Weblate (Polish)
2016-08-01 09:28:48 +02:00
Christian Schabesberger
f3a73ecc4a
add feed function
2016-08-01 02:10:38 +02:00
Christian Schabesberger
6beb36f92f
get channel banner
2016-08-01 01:56:19 +02:00
Sérgio Marques
6360d61721
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (133 of 133 strings)
2016-07-31 16:20:39 +02:00
Utku BERBEROĞLU
cb3c595d2b
Translated using Weblate (Turkish)
...
Currently translated at 34.5% (46 of 133 strings)
2016-07-30 18:46:18 +02:00
Marian Hanzel
f4414851be
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (133 of 133 strings)
2016-07-27 10:01:18 +02:00
Christian Schabesberger
9a0f61e60b
add basics
2016-07-26 13:50:52 +02:00
naofum
22fc690c65
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (133 of 133 strings)
2016-07-25 13:23:40 +02:00
Christian Schabesberger
8fbee92255
try to fix failing CI
2016-07-25 12:11:55 +02:00
Christian Schabesberger
1fd6685b3b
removed orebot/tor support
2016-07-25 11:59:37 +02:00
Christian Schabesberger
e6fe1d2008
Merge branch 'master' of github.com:theScrabi/NewPipe
2016-07-25 11:13:04 +02:00
Christian Schabesberger
c0ce14dba5
moved on to new sdk, and put settings activity result into its fragment
2016-07-25 11:12:54 +02:00
YFdyh000
9f315fb021
Translated using Weblate (Simplified Chinese)
...
Currently translated at 100.0% (133 of 133 strings)
2016-07-25 03:56:47 +02:00
Christian Schabesberger
dc46b3f6c0
Merge pull request #314 from satiricon/pref-filepicker
...
File picker for download preferences.
2016-07-25 00:48:48 +02:00
Christian Schabesberger
24dd94fba3
Merge pull request #317 from ggppjj/master
...
Change "click" to "tap".
2016-07-25 00:46:49 +02:00
Christian Schabesberger
d3d4e8c721
Merge pull request #321 from DevFactory/release/collection-interfaces-should-be-used-fix-1
...
Code quality fix - Declarations should use Java collection interfaces such as "List" rather than specific implementation.
2016-07-25 00:46:33 +02:00
Nigel
990d3fc714
Translated using Weblate (Chinese (Hong Kong))
...
Currently translated at 97.7% (130 of 133 strings)
2016-07-24 12:44:17 +02:00
David
2ab9db3c07
A little cleanup
2016-07-19 16:53:20 -03:00
David
b3fdd2b0cb
Done with the file picker for the download settings
2016-07-19 16:53:20 -03:00
David
bd43efd2c2
The file picker is working and I'm reordering the code to make it easier to follow
2016-07-19 16:52:37 -03:00
David
36babcaf36
Trying to make last filepicker version work, maybe I'm having some memory problems
2016-07-19 16:51:14 -03:00
David
45be3fb0e8
Starting to add a filepicker to the directory preferences
2016-07-19 16:51:14 -03:00
Gracecr
c880047c4f
Allows for large times stamps fixing #330
...
@scde submitted #330 , along with a couple proposed fixes.
This is the second proposed fix, which allows for arbitrarily large
timestamps. All credit to @scde for this.
2016-07-14 16:50:57 -04:00
Andoni del Olmo
3add3d75a1
skip ads and channels from test.
2016-07-04 12:05:43 +02:00
Andoni del Olmo
8644a4542a
skip ads and channels from test.
2016-07-04 11:43:18 +02:00
andoni
0b6bae6ce3
change test search term to avoid google ads.
2016-07-03 16:25:32 +02:00
Faisal Hameed
13346ab750
Fixing squid:S1319 - Declarations should use Java collection interfaces such as "List" rather than specific implementation.
2016-07-01 04:05:55 +05:00
andoni
f65c08431c
support all variants of vnd.youtube url.
2016-06-30 20:21:54 +02:00
andoni
4cde97e65d
fix build. remove wrong xliff namespaces from spanish translation.
2016-06-30 20:14:27 +02:00
Christian Schabesberger
049b36b1b6
Merge pull request #323 from DevFactory/release/public-static-fields-should-be-constants-fix-1
...
Code quality fix - "public static" fields should be constant.
2016-06-30 16:57:42 +02:00
Christian Schabesberger
faed0958b3
Merge pull request #322 from DevFactory/release/string-literals-should-not-be-duplicated-fix-1
...
Code quality fix - String literals should not be duplicated.
2016-06-30 16:56:41 +02:00
Christian Schabesberger
3b36b7f01b
Merge pull request #324 from DevFactory/release/redundant-modifiers-should-not-be-used-fix-1
...
Code quality fix - Redundant modifiers should not be used.
2016-06-30 16:56:11 +02:00
Weblate
5a2b236e71
Merge remote-tracking branch 'origin/master'
2016-06-30 16:55:41 +02:00