Kore/app/src/main/java/org/xbmc/kore/ui
Synced Synapse 246693a7cc Change the source of AlbumGenres table to support Kodi v18
As detailed in https://github.com/xbmc/xbmc/pull/13051, Kodi v18 changes the way album genres are handled, as the genre (by which i mean `genreId`) ceases to be available at the album level, being only available at the songs level.
This impacts Kore because `GetAlbums` and `GetAlbumDetails` won't return the `genreId` tag, from which the local AlbumGenres table was populated.

This PR changes the source of the local AlbumGenres table to be the `genreId` returned at the song level (by `GetSongs`), to make it somewhat more consistent with the way Kodi will handle things from now on.
2018-02-22 20:57:37 +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 Simplify hardware volume key handling 2018-02-06 11:45:12 +01:00
sections Change the source of AlbumGenres table to support Kodi v18 2018-02-22 20:57:37 +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 Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
AbstractAdditionalInfoFragment.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
AbstractCursorListFragment.java Fixes lint error regarding an API restriction (#433) 2017-08-14 15:38:18 +01:00
AbstractFragment.java Refactored AbstractFragment to not depend on AbstractInfoFragment (#487) 2017-12-05 09:58:55 +00:00
AbstractInfoFragment.java Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
AbstractListFragment.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
AbstractTabsFragment.java Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
BaseActivity.java Use hardware volume keys from anywhere inside Kore (#453) 2017-10-08 19:48:00 +01:00
BaseMediaActivity.java Simplify hardware volume key handling 2018-02-06 11:45:12 +01:00
OnBackPressedListener.java Switch PVR fragments to using tabs instead of a menu for navigation 2015-11-28 18:19:44 +00:00