LastPipeBender/app/src/main/java/org/schabi/newpipe
Redirion 9437f057d0
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
..
about Java language level + javadoc + xml 2018-09-11 19:20:10 +02:00
database error handling + imports + unboxing 2018-09-11 19:18:50 +02:00
download MP4 muxer +misc modifications 2019-01-22 18:53:31 -03:00
fragments fix backstack issue with mediaccc 2019-01-31 13:24:02 +01:00
info_list Merge branch 'dev' into tablet_ui 2018-10-08 11:56:25 +02:00
local Merge branch 'dev' into tablet_ui 2018-10-08 11:56:25 +02:00
player Fix delayed ducking of Audio 2019-02-14 09:52:46 +01:00
report Java language level + javadoc + xml 2018-09-11 19:20:10 +02:00
settings Conflict resolution 2018-11-23 01:41:47 +05:30
streams more fixes 2018-11-22 23:33:34 -03:00
util add content filter to mediaccc 2019-01-29 17:20:30 +01:00
views data flow issue + declaration redundancy 2018-09-11 19:18:41 +02:00
ActivityCommunicator.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
App.java Conflict resolution 2018-11-23 01:41:47 +05:30
BaseFragment.java error handling + imports + unboxing 2018-09-11 19:18:50 +02:00
CheckForNewAppVersionTask.java Test code revert. 2018-11-26 01:18:33 +05:30
Downloader.java resbase (08/11/2018) 2018-11-08 22:00:13 -03:00
ExitActivity.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
ImageDownloader.java -Changed thumbnail toggle in disabled mode to load dark dummy image. 2018-03-19 16:44:17 -07:00
MainActivity.java error handling + imports + unboxing 2018-09-11 19:18:50 +02:00
NewPipeDatabase.java Implement subscriptions import/export 2018-03-08 10:39:24 -03:00
PanicResponderActivity.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
ReCaptchaActivity.java data flow issue + declaration redundancy 2018-09-11 19:18:41 +02:00
RouterActivity.java set minSdk to 19 and deprecate old player 2018-11-13 17:27:47 +01:00