Kore/app/src/main/res/layout
Martijn Brekhof cdbdd98d6a Implemented showing playlists even when not playing (#618)
Implemented showing a music/video/picture playlist in PlaylistFragment even
when playback has stopped but the playlist is still available on Kodi.
The playlist is now only cleared if the Playlist.OnClear event is received
from Kodi.

As the pictures playlist does not support moving/removing items this has
been disabled for the pictures playlist only.

Added a new package org.xbmc.kore.host.actions to hold all Callable's that
we use to handle complex interactions with Kodi that use multiple JSON RPC
calls.

Fixed issue in HostConnectionObserver in method notifySomethingIsPlaying
where hostState.lastGetItemResult.label might not be set.

Reduced calling (force)refreshPlaylist considerably as it should now be
handled by the playlist observer.
2019-03-30 11:08:58 +00:00
..
activity_all_cast.xml Refactored org.xbmc.kore.ui package into separate packages 2016-12-29 18:27:40 +00:00
activity_generic_media.xml Fix now playing panel height 2017-09-15 16:56:52 +01:00
activity_host_manager.xml Refactored org.xbmc.kore.ui package into separate packages 2016-12-29 18:27:40 +00:00
activity_host_wizard.xml Fix fragment transactions on host wizard: previous fragments weren't being properly removed with the call to replace() on the FragmentTransaction, because the container used was the global one. Somehow this stopped working with recent versions 2015-07-30 23:24:44 +01:00
activity_remote.xml Refactored org.xbmc.kore.ui package into separate packages 2016-12-29 18:27:40 +00:00
activity_settings.xml First dump 2015-01-14 11:12:47 +00:00
dial_action_button.xml Tweak FAB speed dial design 2018-02-22 16:39:02 +01:00
dialog_send_text.xml Materialized dialogs and preferences (#330) 2017-01-04 08:37:13 +00:00
empty_view.xml Add more helpful message when an error occurs in channels list 2015-11-10 23:18:33 +00:00
fab_speed_dial.xml Tweak FAB speed dial design 2018-02-22 16:39:02 +01:00
fragment_about.xml Add Adaptive Icon For API 26+ (#450) 2017-11-11 15:26:18 +00:00
fragment_add_host_finish.xml First dump 2015-01-14 11:12:47 +00:00
fragment_add_host_manual_configuration.xml Add EventServer configuration options in wizard and host editing. 2015-06-21 15:04:54 +01:00
fragment_add_host_welcome.xml First dump 2015-01-14 11:12:47 +00:00
fragment_add_host_zeroconf.xml Fix selector on host lists 2015-03-11 19:02:38 +00:00
fragment_cast.xml Refactored AbstractDetailsFragment 2017-03-02 11:55:19 +01:00
fragment_default_view_pager.xml Use TabLayout instead of PagerTabStrip 2018-05-10 21:09:15 +02:00
fragment_generic_list.xml Improve PVR Guide 2015-12-13 16:01:50 +00:00
fragment_generic_media_list.xml Add fastscroll to lists with RecyclerView 2019-01-12 14:26:36 +01:00
fragment_host_list.xml First dump 2015-01-14 11:12:47 +00:00
fragment_info.xml Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
fragment_navigation_drawer.xml First dump 2015-01-14 11:12:47 +00:00
fragment_now_playing.xml Implemented a slideup panel with media controls and info (#320) 2017-07-13 19:10:49 +01:00
fragment_playlist.xml Implemented showing playlists even when not playing (#618) 2019-03-30 11:08:58 +00:00
fragment_pvr_list.xml Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
fragment_remote.xml Added default margin to control pad and bottom shortcuts (#485) 2017-11-29 19:54:49 +00:00
fragment_tvshow_progress.xml Fix TV Shows margins 2017-06-23 19:12:02 +01:00
grid_item_addon.xml Addon list improvements (#575) 2018-09-14 16:59:17 +01:00
grid_item_album.xml Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
grid_item_artist.xml Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
grid_item_audio_genre.xml Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
grid_item_cast.xml Fix some lint errors 2016-05-25 19:03:50 +01:00
grid_item_channel.xml Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
grid_item_channel_group.xml Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
grid_item_file.xml Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
grid_item_host.xml Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
grid_item_movie.xml Tweak movie list items 2019-03-01 21:04:20 +01:00
grid_item_music_video.xml Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
grid_item_playlist.xml Fix NPE introduced in last commit 2019-02-27 19:56:22 +01:00
grid_item_recording.xml Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
grid_item_season.xml Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
grid_item_song.xml Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
grid_item_tvshow.xml Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
list_item_broadcast.xml Fix starttime color in EPG 2015-12-16 19:11:25 +00:00
list_item_day.xml Improve PVR Guide 2015-12-13 16:01:50 +00:00
list_item_episode.xml Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
list_item_navigation_drawer.xml Add Adaptive Icon For API 26+ (#450) 2017-11-11 15:26:18 +00:00
list_item_navigation_drawer_divider.xml First dump 2015-01-14 11:12:47 +00:00
list_item_navigation_drawer_host.xml Add Adaptive Icon For API 26+ (#450) 2017-11-11 15:26:18 +00:00
list_item_next_episode.xml Refactored ListView into RecycleView 2018-09-01 16:44:10 +02:00
list_item_song.xml Implemented showing artist names in song lists (#281) 2016-10-20 19:26:43 +01:00
media_progress_indicator.xml Improved usability for NowPlayingPanel (#432) 2017-08-14 15:37:30 +01:00
now_playing_panel.xml Fixed issue with running many instrumentation tests (#536) 2018-05-03 11:04:04 +01:00
playlist_bar.xml Implemented showing playlists even when not playing (#618) 2019-03-30 11:08:58 +00:00
remote_control_pad.xml Refactored applying tint color on control pad (#505) 2018-01-26 14:06:12 +00:00
remote_info_panel.xml Implemented a scalable control pad (#477) 2017-10-27 19:24:23 +01:00
toolbar_default.xml Tweak light theme colors 2017-07-25 19:44:38 +01:00
volume_controller_dialog.xml Fix volume controller UI (#558) 2018-06-16 13:10:18 +01:00
volume_level_indicator.xml Implemented VolumeLevelIndicator widget (#406) 2017-06-22 18:37:00 +01:00
wizard_button_bar.xml First dump 2015-01-14 11:12:47 +00:00
wizard_title.xml First dump 2015-01-14 11:12:47 +00:00