summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Finish implementation of multiple pointer support for MotionEvent.Dianne Hackborn2009-08-047-411/+906
| | | | | | | | | | | | | | | | | | | | | | | | The major things going on here: - The MotionEvent API is now extended to included "pointer ID" information, for applications to keep track of individual fingers as they move up and down. PointerLocation has been updated to take advantage of this. - The input system now has logic to generate MotionEvents with the new ID information, synthesizing an identifier as new points are down and trying to keep pointer ids consistent across events by looking at the distance between the last and next set of pointers. - We now support the new multitouch driver protocol, and will use that instead of the old one if it is available. We do NOT use any finger id information coming from the driver, but always synthesize pointer ids in user space. (This is simply because we don't yet have a driver reporting this information from which to base an implementation on.) - Increase maximum number of fingers to 10. This code has only been used with a driver that reports up to 2, so no idea how more will actually work. - Oh and the input system can now detect and report physical DPAD devices.
* Add ability to load arrays in RenderScript.Romain Guy2009-08-049-22/+417
|
* Merge change 20046Android (Google) Code Review2009-08-048-162/+235
|\ | | | | | | | | * changes: Seperate Light and Sampler from RenderScript.java
| * Seperate Light and Sampler from RenderScript.javaJason Sams2009-08-048-162/+235
| |
* | Merge change 20032Android (Google) Code Review2009-08-0415-403/+600
|\ \ | |/ | | | | | | * changes: Split ProgramFragment and ProgramStore from RenderScript.java. Update Element and Type to new cached builder for easier app developement.
| * Split ProgramFragment and ProgramStore from RenderScript.java. Update ↵Jason Sams2009-08-0415-403/+600
| | | | | | | | Element and Type to new cached builder for easier app developement.
* | Merge change 9597Android (Google) Code Review2009-08-041-5/+6
|\ \ | |/ |/| | | | | * changes: ListView.setItemChecked(p, false) always clears all items.
| * ListView.setItemChecked(p, false) always clears all items.Brett Chabot2009-08-031-5/+6
| | | | | | | | | | | | This fixes the bug where, in SINGLE_CHOICE_MODE, calling ListView.setItemChecked(x, false) would always uncheck all items, even if another item, y, was currently checked.
* | Merge change 20030Android (Google) Code Review2009-08-041-2/+1
|\ \ | | | | | | | | | | | | * changes: Use the new ScriptC.Builder API.
| * | Use the new ScriptC.Builder API.Romain Guy2009-08-041-2/+1
| | |
* | | Merge change 9684Android (Google) Code Review2009-08-045-2/+7
|\ \ \ | | | | | | | | | | | | | | | | * changes: Add a DISCONNECTING call state.
| * | | Add a DISCONNECTING call state.jsh2009-08-045-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This indicates to the UI that the hangup command has been received by the Telephony layer and passed down to the RIL, but we have not yet been notified of a successful DISCONNECT. Addresses http://b/issue?id=1659876.
* | | | merge from open-source masterJean-Baptiste Queru2009-08-041-1/+1
|\ \ \ \
| * | | | fix method table wrong in com_android_server_HardwareService.cppKenny2009-08-051-1/+1
| | | | |
* | | | | Merge change 20013Android (Google) Code Review2009-08-041-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | * changes: Update the comment for setBackgroundResource that 0 removes the background.
| * | | | Update the comment for setBackgroundResource that 0 removes the background.Wink Saville2009-08-041-1/+1
| | | | |
* | | | | Add swaying effect to the grass.Romain Guy2009-08-046-57/+366
| | | | |
* | | | | am 7a07f179: Merge change 20006 into donutAndroid (Google) Code Review2009-08-041-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '7a07f1797684597a3b932aa0b365049d3e7d6ff3' * commit '7a07f1797684597a3b932aa0b365049d3e7d6ff3': After each test, the WebView cache should be cleared, otherwise the cache data will pile up.
| * \ \ \ \ Merge change 20006 into donutAndroid (Google) Code Review2009-08-041-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: After each test, the WebView cache should be cleared, otherwise the cache data will pile up.
| | * | | | | After each test, the WebView cache should be cleared, otherwise the cache ↵Guang Zhu2009-08-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | data will pile up.
* | | | | | | am cd540294: Merge change 9704 into donutAndroid (Google) Code Review2009-08-041-7/+6
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'cd540294db39d6dd2b2c228ac190684c3970fe0a' * commit 'cd540294db39d6dd2b2c228ac190684c3970fe0a': Close the search dialog before starting voice search in all cases, i.e.,
| * | | | | | Merge change 9704 into donutAndroid (Google) Code Review2009-08-041-7/+6
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Close the search dialog before starting voice search in all cases, i.e., also when launching web search, not just when it's using the intent API.
| | * | | | | | Close the search dialog before starting voice search in all cases, i.e.,Mike LeBeau2009-08-041-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also when launching web search, not just when it's using the intent API.
* | | | | | | | am 0e74f5a5: Guard against index out of bounds exception in lock pattern widget.Karl Rosaen2009-08-041-4/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '0e74f5a50b3b08c4519a040dafa895ab1f5b4d2e' * commit '0e74f5a50b3b08c4519a040dafa895ab1f5b4d2e': Guard against index out of bounds exception in lock pattern widget.
| * | | | | | | Guard against index out of bounds exception in lock pattern widget.Karl Rosaen2009-08-041-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 2027516.
* | | | | | | | Merge change 9693Android (Google) Code Review2009-08-042-6/+23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: add missing types
| * | | | | | | | add missing typesFred Quintana2009-08-042-6/+23
| | | | | | | | |
* | | | | | | | | Merge change 20005Android (Google) Code Review2009-08-041-4/+9
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Use USB notification instead of battery notification for USB debugging warning.
| * | | | | | | | Use USB notification instead of battery notification for USB debugging warning.Mike Lockwood2009-08-041-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a problem with false positives that occurred when connecting an AC charger slowly. Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | | | | | Merge change 9672Android (Google) Code Review2009-08-041-0/+78
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Adaptive heartbeat protocol implementation: server configured settings.
| * | | | | | | | | Adaptive heartbeat protocol implementation: server configured settings.Ye Wen2009-08-041-0/+78
| | | | | | | | | |
* | | | | | | | | | Merge change 9619Android (Google) Code Review2009-08-047-137/+240
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Split ScriptC from RenderScript.java. Implement state caching in the Builder objects.
| * | | | | | | | | | Split ScriptC from RenderScript.java. Implement state caching in the ↵Jason Sams2009-08-047-137/+240
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Builder objects.
* | | | | | | | | | am 8a98f580: (-s ours) Fix broken calendar tests. DO NOT MERGEKen Shirriff2009-08-040-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '8a98f5803994ca1538d53973ebc72e1c5dfdba5a' * commit '8a98f5803994ca1538d53973ebc72e1c5dfdba5a': Fix broken calendar tests. DO NOT MERGE
| * | | | | | | | | Fix broken calendar tests. DO NOT MERGEKen Shirriff2009-08-041-1/+10
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests end up in the widget code, which calls getResources(). This needs to be supported by the mock. This is a back-port of change 8886 from eclair to donut. bug=1985641
* | | | | | | | | Merge change 9631Android (Google) Code Review2009-08-042-24/+84
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Make test_backup and test_restore usable again
| * | | | | | | | | Make test_backup and test_restore usable againOmari Stephens2009-08-032-24/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add copyright headers - Allow the user to pass options (like '-s FOO') to adb - Restart device adb as root if needed - Make test_restore to infer a restore set
* | | | | | | | | | Merge change 9692Android (Google) Code Review2009-08-041-26/+32
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Bootstrap the ever-backed-up bookkeeping properly
| * | | | | | | | | Bootstrap the ever-backed-up bookkeeping properlyChristopher Tate2009-08-041-26/+32
| | | | | | | | | |
* | | | | | | | | | am b0508476: Merge change 9676 into donutAndroid (Google) Code Review2009-08-041-12/+12
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'b0508476e3f936f145574142f4e7cb2f45dcbd47' * commit 'b0508476e3f936f145574142f4e7cb2f45dcbd47': Merge abbreviated Russian month name fix over from cupcake.
| * | | | | | | | | Merge change 9676 into donutAndroid (Google) Code Review2009-08-041-12/+12
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Merge abbreviated Russian month name fix over from cupcake.
| | * | | | | | | | | Merge abbreviated Russian month name fix over from cupcake.Eric Fischer2009-08-041-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 2022144: Fix abbreviated Russian month names.
* | | | | | | | | | | Merge change 9607Android (Google) Code Review2009-08-041-53/+71
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Adding "service" columns: SYNC1, SYNC2, SYNC3, SYNC4 and SYNC5.
| * | | | | | | | | | | Adding "service" columns: SYNC1, SYNC2, SYNC3, SYNC4 and SYNC5.Dmitri Plotnikov2009-08-031-53/+71
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These columns will be used for things like sync parameters of a photo or group. Also removing some obsolete deprecated APIs
* | | | | | | | | | | am 747cb3b5: Merge change 9670 into donutAndroid (Google) Code Review2009-08-043-3/+9
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '747cb3b515e1b01f6b61ec911b693d88d480eaaf' * commit '747cb3b515e1b01f6b61ec911b693d88d480eaaf': Make aidl annotate onTransact with @Override
| * | | | | | | | | | Merge change 9670 into donutAndroid (Google) Code Review2009-08-043-3/+9
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Make aidl annotate onTransact with @Override
| | * | | | | | | | | Make aidl annotate onTransact with @OverrideXavier Ducrohet2009-08-033-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG: 1902262
* | | | | | | | | | | am fbe89ec6: Revert "Fix bug 2025765."Jean-Michel Trivi2009-08-041-42/+4
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | / / / / / / / | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'fbe89ec6404978da7899b944d989dd9f50a468b5' * commit 'fbe89ec6404978da7899b944d989dd9f50a468b5': Revert "Fix bug 2025765."
| * | | | | | | | | Revert "Fix bug 2025765."Jean-Michel Trivi2009-08-041-42/+4
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9ebb59b8aa75cab1e5bb53983893b579abb63edd.
* | | | | | | | | Merge change 9602Android (Google) Code Review2009-08-043-24/+59
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add incoming connections to the cache and change authorization check.