Christian Schabesberger
f29bd0a6e7
fix actionbar icon theming
2017-02-12 16:45:01 +01:00
Christian Schabesberger
7186f58374
remove StreamInfoItemSearchCollector
2017-02-12 14:22:39 +01:00
Christian Schabesberger
5c8bcf15ba
make colector hirarchicall
...
remove broken commit()
2017-02-12 13:39:39 +01:00
Christian Schabesberger
ef15902ec4
add InfoItem
2017-02-11 21:33:01 +01:00
k3b
e869098434
fix NullPointerExcpeption when opening "Downloads" with android-api < 23
2017-02-02 01:58:47 +01:00
Christian Schabesberger
7c9771873b
Merge branch 'master' of git://github.com/ksyko/NewPipe into jf
2017-01-31 18:25:30 +01:00
Christian Schabesberger
7257cdacc8
fix background button problem
2017-01-31 18:23:22 +01:00
Christian Schabesberger
140b480f82
url signature fix
...
* fixed stacktrace
* changed player url
* took regex fix from youtube-dl
final fix taken from youtube-dl
2017-01-31 18:06:44 +01:00
59436419
9a1da5cc75
Made changes for ICS and JB
2017-01-26 12:07:41 +05:30
Christian Schabesberger
7d6b92e064
Merge branch 'feature-improve-search-fragment' of git://github.com/coffeemakr/NewPipe into cofe
2017-01-22 14:42:36 +01:00
Christian Schabesberger
849a45a3ca
resolve conflict
2017-01-22 14:26:01 +01:00
Christian Schabesberger
7ddea5a71b
Merge branch 'feature-accept-embed-links' of git://github.com/coffeemakr/NewPipe into url
2017-01-22 13:55:53 +01:00
Christian Schabesberger
5d81358c15
rename Themer to ThemableActivity
2017-01-22 13:48:50 +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
616a721bba
Added dark theme
2017-01-17 21:43:30 +05:30
59436419
1e81f61760
Added dark theme
2017-01-17 20:31:14 +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
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
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
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
Coffeemakr
53ff58daa3
DownloadManagerService: Don't bind if no permissions
2017-01-10 13:35:16 +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
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
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
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
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
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
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
fr3ts0n
5bba8e02a6
add media scanner notification after successful download
2016-11-06 21:08:57 +01: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
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
Christian Schabesberger
57f620485f
fix ui crash bug
2016-09-14 18:35:17 +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
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
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
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
Christian Schabesberger
6dc5350c43
update gradle and fix load image error string
2016-08-20 00:56:10 +02:00
Christian Schabesberger
2601bf6d81
change view naming in detail fragment
2016-08-08 20:21:18 +02:00
Christian Schabesberger
7bea94144e
fix search fragment progressbar
2016-08-03 17:18:05 +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
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