Christian Schabesberger
6035be9ce6
Merge branch 'dev' into giga-postprocessing
2018-12-10 12:12:38 +01:00
Ritvik Saraf
222c8fdb62
tablet ui support for comments
2018-12-09 03:21:55 +05:30
Ritvik Saraf
1a62b9a161
removed dislike button, added comment published time
2018-12-08 20:32:28 +05:30
Ritvik Saraf
ccb9bceecc
removed unused imports
2018-12-07 08:42:05 +05:30
Ritvik Saraf
c1a67ff1f8
minor scrolling fix and ellipsize fix
2018-12-07 06:45:33 +05:30
kapodamy
8746e7c9ad
Merge branch 'dev' into giga-postprocessing
2018-12-05 01:15:39 -03:00
kapodamy
e2aa36d083
fast download pausing
...
* fast download pausing
* fix UI thread blocking when calling pause()
* check running threads before start the download
* fix null pointer exception in onDestroy in the download service, without calling onCreate method (android 8)
2018-12-05 01:07:59 -03:00
Ritvik Saraf
ff90f257cc
removed useless log statement
2018-12-04 23:37:02 +05:30
Ritvik Saraf
9b84046865
merged upstream/dev
2018-12-04 23:19:57 +05:30
Shivanju Awasthi
51434a39f8
Merge branch 'dev' into auto_queue_logic
2018-12-04 16:22:18 +00:00
kapodamy
9f4a7e664f
more of the same
...
* misc code clean-up
* fix weird download speed, before switching the list view
* fix CircularFile.java getting stuck on post-processing huge files >2GiB
* keep crashed post-processing downloads visible to the user
2018-12-01 22:14:56 -03:00
Christian Schabesberger
feb8c27f1f
Merge branch 'dev' into giga-postprocessing
2018-12-01 09:30:38 +01:00
Christian Schabesberger
c20ebd66e5
Merge branch 'dev' into auto_queue_logic
2018-12-01 09:29:25 +01:00
Akash Agarwal
c69b224c65
Issue 1505: Delete on right swipe
2018-12-01 00:42:56 +05:30
kapodamy
b8293f134d
Update settings_keys.xml
...
* remane max_try -> maximum_try
2018-11-29 15:19:53 -03:00
kapodamy
7e9bcff0f3
Merge branch 'dev' into giga-postprocessing
2018-11-28 22:53:29 -03:00
kapodamy
eba3b32708
misc improvements
...
* don't show notifications while download activity
* proper icon in failed download notifications
* re-write list auto-refresh (MissionAdapter.java)
* improve I/O performance (CircularFile.java)
* fix implementation of "save thread position" on multi-thread downloads
2018-11-28 22:24:52 -03:00
Shivanju Awasthi
e911dbb9d4
Merge branch 'dev' into auto_queue_logic
2018-11-26 22:56:01 +05:30
Ping20002015
e26d123f67
Merge branch 'dev' into master
2018-11-26 18:00:22 +01:00
krtkush
c864b15c34
Test code revert.
2018-11-26 01:18:33 +05:30
krtkush
069654c5f9
vector -> png
2018-11-26 01:18:02 +05:30
kapodamy
f3d4d4747a
and more fixes
...
* fix content length reading
* use float overflow. Expensive, double is used instead
* fix invalid cast after click the mission body
* use a list for maximum attemps (downloads)
* minor clean up (DownloadManager.java)
* dont pass SharedPreferences instace to DownloadManager
* use a switch instead of checkbox for cross_network_downloads
* notify media scanner after deleting a finished download
2018-11-24 20:13:18 -03:00
shivanju
5bbb0cd666
issue:1336 Remove auto queued stream if a new stream gets appended
2018-11-24 17:35:17 +05:30
Ping20002015
7b5ba3bdc2
Fix NPE for issue #1901
2018-11-23 19:38:01 +01:00
kapodamy
d647555e3a
more fixes
...
* use bold style in status (mission_item_linear.xml)
* fix download attemps not begin updated
* dont stop the queue if a download fails
* implement partial wake-lock & wifi-lock
* show notifications for failed downloads
* ¿proper bitmap dispose? (DownloadManagerService.java)
* improve buffer filling (CircularFile.java)
* [Mp4Dash] increment reserved space from 2MiB to 15MiB. This is expensive but useful for devices with low ram
* [WebM] use 2MiB of reserved space
* fix debug warning if one thread is used
* fix wrong download speed when the activity is suspended
* Fix "Queue" menu item that appears in post-processing errors
* fix mission length dont being updated (missing commit)
2018-11-22 23:33:34 -03:00
krtkush
26e22f97ee
Conflict resolution
2018-11-23 01:41:47 +05:30
kapodamy
fef9d541ed
misc fixes
...
* use getPreferredLocalization() instead of getLocalization()
* use lastest commit in build.gradle
* fix missing cast in MissionAdapter.java
2018-11-19 15:50:15 -03:00
krtkush
ad5535af81
Code refactoring, PR changes.
2018-11-19 23:27:13 +05:30
krtkush
939cc56951
Pull request changes v2.
2018-11-18 19:18:16 +05:30
krtkush
23309e6fdf
Pull request changes.
2018-11-18 19:15:50 +05:30
kapodamy
6784522195
Merge branch 'dev' into giga-postprocessing
2018-11-15 20:53:30 -03:00
kapodamy
f42d077f30
misc utils
...
Also this include:
* Mp4 DASH reader/writter
* WebM reader/writter
* a subtitle converter for Timed Text Markup Language v1 and TranScript (v1, v2 and v3)
* SharpStream to wrap IntputStream and OutputStream in one interface
* custom implementation of DataInputStream
2018-11-15 20:17:22 -03:00
Shivanju Awasthi
2856fb029f
Merge branch 'dev' into auto_queue_logic
2018-11-14 00:17:54 +05:30
Christian Schabesberger
25d6806ebd
set minSdk to 19 and deprecate old player
2018-11-13 17:27:47 +01:00
jludden
0df8d13020
downloads can now be viewed with one click fixed
2018-11-11 22:25:37 +08:00
jludden
d27622de1e
downloaded files can now be opened with one click
...
For consistency, I removed the view file option from the overflow menu as well
2018-11-11 19:54:35 +08:00
shivanju
47c3da131c
issue:1336 Fix for inserting new streams when auto queuing is enabled
2018-11-11 16:24:49 +05:30
kapodamy
eb1f56488f
resbase (08/11/2018)
2018-11-08 22:00:13 -03:00
kapodamy
5825843f68
main commit
...
Post-processing infrastructure
* remove interfaces with one implementation
* fix download resources with unknow length
* marquee style for ProgressDrawable
* "view details" option in mission context menu
* notification for finished downloads
* postprocessing infrastructure: sub-missions, circular file, layers for layers of abstractions for Java IO streams
* Mp4 muxing (only DASH brand)
* WebM muxing
* Captions downloading
* alert dialog for overwrite existing downloads finished or not.
Misc changes
* delete SQLiteDownloadDataSource.java
* delete DownloadMissionSQLiteHelper.java
* implement Localization from #114
Misc fixes (this branch)
* restore old mission listeners variables. Prevents registered listeners get de-referenced on low-end devices
* DownloadManagerService.checkForRunningMission() now return false if the mission has a error.
* use Intent.FLAG_ACTIVITY_NEW_TASK when launching an activity from gigaget threads (apparently it is required in old versions of android)
More changes
* proper error handling "infrastructure"
* queue instead of multiple downloads
* move serialized pending downloads (.giga files) to app data
* stop downloads when swicthing to mobile network (never works, see 2nd point)
* save the thread count for next downloads
* a lot of incoherences fixed
* delete DownloadManagerTest.java (too many changes to keep this file updated)
2018-11-08 19:00:44 -03:00
Nitin Khanna
86f82c0e61
pop-up player crash fixed
2018-11-07 22:01:39 +05:30
Ritiek Malhotra
642b499e70
Fix crash with default resolution best on mobile data
2018-10-31 21:44:12 +05:30
Christian Schabesberger
d82274f5d4
fucking android bullshit
2018-10-27 09:57:11 +02:00
Christian Schabesberger
e1cc006db7
fix race condition when returning to main player
2018-10-26 14:59:49 +02:00
krtkush
96dac0f979
Code review suggested changes.
2018-10-22 23:12:25 +05:30
Christian Schabesberger
fa3aebb7b1
localisation to localization
2018-10-22 12:25:50 +02:00
Ritvik Saraf
fa5896ee5b
fixed screen rotation for viewpager
2018-10-19 18:44:03 +05:30
krtkush
8ef702fa07
Removed updates options from settings in case of non github apk.
2018-10-18 22:59:33 +05:30
Ritvik Saraf
9fc38b5bb8
improved fling behavior, added tab indicator dots, added next video in related videos
2018-10-17 00:23:02 +05:30
Christian Schabesberger
a7f5ea865e
Merge branch 'dev' into lang
2018-10-16 03:47:11 +02:00
krtkush
54ac5e8940
Merge branch '1520_app_update_notif' of https://github.com/krtkush/NewPipe into 1520_app_update_notif
2018-10-14 19:16:59 +05:30
krtkush
e2341363d4
Added check for SHA1 key.
2018-10-14 19:16:28 +05:30
Ritiek Malhotra
046740f10b
Merge branch 'dev' into separate-gesture-options
2018-10-10 08:41:42 -07:00
Christian Schabesberger
dc6108c970
Merge branch 'dev' into tablet_ui
2018-10-08 11:56:25 +02:00
Christian Schabesberger
d107fe19f7
Merge branch 'dev' into LongTapInSubs
2018-10-07 13:59:39 +02:00
Christian Schabesberger
38e4249182
Merge branch 'dev' into lang
2018-10-07 13:25:35 +02:00
Christian Schabesberger
f1aa3d8c90
Merge branch 'dev' into 1520_app_update_notif
2018-10-06 18:04:39 +02:00
Christian Schabesberger
9d63e2ae97
Merge branch 'dev' into enqueue-autoplay
2018-10-06 17:35:55 +02:00
Christian Schabesberger
fdd8060296
Merge branch 'dev' into lang
2018-10-06 17:29:42 +02:00
Christian Schabesberger
efb8ea4c25
make local settings be live updated
2018-10-05 16:31:23 +02:00
Christian Schabesberger
52bf5690c0
add support for content language and content country
2018-10-05 16:20:27 +02:00
Coin
0510db75fb
Enqueuing now triggers video playing if the play queue has done playing
2018-10-03 00:31:28 +08:00
Ritvik Saraf
cf3e53eb71
update notify on dataset change
2018-10-02 21:30:11 +05:30
Ritvik Saraf
b8865e925d
added content setting to disable comments
2018-10-02 20:56:14 +05:30
Ritvik Saraf
2e9a860aaa
added viewpager. changed from parallaxscrollview to coordinate layout
2018-10-02 20:39:16 +05:30
MaX
859eecabc0
Merge branch 'dev' into store_last_aspect_ratio
2018-10-02 10:44:04 +02:00
MaX
7e48648f9e
Merge branch 'dev' into store_last_aspect_ratio
2018-09-29 12:45:10 +02:00
Ritvik Saraf
e4bef056e6
merged upstream/dev
2018-09-29 15:46:47 +05:30
jludden
bcc97d1aa7
Adding switch view button to downloads activity
...
Can now switch between linear and grid layouts in the downloads activity
2018-09-29 15:13:15 +08:00
Ritvik Saraf
4e6722f201
updated extractor and downloader
2018-09-27 04:20:57 +05:30
Ritvik Saraf
a29e2116a7
handling error while loading comments
2018-09-27 00:53:36 +05:30
Ritvik Saraf
515be677a9
no comments
2018-09-24 14:53:43 +05:30
Ritvik Saraf
d694c5f511
smoother transition to comments fragment
2018-09-23 19:45:26 +05:30
Ritvik Saraf
66c753f3a3
changed comments fragment loading animation
2018-09-23 15:22:45 +05:30
Ritvik Saraf
7047b62442
added comments fragment
2018-09-23 07:02:19 +05:30
MaX-Lo
6092f06d46
store the last used aspect ratio in SharedPreferences and reload them on
...
resuming the VideoPlayer Activity (similar to storing/reloading the last used: screen rotation)
2018-09-22 11:32:13 +02:00
Ritvik Saraf
219922cd82
added commentsInfo in streamInfo
2018-09-19 05:13:55 +05:30
Kartikey Kushwaha
7124d9bca5
Removed flvor checks. Added update settings under main settings.
2018-09-15 20:51:17 +05:30
Ritvik Saraf
08127e5806
added basic/crappy comments support
2018-09-15 17:15:44 +05:30
Kartikey Kushwaha
6417bd91ef
Pull request changes v1.
2018-09-15 14:08:32 +05:30
Kartikey Kushwaha
395c9587b6
Conflict resolution.
2018-09-15 13:22:13 +05:30
Kartikey Kushwaha
17197ad670
Pull request changes begins here.
2018-09-15 12:51:39 +05:30
BO41
af280a7343
Java language level + javadoc + xml
...
replace with <>
String builder
BUILD SUCCESSFUL in 4s
39 actionable tasks: 4 executed, 35 up-to-date
2018-09-11 19:20:10 +02:00
BO41
802b26e870
error handling + imports + unboxing
2018-09-11 19:18:50 +02:00
BO41
0ab86937d2
data flow issue + declaration redundancy
...
make final
unused methods
make final
BUILD SUCCESSFUL in 0s
39 actionable tasks: 39 up-to-date
2018-09-11 19:18:41 +02:00
BO41
3ab06bf383
class structure
...
BUILD SUCCESSFUL in 17s
39 actionable tasks: 6 executed, 33 up-to-date
2018-09-11 19:18:14 +02:00
BO41
a588ec084b
correctness
...
use apply() on SharedPreferences
use dp instead of sp for text sizes
BUILD SUCCESSFUL in 22s
39 actionable tasks: 10 executed, 29 up-to-date
2018-09-11 19:18:02 +02:00
BO41
27fbe69033
code cleanup
...
mainly removes throw statements
automated using Android Studio, staged by hand
BUILD SUCCESSFUL in 52s
39 actionable tasks: 37 executed, 2 up-to-date
2018-09-11 19:14:21 +02:00
Ritiek Malhotra
f56193ac18
We don't need to check this
2018-09-08 23:13:04 +05:30
Ritiek Malhotra
afa257e79a
Merge branch 'dev' into separate-gesture-options
2018-09-08 10:05:51 -07:00
Ritiek Malhotra
97555645f8
Merge branch 'dev' into separate-gesture-options
2018-09-05 09:21:05 -07:00
Mauricio Colli
6e75d41956
Use current volume as the start value in the volume gesture
...
- Renamed some variables/classes to increase readability
2018-09-04 23:54:17 -03:00
Mauricio Colli
9883a38698
Fix registering of broadcast receiver
2018-09-04 23:54:17 -03:00
Mauricio Colli
07256e2e34
Handle case where subscribers count is not available
2018-09-04 23:54:17 -03:00
Mauricio Colli
43674ae80a
Improve tabs UX and saving/loading
...
- Show icons in the tabs list and dialog chooser
- Add a "restore to defaults" button
- Make removing gesture more user intuitive
2018-09-04 23:54:17 -03:00
Christian Schabesberger
6e382c64a4
Reciever not registered
2018-09-04 13:07:39 +02:00
Vasily
d4c1b8d321
Fix: remove title from PlaylistDialog
2018-08-31 17:12:56 +03:00
Vasily
1e53d6bfab
Scroll top related streams when loading
2018-08-31 17:08:13 +03:00
Ritiek Malhotra
5931cd6af7
Separate options for volume and brightness gestures
2018-08-31 19:30:40 +05:30
u1
a1be03543c
Grid layout for subscriptions
2018-08-31 16:49:25 +03:00
u1
b1a5547de2
Fix reordering playlist items on grid layout
2018-08-31 16:34:35 +03:00
Vasily
ee4942dfd7
Grid layout for local lists
2018-08-31 14:34:32 +03:00
Vasily
8aef24be1e
Merge branch 'tablet_ui' of https://github.com/nv95/NewPipe into tablet_ui
2018-08-29 09:00:15 +03:00
Vasily
fb25f6c7ac
Automatic list layout
2018-08-29 08:19:15 +03:00
Vasily
fbd983217d
Hide related streams while loading
2018-08-29 08:08:35 +03:00
Vasily
ce21fe2087
Always show description on tablets
2018-08-29 08:01:18 +03:00
Christian Schabesberger
17cd395712
Merge branch 'dev' into tablet_ui
2018-08-28 21:28:10 +02:00
Christian Schabesberger
bfe9de05cd
Merge branch 'dev' into LongTapInSubs
2018-08-28 18:39:11 +02:00
Christian Schabesberger
b1429366da
fixes acording to code review
...
fixes moreacording to code review
fixed link handling once more
2018-08-28 12:19:07 +02:00
Christian Schabesberger
2003f51d49
fix thumbnail not shown in background player
2018-08-27 16:37:21 +02:00
Christian Schabesberger
ce83fd9a10
make dash parser ignore segmented streams
2018-08-27 16:37:21 +02:00
Christian Schabesberger
eacbaa3680
fix exception on nothing found
2018-08-27 16:37:21 +02:00
Christian Schabesberger
98c65fb9b7
add more debug statements to BasePlayer
2018-08-27 16:37:21 +02:00
Christian Schabesberger
44a71d8565
add reset extSD card folder dialog
2018-08-27 16:37:21 +02:00
Christian Schabesberger
0f517b803b
fix layout width of currentPlayTime
2018-08-27 16:37:21 +02:00
Christian Schabesberger
c2d11e786f
rename Search Query handler
2018-08-27 16:37:21 +02:00
Christian Schabesberger
b0efe49e29
fix cycling search results
2018-08-27 16:37:21 +02:00
Christian Schabesberger
2d029b9f76
fix exception when loading premium videos
2018-08-27 16:37:21 +02:00
TheMatten
bf05ff6048
Use animated circular design for gesture control (brightness and volume)
...
-Previous version used emojis for brightness and volume icons, which may
be inconsistent across devices and do not fit well with other parts of UI
(Frankly, previous version was more informative than eye-candy)
-This commit replaces old version with circular progress bar that shows
current value (before conversion). Gesture mode (volume/brightness) is
indicated by icon that changes between (4/3) modes according to current
value
-Text information about current value was removed, because with progress
bar present it does not add any real value to UI.
2018-08-24 13:24:35 -03:00
Christian Schabesberger
a817d8cbf9
git replace getFragmentManager() with getFM()
2018-08-24 12:30:23 +02:00
Christian Schabesberger
4a19c78fa5
despaget certain parts of the new design
2018-08-24 12:27:02 +02:00
Somethingweirdhere
e8bb7da906
Put listener initialization into onCreate
2018-08-24 12:26:16 +02:00
Somethingweirdhere
523477fc2b
Added swiping to remove, which is enabled by long-pressing
2018-08-24 12:26:16 +02:00
Somethingweirdhere
c730426be0
Fixed dragging
2018-08-24 12:26:15 +02:00
Somethingweirdhere
57d6c97203
Fixed revert
2018-08-24 12:26:15 +02:00
Somethingweirdhere
fce17aa1d4
Revert "Revert "Changed the default preferences to show trending.""
...
This reverts commit b441665
2018-08-24 12:26:15 +02:00
Somethingweirdhere
01abc244b1
Fixed revert
2018-08-24 12:26:15 +02:00
Somethingweirdhere
7bedacf5ad
Revert "Revert "Changed the way how kiosks are handled""
...
This reverts commit b020567
2018-08-24 12:26:15 +02:00
Somethingweirdhere
552a1d0464
Options here again
2018-08-24 12:26:15 +02:00
Somethingweirdhere
8dde25532a
Code reviewed
2018-08-24 12:26:15 +02:00
Somethingweirdhere
f29fa939ab
Removing by long pressing no longer removes a random tab, but the pressed one.
2018-08-24 12:23:26 +02:00
Somethingweirdhere
614bdb33b4
Added dragging
2018-08-24 12:23:26 +02:00
Somethingweirdhere
d9194aa859
Revert "Changed the way how kiosks are handled"
...
This reverts commit f3da712
2018-08-24 12:23:26 +02:00
Somethingweirdhere
f15081a474
Revert "Changed the default preferences to show trending."
...
This reverts commit 25481d0
2018-08-24 12:23:26 +02:00
Somethingweirdhere
2f99ff4a0c
Changed the default preferences to show trending.
2018-08-24 12:23:26 +02:00
Somethingweirdhere
3a7d26aa46
Changed the way how kiosks are handled
2018-08-24 12:23:26 +02:00
Somethingweirdhere
3f35bc593c
Ever more UI tweaks
2018-08-24 12:23:26 +02:00
Somethingweirdhere
e5e708d781
UI tweaks
2018-08-24 12:23:26 +02:00
Somethingweirdhere
d694561980
Added fab and handles, made cards cardier
2018-08-24 12:23:26 +02:00
Somethingweirdhere
8d6d18e875
UI redisign
2018-08-24 12:23:26 +02:00
Somethingweirdhere
072e27ed27
Code cleanup
2018-08-24 12:23:26 +02:00
Somethingweirdhere
6d64215614
+ New Tab is now on the bottom
...
Made dialog more beautiful
2018-08-24 12:17:42 +02:00
Somethingweirdhere
33f5ed5b14
Reduced Font size, fixed bugs that were created when moving the setting
2018-08-24 12:17:42 +02:00
Somethingweirdhere
890b3e13c9
Fixed 1. Put the tab settings into Aperence settings
2018-08-24 12:16:41 +02:00
Somethingweirdhere
b730cb099f
Fixed 4. buggy behavior when adding a new tab.
2018-08-24 12:16:41 +02:00
Somethingweirdhere
fc94f184d2
Reduced lag and increased button size for older devices&users.
2018-08-24 12:16:41 +02:00
Somethingweirdhere
cbf6540889
New selection menu
2018-08-24 12:16:41 +02:00
Somethingweirdhere
40804a7fb3
Navigation drawer has services in a new menu!
2018-08-24 12:16:41 +02:00
Somethingweirdhere
d4101c4f43
Nav drawer now moves behind the status bar and the colors also work correctly.
2018-08-24 12:14:53 +02:00
Somethingweirdhere
409bebd5bc
Nav drawer now moves behind the status bar
2018-08-24 12:14:53 +02:00
Somethingweirdhere
8e3ad69adb
Videos now also open from the History Tab.
2018-08-24 12:14:53 +02:00
Somethingweirdhere
c56241ffc1
Tab icons now work correctly in bright theme
2018-08-24 12:14:53 +02:00
Somethingweirdhere
be62a2bfc5
Fixed icons and tab titles
2018-08-24 12:14:53 +02:00
Somethingweirdhere
5cb7771484
Fixed bugs&crashes
2018-08-24 12:14:53 +02:00
Somethingweirdhere
6675d3e2cd
Set up custom Main Page tabs
2018-08-24 12:14:53 +02:00
Somethingweirdhere
8ecbe4c8ad
Created a dialog for the main page content
2018-08-24 12:13:44 +02:00
Somethingweirdhere
edb75c4bab
Fixed crash in Subscriptions section
2018-08-24 12:12:08 +02:00
Somethingweirdhere
54b21c716a
Added drawer menu
2018-08-24 12:04:35 +02:00
Somethingweirdhere
4704274b87
New Branch
2018-08-24 11:54:59 +02:00
Mauricio Colli
3887231c73
Fix popup position when draggable area is resized
...
A common case where this happens is when the soft input is visible.
2018-08-22 23:58:12 -03:00
Mauricio Colli
8a29cfbb7e
Remove popup shutdown gesture in favor of the new close overlay
2018-08-22 23:58:12 -03:00
Mauricio Colli
a01d6eaf72
Don't make controls visible when moving popup
2018-08-22 23:58:12 -03:00
Mauricio Colli
69fc571b56
Add overlay to close popup
2018-08-22 23:57:57 -03:00
Somethingweirdhere
4326354ca6
Code cleanup
2018-08-22 13:59:12 +02:00
Vasily
7330b4532e
Fix crash on screen rotation
2018-08-22 10:29:37 +03:00
Vasily
1e0f6f9e41
Grid view
2018-08-22 10:14:01 +03:00
Vasily
216e2367c6
Video details tablet layout
2018-08-22 08:32:58 +03:00
Kartikey Kushwaha
910c10f554
Removed debug code
2018-08-17 01:46:33 +05:30
Kartikey Kushwaha
04e974b326
Bug fix.
2018-08-17 01:11:51 +05:30
Kartikey Kushwaha
e7abeb5ad9
Added version code check.
2018-08-17 00:53:42 +05:30
Somethingweirdhere
f4416fe007
Doesn't use getChannelInfo() anymore.
2018-08-16 01:04:37 +02:00
Somethingweirdhere
510591ef0f
Removed use of blockingFirst() and scheduleDirect()
2018-08-16 00:45:37 +02:00
Somethingweirdhere
a5e89d1dd1
Merge branch 'dev' into LongTapInSubs
2018-08-15 23:33:59 +02:00
Mauricio Colli
607dc436bd
Merge branch 'dev' into wifi-check-fix
2018-08-12 23:20:21 -03:00
Kartikey Kushwaha
2a18eacf62
More refactoring.
2018-08-12 20:57:30 +05:30
Kartikey Kushwaha
af42e32ae6
Code refactored and added comments.
2018-08-12 18:34:20 +05:30
Kartikey Kushwaha
12b93d6637
Added new icon for update notification.
2018-08-12 17:18:46 +05:30
Kartikey Kushwaha
930c971035
Added version check in the pop-up player
2018-08-12 16:41:21 +05:30
Kartikey Kushwaha
06f20c66f8
Moved the new version check to the application class.
2018-08-12 16:35:53 +05:30
Kartikey Kushwaha
f85e19c75d
Added notification channel and code to show notification.
2018-08-12 15:01:50 +05:30
Kartikey Kushwaha
5e2aa51627
Moved the asynctask to its own class.
2018-08-11 19:36:23 +05:30
Kartikey Kushwaha
75a44fb30a
Added HTTPS request to get version data. Added APK flaor for github and fdroid.
2018-08-11 19:13:52 +05:30
kapodamy
4ef8b93344
patch for ListHelper.java
...
double check for null
2018-07-28 12:07:10 -03:00
Christian Schabesberger
26489b0f00
fix filters
2018-07-22 13:55:17 +02:00
Christian Schabesberger
82bb467a2a
move on to version v0.13.6
2018-07-21 14:35:03 +02:00
Christian Schabesberger
e60db5f928
make new filtersystem translatable
2018-07-19 16:18:57 +02:00
Christian Schabesberger
39e04de208
show radio pin for content filter again
2018-07-18 15:05:49 +02:00
Christian Schabesberger
14e0dcb085
fix names from UIH to LinkHandler
2018-07-15 21:21:09 +02:00
Christian Schabesberger
decb167ba9
make the new extractor refactorings work with SoundCloud
2018-07-10 16:26:42 +02:00
Christian Schabesberger
d5a500c037
bring everything to compile and run
2018-07-08 17:46:21 +02:00
Christian Schabesberger
d10f9a5f25
add getMoreInfo to SearchInfo
2018-07-08 14:45:00 +02:00
Somethingweirdhere
b48c251b36
Added unsubscription toast
...
Added error handling
Corrected threads
2018-06-30 02:42:47 +02:00
Somethingweirdhere
181a14ce59
Disposable now is cleaned properly
2018-06-30 02:20:01 +02:00
Somethingweirdhere
b9ea7ce066
Code looking nicer
2018-06-29 00:39:44 +02:00
Somethingweirdhere
f2f275512d
It looks good now
2018-06-29 00:39:16 +02:00
Somethingweirdhere
5150c2ee62
This thing actually works lol
2018-06-28 23:56:39 +02:00
John Zhen Mo
ca679f5932
-Fixed potential NPE when updating thumbnail in background player.
2018-06-28 12:18:02 -07:00
John Zhen Mo
7f7145e8de
-Fixed playback parameter dialog settings not persisting through rotation.
...
-Moved playback parameter dialog step size selector to below pitch slider.
2018-06-28 12:04:30 -07:00
John Zhen Mo
aa1878c15a
-Changed baseplayer metadata getters to use media tag as source.
...
-Changed background player notification to no longer update bitmap on progress time change.
-Changed popup player to move above soft keyboard when it is opened.
2018-06-28 12:04:30 -07:00
John Zhen Mo
e7d23176b7
-Fixed database backup failing due to journal file name change after Room DB version update.
2018-06-28 12:04:30 -07:00
John Zhen Mo
31218c2a8c
-Fixed popup player notification metadata not updated on stream change.
...
-Fixed popup player window not clipped to above soft input keyboard upon expansion.
2018-06-28 12:03:20 -07:00
John Zhen Mo
06374c82fd
-Fixed video players end screen not cleared on restarting playback after single stream play queue is completed.
2018-06-28 12:03:20 -07:00
John Zhen Mo
2d6317bd24
-Fixed audio-only streams thumbnail not displaying on video players.
...
-Fixed potential play queue desynchronization due to fast forwarding on silence.
-Added current thumbnail storing in base player to allow immediate retrieval for notification building.
-Removed video player buffer spinner during interim buffering but not initial buffering.
-Reverted foreground notification stopping on pause and on complete.
2018-06-28 12:03:20 -07:00
John Zhen Mo
157b064214
-Fixed player database and progress disposable disposed when destroying exoplayer.
...
-Fixed livestream not reloading on behind live window exception.
-Added nonnull annotation to player intent strings.
2018-06-28 12:01:34 -07:00
John Zhen Mo
0ece4851d2
-Updated ExoPlayer to 2.8.1, fixing livestream with long duration not loading.
...
-Updated OkHttp to 3.10.0 and RxJava to 2.1.14.
-Changed player recovery seek to use ExoPlayer built-in window seeking instead of seeking after stream window starts playing.
-Changed playback speed changer default step size to 25%.
-Changed player notification to reset on all state changes.
-Fixed gradle dependency version incorrect variable names.
-Fixed video player double tap not working during pause.
-[#1412 ] Fixed NPE when sharing video to main video activity when it was playing but is out of focus: Reset main player state when new intent is received.
-[#1410 ] Fixed fast forwarding and rewinding not working within 10 seconds from beginning or end of a stream window.
2018-06-28 12:01:34 -07:00
John Zhen Mo
f1f5996975
-Refactored playback resolvers and other persistent player objects to instantiate once only during player creation to enforce non-nullity.
...
-Fixed background and popup player service staying in foreground when playback is paused or completed.
-Fixed player metadata not updating on new stream.
-Fixed player intent playback quality not applied.
-Fixed player auto-queue not applied after stream transition or swapping.
2018-06-28 12:00:00 -07:00
John Zhen Mo
0a2dbc4688
-Fixed playlist fragment infinite update cycle.
...
-Updated Room DB version to 1.1.0.
2018-06-28 11:59:59 -07:00
John Zhen Mo
13587d7ab3
-Fixed some typos.
2018-06-28 11:58:33 -07:00
John Zhen Mo
0fcef064fb
-Reduced fling speed required to close popup by 40%.
2018-06-28 11:58:33 -07:00
John Zhen Mo
19b8796cbc
-Fixed statistics fragment button not animating when pressed.
...
-Removed background player notification button opacity change.
2018-06-28 11:58:33 -07:00
John Zhen Mo
15fb60a845
-Fixed bookmarked playlist not updating metadata when changed.
2018-06-28 11:58:32 -07:00
John Zhen Mo
5c202f04e7
-[ #1383 ]Fixed popup player caption selector not populating due to full width aspect ratio selector.
...
-Fixed potential memory leak in media session connector containing player instance.
2018-06-28 11:58:32 -07:00
John Zhen Mo
bc6fdf81d2
-Refactored player media source resolution into external helpers.
...
-Baked resolved media metadata into media source for one-way data passing.
2018-06-28 11:58:32 -07:00
John Zhen Mo
3194a2bf2c
-Fixed skip silence state not maintained by player on new queue.
...
-Fixed TrackSelector deprecations.
2018-06-28 11:58:32 -07:00
John Zhen Mo
72d1e5131f
-Added skip silence toggle to playback speed control.
...
-Added step size selector to playback speed control.
-Added skip silence flag to player intents.
-Moved default preset in playback speed control to neutral dialog button, renamed as reset.
-Removed nightcore preset from playback speed control.
2018-06-28 11:58:32 -07:00
John Zhen Mo
7721098551
-Updated ExoPlayer to 2.8.0
...
-Updated MediaSource contracts in ManagedMediaSource.
-Changed PlaceholderMediaSource and FailedMediaSource to use built-in BaseMediaSource implementation.
-Changed deprecated DynamicConcatenatingMediaSource to ConcatenatingMediaSource.
-Removed manual playlist media source disposal in favor of player built-in disposal.
2018-06-28 11:58:32 -07:00
Somethingweirdhere
0b7593ad28
Delete on long press
2018-06-28 20:43:46 +02:00
Somethingweirdhere
a68823491c
Delete on long press
2018-06-28 20:37:05 +02:00
Christian Schabesberger
f563bc4210
Merge pull request #1510 from karyogamy/lib-update
...
Library version update and database backup fix
2018-06-28 12:16:04 +02:00
John Zhen Mo
27131d15dd
-Updated room db to 1.1.1.
...
-Fixed database import/export to no longer include accessory db files to ensure backward compatibility.
2018-06-26 12:26:01 -07:00
John Zhen Mo
ef16145695
-Fixed player new share intent causing main player crash due to player activity in background.
2018-06-26 10:21:43 -07:00
John Zhen Mo
4fbd1182c2
-Fixed minimizing to popup player does not destroying existing player when drawing over app permission is not granted.
2018-06-26 10:19:16 -07:00
Christian Schabesberger
2d39e65b5c
Merge branch '640-screen-off' of https://github.com/krtkush/NewPipe into test
2018-06-26 11:23:45 +02:00
Christian Schabesberger
adb6943420
Merge pull request #1354 from karyogamy/minimize-on-exit
...
Minimize main player on exit
2018-06-25 19:46:13 +02:00
Christian Schabesberger
eae7babf93
Merge pull request #1454 from Somethingweirdhere/dev
...
Added share option to long tap menu
2018-06-25 15:28:37 +02:00
Christian Schabesberger
7d5e18c05b
Merge pull request #1498 from Somethingweirdhere/download
...
Download option in share menu
2018-06-25 12:35:34 +02:00
Christian Schabesberger
86b783fb0f
Merge pull request #1472 from acrosca/undo_delete
...
undo delete
2018-06-25 10:04:17 +02:00
Somethingweirdhere
f3e029c3f6
Cleaned code, downloaddialog now also appears after giving storage permission.
2018-06-20 14:46:57 +02:00
John Zhen Mo
b338d9dbcf
-Fixed view not registered when playback is started on external players.
2018-06-18 18:27:37 -07:00
John Zhen Mo
7fb9345344
-Fixed remote playlist metadata not updated when remote source data has changed.
2018-06-18 18:22:52 -07:00
Somethingweirdhere
8f35a56ec8
Added download to share menu
2018-06-17 13:55:43 +02:00
Andrei.Rosca
8b8652d44c
undo delete - code format
2018-06-15 16:15:55 +02:00
Issam Maghni
2515b8167f
Disable animation (hidden anyway by navigation)
2018-06-15 01:21:30 -04:00
Andrei.Rosca
09dd044f3d
undo delete
2018-06-13 09:07:57 +02:00
Kartikey Kushwaha
89e3219e06
Further fixes wrt FLAG_NOT_FOCUSABLE.
2018-06-09 01:38:57 +05:30
Kartikey Kushwaha
429dddc6c9
reintroduced hideControls method.
2018-06-09 01:13:37 +05:30
Kartikey Kushwaha
981174a490
Fixed bug #640 .
2018-06-09 01:01:13 +05:30
Somethingweirdhere
201f7e9848
Added share option to Popup and Background queues
2018-06-08 15:59:05 +02:00
John Zhen Mo
3b603b0637
-Added back button press check to destroy rather than minimize main video player.
2018-06-05 23:37:20 -07:00
Somethingweirdhere
baa63249d1
Added share option to long tap menu
2018-06-05 19:48:31 +02:00
John Zhen Mo
e1df4757e4
-Expanded minimize to exit to allow resuming on background player.
...
-Modified minimize to exit toggle to selection dialog.
2018-06-03 14:09:16 -07:00
John Zhen Mo
4fc37a7321
-Added toggle to allow main video player to switch to popup player when onstop is called.
...
-Fixed player state not recovering when player is stopped during multiwindow mode.
-Updated gradle to 3.1.2.
2018-06-03 13:20:39 -07:00
Christian Schabesberger
067b15c300
Merge branch 'dev' of https://github.com/DafabHoid/NewPipe into test
2018-06-03 12:20:43 +02:00
Christian Schabesberger
8a1c283542
Merge branch 'media-session-fix' of https://github.com/karyogamy/NewPipe into test
2018-06-03 12:12:54 +02:00
Andrei.Rosca
ef180f082e
Remember brightness for the session
2018-06-02 09:06:40 +02:00
John Zhen Mo
740116356c
-Fixed media session activation.
...
-Removed redundant setShuffle call in media session callback and its user.
-Removed unused dummy playback preparer.
2018-05-28 20:02:02 -07:00
DafabHoid
6ea0f6290a
Downloader: Notify the progress every 64K instead of every 512 Bytes
...
This improves downloading performance dramatically when cpu bound:
Before, even a high-end cpu from 2013 can't download faster than around 1MB/s.
The bigger read buffer size removes the need for a dedicated BufferedInputStream.
2018-05-28 01:07:30 +02:00
Christian Schabesberger
c43ac7c869
fix conflict
2018-05-27 13:30:23 +02:00
Christian Schabesberger
0a6572c282
roll back to more stable version of newpipe extractor
2018-05-25 18:29:30 +02:00
Christian Schabesberger
48e4eb44f2
remove unused imports
2018-05-25 09:43:28 +02:00
TobiGr
c78cc6f2fd
Add dialog to accept privacy policy before sending crash report
...
Add link to privacy policy in about fragment
Replace some onClickListeners with Lamdas
2018-05-25 09:29:14 +02:00