Kenny Root
a5d29b2c14
am 9bef3294: Merge changes Ie3c8ca8d,Ia175b36d into jb-mr1-dev
...
* commit '9bef3294d3660a85442829a25c9777e25d3c3cc8':
Try to free cache before giving up on install
Robustly add symlink and add for non-primary users
2012-10-19 16:40:07 -07:00
Kenny Root
9bef3294d3
Merge changes Ie3c8ca8d,Ia175b36d into jb-mr1-dev
...
* changes:
Try to free cache before giving up on install
Robustly add symlink and add for non-primary users
2012-10-19 16:37:55 -07:00
Eric Laurent
a09dd3a608
am 7e1664d4: Merge "New camera sounds" into jb-mr1-dev
...
* commit '7e1664d44be6174c772fc3d2dc8ef9f5f5824390':
New camera sounds
2012-10-19 16:15:39 -07:00
Eric Laurent
7e1664d44b
Merge "New camera sounds" into jb-mr1-dev
2012-10-19 16:13:08 -07:00
Svetoslav Ganov
19f2b16cb6
am 9823723d: Merge "Cannot pan in browser if magnification is enabled." into jb-mr1-dev
...
* commit '9823723d0f0bb47dfd3a6b251d7155dc1eb0918b':
Cannot pan in browser if magnification is enabled.
2012-10-19 14:50:02 -07:00
Svetoslav Ganov
9823723d0f
Merge "Cannot pan in browser if magnification is enabled." into jb-mr1-dev
2012-10-19 14:46:40 -07:00
Christopher Tate
e9472f2937
am 935415a0: Merge "Document immutable requirement of SharedPreferences return objects" into jb-mr1-dev
...
* commit '935415a050be75f582f632dd168be9fbb047137b':
Document immutable requirement of SharedPreferences return objects
2012-10-19 14:41:16 -07:00
Christopher Tate
935415a050
Merge "Document immutable requirement of SharedPreferences return objects" into jb-mr1-dev
2012-10-19 14:38:05 -07:00
Christopher Tate
01ed79c578
Document immutable requirement of SharedPreferences return objects
...
In particular, make it quite clear that the set returned by
getStringSet() must not be modfied by the app, period; and
add a similar caution about the map returned via getAll().
Also, fix a bug that could lead to unexpected data being committed
if the set instance passed to putStringSet() was mutated by the
app after that call (including mutations after commit() was
invoked).
Bug 7312641
Change-Id: If9a1be1b0669ac879ff7a7dc67a8805548ea10cc
2012-10-19 13:43:52 -07:00
Adam Cohen
7ff0fa48c2
am 6dad395c: Merge "Fix transition into Recents with live wallpaper" into jb-mr1-dev
...
* commit '6dad395ca8d5ff4ae278ac82a6de7a1ed2e36b49':
Fix transition into Recents with live wallpaper
2012-10-19 13:19:25 -07:00
Adam Cohen
6dad395ca8
Merge "Fix transition into Recents with live wallpaper" into jb-mr1-dev
2012-10-19 13:17:54 -07:00
Irfan Sheriff
cacc479207
am 61e42262: Fix group join CTS test
...
* commit '61e42262000549b78843f0959043fec8367ed189':
Fix group join CTS test
2012-10-19 12:40:40 -07:00
Irfan Sheriff
61e4226200
Fix group join CTS test
...
Bug: 7379336
Change-Id: I20ead7e8c0d855be523bdfd8d9cb9eaa4b8fcac1
2012-10-19 12:30:47 -07:00
Fabrice Di Meglio
af26ac3130
am 398a6713: Merge "Fix bug #7367429 Popup window should get its direction from it Anchor View if it can" into jb-mr1-dev
...
* commit '398a6713c355cf59af071e944268aec7c0096b5a':
Fix bug #7367429 Popup window should get its direction from it Anchor View if it can
2012-10-19 11:36:12 -07:00
Fabrice Di Meglio
398a6713c3
Merge "Fix bug #7367429 Popup window should get its direction from it Anchor View if it can" into jb-mr1-dev
2012-10-19 11:33:01 -07:00
Jeff Sharkey
e4109957ec
am ba0372db: Merge "Parcel VpnProfile without using disk format." into jb-mr1-dev
...
* commit 'ba0372db366e63fa928ba83f3ad8c064c51ac8e0':
Parcel VpnProfile without using disk format.
2012-10-19 11:16:41 -07:00
Jeff Sharkey
ba0372db36
Merge "Parcel VpnProfile without using disk format." into jb-mr1-dev
2012-10-19 11:12:59 -07:00
John Spurlock
7404f28b11
am 8c820256: Merge "Frameworks base: Promote dream setting defaults to config." into jb-mr1-dev
...
* commit '8c82025650fdbcb2a80be03f8be6dbff430b678c':
Frameworks base: Promote dream setting defaults to config.
2012-10-19 11:02:40 -07:00
John Spurlock
8c82025650
Merge "Frameworks base: Promote dream setting defaults to config." into jb-mr1-dev
2012-10-19 11:00:00 -07:00
Jeff Sharkey
6e7aa77565
Parcel VpnProfile without using disk format.
...
The on-disk format of VpnProfile only stores the username/password
when saveLogin is set, which was dropping them across IPC boundaries.
Bug: 7378327
Change-Id: I30c16efb358ab8f8d3d9229bbf9811146fe034ce
2012-10-19 10:48:11 -07:00
Romain Guy
eb78cf538f
am 8b946c05: Merge "Defer layer rendering to avoid stalls Bug #7326824 " into jb-mr1-dev
...
* commit '8b946c055ddd90cf79cd407c9f68a013d5d24c2a':
Defer layer rendering to avoid stalls Bug #7326824
2012-10-19 10:43:04 -07:00
Romain Guy
8b946c055d
Merge "Defer layer rendering to avoid stalls Bug #7326824 " into jb-mr1-dev
2012-10-19 10:40:28 -07:00
Justin Koh
75c61d83bf
Merge "Add appliance mode handling for WiFi Direct invitation dialog." into jb-mr1-aah-dev
2012-10-19 10:13:35 -07:00
Michael Jurka
833808d0c6
Fix transition into Recents with live wallpaper
...
Fixes regression introduced by:
738cfc91053fc888397ec2d139e0798f8c95b3ca
(Fixing wallpaper flash when going in/out of Recents)
2012-10-19 19:12:29 +02:00
Craig Mautner
444354d2c6
am 0ed07a0a: Merge "Allow getDisplayContentLocked to return null..." into jb-mr1-dev
...
* commit '0ed07a0a30ef71053d0426956d3c198bb7540d4e':
Allow getDisplayContentLocked to return null...
2012-10-19 09:30:06 -07:00
Craig Mautner
0ed07a0a30
Merge "Allow getDisplayContentLocked to return null..." into jb-mr1-dev
2012-10-19 09:27:06 -07:00
Michael Jurka
9019335cd2
am e9687ba8: Merge "Fixing wallpaper flash when going in/out of Recents" into jb-mr1-dev
...
* commit 'e9687ba8bdccc27f98fe1dcdc48faac0c0de4c18':
Fixing wallpaper flash when going in/out of Recents
2012-10-19 09:09:06 -07:00
Michael Jurka
aee6cbd415
am 80343f64: Fix recents animations for secondary users
...
* commit '80343f646f9686528212f82163a77ef48e30f4c3':
Fix recents animations for secondary users
2012-10-19 09:09:02 -07:00
Michael Jurka
e9687ba8bd
Merge "Fixing wallpaper flash when going in/out of Recents" into jb-mr1-dev
2012-10-19 09:06:49 -07:00
John Spurlock
ed108f3d12
Frameworks base: Promote dream setting defaults to config.
...
So that:
- the values can be shared (to fix assoc bug)
- the values can be customized in product overlays
Bug:7373284
Change-Id: I37f037082523a3d975f6014f36afa28c60117372
2012-10-19 11:32:03 -04:00
Michael Jurka
738cfc9105
Fixing wallpaper flash when going in/out of Recents
...
Bug: 7372516
Bug: 7216872
Change-Id: I2a2308a85caf9f2ad2d382c709e5f8867bd060be
2012-10-19 16:58:50 +02:00
Michael Jurka
80343f646f
Fix recents animations for secondary users
...
Bug: 7361640
Change-Id: Ibd177bf01758fb8706b82dcf3bf234e052c38aa3
2012-10-19 16:50:29 +02:00
Svetoslav Ganov
ff6c329f61
Cannot pan in browser if magnification is enabled.
...
1. We cache some events to see if the user wants to trigger magnification. If no
magnification is triggered we inject these events with adjusted time and down
time to prevent subsequent transformations being confused by stale events.
After the cached events, which always have a down, are injected we need to also
update the down time of all subsequent non cached events.
bug:7379388
Change-Id: I41d8b831cc1016a0ee8f9c5ef5f42eb60a6f64d9
2012-10-19 02:15:44 -07:00
Geremy Condra
01e99adaed
am a1f739ea: Merge "Change android.permission.SERIAL_PORT to signature|system." into jb-mr1-dev
...
* commit 'a1f739ea83b6d770b8469ae1c2c4161f6fe96334':
Change android.permission.SERIAL_PORT to signature|system.
2012-10-19 00:02:41 -07:00
Geremy Condra
a1f739ea83
Merge "Change android.permission.SERIAL_PORT to signature|system." into jb-mr1-dev
2012-10-18 23:59:37 -07:00
Jeff Brown
fee1a2109e
am 1d2b445d: Merge "Reduce auto-brightness jitter." into jb-mr1-dev
...
* commit '1d2b445d7431420b7cfbd9ef3fe4e326e121eeae':
Reduce auto-brightness jitter.
2012-10-18 23:26:23 -07:00
Jeff Sharkey
93b17876d4
am 5831159b: Merge "More migration to Global settings." into jb-mr1-dev
...
* commit '5831159b8d4cf85fa46e2c4cb8e7d9f750014d6f':
More migration to Global settings.
2012-10-18 23:26:15 -07:00
Jeff Brown
fba021eaac
am ce78b026: Merge "Fix deadlock." into jb-mr1-dev
...
* commit 'ce78b026179bc041bce9c9e2d8b63b79a97cbf67':
Fix deadlock.
2012-10-18 23:26:11 -07:00
Jeff Brown
1d2b445d74
Merge "Reduce auto-brightness jitter." into jb-mr1-dev
2012-10-18 23:23:57 -07:00
Jeff Sharkey
5831159b8d
Merge "More migration to Global settings." into jb-mr1-dev
2012-10-18 23:23:16 -07:00
Jeff Brown
ce78b02617
Merge "Fix deadlock." into jb-mr1-dev
2012-10-18 23:22:02 -07:00
Dave Burke
744b4dca34
am 09a5321c: Merge "Revert "Revert "This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height.""" into jb-mr1-dev
...
* commit '09a5321c60c02d944684abb98e0daec9dd810fab':
Revert "Revert "This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height.""
2012-10-18 21:05:29 -07:00
Dave Burke
09a5321c60
Merge "Revert "Revert "This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height.""" into jb-mr1-dev
2012-10-18 21:02:13 -07:00
Dave Burke
579e14016c
Revert "Revert "This restores JB MR0 behavior where the framework throws an exception for improper layouts that are missing layout_width and/or layout_height.""
...
This reverts commit 57fca90ac65ecfe97acd4c93d442c3db8f815e11
Change-Id: I21b007a7d150a4c23f25a706cdba5cb86198198f
2012-10-18 20:41:55 -07:00
Eric Laurent
f526e1e048
New camera sounds
...
Added new camera shutter, video start and video stop sounds.
Bug 7377030.
Change-Id: If2215042fe812280122de40fb6de31c1541adb0c
2012-10-18 19:03:20 -07:00
Jeff Brown
4f0e969eab
Reduce auto-brightness jitter.
...
Apply additional hysteresis controls to prevent repeated brightness
changes within a short interval.
Bug: 7266090
Change-Id: I73122457f6f3200c80188d3716ce2baf38f6a0a6
2012-10-18 18:45:55 -07:00
Fabrice Di Meglio
b003e28c1d
Fix bug #7367429 Popup window should get its direction from it Anchor View if it can
...
- set the popup layout direction depending on the anchor view's layout direction
(if not defined before)
- make first pass of ViewRootImpl.performTraversals() and configuration update
not override any layout direction that could have been set before
Change-Id: I8e86ca805f0caf52c058d06aa7861df56fb862e6
2012-10-18 18:02:56 -07:00
Xavier Ducrohet
1a755c67e0
am ed5387be: am fcc93e73: (-s ours) am 135b5ba5: Layoutlib: Read and close XML files as soon as possible. do not merge.
...
* commit 'ed5387be7a78d6d54214683fe5bf8bc3039529b9':
Layoutlib: Read and close XML files as soon as possible. do not merge.
2012-10-18 17:54:25 -07:00
Xavier Ducrohet
ed5387be7a
am fcc93e73: (-s ours) am 135b5ba5: Layoutlib: Read and close XML files as soon as possible. do not merge.
...
* commit 'fcc93e734be9fe4608fb5a6818163104cdec3fb5':
Layoutlib: Read and close XML files as soon as possible. do not merge.
2012-10-18 17:52:21 -07:00
Xavier Ducrohet
fcc93e734b
am 135b5ba5: Layoutlib: Read and close XML files as soon as possible. do not merge.
...
* commit '135b5ba52431b147d51a81b807784009cd0510dd':
Layoutlib: Read and close XML files as soon as possible. do not merge.
2012-10-18 17:48:57 -07:00