Christopher Tate
353bd75bba
am 18414c4d: Merge "Provide SharedPreferences coherence guarantees for BackupAgent" into jb-mr2-dev
...
* commit '18414c4db7a2cd7d7b872e4cd4583bc8b7a4fcc0':
Provide SharedPreferences coherence guarantees for BackupAgent
2013-04-20 21:34:52 -07:00
Victoria Lease
7e170b6321
am bcf3ec96: Merge "do not attempt to parcel unknown ParcelableSpans" into jb-mr2-dev
...
* commit 'bcf3ec96a46aacba58af62ed963ebf1c812c8179':
do not attempt to parcel unknown ParcelableSpans
2013-04-20 21:34:52 -07:00
Dianne Hackborn
5b00f5584a
am b3bffa80: Merge "Follow up on issue #8159072 : Spinner widget should be RTL\'ized" into jb-mr2-dev
...
* commit 'b3bffa8080c4b04285897d18f913cf6385b0e9e1':
Follow up on issue #8159072 : Spinner widget should be RTL'ized
2013-04-20 21:34:51 -07:00
Craig Mautner
70f30d217c
am c1876b25: Merge "Improve javadoc for rotationAnimation." into jb-mr2-dev
...
* commit 'c1876b256cff17ebf33e32c5a0cdaaeb7d8be2ec':
Improve javadoc for rotationAnimation.
2013-04-20 21:34:51 -07:00
Christopher Tate
18414c4db7
Merge "Provide SharedPreferences coherence guarantees for BackupAgent" into jb-mr2-dev
2013-04-19 22:34:02 +00:00
Victoria Lease
bcf3ec96a4
Merge "do not attempt to parcel unknown ParcelableSpans" into jb-mr2-dev
2013-04-19 22:33:43 +00:00
Dianne Hackborn
b3bffa8080
Merge "Follow up on issue #8159072 : Spinner widget should be RTL'ized" into jb-mr2-dev
2013-04-19 22:18:12 +00:00
Dianne Hackborn
f1ae269c06
Follow up on issue #8159072 : Spinner widget should be RTL'ized
...
Only allow through changing direction configs for drawables.
Explicitly map layout direction values to an index in the
preload arrays.
Drawables that don't vary by configuration should go in to both
the rtl and ltr preloads.
Change-Id: Ib92dd11738082a795e02d1d4191adb54702d651c
2013-04-19 14:50:27 -07:00
Craig Mautner
c1876b256c
Merge "Improve javadoc for rotationAnimation." into jb-mr2-dev
2013-04-19 21:30:21 +00:00
Christopher Tate
f85f5b2125
Provide SharedPreferences coherence guarantees for BackupAgent
...
SharedPreferences uses deferred writes internally, and the public
API doesn't allow apps to explicitly synchronize with this, so the
backup/restore implementation needs to take a little care to make
sure that the app process isn't killed before the deferred writes
land on disk. This parallels the coherence guarantees around
SharedPreference that the Activity and Service lifecycles provide.
Bug 8659368
Change-Id: I853e54f9fb0d2d260dbe6e40d640959f998092df
2013-04-19 14:30:11 -07:00
Christopher Tate
10786aa1d6
am a6a8ba84: Merge "Correct a small doc error"
...
* commit 'a6a8ba844cc47ab4eea204115788f050811f9335':
Correct a small doc error
2013-04-19 14:00:47 -07:00
Victoria Lease
577ba5354b
do not attempt to parcel unknown ParcelableSpans
...
Bug: 8639983
Change-Id: I27335f6e9d3a0671ecdd161fdbf765785ef8065d
2013-04-19 13:38:34 -07:00
Christopher Tate
a6a8ba844c
Merge "Correct a small doc error"
2013-04-19 20:37:31 +00:00
Jeff Tinker
408e663712
am 26a54eca: Merge "Correct algorithm property name and clarify javadoc description of device unique id property." into jb-mr2-dev
...
* commit '26a54ecaa556f72086790caa133e5a8d31652d8a':
Correct algorithm property name and clarify javadoc description of device unique id property.
2013-04-19 13:35:40 -07:00
Jeff Sharkey
1b50e4ead5
am ca2a6374: Merge "Environment should only warn when asked." into jb-mr2-dev
...
* commit 'ca2a6374aadb95ca3f151d4bc2fdd3127f04e5e7':
Environment should only warn when asked.
2013-04-19 13:35:37 -07:00
Scott Kennedy
61396a8b1f
Correct a small doc error
...
Change-Id: I2adcc169193452549e55ac10958f0e28216aeb15
2013-04-19 13:35:16 -07:00
Jeff Tinker
26a54ecaa5
Merge "Correct algorithm property name and clarify javadoc description of device unique id property." into jb-mr2-dev
2013-04-19 20:32:35 +00:00
Jeff Sharkey
ca2a6374aa
Merge "Environment should only warn when asked." into jb-mr2-dev
2013-04-19 20:32:25 +00:00
Adam Cohen
7b2ad857a8
am 12a7f76c: Merge "Fix system server crash when uninstalling paid LS widget that has been added (issue 8647398)" into jb-mr2-dev
...
* commit '12a7f76c8687053d139d670631e7cef7031f8c48':
Fix system server crash when uninstalling paid LS widget that has been added (issue 8647398)
2013-04-19 13:30:05 -07:00
Jeff Sharkey
48749fc78a
Environment should only warn when asked.
...
Instead of warning on Process.SYSTEM_UID, which is also used by the
Settings app, change to have the parent process explicitly ask for
warnings.
Bug: 8667286
Change-Id: Ib26676694a4041ff4e6d3ffdcc14055b7eba13c7
2013-04-19 13:27:43 -07:00
Adam Cohen
12a7f76c86
Merge "Fix system server crash when uninstalling paid LS widget that has been added (issue 8647398)" into jb-mr2-dev
2013-04-19 20:26:02 +00:00
Jason Sams
dd240d9a30
am 0935f258: Merge "Updating API based on feedback" into jb-mr2-dev
...
* commit '0935f258dc2fd1eeadf9d502abbd1e409f68ac67':
Updating API based on feedback
2013-04-19 13:13:18 -07:00
Jason Sams
0935f258dc
Merge "Updating API based on feedback" into jb-mr2-dev
2013-04-19 20:09:55 +00:00
Craig Mautner
bdcc9a5811
Improve javadoc for rotationAnimation.
...
Clarified use of rotationAnimation. Did not add a comment
for ROTATION_ANIMATION_CHANGED as that would be inconsistent
with the other twelve <parameter>_CHANGED flags that it
follows in the source code.
Fixes bug 8657715.
Change-Id: I03b5caf3d6a93ca0044f58485c94c7a600e835a8
2013-04-19 13:08:47 -07:00
Scott Main
a53a44bf16
am 80b16639: am b20a943a: am 7c0523d0: am 22881a14: am 3ef011d1: am 9ffe5dff: add email links for android branding bug:8666523
...
* commit '80b1663937462d8ade4eb0187325fb01cc77df3f':
add email links for android branding bug:8666523
2013-04-19 13:05:45 -07:00
Scott Main
1e76254d62
am 3b4f85b7: am e397020d: am 102e9e5a: am 1b95cc41: am 653a00e2: am 6afeb0e5: search suggest tags for google service docs and exclude a whole bunch from suggestions
...
* commit '3b4f85b715399dc044fbaafda37ce74863d55370':
search suggest tags for google service docs and exclude a whole bunch from suggestions
2013-04-19 13:05:42 -07:00
Scott Main
80b1663937
am b20a943a: am 7c0523d0: am 22881a14: am 3ef011d1: am 9ffe5dff: add email links for android branding bug:8666523
...
* commit 'b20a943a4e389d8f95e39712ec5acc9c07bcdc47':
add email links for android branding bug:8666523
2013-04-19 13:03:12 -07:00
Scott Main
3b4f85b715
am e397020d: am 102e9e5a: am 1b95cc41: am 653a00e2: am 6afeb0e5: search suggest tags for google service docs and exclude a whole bunch from suggestions
...
* commit 'e397020d4d9144583d4dc05e1ed8ded254b21162':
search suggest tags for google service docs and exclude a whole bunch from suggestions
2013-04-19 13:03:04 -07:00
Scott Main
b20a943a4e
am 7c0523d0: am 22881a14: am 3ef011d1: am 9ffe5dff: add email links for android branding bug:8666523
...
* commit '7c0523d099f9b27c2b1bbdc2ad9a770efd12e629':
add email links for android branding bug:8666523
2013-04-19 12:58:54 -07:00
Scott Main
e397020d4d
am 102e9e5a: am 1b95cc41: am 653a00e2: am 6afeb0e5: search suggest tags for google service docs and exclude a whole bunch from suggestions
...
* commit '102e9e5adf6004dcd503b0ca331c1c2298a4e784':
search suggest tags for google service docs and exclude a whole bunch from suggestions
2013-04-19 12:58:51 -07:00
Jason Sams
f64cca905c
Updating API based on feedback
...
bug 8656887
This hides the methods used to support Camera
Fixes the oversight in LaunchControl
Documents some missing functions
Change-Id: I5b19b65dd5ddf9917100192c180bb63d89c80679
2013-04-19 12:56:37 -07:00
Scott Main
7c0523d099
am 22881a14: am 3ef011d1: am 9ffe5dff: add email links for android branding bug:8666523
...
* commit '22881a1479d172f8896ab1707453c9cc16abd986':
add email links for android branding bug:8666523
2013-04-19 12:55:35 -07:00
Scott Main
102e9e5adf
am 1b95cc41: am 653a00e2: am 6afeb0e5: search suggest tags for google service docs and exclude a whole bunch from suggestions
...
* commit '1b95cc41d097d4a1e070b949f46eb13e2fec887a':
search suggest tags for google service docs and exclude a whole bunch from suggestions
2013-04-19 12:55:32 -07:00
Scott Main
22881a1479
am 3ef011d1: am 9ffe5dff: add email links for android branding bug:8666523
...
* commit '3ef011d18557d41964bb47b67d5526fc27d30295':
add email links for android branding bug:8666523
2013-04-19 12:51:18 -07:00
Scott Main
1b95cc41d0
am 653a00e2: am 6afeb0e5: search suggest tags for google service docs and exclude a whole bunch from suggestions
...
* commit '653a00e240c618897932c3103dff49c5dbdfb196':
search suggest tags for google service docs and exclude a whole bunch from suggestions
2013-04-19 12:51:15 -07:00
Scott Main
3ef011d185
am 9ffe5dff: add email links for android branding bug:8666523
...
* commit '9ffe5dff76704dbd64ee101f12f32d07e69f95f4':
add email links for android branding bug:8666523
2013-04-19 12:47:29 -07:00
Scott Main
653a00e240
am 6afeb0e5: search suggest tags for google service docs and exclude a whole bunch from suggestions
...
* commit '6afeb0e5e7343bcafd9620bfc04c21cad9f08edb':
search suggest tags for google service docs and exclude a whole bunch from suggestions
2013-04-19 12:47:26 -07:00
Irfan Sheriff
d87bb31246
am 4a1d9513: Merge "Fix NPE issues seen by CTS" into jb-mr2-dev
...
* commit '4a1d95139a57b8726fb168b08a5c54b9a134c8df':
Fix NPE issues seen by CTS
2013-04-19 12:47:05 -07:00
Amith Yamasani
ba56701493
am e37c8f78: Merge "Improve API and documentation" into jb-mr2-dev
...
* commit 'e37c8f781abb045ec4a0b872e5e6afe48eee021a':
Improve API and documentation
2013-04-19 12:47:01 -07:00
Carlos Valdivia
f2c12911fb
am 58156b41: Merge "Fix NPE when restarting ChooseTypeAndAccountActiivty." into jb-mr2-dev
...
* commit '58156b4123acf92f2a03885136a3b6859801f000':
Fix NPE when restarting ChooseTypeAndAccountActiivty.
2013-04-19 12:46:59 -07:00
Jeff Sharkey
dde9559b78
am 24b55f25: Merge "Deprecate StatFs methods returning small values." into jb-mr2-dev
...
* commit '24b55f25c18fbed6b5d10ed33ddaab269cf1a01e':
Deprecate StatFs methods returning small values.
2013-04-19 12:46:56 -07:00
Irfan Sheriff
4a1d95139a
Merge "Fix NPE issues seen by CTS" into jb-mr2-dev
2013-04-19 19:43:46 +00:00
Amith Yamasani
e37c8f781a
Merge "Improve API and documentation" into jb-mr2-dev
2013-04-19 19:10:02 +00:00
Amith Yamasani
3b458ad9ee
Improve API and documentation
...
API for querying accounts visible to a specific package.
Improve API and docs for device owner.
Bug: 8657158
Change-Id: I01b8701534f64b383391508a49ae93ed21f22ae0
2013-04-19 12:07:46 -07:00
Scott Main
9ffe5dff76
add email links for android branding
...
bug:8666523
Change-Id: Iee2fe78d7b9ab46723cc3407b9a8eede822b359c
2013-04-19 11:52:35 -07:00
Carlos Valdivia
58156b4123
Merge "Fix NPE when restarting ChooseTypeAndAccountActiivty." into jb-mr2-dev
2013-04-19 18:38:34 +00:00
Jeff Sharkey
24b55f25c1
Merge "Deprecate StatFs methods returning small values." into jb-mr2-dev
2013-04-19 18:21:09 +00:00
Daniel Sandler
b0efef2f73
am f535c820: Merge "Restore dock home support for car docks." into jb-mr2-dev
...
* commit 'f535c820c428d4eefffcb224f2572a9c5b9965ea':
Restore dock home support for car docks.
2013-04-19 11:03:31 -07:00
Fabrice Di Meglio
07fedf58dd
am b08aa235: Merge "Improve fix for bug #8159072 Spinner widget should be RTL\'ized" into jb-mr2-dev
...
* commit 'b08aa2354ff3b1bd1c7d705b82a7c1e62674ee50':
Improve fix for bug #8159072 Spinner widget should be RTL'ized
2013-04-19 11:03:28 -07:00
Daniel Sandler
f535c820c4
Merge "Restore dock home support for car docks." into jb-mr2-dev
2013-04-19 18:00:17 +00:00