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 9ebb59b8aa .
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
Eric Laurent
ab19b21f3c
Fix getParameters() default implementation.
...
Do not return empty string but key value pairs with empty values.
2009-08-04 06:17:43 -07:00
Andrei Popescu
c27a9acb3b
Enable workers for v8
2009-08-04 13:17:55 +01:00
Omari Stephens
1f808c6f6e
Make test_backup and test_restore usable again
...
- 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
2009-08-03 20:23:55 -07:00
Xavier Ducrohet
7ea9d79e30
Make aidl annotate onTransact with @Override
...
BUG: 1902262
2009-08-03 19:51:54 -07:00
Dmitri Plotnikov
91e4e85752
Adding "service" columns: SYNC1, SYNC2, SYNC3, SYNC4 and SYNC5.
...
These columns will be used for things like sync parameters of a photo or group.
Also removing some obsolete deprecated APIs
2009-08-03 18:06:29 -07:00
Brett Chabot
845df82084
ListView.setItemChecked(p, false) always clears all items.
...
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.
2009-08-03 17:40:38 -07:00
Grace Kloba
8ae2777354
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-03 17:35:08 -07:00
Android (Google) Code Review
cd9e8d4907
Merge change 9606
...
* changes:
Add anti-aliasing to Grass RS.
2009-08-03 17:29:51 -07:00
Romain Guy
3a1ea9334f
Add anti-aliasing to Grass RS.
2009-08-03 17:29:05 -07:00
Android (Google) Code Review
87e0e44afc
Merge change 9601
...
* changes:
Make ZoomButtonsController public.
2009-08-03 17:27:19 -07:00
Jack Palevich
e832234a85
Make ZoomButtonsController public.
2009-08-03 17:18:58 -07:00
Android (Google) Code Review
afcc40ac71
Merge change 9550
...
* changes:
Fix the missing break statement.
2009-08-03 17:15:13 -07:00
Android (Google) Code Review
d1ddd36a18
Merge change 9515
...
* changes:
Adding "test context" to AndroidTestCase
2009-08-03 17:02:47 -07:00
Android (Google) Code Review
c660d46438
am 0781f7ac: (-s ours) Merge changes 9554,9555 into donut
...
Merge commit '0781f7ace13c68cd328710a268ab3dce1d201562'
* commit '0781f7ace13c68cd328710a268ab3dce1d201562':
Import revised translations. DO NOT MERGE
Merge Korean abbreviated date format fix from cupcake.
2009-08-03 17:02:18 -07:00
Android (Google) Code Review
0781f7ace1
Merge changes 9554,9555 into donut
...
* changes:
Import revised translations. DO NOT MERGE
Merge Korean abbreviated date format fix from cupcake.
2009-08-03 16:59:37 -07:00
Android (Google) Code Review
9df76c7c2f
Merge change 9551
...
* changes:
Implement the jni bindings for Adapter2D. Fix a refcount bug in the native adapter implementation. Use adapters in Film to border the mipmaps.
2009-08-03 16:23:07 -07:00
Eric Fischer
b282b0084e
Import revised translations. DO NOT MERGE
2009-08-03 16:17:31 -07:00
Jason Sams
bd1c3ad0cd
Implement the jni bindings for Adapter2D. Fix a refcount bug in the native adapter implementation. Use adapters in Film to border the mipmaps.
2009-08-03 16:03:08 -07:00
Feng Qian
706cee45e9
Fix the missing break statement.
...
Somehow the break statement after SET_JS_FLAGS was removed.
2009-08-03 16:01:42 -07:00
Android (Google) Code Review
8a173f7632
Merge change 9544
...
* changes:
free surface buffers before trying to allocate new ones, so we have more chance of success
2009-08-03 15:40:54 -07:00