summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDave Santoro <dsantoro@google.com>2011-07-15 15:27:00 -0700
committerDave Santoro <dsantoro@google.com>2011-07-20 11:33:36 -0700
commit6802030a777c0c3ba1dc029c534cca4784260632 (patch)
treebd0e1ad996046809541c63ceaee9f73c528aa890 /res/values
parent1fafab3782590ab080dab07651df5aed0768e154 (diff)
downloadpackages_providers_ContactsProvider-6802030a777c0c3ba1dc029c534cca4784260632.zip
packages_providers_ContactsProvider-6802030a777c0c3ba1dc029c534cca4784260632.tar.gz
packages_providers_ContactsProvider-6802030a777c0c3ba1dc029c534cca4784260632.tar.bz2
Forward-compatibility of old status update API.
With this change, inserts or updates to the old status update API will be mirrored as stream item inserts or updates in the new social stream API. This is primarily to bootstrap the new stream data (which is what the UI will be showing) until such time as data providers start using the new API. This change also includes migration to using the new photo storage system for photos from the social stream API. Change-Id: I0974444077790f706637dd6b9d1f6f50d204aa6c
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index fc63a50..426fcc2 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -16,10 +16,10 @@
<resources>
- <!-- Maximum size of photos inserted in social stream items -->
- <integer name="config_stream_item_photo_max_bytes">71680</integer>
-
- <!-- Maximum dimension (height or width) of contact display photos -->
+ <!--
+ Maximum dimension (height or width) of contact display photos or
+ photos from the social stream.
+ -->
<integer name="config_max_display_photo_dim">256</integer>
<!-- Maximum dimension (height or width) of contact photo thumbnails -->