Kore/app/src/main/res
Mon Zafra 6e347b6b36 Materialized dialogs and preferences (#330)
* Changed platform AlertDialogs and preference.* to support lib counterparts
- added dependencies: support/preference-v7 for PreferenceFragmentCompat
  and Preference subclasses, support/preference-v14 for the
  MultiSelectListPreference
- simplified some AlertDialog.Builder calls and added non-null annotations
  to DialogFragment#onCreateDialog(Bundle) overrides to shut the IDE up
- UIUtils: changed static member avatarColorsIdx to local var because it's
  only used in one place and the value isn't cached
- layout/dialog_send_text: removed view vertical margins as they take
  way too much space for nothing.
- strings: shortened english preference titles
- themes: added PrefTheme and changed preference title font size to medium
  from large
- preferences: changed CheckBoxPreference to SwitchPreferenceCompat. these
  don't have the same issue described in #233 (tested in kitkat).

* Changed platform PreferenceManager in RemoteActivity to support pref

* Fixed M permissions

* Split prefs into 2 groups as per material design guidelines

* Changed prefs theme to v14.material

* Moved container padding to individual prefs; removed pref-v7 dependency
- this makes the item dividers touch the screen edges which i think looks
  better
- don't need to require preference-v7 because preference-v14 already
  does

* Moved PrefTheme attributes *{Start,End} to v17 override

* Fixed crash caused by rotating twice while a dialog is active

* Changed wording as suggested
2017-01-04 08:37:13 +00:00
..
anim First dump 2015-01-14 11:12:47 +00:00
drawable Fix issues with svg drawables 2016-12-29 18:59:36 +00:00
drawable-hdpi Added new icon 2015-03-15 12:32:21 +00:00
drawable-mdpi Added new icon 2015-03-15 12:32:21 +00:00
drawable-xhdpi Change (some) assets to svg instead of png 2016-12-23 08:49:36 +00:00
drawable-xxhdpi Change (some) assets to svg instead of png 2016-12-23 08:49:36 +00:00
layout Materialized dialogs and preferences (#330) 2017-01-04 08:37:13 +00:00
layout-land Fixed some problems in the remote fragment layout when in landscape mode (#333) 2017-01-03 14:27:05 +00:00
menu Added sort options to albumlistfragment (#309) 2016-11-09 08:46:42 +00:00
transition-v21 Implemented shared element transition for TV shows 2015-12-10 15:34:26 +01:00
values Materialized dialogs and preferences (#330) 2017-01-04 08:37:13 +00:00
values-ast Update Asturian translation 2016-07-27 17:05:41 +02:00
values-bg Merge pull request #270 from NEOhidra/master 2016-07-27 18:20:24 +02:00
values-cs Please add the czech language 2015-06-01 21:07:31 +02:00
values-de Fix German translation... 2016-12-29 18:53:09 +00:00
values-es Fix some lint errors 2016-05-25 19:03:50 +01:00
values-eu Added Basque translation 2015-06-15 23:28:42 +02:00
values-fr Update French Translation (#324) 2016-12-15 20:17:14 +00:00
values-hr Added Croatian translation 2016-05-11 21:52:52 +02:00
values-hu Added Hungarian translation 2016-07-24 01:14:44 +02:00
values-it Fix some lint errors 2016-05-25 19:03:50 +01:00
values-land Redesign tv shows details, to not use tabs or expandable lists in episodes list 2016-12-15 20:10:55 +00:00
values-lt Updated lithuanian translation (#322) 2016-12-15 20:15:48 +00:00
values-nl Update Dutch translations (henkhend and poisdeux) 2016-10-18 18:29:12 +01:00
values-pl Polish translate update (#288) 2016-09-23 18:54:44 +01:00
values-pt update pt-PT translations 2016-07-06 17:27:16 +01:00
values-pt-rBR Update brazilian portuguese translation 2015-11-09 16:21:58 -02:00
values-ru Initial Russian translations were added 2015-05-24 22:23:04 +03:00
values-sw320dp Added and updated remote sizes (#308) 2016-11-08 19:53:26 +00:00
values-sw360dp Added and updated remote sizes (#308) 2016-11-08 19:53:26 +00:00
values-sw400dp Added and updated remote sizes (#308) 2016-11-08 19:53:26 +00:00
values-sw600dp Redesign tv shows details, to not use tabs or expandable lists in episodes list 2016-12-15 20:10:55 +00:00
values-sw600dp-land Redesign tv shows details, to not use tabs or expandable lists in episodes list 2016-12-15 20:10:55 +00:00
values-v17 Materialized dialogs and preferences (#330) 2017-01-04 08:37:13 +00:00
values-v19 First dump 2015-01-14 11:12:47 +00:00
values-v21 First dump 2015-01-14 11:12:47 +00:00
values-w820dp First dump 2015-01-14 11:12:47 +00:00
values-zh-rCN chinese translation 2015-12-28 22:49:43 +08:00
xml Materialized dialogs and preferences (#330) 2017-01-04 08:37:13 +00:00