Kore/app/src/main/res/drawable
Martijn Brekhof f631efeca9 Fixed issue with running many instrumentation tests (#536)
During tests, activities were not closed properly causing increasing
memory usage, which resulted in failing tests because of
out of memory errors.
This has been fixed by using the test orchestrator which runs
each test in its own instrumentation instance.

Removed the instrumentationTest flavor and replaced it by using the
default debug build type. The flavor was used to keep the required
permissions during testing separate from release versions. This can
also be accomplished using the debug build type.

The PagerSlidingTabStrip from astuetz doesn't work with the new
android build tools. As the project seems dead, I replaced it with
PagerTabStrip from the support library.
2018-05-03 11:04:04 +01:00
..
host_status_indicator.xml First dump 2015-01-14 11:12:47 +00:00
ic_add_box_white_24dp.xml Replace png icons by svg versions 2017-07-20 22:17:28 +01:00
ic_bookmark_24dp.xml Change bookmark addon icon 2016-05-10 20:19:23 +01:00
ic_cellphone_android_white_24dp.xml Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
ic_chevron_left_white_24dp.xml Replace png icons by svg versions 2017-07-20 22:17:28 +01:00
ic_chevron_right_white_24dp.xml Replace png icons by svg versions 2017-07-20 22:17:28 +01:00
ic_closed_caption_white_24dp.xml Redesign Now Playing panel to make it fit the rest of the app look. Substitute png icons for svg ones. 2017-07-18 19:57:04 +01:00
ic_cloud_white_24dp.xml Make remote bottom bar configurable (#355) 2017-03-06 19:58:31 +00:00
ic_devices_white_24dp.xml Change (some) assets to svg instead of png 2016-12-23 08:49:36 +00:00
ic_done_white_24dp.xml Replace png icons by svg versions 2017-07-20 22:17:28 +01:00
ic_dvr_white_24dp.xml Fix issues with svg drawables 2016-12-29 18:59:36 +00:00
ic_expand_less_white_24dp.xml Replace png icons by svg versions 2017-07-20 22:17:28 +01:00
ic_expand_more_white_24dp.xml Replace png icons by svg versions 2017-07-20 22:17:28 +01:00
ic_extension_white_24dp.xml Change (some) assets to svg instead of png 2016-12-23 08:49:36 +00:00
ic_fast_forward_white_24dp.xml Redesign Now Playing panel to make it fit the rest of the app look. Substitute png icons for svg ones. 2017-07-18 19:57:04 +01:00
ic_fast_rewind_white_24dp.xml Redesign Now Playing panel to make it fit the rest of the app look. Substitute png icons for svg ones. 2017-07-18 19:57:04 +01:00
ic_folder_white_24dp.xml Change (some) assets to svg instead of png 2016-12-23 08:49:36 +00:00
ic_games_white_24dp.xml Change (some) assets to svg instead of png 2016-12-23 08:49:36 +00:00
ic_get_app_white_24dp.xml Replace png icons by svg versions 2017-07-20 22:17:28 +01:00
ic_headset_white_24dp.xml Change (some) assets to svg instead of png 2016-12-23 08:49:36 +00:00
ic_home_white_24dp.xml Change (some) assets to svg instead of png 2016-12-23 08:49:36 +00:00
ic_image_white_24dp.xml Fix issues with svg drawables 2016-12-29 18:59:36 +00:00
ic_keyboard_white_24dp.xml Replace png icons by svg versions 2017-07-20 22:17:28 +01:00
ic_launcher_foreground.xml Add Adaptive Icon For API 26+ (#450) 2017-11-11 15:26:18 +00:00
ic_more_vert_white_24dp.xml Replace png icons by svg versions 2017-07-20 22:17:28 +01:00
ic_movie_white_24dp.xml Change (some) assets to svg instead of png 2016-12-23 08:49:36 +00:00
ic_open_in_new_white_24dp.xml Replace png icons by svg versions 2017-07-20 22:17:28 +01:00
ic_pause_white_24dp.xml Redesign Now Playing panel to make it fit the rest of the app look. Substitute png icons for svg ones. 2017-07-18 19:57:04 +01:00
ic_play_arrow_white_24dp.xml Redesign Now Playing panel to make it fit the rest of the app look. Substitute png icons for svg ones. 2017-07-18 19:57:04 +01:00
ic_plus_white_24dp.xml Redesigned playing movies on device running Kore 2018-02-09 11:23:52 +00:00
ic_queue_white_24dp.xml Replace png icons by svg versions 2017-07-20 22:17:28 +01:00
ic_repeat_one_white_24dp.xml Redesign Now Playing panel to make it fit the rest of the app look. Substitute png icons for svg ones. 2017-07-18 19:57:04 +01:00
ic_repeat_white_24dp.xml Redesign Now Playing panel to make it fit the rest of the app look. Substitute png icons for svg ones. 2017-07-18 19:57:04 +01:00
ic_search_white_24dp.xml Replace png icons by svg versions 2017-07-20 22:17:28 +01:00
ic_settings_power_white_24dp.xml Replace png icons by svg versions 2017-07-20 22:17:28 +01:00
ic_settings_white_24dp.xml Change (some) assets to svg instead of png 2016-12-23 08:49:36 +00:00
ic_shuffle_white_24dp.xml Redesign Now Playing panel to make it fit the rest of the app look. Substitute png icons for svg ones. 2017-07-18 19:57:04 +01:00
ic_skip_backward_white_24dp.xml Change skip forward/backward notification icons 2018-04-15 16:09:42 +01:00
ic_skip_forward_white_24dp.xml Change skip forward/backward notification icons 2018-04-15 16:09:42 +01:00
ic_skip_next_white_24dp.xml Redesign Now Playing panel to make it fit the rest of the app look. Substitute png icons for svg ones. 2017-07-18 19:57:04 +01:00
ic_skip_previous_white_24dp.xml Redesign Now Playing panel to make it fit the rest of the app look. Substitute png icons for svg ones. 2017-07-18 19:57:04 +01:00
ic_star_white_24dp.xml Make remote bottom bar configurable (#355) 2017-03-06 19:58:31 +00:00
ic_stop_white_24dp.xml Redesign Now Playing panel to make it fit the rest of the app look. Substitute png icons for svg ones. 2017-07-18 19:57:04 +01:00
ic_sunny_white_24dp.xml Fixed issue with running many instrumentation tests (#536) 2018-05-03 11:04:04 +01:00
ic_tv_white_24dp.xml Change (some) assets to svg instead of png 2016-12-23 08:49:36 +00:00
ic_video_white_24dp.xml Make remote bottom bar configurable (#355) 2017-03-06 19:58:31 +00:00
ic_view_list_24dp.xml Added PVR recordings list 2015-11-24 22:55:56 +00:00
ic_volume_down_white_24dp.xml Redesign Now Playing panel to make it fit the rest of the app look. Substitute png icons for svg ones. 2017-07-18 19:57:04 +01:00
ic_volume_off_white_24dp.xml Redesign Now Playing panel to make it fit the rest of the app look. Substitute png icons for svg ones. 2017-07-18 19:57:04 +01:00
ic_volume_up_white_24dp.xml Redesign Now Playing panel to make it fit the rest of the app look. Substitute png icons for svg ones. 2017-07-18 19:57:04 +01:00
rounded_corners_shape.xml Tweak FAB speed dial design 2018-02-22 16:39:02 +01:00