krtkush
68bd7f58b6
Removed updates options from settings in case of non github apk.
2018-10-18 22:59:33 +05:30
krtkush
b974bf08dc
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
7701cdb9d5
Added check for SHA1 key.
2018-10-14 19:16:28 +05:30
Christian Schabesberger
8d10693d07
Merge branch 'dev' into 1520_app_update_notif
2018-10-06 18:04:39 +02:00
Christian Schabesberger
6f9bb027b1
Merge branch 'dev' into enqueue-autoplay
2018-10-06 17:35:55 +02:00
Coin
e442594640
Enqueuing now triggers video playing if the play queue has done playing
2018-10-03 00:31:28 +08:00
MaX
56ce58c9ae
Merge branch 'dev' into store_last_aspect_ratio
2018-09-29 12:45:10 +02:00
MaX-Lo
ebb0327f36
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
Kartikey Kushwaha
e6ba244c8c
Removed flvor checks. Added update settings under main settings.
2018-09-15 20:51:17 +05:30
Kartikey Kushwaha
1b1a02eb13
Pull request changes v1.
2018-09-15 14:08:32 +05:30
Kartikey Kushwaha
005e66fbb9
Conflict resolution.
2018-09-15 13:22:13 +05:30
Kartikey Kushwaha
d549c090aa
Pull request changes begins here.
2018-09-15 12:51:39 +05:30
BO41
ce36b5b823
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
b2f619a934
error handling + imports + unboxing
2018-09-11 19:18:50 +02:00
BO41
55ef791c88
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
d0e7ca8a9a
class structure
...
BUILD SUCCESSFUL in 17s
39 actionable tasks: 6 executed, 33 up-to-date
2018-09-11 19:18:14 +02:00
BO41
6c101184b2
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
89eeaab6f0
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
Mauricio Colli
82f7e403a5
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
45e502451b
Fix registering of broadcast receiver
2018-09-04 23:54:17 -03:00
Mauricio Colli
d3efd64525
Handle case where subscribers count is not available
2018-09-04 23:54:17 -03:00
Mauricio Colli
d38a7ced70
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
1e1a9c2c68
Reciever not registered
2018-09-04 13:07:39 +02:00
Christian Schabesberger
d305a26936
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
15bd65e3e1
fix thumbnail not shown in background player
2018-08-27 16:37:21 +02:00
Christian Schabesberger
f7584db1d8
make dash parser ignore segmented streams
2018-08-27 16:37:21 +02:00
Christian Schabesberger
7f56a9e681
fix exception on nothing found
2018-08-27 16:37:21 +02:00
Christian Schabesberger
339a703f16
add more debug statements to BasePlayer
2018-08-27 16:37:21 +02:00
Christian Schabesberger
00bfa28d66
add reset extSD card folder dialog
2018-08-27 16:37:21 +02:00
Christian Schabesberger
9ad5ac666b
fix layout width of currentPlayTime
2018-08-27 16:37:21 +02:00
Christian Schabesberger
cef8535474
rename Search Query handler
2018-08-27 16:37:21 +02:00
Christian Schabesberger
5a188db54b
fix cycling search results
2018-08-27 16:37:21 +02:00
Christian Schabesberger
14ffbb19a4
fix exception when loading premium videos
2018-08-27 16:37:21 +02:00
TheMatten
df91c7d9ec
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
40e97c737d
git replace getFragmentManager() with getFM()
2018-08-24 12:30:23 +02:00
Christian Schabesberger
e7e634c201
despaget certain parts of the new design
2018-08-24 12:27:02 +02:00
Somethingweirdhere
929c0e43c0
Put listener initialization into onCreate
2018-08-24 12:26:16 +02:00
Somethingweirdhere
d173ac5561
Added swiping to remove, which is enabled by long-pressing
2018-08-24 12:26:16 +02:00
Somethingweirdhere
dd3e8ac6f4
Fixed dragging
2018-08-24 12:26:15 +02:00
Somethingweirdhere
a527dd7908
Fixed revert
2018-08-24 12:26:15 +02:00
Somethingweirdhere
b807e347ef
Revert "Revert "Changed the default preferences to show trending.""
...
This reverts commit b441665
2018-08-24 12:26:15 +02:00
Somethingweirdhere
a49469aa65
Fixed revert
2018-08-24 12:26:15 +02:00
Somethingweirdhere
6ac2b961a4
Revert "Revert "Changed the way how kiosks are handled""
...
This reverts commit b020567
2018-08-24 12:26:15 +02:00
Somethingweirdhere
658374b538
Options here again
2018-08-24 12:26:15 +02:00
Somethingweirdhere
496d968771
Code reviewed
2018-08-24 12:26:15 +02:00
Somethingweirdhere
7739be3030
Removing by long pressing no longer removes a random tab, but the pressed one.
2018-08-24 12:23:26 +02:00
Somethingweirdhere
acb19a40f8
Added dragging
2018-08-24 12:23:26 +02:00
Somethingweirdhere
4753d4204c
Revert "Changed the way how kiosks are handled"
...
This reverts commit f3da712
2018-08-24 12:23:26 +02:00
Somethingweirdhere
ca1113a4fd
Revert "Changed the default preferences to show trending."
...
This reverts commit 25481d0
2018-08-24 12:23:26 +02:00
Somethingweirdhere
a18647af23
Changed the default preferences to show trending.
2018-08-24 12:23:26 +02:00