Kore/app/src/main/java/org/xbmc/kore/ui
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
..
animators Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
behaviors Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
generic Fixes a possible race condition and starting multiple instances (#559) 2018-06-22 11:05:38 +01:00
sections Fixes a possible race condition and starting multiple instances (#559) 2018-06-22 11:05:38 +01:00
viewgroups Implemented a scalable control pad (#477) 2017-10-27 19:24:23 +01:00
views Changed namespace/appid to org.xbmc.kore 2015-03-09 21:35:18 +00:00
widgets Upgraded butterknife to 8.8.1 (#524) 2018-04-05 18:22:20 +01:00
AbstractAdditionalInfoFragment.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
AbstractCursorListFragment.java Prevent the refresh animation from appearing in a sylent sync 2018-02-26 20:35:33 +01:00
AbstractFragment.java Refactored AbstractFragment to not depend on AbstractInfoFragment (#487) 2017-12-05 09:58:55 +00:00
AbstractInfoFragment.java Upgraded butterknife to 8.8.1 (#524) 2018-04-05 18:22:20 +01:00
AbstractListFragment.java Upgraded butterknife to 8.8.1 (#524) 2018-04-05 18:22:20 +01:00
AbstractTabsFragment.java Fixed issue with running many instrumentation tests (#536) 2018-05-03 11:04:04 +01:00
BaseActivity.java Use hardware volume keys from anywhere inside Kore (#453) 2017-10-08 19:48:00 +01:00
BaseMediaActivity.java Upgraded butterknife to 8.8.1 (#524) 2018-04-05 18:22:20 +01:00
OnBackPressedListener.java Switch PVR fragments to using tabs instead of a menu for navigation 2015-11-28 18:19:44 +00:00