Romain Guy
d33224b35f
am 34186480: Merge "Foundation for tiling optimization" into jb-mr1-dev
...
* commit '34186480640f55aa4bd3c9bdf5319b906525fba2':
Foundation for tiling optimization
2012-09-13 20:33:02 -07:00
Romain Guy
3418648064
Merge "Foundation for tiling optimization" into jb-mr1-dev
2012-09-13 20:31:02 -07:00
Romain Guy
85ef80d890
Foundation for tiling optimization
...
Change-Id: I4db32a4749f196472ba0dde7e102439d2ba4a3a7
2012-09-13 20:26:50 -07:00
Stephen Hines
9249594935
am 2f2f0d40: Merge "Failing uchar4->int4 test" into jb-mr1-dev
...
* commit '2f2f0d40e8d404721167f8dd442fe80e794769d8':
Failing uchar4->int4 test
2012-09-13 19:48:50 -07:00
Stephen Hines
2f2f0d40e8
Merge "Failing uchar4->int4 test" into jb-mr1-dev
2012-09-13 19:45:56 -07:00
Svetoslav Ganov
0e0e91aa9f
am a6d846af: Merge "Fix the build" into jb-mr1-dev
...
* commit 'a6d846afeaa67a503d189bcbc455b31ebe7a15b6':
Fix the build
2012-09-13 19:43:55 -07:00
Svetoslav Ganov
a6d846afea
Merge "Fix the build" into jb-mr1-dev
2012-09-13 19:40:53 -07:00
Svetoslav Ganov
3240ad0f39
Fix the build
...
Change-Id: Ibdabfbd70fe27188be3361792b2886dec78a49d4
2012-09-13 19:40:03 -07:00
Jeff Brown
6e35180586
am 44015010: Merge "Eat copy pasta." into jb-mr1-dev
...
* commit '44015010acefa952b66e8405849314363a52242d':
Eat copy pasta.
2012-09-13 19:28:20 -07:00
Jeff Brown
44015010ac
Merge "Eat copy pasta." into jb-mr1-dev
2012-09-13 19:26:46 -07:00
Jeff Brown
5380a064c3
Eat copy pasta.
...
Change-Id: I74cbad279c15f1999cc68d732fc04d6c448b5c39
2012-09-13 19:24:57 -07:00
Christopher Tate
78d2a66ac1
Fix Settings writes to a different user
...
Oops. Stacked bugs: first, the desired user handle was not properly
being passed from the call() entry point to the database operations;
then on top of that, the client-side cache management was still
looking in the local user's cache for the data, so a request to read
a different user's settings would return the local user's instead if
that key was already known to the local user's cache.
Reads and writes of a different user's settings are now uncached,
so they're relatively much slower. They're rare, however, so this
is not something to worry about unless we encounter a real world
case where it's a significant factor.
This CL also adds a bit of cross-user settings read/write testing
to the existing provider suite. These new tests caught both the
known wrong-user-write bug and discovered the client-side cache
bug, so yay.
Finally, the existing wholesale mutual-exclusion approach would
deadlock in certain circumstances due to the fact that the
settings database creation code might have to call out to the
Package Manager while populating the bookmark/shortcut table,
and the Package Manager would then call back into the settings
provider in the course of handling that request. The synchronization
regime has been significantly tightened up now: now the database
code [which is known to deal with concurrency itself] is allowed
to cope with multiple parallel openers of the same db; this
allows the settings provider to avoid calling out to other parts
of the system even implicitly while its internal lock is held.
Change-Id: Ib77d445b4a2ec658cc5c210830f6977c981f87ed
2012-09-13 19:15:54 -07:00
Jeff Brown
bc63023f3d
am 3a1136ee: Merge "We don\'t need black frames for forced display size." into jb-mr1-dev
...
* commit '3a1136eeeb6c2b30b0528e30c41ce36bda35c531':
We don't need black frames for forced display size.
2012-09-13 18:58:36 -07:00
Jeff Brown
3a1136eeeb
Merge "We don't need black frames for forced display size." into jb-mr1-dev
2012-09-13 18:55:32 -07:00
Svetoslav Ganov
0ae6039adc
am 33aef98f: Allowing association between a view and its label for accessibility.
...
* commit '33aef98fd28dcac0a2ad37e7329afd3e666f5e0a':
Allowing association between a view and its label for accessibility.
2012-09-13 18:47:06 -07:00
Alan Viverette
0f2d09fc59
am 0f755134: Revert "Add accessibility scroll actions to TabWidget"
...
* commit '0f7551341f7504632e4943c66d6a4fd504bf5a0e':
Revert "Add accessibility scroll actions to TabWidget"
2012-09-13 18:41:53 -07:00
Svetoslav Ganov
33aef98fd2
Allowing association between a view and its label for accessibility.
...
1. For accessibility purposes it is important to be able to associate
a view with content with a view that labels it. For example, if
an accessibility service knows that a TextView is associated with
an EditText, it can provide much richer feedback.
This change adds APIs for setting a view to be the label for another
one and setting the label for a view, i.e. the reverse association.
bug:5016937
Change-Id: I7b837265c5ed9302e3ce352396dc6e88413038b5
2012-09-13 18:41:40 -07:00
Alan Viverette
0f7551341f
Revert "Add accessibility scroll actions to TabWidget"
...
This reverts commit 6053088884171f67e2df253576eab116fd05b4fe
Change-Id: Ia648d7e3e092c396a038740d708de37fe4169d80
2012-09-13 18:36:06 -07:00
Chris Craik
9f44a13a12
Multiply alpha for AA as late as possible
...
Should be done after all color computation
Change-Id: Iaadd565f7d2263f111f6841a00e7c341025833d3
2012-09-13 18:34:55 -07:00
Jatin Lodhia
8d16778efd
Update account list on account picker activity resume
...
Activities which help select an account gather the list of accounts only during create and dont update it agian. When a user moves out of the account selection activity by clicking home page, deletes an accout in the background and comes back to the earlier accout selection activity, the deleted account still exists as an option. This cl fixes this by updating the account list on resume.
Bug: 7135608
Change-Id: Idc9a2fa6451b032310c0ad66f6db0e2f0967feeb
2012-09-13 18:23:10 -07:00
Winson Chung
901f02d025
am ed1395f3: Updating Wifi/Mobile tiles to reflect actual connection state with new assets.
...
* commit 'ed1395f3981193c762e436cd1db725ce70022e43':
Updating Wifi/Mobile tiles to reflect actual connection state with new assets.
2012-09-13 18:16:58 -07:00
Winson Chung
ed1395f398
Updating Wifi/Mobile tiles to reflect actual connection state with new assets.
...
Change-Id: Ic1cd78c77f94f1c9cf9bbc1bcea3082ca536d94c
2012-09-13 18:16:02 -07:00
Jason Sams
1c629cd154
am 35f3a224: Merge "Unhide intrinsics and document API." into jb-mr1-dev
...
* commit '35f3a2241809e8f54216b531847f67306b679c4d':
Unhide intrinsics and document API.
2012-09-13 18:10:06 -07:00
Jason Sams
35f3a22418
Merge "Unhide intrinsics and document API." into jb-mr1-dev
2012-09-13 18:06:28 -07:00
Adam Powell
c59d86ef15
am 83835b17: Merge "Break flings with opposing velocities" into jb-mr1-dev
...
* commit '83835b17f259fc38478c72b7f59b14796bbc622a':
Break flings with opposing velocities
2012-09-13 17:26:39 -07:00
Winson Chung
9e299c3e47
am 81665b9b: Merge "Updating assets, fixing Battery tile to show proper states." into jb-mr1-dev
...
* commit '81665b9b370ef6283e2c02cddfa644f1ed0f47c4':
Updating assets, fixing Battery tile to show proper states.
2012-09-13 17:26:34 -07:00
Craig Mautner
c7f3f93005
am 4796dfd9: Merge "Improve debug output." into jb-mr1-dev
...
* commit '4796dfd92cd8abc102be2b65b9991ae264eaf672':
Improve debug output.
2012-09-13 17:26:31 -07:00
Jason Sams
80d819033d
Unhide intrinsics and document API.
...
Change-Id: I0233245c68f9a08780213062e62cfea6cf909c13
2012-09-13 17:00:48 -07:00
Adam Powell
83835b17f2
Merge "Break flings with opposing velocities" into jb-mr1-dev
2012-09-13 16:45:24 -07:00
Winson Chung
81665b9b37
Merge "Updating assets, fixing Battery tile to show proper states." into jb-mr1-dev
2012-09-13 16:38:49 -07:00
Winson Chung
eaa5ab01a1
Updating assets, fixing Battery tile to show proper states.
...
Change-Id: I0df6d62f57e8034f17d6add31416b050af8a0c15
2012-09-13 16:36:59 -07:00
Craig Mautner
4796dfd92c
Merge "Improve debug output." into jb-mr1-dev
2012-09-13 16:35:56 -07:00
Craig Mautner
dc5a6384e7
Improve debug output.
...
Change-Id: I94f46e1e373dc9e67bfbc1d1847399c119ec2fcb
2012-09-13 16:34:41 -07:00
Adam Powell
cd66359ab9
Break flings with opposing velocities
...
Change-Id: Iafab692997ad7c2cbbf02d786a716e6edb6475a7
2012-09-13 16:28:29 -07:00
Jeff Brown
76a3cb9773
We don't need black frames for forced display size.
...
Now that surface flinger lets us set a display projection,
the window manager no longer needs to place a black frame
around the content when simulating a different display size.
Bug: 7139798
Change-Id: I6014390f47444633d434ccf918cee5ff7b502869
2012-09-13 16:02:10 -07:00
Jeff Brown
e63a1a05d7
am cdfc56a3: Merge "Add preliminary API for reporting display capabilities." into jb-mr1-dev
...
* commit 'cdfc56a3872f6bae7c43aedd5c718c5fa3fbdf9d':
Add preliminary API for reporting display capabilities.
2012-09-13 15:36:19 -07:00
Jeff Brown
cdfc56a387
Merge "Add preliminary API for reporting display capabilities." into jb-mr1-dev
2012-09-13 15:34:51 -07:00
Victoria Lease
c6500d2e27
am 1f1f5970: Merge "Require ACCESS_FINE_LOCATION for Geofence use." into jb-mr1-dev
...
* commit '1f1f5970f9b256c89e94ac6876f8d8204e4b2fb9':
Require ACCESS_FINE_LOCATION for Geofence use.
2012-09-13 15:34:31 -07:00
Jeff Brown
1eb6314dd0
am 45a0b90a: Merge "Enable remote submix for wifi display." into jb-mr1-dev
...
* commit '45a0b90a7ed7ebd8219a7a6d7b9e64c55183523a':
Enable remote submix for wifi display.
2012-09-13 15:34:28 -07:00
Victoria Lease
1f1f5970f9
Merge "Require ACCESS_FINE_LOCATION for Geofence use." into jb-mr1-dev
2012-09-13 15:32:00 -07:00
Jeff Brown
45a0b90a7e
Merge "Enable remote submix for wifi display." into jb-mr1-dev
2012-09-13 15:32:00 -07:00
Svetoslav Ganov
e6a0b56032
am 83cdb021: Merge "Add accessibility scroll actions to TabWidget" into jb-mr1-dev
...
* commit '83cdb021eb9a8cfe26cd565febadb1a70380f3a9':
Add accessibility scroll actions to TabWidget
2012-09-13 15:07:10 -07:00
Svetoslav Ganov
83cdb021eb
Merge "Add accessibility scroll actions to TabWidget" into jb-mr1-dev
2012-09-13 15:04:03 -07:00
Christopher Tate
b0f34c8e18
am 303309cb: Merge "Settings db upgrade steps only apply to the owner user" into jb-mr1-dev
...
* commit '303309cb42ed989ef5988d058bfa9c5fdd5f972d':
Settings db upgrade steps only apply to the owner user
2012-09-13 14:51:40 -07:00
Jason Sams
0bbfffbdd4
am bd6acda9: Merge "Fix bugs in grain where values could go out of bounds." into jb-mr1-dev
...
* commit 'bd6acda96f8bcff8b47502e2fca8672972013abe':
Fix bugs in grain where values could go out of bounds.
2012-09-13 14:48:21 -07:00
Christopher Tate
303309cb42
Merge "Settings db upgrade steps only apply to the owner user" into jb-mr1-dev
2012-09-13 14:48:20 -07:00
Kenny Root
5d6d5f3d7a
am 24271a8c: Merge "Use shared app gid for forward-locked processes" into jb-mr1-dev
...
* commit '24271a8c4c55a60047fd3d35c8a7af98b0f4e666':
Use shared app gid for forward-locked processes
2012-09-13 14:46:38 -07:00
Christopher Tate
59c5beec64
Settings db upgrade steps only apply to the owner user
...
Change-Id: Ib74b42bcc2554edf721199f31f563daa9fc227a2
2012-09-13 14:46:25 -07:00
Jason Sams
bd6acda96f
Merge "Fix bugs in grain where values could go out of bounds." into jb-mr1-dev
2012-09-13 14:44:34 -07:00
Kenny Root
24271a8c4c
Merge "Use shared app gid for forward-locked processes" into jb-mr1-dev
2012-09-13 14:43:20 -07:00