Christian Schabesberger
c03b106118
add channel avatar
2016-08-01 11:48:52 +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
Christian Schabesberger
9a0f61e60b
add basics
2016-07-26 13:50:52 +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
Christian Schabesberger
9c82f0b12a
moved to sdk version 24
2016-07-21 16:43:24 +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
Riccardo Boninsegna
e5db08b0a8
Translated using Weblate (Italian)
...
Currently translated at 100.0% (133 of 133 strings)
2016-06-30 16:55:41 +02:00
Coffeemaker
e29eeb5d3d
Translated using Weblate (German)
...
Currently translated at 96.2% (128 of 133 strings)
2016-06-30 16:55:41 +02:00
Christian Schabesberger
6dac88c394
Merge pull request #325 from DevFactory/release/redundant-field-initializers-fix-1
...
Code quality fix - Redundant Field Initializer.
2016-06-30 16:55:35 +02:00
Riccardo Boninsegna
580a0069dc
Translated using Weblate (Italian)
...
Currently translated at 100.0% (133 of 133 strings)
2016-06-29 22:28:04 +02:00
Coffeemaker
187d65ffa5
Added translation using Weblate (Swiss High German)
2016-06-29 18:54:53 +02:00
Faisal Hameed
404017cba3
Fixing squid:S1192 - String literals should not be duplicated.
2016-06-24 14:54:18 +05:00
Faisal Hameed
dd2398efad
Fixing pmd:RedundantFieldInitializer - Redundant Field Initializer.
2016-06-24 05:44:42 +05:00
Faisal Hameed
a44518a757
Fixing squid:S2333 - Redundant modifiers should not be used.
2016-06-24 05:44:09 +05:00
Faisal Hameed
83eb83025a
Fixing squid:S1444 - "public static" fields should be constant.
2016-06-24 05:30:46 +05:00
Gabriel Jones
464a113f11
Change "click" to "tap".
2016-06-23 11:41:01 -04:00
Rom1
7d19fb878d
Translated using Weblate (French)
...
Currently translated at 100.0% (133 of 133 strings)
2016-06-22 23:41:12 +02:00
hatsunearu
29014d7b4a
Translated using Weblate (Korean)
...
Currently translated at 85.7% (114 of 133 strings)
2016-06-22 09:45:15 +02:00
hd hd
9668a78732
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (133 of 133 strings)
2016-06-22 03:44:49 +02:00
devnoname120
a1aafb17c9
Translated using Weblate (French)
...
Currently translated at 100.0% (133 of 133 strings)
Not literally translated because used here: ddc3b47dfa/app/src/main/java/org/schabi/newpipe/VideoItemListFragment.java (L182)
2016-06-22 00:44:36 +02:00
Murat Dikici
9883678fd9
Translated using Weblate (Turkish)
...
Currently translated at 17.2% (23 of 133 strings)
2016-06-20 09:45:49 +02:00
hd hd
ba72379aa9
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (133 of 133 strings)
2016-06-20 00:58:09 +02:00
devnoname120
3206fef865
Translated using Weblate (French)
...
Currently translated at 81.2% (108 of 133 strings)
2016-06-19 22:55:25 +02:00
Freddy Morán Jr
06b6216b9d
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (133 of 133 strings)
2016-06-18 21:45:48 +02:00
Marian Hanzel
5458606abe
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (133 of 133 strings)
2016-06-18 12:35:17 +02:00
Murat Dikici
ad5cf99d9e
Added translation using Weblate (Turkish)
2016-06-18 08:40:56 +02:00