Vasiliy
c174bc77f0
Fix AudioManager memory leak
2019-02-24 10:51:30 +02:00
Christian Schabesberger
5f5c7575d0
Merge branch 'dev' into dev
2019-02-19 17:35:49 +01:00
Christian Schabesberger
31bf8215f4
move firetv utils into utils package
2019-02-19 14:57:49 +01:00
Christian Schabesberger
b550846cf7
Merge branch 'dev' into feature/amazonfiretv-search-support
2019-02-19 14:54:48 +01:00
Christian Schabesberger
fa6cf0f345
Merge branch 'dev' into patch-1
2019-02-19 14:29:34 +01:00
kapodamy
dd80d24482
fix crash while switching from popup to fullscreen player, or closing the popup player.
2019-02-17 16:59:35 -03:00
Ritvik Saraf
4113e744c4
merged upstream/dev
2019-02-16 02:06:18 +05:30
Ritvik Saraf
bde7c9246a
refactored comments capability
2019-02-16 01:23:26 +05:30
Redirion
2e284ea3dc
Fix delayed ducking of Audio
...
Scenario: listening to a video on NewPipe over Bluetooth and a Notification Sound causes audio focus event AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCK.
Problem: With the current implementation animateAudio would cause the audio to reach the target volume AFTER the notification sound is played, which is irritating and annoying.
Solution: animateAudio should just be used on focusGain where it is sensible to increase audio gradually. On ducking event the reaction should be immediate.
This very simple fix does this. Please approve.
2019-02-14 09:52:46 +01:00
Alec Holmes
0ab171df40
Updated search fragment to be amazon fire tv friendly
2019-02-01 13:02:28 +00:00
Christian Schabesberger
725b59d0a3
Merge branch 'dev' into ccc
2019-01-31 16:48:22 +01:00
Robin
442a38babc
Add Artist and Duration to MediaDescription
2019-01-31 16:47:33 +01:00
Christian Schabesberger
35ec287206
fix backstack issue with mediaccc
2019-01-31 13:24:02 +01:00
Ritvik Saraf
7a11a72935
merged upstream/dev
2019-01-29 22:32:58 +05:30
Christian Schabesberger
fd09daad8d
add content filter to mediaccc
2019-01-29 17:20:30 +01:00
Christian Schabesberger
424854e664
add conferences
2019-01-29 15:39:18 +01:00
Christian Schabesberger
78008d2642
make frontend not crash on scrolling on ccc search
2019-01-29 15:39:18 +01:00
Christian Schabesberger
73a0a0cced
add theming to mediaccc
2019-01-29 15:39:18 +01:00
Christian Schabesberger
4365f956f9
further compatiblity fix for meadic.ccc
2019-01-29 15:39:18 +01:00
Christian Schabesberger
8e0c9ea6c0
fix exception on viewing downloads
2019-01-29 13:23:39 +01:00
kapodamy
e1d8ba023a
add null check
...
add checks for null. This happens after rotating the screen while is turned off
2019-01-24 23:23:30 -03:00
Christian Schabesberger
9269dcc984
fix merge conflict
2019-01-23 16:12:21 +01:00
kapodamy
00a65e1c49
MP4 muxer +misc modifications
...
* allow retry downloads with "post-processing failed" error in the new muxer
* MPEG-4 muxer ¡¡ no DASH output!!
* keep the progress if download fails
* remove TODO in SecondaryStreamHelper.java
* misc clean-up
* delete TestAlgo.java
* delete ExtSDDownloadFailedActivity.java and remove it from AndroidManifest.xml
* use hardcored version for changing icon colors
2019-01-22 18:53:31 -03:00
kapodamy
99fee300f4
Update MissionsFragment.java
...
work-around for reading the current theme icons
2019-01-22 18:53:31 -03:00
kapodamy
a094661590
Update MissionsFragment.java
...
use another way to get the "Context"
2019-01-22 18:53:31 -03:00
kapodamy
0f9fdb5401
misc fixes
...
* add null checks before resuming a download
* (MissionAdapter.java) reset percent after resuming a download. prevents the "Error" string get stuck, until the download start
2019-01-22 18:53:30 -03:00
kapodamy
12a337c551
Update MissionAdapter.java
...
* check if the iterator is initialized
2019-01-22 18:53:30 -03:00
kapodamy
d604b66012
add missing icons in bright theme
...
* missing white icons
* update attrs.xml and styles.xml
2019-01-22 18:53:30 -03:00
krtkush
0367c515f3
Conflict resolution.
2018-12-28 18:07:54 +05:30
Ritvik Saraf
1c59a5c8ce
more NPE fix
2018-12-25 20:17:56 +05:30
Ritvik Saraf
d9148f411e
fixed NPE in soundcloud
2018-12-25 19:59:03 +05:30
Ritvik Saraf
28fa8a3315
readded animations
2018-12-25 15:36:15 +05:30
Ritvik Saraf
f3b2724975
merged upstream/dev
2018-12-20 08:51:44 +05:30
Ritvik Saraf
e638671dc2
removed jerky animations
2018-12-19 10:58:59 +05:30
Christian Schabesberger
194eee9e64
Merge branch 'dev' into giga-postprocessing
2018-12-10 12:12:38 +01:00
Ritvik Saraf
fd4b046ab1
tablet ui support for comments
2018-12-09 03:21:55 +05:30
Ritvik Saraf
fdcebe3b36
removed dislike button, added comment published time
2018-12-08 20:32:28 +05:30
Ritvik Saraf
4f27ca1235
removed unused imports
2018-12-07 08:42:05 +05:30
Ritvik Saraf
55493196df
minor scrolling fix and ellipsize fix
2018-12-07 06:45:33 +05:30
kapodamy
f6db08404e
Merge branch 'dev' into giga-postprocessing
2018-12-05 01:15:39 -03:00
kapodamy
f8a3026655
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
8214926a4a
removed useless log statement
2018-12-04 23:37:02 +05:30
Ritvik Saraf
5d659c24dc
merged upstream/dev
2018-12-04 23:19:57 +05:30
Shivanju Awasthi
dbcaa2b00d
Merge branch 'dev' into auto_queue_logic
2018-12-04 16:22:18 +00:00
kapodamy
d331520cf8
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
31e4869673
Merge branch 'dev' into giga-postprocessing
2018-12-01 09:30:38 +01:00
Christian Schabesberger
112d21b20d
Merge branch 'dev' into auto_queue_logic
2018-12-01 09:29:25 +01:00
Akash Agarwal
23272c7d1c
Issue 1505: Delete on right swipe
2018-12-01 00:42:56 +05:30
kapodamy
bb7bf8ccf2
Update settings_keys.xml
...
* remane max_try -> maximum_try
2018-11-29 15:19:53 -03:00
kapodamy
0f8924d167
Merge branch 'dev' into giga-postprocessing
2018-11-28 22:53:29 -03:00