Eric Fischer
58ad16cfea
Merge "Import revised translations. DO NOT MERGE" into ics-mr1
2011-12-06 10:34:41 -08:00
Gilles Debunne
c5436f204b
Prevent NPE in SuggestionSpan
...
One SuggestionSpan constructor provide null as the default context.
This will always create an NPE in initStyle. Prevent this.
Change-Id: Ic2acffd2c8b9cda9c99b689d1b1a7f15d17b65d0
2011-12-06 10:29:08 -08:00
Eric Fischer
c92b5c227a
Import revised translations. DO NOT MERGE
...
Change-Id: I1d49a1533bd0481543280a379a9f93bd7027e54a
2011-12-06 10:27:06 -08:00
Svetoslav Ganov
ea25ea7ef3
Merge "Adding a system preference whether to speak passwords in accessibility mode." into ics-mr1
2011-12-06 10:27:04 -08:00
Jeff Brown
4079702ac2
Merge "Fix memory corruption issues in TextLayoutCache. (DO NOT MERGE)" into ics-mr1
2011-12-05 22:50:49 -08:00
Jeff Brown
f98c2a67fe
Fix memory corruption issues in TextLayoutCache. (DO NOT MERGE)
...
Ensure log_clusters array is big enough.
Bug: 5714171
Explicitly handle the cases where the entire string or a single
run might have a length of 0.
Harfbuzz assumes the length of the item is at least 1.
If the length is zero, then it will clobber memory at index -1
into the log_clusters array.
Bug: 5705479
Change-Id: If28a9866221081f69973c1d12d7fe0cf8db2edd0
2011-12-05 20:40:03 -08:00
Matthew Xie
0d9a41e74c
Merge "Broadcast turning on/off intent as early as possible when switch on/off BT" into ics-mr1
2011-12-05 19:56:54 -08:00
Dianne Hackborn
0c0120efa2
Merge "Fix issue #5714517 : App shortcuts can result in bad task intents" into ics-mr1
2011-12-05 19:16:54 -08:00
Dianne Hackborn
478237db07
Truthiness is good.
...
Change-Id: Iedd4d4027576001fc5e829bb0a1023dd2aefce99
2011-12-05 18:15:17 -08:00
Dianne Hackborn
f5b8671c34
Fix issue #5714517 : App shortcuts can result in bad task intents
...
New API to let you build an Intent whose base configuration is correct,
but has an additional "selector" to pick out the specific app that you
would like launched.
Change-Id: Ide9db6dc60e2844b7696cfe09b28337fe7dd63db
2011-12-05 17:42:41 -08:00
Matthew Xie
a6ba6fd4bb
Broadcast turning on/off intent as early as possible when switch on/off BT
...
Move broadcastState(BluetoothAdapter.STATE_TURNING_ON/OFF) before any other
method calls when turn on/off Bluetooth.
Bug 5703346
Change-Id: Iddbdab58367a7d648708aa23671eb09701d66793
2011-12-05 17:36:01 -08:00
Fred Quintana
9a3e16ffa8
am b5f2dfbc: Merge "By default ICS allows two syncs to run in parallel. Make it only do one at a time for devices that don\'t have much RAM as defined by the call ActivityManager.isLargeRAM()" into ics-mr1
...
* commit 'b5f2dfbc221d3dc799232e0ada3b6621d3d4d597':
By default ICS allows two syncs to run in parallel. Make it only do one at a time for devices that don't have much RAM as defined by the call ActivityManager.isLargeRAM()
2011-12-05 16:47:15 -08:00
Fred Quintana
b5f2dfbc22
Merge "By default ICS allows two syncs to run in parallel. Make it only do one at a time for devices that don't have much RAM as defined by the call ActivityManager.isLargeRAM()" into ics-mr1
2011-12-05 16:45:29 -08:00
Michael Kolb
48b6d2cc7c
am 3124e6f9: Merge "Remove debug log messages" into ics-mr1
...
* commit '3124e6f9e96b730cdfbbf068f15c41b6d5c8a819':
Remove debug log messages
2011-12-05 16:14:28 -08:00
Michael Kolb
3124e6f9e9
Merge "Remove debug log messages" into ics-mr1
2011-12-05 16:12:35 -08:00
Xia Wang
498e422a94
am e63d67ef: Merge "Add extra 2 minute for wifi to shutdown" into ics-mr1
...
* commit 'e63d67eff794ba2e4e5d2aa9e8854b37329f4429':
Add extra 2 minute for wifi to shutdown
2011-12-05 15:55:07 -08:00
Xia Wang
e63d67eff7
Merge "Add extra 2 minute for wifi to shutdown" into ics-mr1
2011-12-05 15:52:34 -08:00
Fred Quintana
33e4469417
By default ICS allows two syncs to run in parallel. Make it only
...
do one at a time for devices that don't have much RAM as
defined by the call ActivityManager.isLargeRAM()
Bug: 5713224
Change-Id: Ic8c42103f4031e1d7b1db797edcbbd7f7bac1387
2011-12-05 15:44:34 -08:00
Svetoslav Ganov
47e6347567
am da926cf2: Merge "TalkBack does not announce properly the buttons of the PIN lock." into ics-mr1
...
* commit 'da926cf284ff5f5ccf91dec088ff64d442cee25c':
TalkBack does not announce properly the buttons of the PIN lock.
2011-12-05 15:04:28 -08:00
Svetoslav Ganov
da926cf284
Merge "TalkBack does not announce properly the buttons of the PIN lock." into ics-mr1
2011-12-05 15:03:13 -08:00
Michael Kolb
e4e5fef75e
Remove debug log messages
...
Bug: 5713163
Change-Id: Id8d9845f6ecb7dd90ae4cf42bc82d39a148a5700
2011-12-05 14:55:02 -08:00
Svetoslav Ganov
55f937abe1
Adding a system preference whether to speak passwords in accessibility mode.
...
By default we do not speak passwords if the user has no headset. However,
many users find this too restrictive and would like a way to enable
password announcement. While we cannot speak the passwords all the time
,to avoid leaking them, we expose a preference so each user can choose
the option that best works for him/her.
bug:5712607
Change-Id: I6eb0c40834abe5297f7dc74be02d180a5bef0174
2011-12-05 14:54:59 -08:00
Irfan Sheriff
f8b8326982
am 6b66e9e4: Switch to notifications for walled garden
...
* commit '6b66e9e4c95b1c866ea63a0122fc199994fd7053':
Switch to notifications for walled garden
2011-12-05 14:21:58 -08:00
Svetoslav Ganov
a10be93aaa
TalkBack does not announce properly the buttons of the PIN lock.
...
The KeyBoardView shown by the lock screen is not marked as clickable even
though it handles clicks. TalkBack uses the clickability as a clue of what
to speak.
bug:5713102
Change-Id: I0733e30619e6045ce3f78e1499db65f4dc5bc388
2011-12-05 14:16:30 -08:00
Irfan Sheriff
6b66e9e4c9
Switch to notifications for walled garden
...
Also, switches the URL for browser to the actual URL used for checking
walled garden
Bug: 5398921
Change-Id: Ie4d4b1d47f4151d0f85975b10190bdcf5f2e7a57
2011-12-05 14:12:06 -08:00
Peter Ng
b113ad6be8
am 74b496dd: Merge "Numberpicker section divider is now 2dp thick" into ics-mr1
...
* commit '74b496dd8aab7e29bcba0c6502f773555c4ce29f':
Numberpicker section divider is now 2dp thick
2011-12-05 12:36:28 -08:00
Peter Ng
74b496dd8a
Merge "Numberpicker section divider is now 2dp thick" into ics-mr1
2011-12-05 12:34:53 -08:00
Eric Fischer
20e1dc5cb3
am 845b3efc: Merge "Add missing locale date format files." into ics-mr1
...
* commit '845b3efc9935e66b718d8e9a56435bf039f97633':
Add missing locale date format files.
2011-12-05 12:27:16 -08:00
Eric Fischer
845b3efc99
Merge "Add missing locale date format files." into ics-mr1
2011-12-05 12:25:58 -08:00
Xia Wang
10a3e8fae8
Add extra 2 minute for wifi to shutdown
...
Change-Id: I3cf2fbf5de8b96b75d5e460e4ad822a1947ff6e7
2011-12-05 12:22:47 -08:00
Eric Fischer
db04b88cc8
Add missing locale date format files.
...
Change-Id: I4533c8aff25ee9f6a37a18005ea1341c99c4e696
2011-12-05 12:20:01 -08:00
Peter Ng
cbdff7a7a5
Numberpicker section divider is now 2dp thick
...
Change-Id: I614c7316e43c23650166971662ed7dfd847ddaa8
2011-12-05 11:16:27 -08:00
Dianne Hackborn
3e9df5baf9
am 003c15d7: Merge "Fix issue #5614559 : Registering surface error in..." into ics-mr1
...
* commit '003c15d72ccd3856d5abfe6d66a2a40d0eca85bc':
Fix issue #5614559 : Registering surface error in...
2011-12-05 10:42:33 -08:00
Dianne Hackborn
003c15d72c
Merge "Fix issue #5614559 : Registering surface error in..." into ics-mr1
2011-12-05 10:40:59 -08:00
Joe Malin
1d7d0af9a1
DOC CHANGE: Add Content URI ref doc
...
Change-Id: I859b4bdc9d78f1f5e5769fe3fee421af2ad85778
2011-12-05 10:30:51 -08:00
Michael Kolb
068f8e7cda
am 277cbe5a: Merge "set System UI visibility based on MediaController state" into ics-mr1
...
* commit '277cbe5a951840558166020568fb1510285e2594':
set System UI visibility based on MediaController state
2011-12-05 09:26:13 -08:00
Michael Kolb
277cbe5a95
Merge "set System UI visibility based on MediaController state" into ics-mr1
2011-12-05 09:24:25 -08:00
Dianne Hackborn
61566cc193
Fix issue #5614559 : Registering surface error in...
...
...Background Replacement on Stingray
This is how I should have done it in the first place. We get the
new surface from the window manager, and then just copy it in to
the constant Surface object we have for the holder.
Change-Id: I537a9e413829a18f689dfb46687014676b27156e
2011-12-03 11:16:49 -08:00
Michael Kolb
c07b678522
set System UI visibility based on MediaController state
...
Bug: 5494143
still doesn't remove the buttons in dimmed state,
but at least dims them correctly
Change-Id: Idcfc10616d31f6ccf8cd84b706a17d048bf505a1
2011-12-02 16:12:02 -08:00
Gilles Debunne
e64f4abb29
am 2f1e1e4a: Merge "Handle animations in Views\' rectangle clipping methods." into ics-mr1
...
* commit '2f1e1e4ab9ca20920d85574317c9d7c9e9e73161':
Handle animations in Views' rectangle clipping methods.
2011-12-02 15:31:17 -08:00
Gilles Debunne
2f1e1e4ab9
Merge "Handle animations in Views' rectangle clipping methods." into ics-mr1
2011-12-02 15:28:56 -08:00
John Reck
33caf2bd28
am 43bc6b09: Merge "Fix updateDoubleTapZoom logic" into ics-mr1
...
* commit '43bc6b094edda6baa8123115a33afaf454525376':
Fix updateDoubleTapZoom logic
2011-12-02 14:49:22 -08:00
John Reck
43bc6b094e
Merge "Fix updateDoubleTapZoom logic" into ics-mr1
2011-12-02 14:47:04 -08:00
Jesse Hall
f6544bde14
am 6d90c1c6: Merge "Disable GLES20Canvas on emu w/o native GL" into ics-mr1
...
* commit '6d90c1c6fedc7add177418324ba5e591af543fa4':
Disable GLES20Canvas on emu w/o native GL
2011-12-02 12:35:20 -08:00
Jesse Hall
6d90c1c6fe
Merge "Disable GLES20Canvas on emu w/o native GL" into ics-mr1
2011-12-02 12:33:20 -08:00
Gilles Debunne
15daf351c4
am f96aa3b1: Merge "(de)activating spell check taken into account immediately" into ics-mr1
...
* commit 'f96aa3b197b96f9cb276485420c09a7b36606599':
(de)activating spell check taken into account immediately
2011-12-02 10:47:18 -08:00
Gilles Debunne
f96aa3b197
Merge "(de)activating spell check taken into account immediately" into ics-mr1
2011-12-02 10:45:25 -08:00
Jesse Hall
4406345cd6
Disable GLES20Canvas on emu w/o native GL
...
When the emulator is run without '-gpu on', GLES20 isn't supported,
so claiming GLES20Canvas is available will lead to catastrophic
failure. This change makes GLES20Canvas available when compiled in
and either not running on the emulator, or running on the emulator
with native GL acceleration enabled.
Change-Id: I89c944f9e3c9585224f5aa0877335ea48ea4a468
2011-12-02 09:35:42 -08:00
John Reck
059832790d
Fix updateDoubleTapZoom logic
...
Bug: 5698099
Change-Id: I83578e57cf809cbe7781d988302f0925dfddec80
2011-12-01 19:28:41 -08:00
Dianne Hackborn
9dbe338930
am bfb3dec2: Merge "More social integration." into ics-mr1
...
* commit 'bfb3dec22dd397b57c8bbc1d6d18ed98cd413b10':
More social integration.
2011-12-01 18:50:38 -08:00