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
andoni
f65c08431c
support all variants of vnd.youtube url.
2016-06-30 20:21:54 +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
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
David
9d5951765f
Fix for #310
2016-06-08 12:35:54 -03:00
David
ddc3b47dfa
Fix for #308 part 2
2016-06-07 11:43:13 -03:00
David
59523d6a08
Fix for #308
2016-06-07 11:32:31 -03:00
Christian Schabesberger
aee26fcffc
add downloads menu item to detail fragment
2016-05-26 00:11:42 +02:00
Christian Schabesberger
685eebeb56
add title to activitys
2016-05-25 23:51:22 +02:00
Christian Schabesberger
f23ae091cc
add icons for progress tiles
2016-05-25 23:35:27 +02:00
Christian Schabesberger
1421dca35f
clean up gigaget code
2016-05-25 23:08:15 +02:00
Christian Schabesberger
39c2f31a22
changed color of download blocks
2016-05-25 22:59:32 +02:00
Christian Schabesberger
239ef1c238
add action for downloads menu item
2016-05-25 22:34:36 +02:00
Christian Schabesberger
466ba93750
Merge branch 'master' of github.com:theScrabi/NewPipe
2016-05-25 22:19:47 +02:00
David
26c0445b83
Fix for #273
2016-05-25 08:27:15 -03:00
Christian Schabesberger
6f6c1704d4
add downloads menu item
2016-05-24 14:06:49 +02:00
David
382ac3470b
Fix for #298
2016-05-24 08:51:08 -03:00
Christian Schabesberger
7c2ff977d8
Merge branch 'download-manager' of git://github.com/satiricon/NewPipe into satiricon-download-manager
2016-05-22 12:47:24 +02:00
Christian Schabesberger
5bd9334f8f
Merge branch 'master' of github.com:theScrabi/NewPipe
2016-05-22 12:44:41 +02:00
Christian Schabesberger
c5544df64c
made StreamExtractor use StreamPreviewInfoCollector
2016-05-22 12:39:57 +02:00
Christian Schabesberger
c85e3c07d6
Merge pull request #287 from prashantkhurana/fix/Media-controls-on-main-screen
...
Added media volume control on main screen Fixes #38
2016-05-22 09:18:23 +02:00
Prashant Khurana
7154a1edb8
Fix to hide uploader correctly
2016-05-15 22:20:28 -04:00
David
affce74b84
Added menu to download activity
2016-05-02 10:47:18 -03:00
David
730de4061f
deleted some unused code and assets
2016-05-02 10:47:18 -03:00
David
3beafa2a74
Added new download dialog
2016-05-02 10:47:18 -03:00
David
c622923edd
Fixed the download dialog. Next take it to the previous activity
2016-05-02 10:47:18 -03:00
David
6940021293
Fixed dir settings
2016-05-02 10:47:18 -03:00
David
0156a4f39e
Added back button to download activity ActionBar
2016-05-02 10:47:18 -03:00
David
4bae12aa55
Embedded GigaGet download manager. First try.
2016-05-02 10:47:18 -03:00
Prashant Khurana
477355db8f
Added media volume control on main screen Fixes #38
2016-05-01 21:49:14 -04:00
Christian Schabesberger
381f054daf
Merge branch 'Start-screen-hint' of git://github.com/Ashanmaril/NewPipe into Ashanmaril-Start-screen-hint
2016-03-25 19:05:56 +01:00
Christian Schabesberger
c05d9303a9
fixed download location
2016-03-25 19:01:22 +01:00
Christian Schabesberger
9e910d5501
fixed commons-lang problem & moved on to 0.7.8
2016-03-25 13:56:24 +01:00
Hayden
6c7204eae0
Show/hide message
2016-03-22 20:05:43 -06:00
Christian Schabesberger
de62ed772f
Merge branch 'master' of https://github.com/kamadi/NewPipe into kamadi-master
2016-03-13 22:36:33 +01:00
Christian Schabesberger
6a8c4a65c5
Merge pull request #237 from DevFactory/release/general-code-quality-fix-2
...
General code quality fix-2
2016-03-13 22:30:24 +01:00
Christian Schabesberger
03738aeb27
merged my changes with them of rrooij
2016-03-13 22:22:18 +01:00
rrooij
21768432c8
Move YoutubeStreamPreviewInfoExtractor to separate class
...
The class should be separate because channel support in the future would require video preview extraction too, which doesn't differ much from the extraction done from the search results.
2016-03-12 18:15:20 +01:00
Faisal Hameed
2f9142419a
Fixing squid:S1155, squid:S2293, squid:S1488
2016-03-12 02:01:47 +05:00
Christian Schabesberger
b84eb3df7f
made stream type part of abstractVideoinfo
2016-03-11 16:20:02 +01:00
Christian Schabesberger
4058ec2ee9
fixed another livestream related issue
2016-03-11 15:43:50 +01:00
Christian Schabesberger
d43365f6e6
add custom error report function
2016-03-11 14:56:41 +01:00
Christian Schabesberger
c6ccc2b20d
Merge pull request #232 from DevFactory/release/null-pointer-should-not-be-dereferenced-fix-1
...
Code quality fix - Null pointers should not be dereferenced.
2016-03-11 14:15:41 +01:00
Christian Schabesberger
31dd68be1d
Merge pull request #233 from DevFactory/release/useless-parentheses-should-be-removed-fix-1
...
Code quality fix - Useless parentheses around expressions should be removed to prevent any misunderstanding.
2016-03-11 14:14:29 +01:00