summaryrefslogtreecommitdiffstats
path: root/res/drawable-hdpi
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2014-11-12 17:14:27 -0800
committerSteve Kondik <steve@cyngn.com>2015-11-13 09:01:09 +0100
commite2bdd4895c967771c6c31b4a037cbd85092e4abf (patch)
tree4c2e398eef74ce372d395570374315916d9f15ae /res/drawable-hdpi
parent925bfff09a29db5d2f5ae1e852c71a82173b9414 (diff)
downloadpackages_apps_Settings-e2bdd4895c967771c6c31b4a037cbd85092e4abf.zip
packages_apps_Settings-e2bdd4895c967771c6c31b4a037cbd85092e4abf.tar.gz
packages_apps_Settings-e2bdd4895c967771c6c31b4a037cbd85092e4abf.tar.bz2
Add back blacklist settings.
Change-Id: Iae35717acfa9af4da75c07d24352acf981d19fc7 Improve translatability of summaries. Change-Id: I362b335cbe219d6e371a458c9d50fcd66bdf19fe Settings: Alert user when they attempt to add an invalid number to BL. - BlacklistProvider will reject numbers that aren't valid, silently. So instead of resuming to a blank screen, we should alert the user that the number they attempted to add is invalid by utilizing BlacklistUtils#addOrUpdate method. Change-Id: I1ca32427baad41c1c9379e18046e6ca7937b6d32 Add missing blacklist xxhdpi drawables. Change-Id: I327f408ff344e9358c479cf5fe9dc341918511b2 Blacklist: Fix launching blacklist settings Change-Id: I0043503e6ac0d3536941394ee5057001b72f9114 Settings : Launch only contacts picker for blacklist entry Change-Id: I266d1ad7f1aab745728b33490268cb197188f2b3
Diffstat (limited to 'res/drawable-hdpi')
-rw-r--r--res/drawable-hdpi/ic_blacklist_calls_off.pngbin0 -> 3311 bytes
-rw-r--r--res/drawable-hdpi/ic_blacklist_calls_on.pngbin0 -> 3236 bytes
-rw-r--r--res/drawable-hdpi/ic_blacklist_messages_off.pngbin0 -> 3169 bytes
-rw-r--r--res/drawable-hdpi/ic_blacklist_messages_on.pngbin0 -> 3129 bytes
-rw-r--r--res/drawable-hdpi/ic_see_contacts_holo_dark.pngbin0 -> 1482 bytes
5 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-hdpi/ic_blacklist_calls_off.png b/res/drawable-hdpi/ic_blacklist_calls_off.png
new file mode 100644
index 0000000..22a05c2
--- /dev/null
+++ b/res/drawable-hdpi/ic_blacklist_calls_off.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_blacklist_calls_on.png b/res/drawable-hdpi/ic_blacklist_calls_on.png
new file mode 100644
index 0000000..5073d63
--- /dev/null
+++ b/res/drawable-hdpi/ic_blacklist_calls_on.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_blacklist_messages_off.png b/res/drawable-hdpi/ic_blacklist_messages_off.png
new file mode 100644
index 0000000..812aaa5
--- /dev/null
+++ b/res/drawable-hdpi/ic_blacklist_messages_off.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_blacklist_messages_on.png b/res/drawable-hdpi/ic_blacklist_messages_on.png
new file mode 100644
index 0000000..4d7c809
--- /dev/null
+++ b/res/drawable-hdpi/ic_blacklist_messages_on.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_see_contacts_holo_dark.png b/res/drawable-hdpi/ic_see_contacts_holo_dark.png
new file mode 100644
index 0000000..8e2182f
--- /dev/null
+++ b/res/drawable-hdpi/ic_see_contacts_holo_dark.png
Binary files differ