Skip to content

Tags: TiagoDanin-Forks/Kore

Tags

Preview766

Toggle Preview766's commit message
Enabled legacy storage access in Android 10

v2.5.1

Toggle v2.5.1's commit message
Bump version for release

v2.5.0

Toggle v2.5.0's commit message
Update Ukrainian localization (minor fix, add new strings) (xbmc#700)

v2.4.7

Toggle v2.4.7's commit message
Bump version for release

v2.4.6

Toggle v2.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version for release (xbmc#614)

v2.4.5

Toggle v2.4.5's commit message
Bump version for release

v2.4.4

Toggle v2.4.4's commit message
Bump version for release

v2.4.3

Toggle v2.4.3's commit message
Fix NPE on volume change by not unbinding the controls in the Volume …

…Level Indicator too soon

v2.4.2

Toggle v2.4.2's commit message
Fixes a possible race condition and starting multiple instances (xbmc…

…#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.

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version for release (xbmc#556)