satok
87e87c210e
am 1301f092: Merge "Update links for SampleSpellCheckerService for I938ba499" into ics-mr0
...
* commit '1301f092e5bd520821c54c788a07cbdfda49df7b':
Update links for SampleSpellCheckerService for I938ba499
2011-10-20 08:44:39 -07:00
satok
1301f092e5
Merge "Update links for SampleSpellCheckerService for I938ba499" into ics-mr0
2011-10-20 08:42:50 -07:00
Justin Ho
d95862ca61
am 50039e39: am 9397f580: Merge "Add louder keypress sounds for different device configurations" into ics-mr0
...
* commit '50039e395e298a98329b68c3ea7243ef300f0edc':
Add louder keypress sounds for different device configurations
2011-10-20 07:32:36 -07:00
Justin Ho
50039e395e
am 9397f580: Merge "Add louder keypress sounds for different device configurations" into ics-mr0
...
* commit '9397f5807b5377c5edef99820614694cc7e05160':
Add louder keypress sounds for different device configurations
2011-10-20 07:29:31 -07:00
Justin Ho
9397f5807b
Merge "Add louder keypress sounds for different device configurations" into ics-mr0
2011-10-20 07:25:14 -07:00
Justin Ho
63b47728a4
Add louder keypress sounds for different device configurations
...
Change-Id: Ib5fe70e7b9d31efd8383e9d3351e33d08a3f7ae6
2011-10-20 07:23:25 -07:00
The Android Automerger
a6d5814923
merge in ics-mr0-release history after reset to ics-mr0
2011-10-20 06:28:24 -07:00
Jean Chalard
f0ca9ae3b2
am b5470d52: Merge "Fix a warning from the binder, step 2."
...
* commit 'b5470d52a4fe6e11edb55b149b263e3462acf31b':
Fix a warning from the binder, step 2.
2011-10-20 05:43:20 -07:00
Jean Chalard
b5470d52a4
Merge "Fix a warning from the binder, step 2."
2011-10-20 05:36:26 -07:00
Jean Chalard
21be38c89e
am a5142a82: Merge "Fix a warning from the binder, step 3."
...
* commit 'a5142a8293d91ed6f376e201440c16273bc10e47':
Fix a warning from the binder, step 3.
2011-10-20 05:30:43 -07:00
Jean Chalard
a5142a8293
Merge "Fix a warning from the binder, step 3."
2011-10-20 05:26:29 -07:00
Jean Chalard
de9dbb05ce
Fix a warning from the binder, step 2.
...
This patch fixes the following warning:
W/Binder: The following Binder class should be static or
leaks might occur: android.view.inputmethod
.InputMethodManager.ControlledInputConnectionWrapper
...in hope of removing a possible memory leaks.
Change-Id: I081d10fd839f2985d7081492f4f5cf0b4da42fd2
Bugs: 5481376, 5461066
2011-10-20 20:55:08 +09:00
Jean Chalard
e0d32a60da
Fix a warning from the binder, step 3.
...
This patch fixes the following warning:
W/Binder: The following Binder class should be static or
leaks might occur: com.android.server
.InputMethodManagerService.MethodCallback
...in hope of removing a possible memory leaks.
Bugs: 5481376, 5461066
Change-Id: I1764090a7059d9bf9e5d90683d7ac190c83415de
2011-10-20 20:45:21 +09:00
Jean Chalard
466a707025
am a80838d9: Fix a warning from the binder.
...
* commit 'a80838d9d63fcc9a83a9e7c99884e5b50316d4f0':
Fix a warning from the binder.
2011-10-20 04:23:47 -07:00
Jean Chalard
a80838d9d6
Fix a warning from the binder.
...
This patch fixes the following warning:
W/Binder: The following Binder class should be static or
leaks might occur: android.view.textservice
.SpellCheckerSession.InternalListener
...in hope of removing a possible memory leaks.
However in my tests it does nothing at all for the memory leak
in bug 5461066, so it was probably unrelated.
Change-Id: Id776665e9483121d22cc91e8d2d9f32e3413ec96
Bugs: 5481376,5461066
2011-10-20 20:04:54 +09:00
Dave Burke
62c3e30064
am 149a1493: am 23d64420: Merge "Stagefright: idle OMX after ANW errors" into ics-mr0
...
* commit '149a14931e5aa4beb8c4263995f01437a8918465':
Stagefright: idle OMX after ANW errors
2011-10-19 22:40:28 -07:00
Dave Burke
149a14931e
am 23d64420: Merge "Stagefright: idle OMX after ANW errors" into ics-mr0
...
* commit '23d644202a44383bf008ff86f6faa3ea7e447290':
Stagefright: idle OMX after ANW errors
2011-10-19 22:38:45 -07:00
Dave Burke
23d644202a
Merge "Stagefright: idle OMX after ANW errors" into ics-mr0
2011-10-19 22:37:18 -07:00
Winson Chung
0cb2912860
am c919cd77: am 44630c72: Merge "Updating the screenshot notification icons." into ics-mr0
...
* commit 'c919cd77eee93b55e0ab2f8495d200b9defdf2c0':
Updating the screenshot notification icons.
2011-10-19 21:41:14 -07:00
Winson Chung
c919cd77ee
am 44630c72: Merge "Updating the screenshot notification icons." into ics-mr0
...
* commit '44630c72651803ba1dedba3b5352cad8a8a62ace':
Updating the screenshot notification icons.
2011-10-19 21:39:31 -07:00
Winson Chung
44630c7265
Merge "Updating the screenshot notification icons." into ics-mr0
2011-10-19 21:36:32 -07:00
Jamie Gennis
6607b39baa
Stagefright: idle OMX after ANW errors
...
This change fixes an issue in Stagefright where the state of an OMXCodec
object can get out of sync with the state of the OMX component. In
particular, if one of the ANativeWindow functions failed and put the
OMXCodec into the ERROR state, this would cause Stagefright to skip
doing the Executing -> Idle transition. Without this transition the
freeBuffersOnPort call would never be made, and the MediaBuffers would
end up being leaked (which would also leak the Gralloc buffers they
reference).
Bug: 5333695
Change-Id: I85ea0cf92d18e7ef6d35c7d1e2a7b4e2c9745d34
2011-10-19 21:22:19 -07:00
Svetoslav Ganov
d47d7e8db0
am c397df77: am 5dc30a77: Merge "DatePicker crashes when going from 2036 to 2035 via ▼" into ics-mr0
...
* commit 'c397df7754ad83eae15e5402a2fc76afb9d9d546':
DatePicker crashes when going from 2036 to 2035 via ▼
2011-10-19 21:18:52 -07:00
Svetoslav Ganov
c397df7754
am 5dc30a77: Merge "DatePicker crashes when going from 2036 to 2035 via ▼" into ics-mr0
...
* commit '5dc30a770ab1b4f07ff10502f9de9ec39daac41d':
DatePicker crashes when going from 2036 to 2035 via ▼
2011-10-19 21:17:14 -07:00
Svetoslav Ganov
5dc30a770a
Merge "DatePicker crashes when going from 2036 to 2035 via ▼" into ics-mr0
2011-10-19 21:15:30 -07:00
Jim Miller
5e70b6f4bf
am 1aa1c9bc: am 2f35281a: Merge "Fix 5485925: Fix crash in transport control view" into ics-mr0
...
* commit '1aa1c9bc68bee5a4cb57033ae26b3766702e2843':
Fix 5485925: Fix crash in transport control view
2011-10-19 20:52:26 -07:00
Jim Miller
1aa1c9bc68
am 2f35281a: Merge "Fix 5485925: Fix crash in transport control view" into ics-mr0
...
* commit '2f35281ae0ae4471527e9286f022cb960384044e':
Fix 5485925: Fix crash in transport control view
2011-10-19 20:50:45 -07:00
Jim Miller
2f35281ae0
Merge "Fix 5485925: Fix crash in transport control view" into ics-mr0
2011-10-19 20:49:33 -07:00
Svetoslav Ganov
6304b0d58e
DatePicker crashes when going from 2036 to 2035 via ▼
...
1. Some obsolte logic was placing invalid index in the array of
scroll wheel items which was resulting in failure to look its
string representation from the cache causing a NPE.
2. While editing the current value via the IME the middle item
of the scroll wheel was partially visible i.e. the user was
able to see a dimmed version of the old value intermixed with
the new one.
3. The logic for hiding the IME while poking a button i.e. starting
to use another way of changing the current value, was incorrect.
bug:5480205
Change-Id: I1c2c96402bd38bac1dec64ccc6b550410332b9d7
2011-10-19 20:43:35 -07:00
Chih-Chung Chang
0eb5e152bb
am 38cdb606: am f806871f: Fix 5487571: Make sure shutter sound is played when it\'s enforced
...
* commit '38cdb6063059fe5164f8cf93c21ea000fe24f524':
Fix 5487571: Make sure shutter sound is played when it's enforced
2011-10-19 20:12:03 -07:00
Chih-Chung Chang
38cdb60630
am f806871f: Fix 5487571: Make sure shutter sound is played when it\'s enforced
...
* commit 'f806871f3016a8184de4c9dcfbe0b9069dc0d72c':
Fix 5487571: Make sure shutter sound is played when it's enforced
2011-10-19 20:09:13 -07:00
Chih-Chung Chang
f806871f30
Fix 5487571: Make sure shutter sound is played when it's enforced
...
Change-Id: I0c7adf452217b8308243836b40b1fba8f2029240
2011-10-20 10:48:21 +08:00
The Android Automerger
01b2e4ee55
merge in ics-mr0-release history after reset to ics-mr0
2011-10-19 19:01:02 -07:00
Winson Chung
b787a75176
Updating the screenshot notification icons.
...
Change-Id: If4c4632e73445d69f13805b6e472a167a85d6601
2011-10-19 18:34:30 -07:00
Maarten Hooft
cf649f893f
am 81d506d0: am d47d4f7b: Merge "Add a delay before walled garden test" into ics-mr0
...
* commit '81d506d03c0e5d27aae19c2b5c47fd579f66cc80':
Add a delay before walled garden test
2011-10-19 18:25:14 -07:00
Maarten Hooft
81d506d03c
am d47d4f7b: Merge "Add a delay before walled garden test" into ics-mr0
...
* commit 'd47d4f7b7713a4a05da7ea55c3e698b939fe81b1':
Add a delay before walled garden test
2011-10-19 18:23:20 -07:00
Maarten Hooft
d47d4f7b77
Merge "Add a delay before walled garden test" into ics-mr0
2011-10-19 18:21:56 -07:00
Michael Chan
73bddfcdd3
Update comments for Calendar ExtendedProperties.
...
Change-Id: Id51fe946995b19f98f1745abd3c83c942779b5df
2011-10-19 18:21:49 -07:00
Svetoslav Ganov
564f81900d
am 12d1f099: am 06044fe1: Merge "AccessibilityServiceInfo does not report properly the feedback type." into ics-mr0
...
* commit '12d1f099944bb8f1171962c72f1c3a130e7264fb':
AccessibilityServiceInfo does not report properly the feedback type.
2011-10-19 18:20:35 -07:00
Svetoslav Ganov
12d1f09994
am 06044fe1: Merge "AccessibilityServiceInfo does not report properly the feedback type." into ics-mr0
...
* commit '06044fe114f7f07c15b0ba92740829cb8896766b':
AccessibilityServiceInfo does not report properly the feedback type.
2011-10-19 18:18:44 -07:00
Svetoslav Ganov
06044fe114
Merge "AccessibilityServiceInfo does not report properly the feedback type." into ics-mr0
2011-10-19 18:15:52 -07:00
Daniel Sandler
dffcf2a9d2
am 22522289: am 84e825a8: Merge "Add hasNavigationBar() to the window manager." into ics-mr0
...
* commit '22522289fc0fda5c5fdd8c74e72c9f1f84e421f1':
Add hasNavigationBar() to the window manager.
2011-10-19 18:09:19 -07:00
Dirk Dougherty
e0909f55ff
am 098d37c0: am 62ade220: Merge "Doc change: add video to platform highlights and fix a few things." into ics-mr0
...
* commit '098d37c092f126c1b0d19d22fe1d1d043817a3a4':
Doc change: add video to platform highlights and fix a few things.
2011-10-19 18:09:17 -07:00
Jim Miller
a5ff5b482a
Fix 5485925: Fix crash in transport control view
...
This fixes a crash where we weren't hiding the view when there's
no registered media player. It now hides the view when AudioManager
tells it to clear the data.
It also avoids a possible race condition where a request can
come in from AudioManager before the callback is set.
Change-Id: I3360e775c75396e1eee11413d317df5b39ceb487
2011-10-19 18:07:58 -07:00
Daniel Sandler
22522289fc
am 84e825a8: Merge "Add hasNavigationBar() to the window manager." into ics-mr0
...
* commit '84e825a84d7dde03042228c79638935c92d13c92':
Add hasNavigationBar() to the window manager.
2011-10-19 18:07:18 -07:00
Dirk Dougherty
098d37c092
am 62ade220: Merge "Doc change: add video to platform highlights and fix a few things." into ics-mr0
...
* commit '62ade220d9b72a9edc8fcc4dfe98ca9541c6d501':
Doc change: add video to platform highlights and fix a few things.
2011-10-19 18:07:16 -07:00
Daniel Sandler
84e825a84d
Merge "Add hasNavigationBar() to the window manager." into ics-mr0
2011-10-19 18:05:20 -07:00
Dirk Dougherty
62ade220d9
Merge "Doc change: add video to platform highlights and fix a few things." into ics-mr0
2011-10-19 18:05:18 -07:00
James Dong
114f1a892c
am c7d92746: am b3cdadb6: Merge "Check whether media recorder client exists before dumping." into ics-mr0
...
* commit 'c7d927466e6314315743e5c98730b3a79c52e892':
Check whether media recorder client exists before dumping.
2011-10-19 17:59:48 -07:00
James Dong
c7d927466e
am b3cdadb6: Merge "Check whether media recorder client exists before dumping." into ics-mr0
...
* commit 'b3cdadb639027f62c7c1637ca962a70d2d1f3b4d':
Check whether media recorder client exists before dumping.
2011-10-19 17:57:58 -07:00