Kore/app/src/main/java/org/xbmc/kore
Martijn Brekhof d11dbe6853 Fixes a possible race condition and starting multiple instances (#559)
The onDestroyView method is used to unregister the application observer
from the dialog. However the parent got called first which destroys the
view of the dialog. This could lead to Null Pointer Exceptions when
the listener tries to update the UI of the dialog right after it was
destroyed.

The VolumeControllerDialogFragmentListener was created twice as creation
was triggered on both the down and up event of the volume keys. This has
been changed to only trigger on down events.
2018-06-22 11:05:38 +01:00
..
eventclient Enable manual configuration of https (#338) 2017-01-27 15:17:39 +00:00
host Fixed reported NPE when calling notifySomethingIsPlaying (#552) 2018-06-09 18:46:05 +01:00
jsonrpc Add support for handling Player.OnResume event through TCP 2018-05-04 21:10:06 +02:00
provider Added option to sort by last played (#340) 2017-01-30 19:03:16 +00:00
service Change skip forward/backward notification icons 2018-04-15 16:09:42 +01:00
ui Fixes a possible race condition and starting multiple instances (#559) 2018-06-22 11:05:38 +01:00
utils Enable playing movies on device which app is running 2018-02-09 11:23:52 +00:00
Settings.java Reinstante the ability to bookmark addons 2018-05-10 21:24:24 +02:00