summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Packages for PackageManagerService testsKenny Root2012-06-189-0/+152
| | | | Change-Id: I3fd96abb0560fd8c596304d9c233e2f8f3fd8089
* Merge "Hide handles when clipped by layer or edit region."George Mount2012-06-121-40/+87
|\
| * Hide handles when clipped by layer or edit region.George Mount2012-06-121-40/+87
| | | | | | | | | | | | | | | | | | Bug 6590742 Separated base and extent handle alpha so that they can be hidden individually. Added visiblity check and animations to show and hide the handles. Change-Id: I08ce7f870bbb8e059550797afa18c2db39394caf
* | am b8b29fa7: am fdcac45b: Merge "Print extended SQLite error code." into jb-devJeff Brown2012-06-121-17/+14
|\ \ | |/ |/| | | | | * commit 'b8b29fa7f18dd36bacc97d6c471935cb95e4c18c': Print extended SQLite error code.
| * am fdcac45b: Merge "Print extended SQLite error code." into jb-devJeff Brown2012-06-121-17/+14
| |\ | | | | | | | | | | | | * commit 'fdcac45b6767caaac70c30fd974dce61119f79d7': Print extended SQLite error code.
| | * Merge "Print extended SQLite error code." into jb-devJeff Brown2012-06-121-17/+14
| | |\
| | | * Print extended SQLite error code.Jeff Brown2012-06-121-17/+14
| | | | | | | | | | | | | | | | | | | | Bug: 6538393 Change-Id: I2b010c6a1127887717af67ec588c3df8bf41afe6
* | | | am 8cdfd60d: am 15319ded: am 460abe97: Merge "Add support for Caller Name ↵Robert Greenwalt2012-06-123-14/+29
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Display" * commit '8cdfd60d27e244171468fbfcefbbfeab2873a9c8': Add support for Caller Name Display
| * | | am 15319ded: am 460abe97: Merge "Add support for Caller Name Display"Robert Greenwalt2012-06-123-14/+29
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '15319ded1545dbb266273439063caf6ca23629f5': Add support for Caller Name Display
| | * \ \ am 460abe97: Merge "Add support for Caller Name Display"Robert Greenwalt2012-06-123-14/+29
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '460abe97b06fd42cc37bdebb7f0ad4a7ef0e8bde': Add support for Caller Name Display
| | | * \ \ Merge "Add support for Caller Name Display"Robert Greenwalt2012-06-123-14/+29
| | | |\ \ \
| | | | * | | Add support for Caller Name Displaykenshin2012-06-043-14/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copied relevant parts from CdmaConnection.java to get the information as/if presented by network operator (Fido/Rogers in canada provide that information, and it get displayed if there's no match in phonebook). Although it works (the nale is displayed when the call is received), the information is not stored (not kept in the log). * Patch Set 2 : correct coding style * Patch Set 3 : promote [get]cnapName, [get]cnapNapePresentation to parent class (Connection) * Patch Set 4 : -remove ref to CDMA in get[CnapName|CnapNamePresentation] headers -remove unnecessary self ref-reference * Patch Set 5 : -add forgoten "protected" modifier to newly promoted class memebers Change-Id: I2279f75d679d5afa716d9904fc3b3e33c77948c6
* | | | | | | am 12f0104e: am 4d6a0df3: Merge "Do not cancel animations when switching." ↵Craig Mautner2012-06-121-16/+0
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into jb-dev * commit '12f0104ec729346d078a0afc9a79ab9fc023cce0': Do not cancel animations when switching.
| * | | | | | am 4d6a0df3: Merge "Do not cancel animations when switching." into jb-devCraig Mautner2012-06-121-16/+0
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | * commit '4d6a0df37930309f8e138499785483d9dcadf7d9': Do not cancel animations when switching.
| | * | | | | Merge "Do not cancel animations when switching." into jb-devCraig Mautner2012-06-121-16/+0
| | |\ \ \ \ \
| | | * | | | | Do not cancel animations when switching.Craig Mautner2012-06-121-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Was canceling ongoing animations when starting a new animation which caused the window of the first animation to restart. This looked janky. The original cancellation was put in to stop the incorrect animation being selected when quickly switching between an incoming app and the homescreen. Reversing the cancellation no longer exposes the original problem it was put in to fix. One way to duplicate what this is fixing. 1. Slow down animations to 10x. 2. Run ApiDemos/App/Alert Dialogs/List dialog 3. Tap outside the list dialog and then tap the home button. Tapping outside the list dialog causes the list dialog to animate away. Tapping the home button then causes the app to animate away. Before this fix the list dialog would revert to full size before the app animates away. With this fix the list dialog continues its original animation as the app animates away. Fixes bug 6600726. Change-Id: I29c940254808a321c3b6c2e4f4b7c78a72b47899
* | | | | | | | Merge "Remove ViewTreeObserver allocations"Romain Guy2012-06-121-34/+145
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove ViewTreeObserver allocationsRomain Guy2012-06-121-34/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A couple of allocations remain to handle possibly recursive listeners. Change-Id: I72fd271c2fc4f4ad427a27e0665f780cae117aea
* | | | | | | | | am 05fee7bd: am 085c4825: Merge "Add NOTICE and MODULE_LICENSE_APACH2 to ↵James Dong2012-06-122-0/+190
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libvideoeditor_jni.so" into jb-dev * commit '05fee7bddba9a00ed33392e78fddefbebf79b0b4': Add NOTICE and MODULE_LICENSE_APACH2 to libvideoeditor_jni.so
| * | | | | | | | am 085c4825: Merge "Add NOTICE and MODULE_LICENSE_APACH2 to ↵James Dong2012-06-122-0/+190
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libvideoeditor_jni.so" into jb-dev * commit '085c4825897bbbfa0f8564c2de45f74d7bea4029': Add NOTICE and MODULE_LICENSE_APACH2 to libvideoeditor_jni.so
| | * | | | | | | Merge "Add NOTICE and MODULE_LICENSE_APACH2 to libvideoeditor_jni.so" into ↵James Dong2012-06-122-0/+190
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-dev
| | | * | | | | | | Add NOTICE and MODULE_LICENSE_APACH2 to libvideoeditor_jni.soJames Dong2012-06-122-0/+190
| | | | |_|_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibe37c2e6ede6143dc4e27c6072867bc58aa1c08a related-to-bug: 6647465
* | | | | | | | | am 4d3448db: am 4cabbef8: Merge "Make sure to stop noHistory="true" ↵Christopher Tate2012-06-121-1/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | activities properly" into jb-dev * commit '4d3448db54e274b8c5f10ddef204882320e631ec': Make sure to stop noHistory="true" activities properly
| * | | | | | | | am 4cabbef8: Merge "Make sure to stop noHistory="true" activities properly" ↵Christopher Tate2012-06-121-1/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into jb-dev * commit '4cabbef8266c909997cf608d008920f5a2f49937': Make sure to stop noHistory="true" activities properly
| | * | | | | | | Merge "Make sure to stop noHistory="true" activities properly" into jb-devChristopher Tate2012-06-121-1/+3
| | |\ \ \ \ \ \ \
| | | * | | | | | | Make sure to stop noHistory="true" activities properlyChristopher Tate2012-06-121-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code was correctly inducing a 'finish' when such an activity was being stopped, but then was not continuing with the rest of the stop bookkeeping at that point. In some circumstances this could result in an inconsistent state, with the activity marked as finishing but neither in the foreground nor stopped. Bug 6585403 Change-Id: Ib5c5be885bc6534e099e040d87a8589f7b7454ce
* | | | | | | | | | am 980d7b45: am 36eeb6a5: Merge "StatusBar: Respond properly to global ↵John Spurlock2012-06-121-8/+19
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expand message" into jb-dev * commit '980d7b45ffef0f747e4cb3020c3c8a1e421b5f9e': StatusBar: Respond properly to global expand message
| * | | | | | | | | am 36eeb6a5: Merge "StatusBar: Respond properly to global expand message" ↵John Spurlock2012-06-121-8/+19
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into jb-dev * commit '36eeb6a5be895bfba0405d34062d0db5b118a329': StatusBar: Respond properly to global expand message
| | * | | | | | | | Merge "StatusBar: Respond properly to global expand message" into jb-devJohn Spurlock2012-06-121-8/+19
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | StatusBar: Respond properly to global expand messageJohn Spurlock2012-06-121-8/+19
| | | | |_|_|/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix timing issue in PhoneStatusBar#animateExpand(). Also, notification panel drag handle (when expanded) reflects movement immediately. To test animateExpand(): $ adb shell service call statusbar 1 Bug: 6629916 Change-Id: I22bb09fc4c9d97c93ba8d7aed8921b60f5ebd610
* | | | | | | | | | am fbd982c1: (-s ours) am 9c463d9d: Merge "Import translations. DO NOT ↵Ying Wang2012-06-120-0/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MERGE" into jb-dev * commit 'fbd982c14f3507b8d85413096d8f38cf3f36c75f': Import translations. DO NOT MERGE
| * | | | | | | | | am 9c463d9d: Merge "Import translations. DO NOT MERGE" into jb-devYing Wang2012-06-126-36/+36
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9c463d9d9f2601f139baad862b1b3276e126b12d': Import translations. DO NOT MERGE
| | * | | | | | | | Merge "Import translations. DO NOT MERGE" into jb-devYing Wang2012-06-126-36/+36
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Import translations. DO NOT MERGEYing Wang2012-06-126-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iafceb53cc46753f25f460609e9db6fa227c15032
* | | | | | | | | | | Merge "Import translations. DO NOT MERGE"Ying Wang2012-06-126-36/+36
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Import translations. DO NOT MERGEYing Wang2012-06-126-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I382cf1aff2a8939ed276f4169ec7b853d0c981ac
* | | | | | | | | | | | am 0d637d6f: am 579ec308: Merge "MediaRouter work" into jb-devAdam Powell2012-06-124-12/+34
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0d637d6f888cdddba554174284fb96f8354a15e4': MediaRouter work
| * | | | | | | | | | | am 579ec308: Merge "MediaRouter work" into jb-devAdam Powell2012-06-124-12/+34
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '579ec3086c9ce3616735bc3cf63246f052973a7f': MediaRouter work
| | * | | | | | | | | | Merge "MediaRouter work" into jb-devAdam Powell2012-06-124-12/+34
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | MediaRouter workAdam Powell2012-06-124-12/+34
| | | | |_|/ / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a bug where MediaRouter would crash on creation Add click listener for app-supplied extended settings on the route selection dialog. Change-Id: I2991db1720b5c574148e250526984592f4dc3c44
* | | | | | | | | | | | am 11d536b3: am ceb80679: Merge "make the boot animation 32-bits to avoid ↵Justin Ho2012-06-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | banding" into jb-dev * commit '11d536b38116e72a40829bd976f9f78f50d53d1a': make the boot animation 32-bits to avoid banding
| * | | | | | | | | | | am ceb80679: Merge "make the boot animation 32-bits to avoid banding" into ↵Justin Ho2012-06-121-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-dev * commit 'ceb8067920043a430478be386c56c244355d4c9f': make the boot animation 32-bits to avoid banding
| | * | | | | | | | | | Merge "make the boot animation 32-bits to avoid banding" into jb-devJustin Ho2012-06-121-1/+1
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | make the boot animation 32-bits to avoid bandingMathias Agopian2012-06-111-1/+1
| | | | |_|/ / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6611693 Change-Id: Id31b711ea755c89240eaea26f6403a031cd939e4
* | | | | | | | | | | am 2e1f18b9: am dcf33b73: Merge "Made IAudioService.setBluetoothA2dpOn() not ↵Eric Laurent2012-06-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | oneway" into jb-dev * commit '2e1f18b9ba9af40d5e1f0874e091b8f487a2d50d': Made IAudioService.setBluetoothA2dpOn() not oneway
| * | | | | | | | | | am dcf33b73: Merge "Made IAudioService.setBluetoothA2dpOn() not oneway" into ↵Eric Laurent2012-06-121-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jb-dev * commit 'dcf33b73159fe864f80514919775598e797e37d2': Made IAudioService.setBluetoothA2dpOn() not oneway
| | * | | | | | | | | Merge "Made IAudioService.setBluetoothA2dpOn() not oneway" into jb-devEric Laurent2012-06-121-1/+1
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Made IAudioService.setBluetoothA2dpOn() not onewayEric Laurent2012-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IAudioService.setBluetoothA2dpOn() should not be one way as IAudioService.isBluetoothA2dpOn() will return inconsistent results if called just after. Bug 6572651. Change-Id: Ib03ae49e6c0041b1b37dcac9e198cd93a4794030
* | | | | | | | | | | | am 2aaa68e8: am 56b135b9: Merge "Put PLMN and SPN on one line in the ↵Daniel Sandler2012-06-122-22/+21
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | notification panel." into jb-dev * commit '2aaa68e8391a1ba68d333cd298e53196ade0cf1e': Put PLMN and SPN on one line in the notification panel.
| * | | | | | | | | | | am 56b135b9: Merge "Put PLMN and SPN on one line in the notification panel." ↵Daniel Sandler2012-06-122-22/+21
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into jb-dev * commit '56b135b91051664ae9027f50e9f20b7fcf6565ba': Put PLMN and SPN on one line in the notification panel.