summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding a very simple all-code scenegraph example.Alex Sakhartchouk2012-02-2110-45/+298
| | | | Change-Id: I776f8d8d0d3873c84141637d3479501ea92bac12
* Adding better default behaviour for programmatically created objects.Alex Sakhartchouk2012-02-217-22/+182
| | | | Change-Id: I24078b27f9ddf7f36855eaf223cd4211f459bc78
* Making sure stranded objects are not left behind.Alex Sakhartchouk2012-02-171-10/+8
| | | | Change-Id: If678d9dbf818e256862cfc0949015c2a4172bebd
* am 09170888: am cc1bd4bb: am c470b2dd: Merge "Part of fixing issue #6006757: ↵Justin Ho2012-02-161-11/+22
|\ | | | | | | | | | | | | Keyboard dismissal lags" into ics-mr1 * commit '09170888cbc501cd9819b1caccc99592bc6dd73f': Part of fixing issue #6006757: Keyboard dismissal lags
| * am cc1bd4bb: am c470b2dd: Merge "Part of fixing issue #6006757: Keyboard ↵Justin Ho2012-02-161-11/+22
| |\ | | | | | | | | | | | | | | | | | | dismissal lags" into ics-mr1 * commit 'cc1bd4bbbc7314ab7d3ba015c16ea78cbfd6459f': Part of fixing issue #6006757: Keyboard dismissal lags
| | * am c470b2dd: Merge "Part of fixing issue #6006757: Keyboard dismissal lags" ↵Justin Ho2012-02-161-11/+22
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | into ics-mr1 * commit 'c470b2dd49ae2c4894de22f7bdd9f91af1a085f8': Part of fixing issue #6006757: Keyboard dismissal lags
| | | * Merge "Part of fixing issue #6006757: Keyboard dismissal lags" into ics-mr1Justin Ho2012-02-161-11/+22
| | | |\
| | | | * Part of fixing issue #6006757: Keyboard dismissal lagsDianne Hackborn2012-02-151-11/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adjust various paths through InputMethodManager so that the flow in switching focus from one application to another is cleaner, resulting in less work being done, resulting in it being able to happen quicker. Some of the changes here avoid doing stuff when not needed, such as when we are told to unbind but are not currently the active input. A big part is also a change to the flow when a window receives input. Previously this would first do a checkFocus() which would tell the input method to switch focus to whatever view has focus in the window, followed by the windowGainedFocus() call telling it the window had gained focus. This would result in extra work because the input method service would first handle the focus switch, seeing the IME is currently displayed, so the IME would remain up and reset its focus to the new view. The app would immediately then tell it about the window, causing the service to find out the IME should be hidden and telling the IME, but the IME couldn't hide itself until it had first take care of switching its input. There is the definite potential of this breaking IME showing/hiding in cases depending on the order things may be relying on them to happen. I haven't seen any problems with a brief trip through the UI. Change-Id: I8494cbd6e19e2ab6db03f2463d9906680dda058b
* | | | | Merge "Piping texture names through shader builder. Fixing uint size_t ↵Alex Sakhartchouk2012-02-1621-296/+443
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | mismatch."
| * | | | | Piping texture names through shader builder.Alex Sakhartchouk2012-02-1521-296/+443
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing uint size_t mismatch. Change-Id: Ia7c8bd9f829deaa50e1cc381ccd50f29676bbdfb
* | | | | | am 22182aa3: am 9fc057aa: am 2a1d1917: Merge "docs: move USB installation ↵Scott Main2012-02-160-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | info into the OEM USB Drivers document because the Google USB Driver is deprecated, so consolidating the USB info makes more sense for the common case of needing an OEM driver A few changes to t * commit '22182aa3f7bc41c401bcb63fe6c86b735573cc07':
| * | | | | am 9fc057aa: am 2a1d1917: Merge "docs: move USB installation info into the ↵Scott Main2012-02-150-0/+0
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OEM USB Drivers document because the Google USB Driver is deprecated, so consolidating the USB info makes more sense for the common case of needing an OEM driver A few changes to the device set * commit '9fc057aab4f08e5a40de665549f48bece0c7bd63':
| | * \ \ \ \ am 2a1d1917: Merge "docs: move USB installation info into the OEM USB ↵Scott Main2012-02-153-206/+212
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drivers document because the Google USB Driver is deprecated, so consolidating the USB info makes more sense for the common case of needing an OEM driver A few changes to the device setup doc also; * commit '2a1d19174e32bb6056086ec603948cd476a2ea67': docs: move USB installation info into the OEM USB Drivers document because the Google USB Driver is deprecated, so consolidating the USB info makes more sense for the common case of needing an OEM driver A few changes to the device setup doc also; such as removing the "unknown sources" step, because that doesn't apply to adb installs.
* | | | | | | am f72a0e71: am 27790d98: am 26703326: docs: Google+ badge now sizes ↵Scott Main2012-02-160-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | properly; remove reposition hack * commit 'f72a0e71b9793c41aca2bf20306b3c71c0570eab':
| * | | | | | am 27790d98: am 26703326: docs: Google+ badge now sizes properly; remove ↵Scott Main2012-02-150-0/+0
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | reposition hack * commit '27790d98d7c1f1804fda431bea1004c0e385da7a':
| | * | | | | am 26703326: docs: Google+ badge now sizes properly; remove reposition hackScott Main2012-02-151-1/+1
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '26703326784a6de45830236bd0a97345f93448d4': docs: Google+ badge now sizes properly; remove reposition hack
* | | \ \ \ \ \ am 70c10e20: am 3fd0ed8d: am c8711ca7: Merge "Stop using shared DUN APN when ↵Robert Greenwalt2012-02-160-0/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tethering stops." into ics-mr1 * commit '70c10e2059e5bb8d882cda7cf1691793d83789ca':
| * | | | | | | am 3fd0ed8d: am c8711ca7: Merge "Stop using shared DUN APN when tethering ↵Robert Greenwalt2012-02-150-0/+0
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stops." into ics-mr1 * commit '3fd0ed8d84e6901ddd50fbf0012496bda235e552':
| | * | | | | | am c8711ca7: Merge "Stop using shared DUN APN when tethering stops." into ↵Robert Greenwalt2012-02-147-39/+146
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ics-mr1 * commit 'c8711ca7eb962072ccd6175be3cfa861195ba6cd': Stop using shared DUN APN when tethering stops.
* | | \ \ \ \ \ \ am 23f278fc: am 84d8eed0: am fc19160a: Merge "Add a config to set Dun ↵Robert Greenwalt2012-02-160-0/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | capabilities." into ics-mr1 * commit '23f278fc96bdab8bab606a47706132a31985c202':
| * | | | | | | | am 84d8eed0: am fc19160a: Merge "Add a config to set Dun capabilities." into ↵Robert Greenwalt2012-02-150-0/+0
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ics-mr1 * commit '84d8eed0d27bae6e6a99a0e73ff71af80edae4d8':
| | * | | | | | | am fc19160a: Merge "Add a config to set Dun capabilities." into ics-mr1Robert Greenwalt2012-02-142-2/+26
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'fc19160a6a464eb71e50794fc1aa1e99c4173e31': Add a config to set Dun capabilities.
* | | \ \ \ \ \ \ \ am a7112d0e: am 8a3bf559: am c312ba32: Merge "Update 4G WiMAX assets for ↵Justin Ho2012-02-160-0/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | notification area as well Bug: 5724605" into ics-mr1 * commit 'a7112d0efebb50c373464d9ac96340997d5e9cdb':
| * | | | | | | | | am 8a3bf559: am c312ba32: Merge "Update 4G WiMAX assets for notification ↵Justin Ho2012-02-150-0/+0
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | area as well Bug: 5724605" into ics-mr1 * commit '8a3bf55942f3a6c6a20bd8be03c142ef986600b5':
| | * | | | | | | | am c312ba32: Merge "Update 4G WiMAX assets for notification area as well ↵Justin Ho2012-02-142-0/+0
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5724605" into ics-mr1 * commit 'c312ba322b5f204753a2ad8e40062c26114a15d8': Update 4G WiMAX assets for notification area as well Bug: 5724605
* | | \ \ \ \ \ \ \ \ Merge "Minor public.xml cleanup"Michael Jurka2012-02-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Minor public.xml cleanupMichael Jurka2012-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iad29e32aedd099dc47da25368a29c46d4f4babac
* | | | | | | | | | | | Merge "Vectors of non-primitive types are not allowed."Stephen Hines2012-02-151-7/+30
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Vectors of non-primitive types are not allowed.Stephen Hines2012-02-151-7/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG=6016669 Change-Id: Ibab2dfc5ce3d9ceb5513e6b5ffc53d5df8b7c6e7
* | | | | | | | | | | | | Merge "Revert "Act on credential storage updates.""Selim Gurun2012-02-154-80/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Revert "Act on credential storage updates."Selim Gurun2012-02-154-80/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit fcd93b72a3dde2b20fa0d8b04d3f47311b0856a1
* | | | | | | | | | | | | | Merge "Prevent AutoCompleteTextView from opening a popup when it shouldn't ↵Romain Guy2012-02-152-1/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #5553515"
| * | | | | | | | | | | | | | Prevent AutoCompleteTextView from opening a popup when it shouldn'tRomain Guy2012-02-152-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #5553515 The People app is forcing ACTV to show the IME which had the side effect of showing the drop down popup. ACTV was unfortunately not ready to show the drop down if the filtering resulted in no results. Doing so was putting ACTV in a weird state that in turn caused a window to be leaked and really bad behavior to occur in the lower graphics levels. Change-Id: I2ff146d5ae4e4a28edf6ea17039c9f8fdb710e4f
* | | | | | | | | | | | | | | Merge "Initial support for keyboard navigation"John Reck2012-02-152-31/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Initial support for keyboard navigationJohn Reck2012-02-152-31/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6019693 Change-Id: I8d29a5cb46fc59bb2f53e8d334bc767b5ed16901
* | | | | | | | | | | | | | | | Merge "Act on credential storage updates."Selim Gurun2012-02-154-2/+80
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Act on credential storage updates.Selim Gurun2012-02-154-2/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6009802 Listen to credential storage updates and clean state when necessary. Change-Id: I48f2e7d6e036882c2b4a29fbd357ca018fd4e4c7
* | | | | | | | | | | | | | | | am 3b3a5b52: am 09af1ade: am 2a1d1917: Merge "docs: move USB installation ↵Scott Main2012-02-153-206/+212
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | info into the OEM USB Drivers document because the Google USB Driver is deprecated, so consolidating the USB info makes more sense for the common case of needing an OEM driver A few changes to t * commit '3b3a5b52a7f586f02daba75c5ad982265b72411c': docs: move USB installation info into the OEM USB Drivers document because the Google USB Driver is deprecated, so consolidating the USB info makes more sense for the common case of needing an OEM driver A few changes to the device setup doc also; such as removing the "unknown sources" step, because that doesn't apply to adb installs.
| * | | | | | | | | | | | | | | am 09af1ade: am 2a1d1917: Merge "docs: move USB installation info into the ↵Scott Main2012-02-153-206/+212
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OEM USB Drivers document because the Google USB Driver is deprecated, so consolidating the USB info makes more sense for the common case of needing an OEM driver A few changes to the device set * commit '09af1aded6dacf35cf54597cd81a636337bd9c9c': docs: move USB installation info into the OEM USB Drivers document because the Google USB Driver is deprecated, so consolidating the USB info makes more sense for the common case of needing an OEM driver A few changes to the device setup doc also; such as removing the "unknown sources" step, because that doesn't apply to adb installs.
| | * | | | | | | | | | | | | | am 2a1d1917: Merge "docs: move USB installation info into the OEM USB ↵Scott Main2012-02-153-206/+212
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drivers document because the Google USB Driver is deprecated, so consolidating the USB info makes more sense for the common case of needing an OEM driver A few changes to the device setup doc also; * commit '2a1d19174e32bb6056086ec603948cd476a2ea67': docs: move USB installation info into the OEM USB Drivers document because the Google USB Driver is deprecated, so consolidating the USB info makes more sense for the common case of needing an OEM driver A few changes to the device setup doc also; such as removing the "unknown sources" step, because that doesn't apply to adb installs.
| | | * | | | | | | | | | | | | Merge "docs: move USB installation info into the OEM USB Drivers document ↵Scott Main2012-02-153-206/+212
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | because the Google USB Driver is deprecated, so consolidating the USB info makes more sense for the common case of needing an OEM driver A few changes to the device setup doc also; such as removing the "unknown sources" step, because that doesn't apply to adb installs." into ics-mr1
| | | | * | | | | | | | | | | | docs: move USB installation info into the OEM USB Drivers document becauseScott Main2012-02-153-206/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the Google USB Driver is deprecated, so consolidating the USB info makes more sense for the common case of needing an OEM driver A few changes to the device setup doc also; such as removing the "unknown sources" step, because that doesn't apply to adb installs. Change-Id: Ice78c997cbb147865ead78fb037d0b6b64db75bd
* | | | | | | | | | | | | | | | Merge "Add a compile time condition to remove unnecessary code"Romain Guy2012-02-152-111/+116
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / | |/| | | | | | / / / / / / / / | |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add a compile time condition to remove unnecessary codeRomain Guy2012-02-152-111/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia44916af8e22e548fbb62cb2b53da285d5959102
* | | | | | | | | | | | | | | Move keystore to system/security repoKenny Root2012-02-156-1333/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move keystore to system/security at revision a91203b08350b2fc7efda5b1eab39e7541476b3a Change-Id: I7dbd625b864e9c63489b08e9fd28dfb22da81072
* | | | | | | | | | | | | | | Merge "Keep the display event receiver around forever."Jeff Brown2012-02-151-69/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Keep the display event receiver around forever.Jeff Brown2012-02-151-69/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is really no point disposing the display event receiver anymore. Moreover, it's hard to choose a good time to do it since the Choreographer only supports one-shot callbacks now. So let's made the code simpler. Bug: 5721047 Change-Id: I8533a54e93a787e0ca30d99a1f1eea85534b13b9
* | | | | | | | | | | | | | | | Merge "Simplify Choreographer API."Jeff Brown2012-02-155-281/+136
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Simplify Choreographer API.Jeff Brown2012-02-155-281/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the listeners and schedule animation / draw methods. Instead all requests are posted as one-shot callbacks, which is a better match for how clients actually use the Choreographer. Bug: 5721047 Change-Id: I113180b2713a300e4444d0d987f52b8157b7ac15
* | | | | | | | | | | | | | | | Merge "Fix the build"Fabrice Di Meglio2012-02-151-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \