Android (Google) Code Review
aa3fd2194a
Merge change 20032
...
* changes:
Split ProgramFragment and ProgramStore from RenderScript.java. Update Element and Type to new cached builder for easier app developement.
2009-08-04 17:08:15 -07:00
Android (Google) Code Review
c2a72ec579
Merge change 9597
...
* changes:
ListView.setItemChecked(p, false) always clears all items.
2009-08-04 17:05:56 -07:00
Jason Sams
22534176fb
Split ProgramFragment and ProgramStore from RenderScript.java. Update Element and Type to new cached builder for easier app developement.
2009-08-04 17:05:43 -07:00
Android (Google) Code Review
959b7bd96b
Merge change 20030
...
* changes:
Use the new ScriptC.Builder API.
2009-08-04 16:45:01 -07:00
Romain Guy
1836ae25f5
Use the new ScriptC.Builder API.
2009-08-04 16:44:11 -07:00
Android (Google) Code Review
529fcf97ea
Merge change 9684
...
* changes:
Add a DISCONNECTING call state.
2009-08-04 16:28:13 -07:00
Jean-Baptiste Queru
f59af9a387
merge from open-source master
2009-08-04 16:20:52 -07:00
Android (Google) Code Review
61ff32f02c
Merge change 20013
...
* changes:
Update the comment for setBackgroundResource that 0 removes the background.
2009-08-04 15:48:09 -07:00
Wink Saville
7cd88e1713
Update the comment for setBackgroundResource that 0 removes the background.
2009-08-04 14:45:10 -07:00
Romain Guy
ecc7ca0372
Add swaying effect to the grass.
2009-08-04 14:41:41 -07:00
Android (Google) Code Review
8031361ad5
am 7a07f179: Merge change 20006 into donut
...
Merge commit '7a07f1797684597a3b932aa0b365049d3e7d6ff3'
* commit '7a07f1797684597a3b932aa0b365049d3e7d6ff3':
After each test, the WebView cache should be cleared, otherwise the cache data will pile up.
2009-08-04 14:31:12 -07:00
Android (Google) Code Review
7a07f17976
Merge change 20006 into donut
...
* changes:
After each test, the WebView cache should be cleared, otherwise the cache data will pile up.
2009-08-04 14:27:07 -07:00
Android (Google) Code Review
fc0e17fc42
am cd540294: Merge change 9704 into donut
...
Merge commit 'cd540294db39d6dd2b2c228ac190684c3970fe0a'
* commit 'cd540294db39d6dd2b2c228ac190684c3970fe0a':
Close the search dialog before starting voice search in all cases, i.e.,
2009-08-04 14:26:55 -07:00
Karl Rosaen
8db05867bd
am 0e74f5a5: Guard against index out of bounds exception in lock pattern widget.
...
Merge commit '0e74f5a50b3b08c4519a040dafa895ab1f5b4d2e'
* commit '0e74f5a50b3b08c4519a040dafa895ab1f5b4d2e':
Guard against index out of bounds exception in lock pattern widget.
2009-08-04 14:26:43 -07:00
Android (Google) Code Review
cd540294db
Merge change 9704 into donut
...
* 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.
2009-08-04 14:24:06 -07:00
Android (Google) Code Review
1c2a8963d6
Merge change 9693
...
* changes:
add missing types
2009-08-04 14:14:07 -07:00
Fred Quintana
3f86715d77
add missing types
2009-08-04 14:12:21 -07:00
Android (Google) Code Review
81bea0f943
Merge change 20005
...
* changes:
Use USB notification instead of battery notification for USB debugging warning.
2009-08-04 14:07:52 -07:00
Guang Zhu
c189b2ddd4
After each test, the WebView cache should be cleared, otherwise the cache data will pile up.
2009-08-04 14:04:06 -07:00
Android (Google) Code Review
ee2805d906
Merge change 9672
...
* changes:
Adaptive heartbeat protocol implementation: server configured settings.
2009-08-04 14:04:02 -07:00
Mike Lockwood
ea8b7d568a
Use USB notification instead of battery notification for USB debugging warning.
...
Fixes a problem with false positives that occurred when connecting an AC charger slowly.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-08-04 17:03:15 -04:00
Mike LeBeau
c5e7fe36fb
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.
2009-08-04 13:24:19 -07:00
Karl Rosaen
0e74f5a50b
Guard against index out of bounds exception in lock pattern widget.
...
Fixes bug 2027516.
2009-08-04 13:23:36 -07:00
Android (Google) Code Review
d0076f536e
Merge change 9619
...
* changes:
Split ScriptC from RenderScript.java. Implement state caching in the Builder objects.
2009-08-04 13:23:31 -07:00
Ken Shirriff
85a66fac34
am 8a98f580: (-s ours) Fix broken calendar tests. DO NOT MERGE
...
Merge commit '8a98f5803994ca1538d53973ebc72e1c5dfdba5a'
* commit '8a98f5803994ca1538d53973ebc72e1c5dfdba5a':
Fix broken calendar tests. DO NOT MERGE
2009-08-04 13:21:01 -07:00
Android (Google) Code Review
dff3c8b1ce
Merge change 9631
...
* changes:
Make test_backup and test_restore usable again
2009-08-04 13:20:45 -07:00
Android (Google) Code Review
f83962d2cf
Merge change 9692
...
* changes:
Bootstrap the ever-backed-up bookkeeping properly
2009-08-04 12:37:44 -07:00
Ken Shirriff
8a98f58039
Fix broken calendar tests. DO NOT MERGE
...
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
2009-08-04 12:32:03 -07:00
Jason Sams
69f0d31e57
Split ScriptC from RenderScript.java. Implement state caching in the Builder objects.
2009-08-04 12:29:40 -07:00
Android (Google) Code Review
6dabc95687
am b0508476: Merge change 9676 into donut
...
Merge commit 'b0508476e3f936f145574142f4e7cb2f45dcbd47'
* commit 'b0508476e3f936f145574142f4e7cb2f45dcbd47':
Merge abbreviated Russian month name fix over from cupcake.
2009-08-04 11:36:10 -07:00
Android (Google) Code Review
b0508476e3
Merge change 9676 into donut
...
* changes:
Merge abbreviated Russian month name fix over from cupcake.
2009-08-04 11:32:44 -07:00
jsh
e7a9201edb
Add a DISCONNECTING call state.
...
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 .
2009-08-04 11:30:09 -07:00
Android (Google) Code Review
66334ed065
Merge change 9607
...
* changes:
Adding "service" columns: SYNC1, SYNC2, SYNC3, SYNC4 and SYNC5.
2009-08-04 11:27:28 -07:00
Android (Google) Code Review
5887f2199a
am 747cb3b5: Merge change 9670 into donut
...
Merge commit '747cb3b515e1b01f6b61ec911b693d88d480eaaf'
* commit '747cb3b515e1b01f6b61ec911b693d88d480eaaf':
Make aidl annotate onTransact with @Override
2009-08-04 11:23:04 -07:00
Android (Google) Code Review
747cb3b515
Merge change 9670 into donut
...
* changes:
Make aidl annotate onTransact with @Override
2009-08-04 11:20:12 -07:00
Eric Fischer
5452ec5c54
Merge abbreviated Russian month name fix over from cupcake.
...
Bug 2022144: Fix abbreviated Russian month names.
2009-08-04 11:01:37 -07:00
Jean-Michel Trivi
ff14d457c4
am fbe89ec6: Revert "Fix bug 2025765."
...
Merge commit 'fbe89ec6404978da7899b944d989dd9f50a468b5'
* commit 'fbe89ec6404978da7899b944d989dd9f50a468b5':
Revert "Fix bug 2025765."
2009-08-04 10:54:07 -07:00
Christopher Tate
dfec20b10b
Bootstrap the ever-backed-up bookkeeping properly
2009-08-04 10:45:37 -07:00
Eric Laurent
28ad42b58c
Fix problem in AudioTrack with 8 bit PCM and direct output.
...
Do not perform 8 to 16 bit conversion in AudioTrack write() and processAudioBuffer() if direct output flag is set.
2009-08-04 10:42:26 -07:00
Android (Google) Code Review
4f40b76503
Merge change 9602
...
* changes:
Add incoming connections to the cache and change authorization check.
2009-08-04 10:09:47 -07:00
Jaikumar Ganesh
9488cbd0b9
Add incoming connections to the cache and change authorization check.
...
a) Add incoming connections to cache.
b) Some devices like DS970 sends Adv Audio as the UUID for incoming connection.
2009-08-04 10:06:35 -07:00
Android (Google) Code Review
c93da2c494
Merge change 9479
...
* changes:
Enable workers for v8
2009-08-04 10:03:39 -07:00
Ye Wen
47b4a55e36
Adaptive heartbeat protocol implementation: server configured settings.
2009-08-04 09:37:37 -07:00
Android (Google) Code Review
c2eaa12d26
Merge change 9661
...
* changes:
wifi: Strip trailing spaces before parsing RSSI results.
2009-08-04 09:33:44 -07:00
Kenny
19b8d8acc2
fix method table wrong in com_android_server_HardwareService.cpp
2009-08-05 00:30:58 +08:00
Jean-Michel Trivi
fbe89ec640
Revert "Fix bug 2025765."
...
This reverts commit 9ebb59b8aa75cab1e5bb53983893b579abb63edd.
2009-08-04 09:23:18 -07:00
Jean-Baptiste Queru
3dcca7057d
merge from open-source master
2009-08-04 09:05:18 -07:00
Android (Google) Code Review
af98b21ba7
Merge change 9612
...
* changes:
Fix #2031300 . Set only accept unique objects. So we have to assign different value for each cookie when we add them to the SortedSet.
2009-08-04 09:00:44 -07:00
Mike Lockwood
b20148b806
wifi: Strip trailing spaces before parsing RSSI results.
...
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-08-04 11:32:52 -04:00
Eric Laurent
351def28f0
Fix problem in A2DP interface closeOutputStream().
...
If the output stream handler passed was not the A2DP output stream, the request was ignored instead of being forwarded downstream to hardware interface.
2009-08-04 07:43:10 -07:00