Christian Schabesberger
13756508d3
Merge pull request #757 from coffeemakr/fix-service-id-not-initialized
...
Fix service id not initialized
2017-10-16 15:22:26 +02:00
Tryton Van Meer
b70fd826e7
Fix crash when returning to player.
...
When switching apps or locking the phone, destroyPlayer is called which sets audioManager to null. So upon returning to the player and pressing play, the app crashes.
So now initPlayer checks if audioManager is null and sets it if needed.
2017-10-11 14:27:32 +02:00
Cyril Müller
c890ab44d6
Merge branch 'dev' into fix-service-id-not-initialized
2017-10-09 11:23:19 +02:00
Coffeemakr
89b11ff71c
Fail-fast for service id == -1
2017-10-08 22:11:38 +02:00
Coffeemakr
60879351a9
Code improvement and logging
2017-10-08 17:52:07 +02:00
Mauricio Colli
78cbfa20d9
Improve search
...
- Use a list instead of a popup
- Show search history entries
2017-09-28 10:06:48 -03:00
Coffeemakr
d6fffc7e55
Use correct long comparison ( fixes #726 )
2017-09-23 08:35:06 -03:00
Tobias Groza
795ba89dc4
Support dark theme in file picker ( #699 )
2017-09-19 18:38:27 +02:00
Felix Ableitner
5b8ff28556
Open youtube links directly from search ( fixes #35 ) ( #692 )
...
* Open youtube links directly from search (fixes #35 )
2017-09-19 18:38:27 +02:00
Mauricio Colli
3e6bed538a
Update extractor version
2017-09-19 18:38:27 +02:00
Mauricio Colli
146d4a8365
Update extractor and refactored NewPipe
2017-09-03 13:57:12 -03:00
John Zhen M
2b2e954b84
-Updated ExoPlayer to r2.5.1.
...
-Fixes some more deprecations due to Exoplayer and Android O notification updates.
2017-08-18 11:07:57 -07:00
Tonelico
85108be686
Android O Notification Building Fix ( #655 )
...
-Added simple notification channel for Android O.
-Fixes notification building failure for background and popup player on Android O.
-Reduce notification channel importance to low to avoid making noise on every notification update.
2017-08-18 09:05:31 -03:00
Coffeemakr
f4dca71497
Add licenses for RxJava (and bindings)
2017-08-15 17:21:11 +02:00
Cyril Müller
c0515de6b7
Add search and watch history ( #626 )
...
Add search and watch history
* Make MainActicity a single task
* Remove some casting
* SearchFragment: start searching when created with query
* Handle settings change in onResume
* History: Log pop up and background playback
* History: Add swipe to remove functionallity
* Enable history by default
* Use stream item
* Store more information about the stream
* Integrate history database into AppDatabase
* Remove redundant casts
* Re-enable date converters
* History: Use Rx Java and run DB in background
* Also make HistoryDAO extend BasicDAO
* History: RX-ify swipe to remove
* Sort history entries by creation date
* History: Set toolbar title
* Don't repeat history entries
* Introduced setters so we can update entries in the database
* If the latest entry has the same (main) values, just update it
2017-08-12 01:50:25 -03:00
Tonelico
becc90409f
Added option to resume on audio focus regain. ( #624 )
2017-08-07 10:04:36 -03:00
Tonelico
10c4f7b465
Added basic channel subscription and feed pages ( #620 )
...
Added basic channel subscription and feed pages
- Room Persistence for sqlite support.
- RxJava2 for reactive async support.
- Stetho for database inspection support.
- Enabled Multidex for debug build.
2017-08-07 10:02:30 -03:00
Mauricio Colli
f7b322da49
Fix audio focus bug
2017-08-02 14:14:45 -03:00
Mauricio Colli
a8880bbc0a
Merge pull request #642 from karyogamy/sdk_26_updrade
...
Upgrade target sdk and support library version to 26
2017-08-01 22:58:54 -03:00
John Zhen M
39277d569f
- Updated target, build tools and support libraries version to 26.
...
- Added dependency repositories jcenter and maven.google.com.
- Changed deprecated ActionBarActivity to AppCompatActivity.
2017-08-01 14:54:32 -07:00
Coffeemakr
b0479d0bd9
Add renaming filename patterns
2017-07-24 13:01:24 +02:00
Coffeemakr
cb8c919609
Prevent time links from beeing clicked
2017-07-19 10:26:26 +02:00
Coffeemakr
70da5769d4
Check if view still exists in UICallback
2017-07-12 09:51:23 +02:00
Mauricio Colli
69e3814c77
Merge pull request #612 from coffeemakr/feature-about-activity
...
Add about activity
2017-07-11 12:49:14 -03:00
Coffeemakr
d950e11332
Small fixes for AboutActivity
...
* Remove parent activity
* Finish activity on "up action"
* Remove unused dimensions
2017-07-11 12:52:20 +02:00
Mauricio Colli
31e5a7afb0
Improve navigation/backstack
2017-07-10 00:14:24 -03:00
Mauricio Colli
0c1d773134
Merge pull request #596 from marcobiscaro2112/master
...
Adds support for adjustable playback speed
2017-07-09 22:49:05 -03:00
Mauricio Colli
894ea27df2
Fix issues #596
2017-07-09 22:38:47 -03:00
Coffeemakr
f13731f91e
Add about activity
2017-07-05 19:35:15 +02:00
Coffeemakr
bab3dd417e
Remove unused code
...
* Remove Giga crash handler
* Some refactoring
* Remove unused download dialog
* Remove duplicated intent creation
2017-06-29 12:54:07 +02:00
Mauricio Colli
0a7ecb89ce
Adjust fragments' enter/exit animations
...
- Make a little bit faster
2017-06-28 16:38:13 -03:00
Coffeemakr
b03723c3fb
Code improvements
...
* Replace unchecked casts with checked casts
* remove Utility.finViewById
* Fix return activity checking
* Create UserAction enum
* Fix typos
* Add instrumented test for error info
* ErrorInfo make fields final
* Log exception using logger
* Add inherited annotations
* Resolve deprecation warnings
* Remove unused methods from utility
* Reformat code
* Remove unused methods from Utility and improve getFileExt
* Create OnScrollBelowItemsListener
2017-06-28 18:56:05 +02:00
Mauricio Colli
40213b2d6a
Fix autoplay
...
- Closes #595
2017-06-27 22:39:33 -03:00
Mauricio Colli
e8b71e867c
Merge pull request #588 from coffeemakr/feature-speedup
...
Speed up detail page loading ⏱
2017-06-27 18:12:30 -03:00
Coffeemakr
8009aa975e
Revert unused changes
2017-06-27 14:11:15 +02:00
Coffeemakr
cea706d14a
Synchronize initRealtedVideoStreams*
2017-06-27 12:44:20 +02:00
Marco Biscaro
7b60648424
Adds support for adjustable playback speed
...
ExoPlayer was updated to 2.4.2, which supports playback speed change.
A speed selector was also added in the MainPlayer and PlayerPopup.
Fixes #153 .
2017-06-26 19:22:16 -03:00
Coffeemakr
ae2b0cc76b
Format code and remove unused methods
2017-06-18 15:43:11 +02:00
Coffeemakr
89b680f6d9
Revert RecyclerView to LinearLayout
2017-06-17 13:43:09 +02:00
Coffeemakr
6d74038866
Improve speed
...
* Replace relative layouts and use Recycler view
* Handle HTML in background
2017-06-16 14:02:45 +02:00
Coffeemakr
62a4869eb7
Fix download path handling ( #580 )
2017-06-13 10:47:40 +02:00
Christian Schabesberger
51d4d0d3dc
Merge branch 'improve-backstack' of https://github.com/mauriciocolli/NewPipe into back
2017-06-11 14:08:47 +02:00
Christian Schabesberger
a482aa1e21
Merge branch 'master' of https://github.com/SpajicM/NewPipe into count
2017-06-11 14:03:49 +02:00
Christian Schabesberger
040b38689d
update extractor to v0.9.8
2017-06-11 14:02:57 +02:00
SpajicM
a5cbaad804
BackgroundPlayer: Add timestamp in expanded notification
2017-06-08 23:28:45 +02:00
Mauricio Colli
71d5762be8
Remove unnecessary check
2017-06-06 11:46:57 -03:00
Mauricio Colli
6ecdfaf19e
Improve backstack and theme change
2017-06-05 16:33:01 -03:00
Mauricio Colli
edb632f9c7
Remove unused strings
2017-05-23 11:53:50 -03:00
Mauricio Colli
d64480fc9b
Add option to disable the search suggestions
2017-05-16 22:14:07 -03:00
Mauricio Colli
c00e694d40
Add option to disable the gesture controls of the player
2017-05-16 21:45:38 -03:00