Kore/app/src/main/res/layout
Martijn Brekhof 3b2447607b Implemented support for handling multiple playlists in tests (#657)
Added support for handling multiple playlists in the Mock TCP server.
Refactored SlideUpPanelTests to support the new playlist handler.

Some code cleanup and enhancements
- Removed throw exception declarations from methods that never throw the exception.
- Changed deleting the test database on the test device to delete all databases.
  The former method of only deleting the test database resulted in many old databases
  that were not removed when the test run crashed.
- Enhanced robustness of testing async code by explicitly waiting for a view
  to reach a certain state.
2019-07-03 18:54:51 +01: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 Tweak Themes 2019-05-21 20:51:21 +02: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 Implemented support for handling multiple playlists in tests (#657) 2019-07-03 18:54:51 +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 Tweak Themes 2019-05-21 20:51:21 +02: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