Martijn Coenen
236a62302c
am c5f3fd6e: Merge "Revert "Remove deprecated (hidden) enableForegroundNdefPush API\'s." (DO NOT MERGE)." into ics-mr1
...
* commit 'c5f3fd6ef160c0f6072b14b97aa5c1d9759c682e':
Revert "Remove deprecated (hidden) enableForegroundNdefPush API's." (DO NOT MERGE).
2011-11-10 22:48:56 +00:00
Jason Simmons
f0b82d61f5
resolved conflicts for merge of faa81c82 to ics-aah
...
Change-Id: I7464f16940058cc9b5a3dba5cb839bc67129009e
2011-11-10 14:29:46 -08:00
Martijn Coenen
c5f3fd6ef1
Merge "Revert "Remove deprecated (hidden) enableForegroundNdefPush API's." (DO NOT MERGE)." into ics-mr1
2011-11-10 13:48:02 -08:00
Martijn Coenen
0946fe5be3
Revert "Remove deprecated (hidden) enableForegroundNdefPush API's." (DO NOT MERGE).
...
This reverts commit 562dfff65a . These API's are still used
by GMM in the version that ships with MR1, so we need them to keep Beam working for
GMM. Note that these APIs are hidden.
From version 5.13 onwards GMM will use the new API's.
Change-Id: I316a9c9b7d0052a14f6c1df70f2ed463bca61800
2011-11-10 13:22:27 -08:00
Tom Taylor
faa81c8210
Merge "Revert "Add new secure setting for controlling Messaging notifications"" into ics-mr1
2011-11-10 13:11:16 -08:00
Eino-Ville Talvala
8d9c011eeb
am c1c5d4fa: Merge "Add a sound-playing method to Camera API." into ics-mr1
...
* commit 'c1c5d4faa22a7d22b8225b2bbf83206698b83763':
Add a sound-playing method to Camera API.
2011-11-10 20:08:32 +00:00
Tom Taylor
994da2ad32
Revert "Add new secure setting for controlling Messaging notifications"
...
This reverts commit 03da2f00aa .
Committer: Tom Taylor <tomtaylor@google.com >
On branch revertsetting
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: api/current.txt
modified: core/java/android/provider/Settings.java
modified: core/java/android/provider/Telephony.java
modified: packages/SettingsProvider/res/values/defaults.xml
modified: packages/SettingsProvider/src/com/android/providers/settings/DatabaseHelper.java
We've decided not to disable messaging notifications with a secure setting.
Instead, all the work will be done within the messaging app itself.
Change-Id: Icde6894e76da1007b6026c8ec7dc56e488453c06
2011-11-10 11:17:38 -08:00
Eino-Ville Talvala
e0cc55ac72
Add a sound-playing method to Camera API.
...
To allow applications with non-standard Camera use cases to use the
platform sound files and routing, add a method to play any of the
standard Camera sounds (shutter, autofocus, record start/stop) using a
background thread.
Bug: 5447107
Change-Id: I2524853a626e3ce334a7aad2f7de061d5c04abd0
2011-11-10 10:23:49 -08:00
John Reck
f0d1965134
am 843e04d9: Merge "Pause drawing when not visible" into ics-mr1
...
* commit '843e04d977fd348ed474da1d3c6a62e7dc837444':
Pause drawing when not visible
2011-11-10 17:22:03 +00:00
John Reck
843e04d977
Merge "Pause drawing when not visible" into ics-mr1
2011-11-10 09:19:55 -08:00
George Mount
047945013e
am c60baec7: Merge "DO NOT MERGE Set the initial scroll position for RTL." into ics-mr1
...
* commit 'c60baec7a737d3c3cd596c5c4378a6e12450da3d':
DO NOT MERGE Set the initial scroll position for RTL.
2011-11-10 16:33:23 +00:00
George Mount
c60baec7a7
Merge "DO NOT MERGE Set the initial scroll position for RTL." into ics-mr1
2011-11-10 08:32:18 -08:00
Gilles Debunne
5a3327d75b
am e5504ba1: Merge "Visual glitches when starting extracted text" into ics-mr1
...
* commit 'e5504ba1a279fc58eac74bda8d9c5c29cae235a9':
Visual glitches when starting extracted text
2011-11-10 08:50:01 +00:00
Gilles Debunne
e5504ba1a2
Merge "Visual glitches when starting extracted text" into ics-mr1
2011-11-10 00:48:10 -08:00
satok
b199d4fada
am 114c4d38: Merge "Introduce an API to cancel pending/running spell check tasks" into ics-mr1
...
* commit '114c4d3843758a2a1ffb32eb2719d65cdee637f8':
Introduce an API to cancel pending/running spell check tasks
2011-11-10 05:28:09 +00:00
satok
114c4d3843
Merge "Introduce an API to cancel pending/running spell check tasks" into ics-mr1
2011-11-09 21:26:46 -08:00
satok
b4aff97c85
Introduce an API to cancel pending/running spell check tasks
...
Bug: 5554629
Change-Id: Ifd840ea13976813639a2ee259124a21d9bb56893
2011-11-10 11:50:45 +09:00
satok
acf8357f30
am 34bd5969: Merge "Respect user settings for spell checking language if explicitly set" into ics-mr1
...
* commit '34bd596935ccd4574dbf6c6e7bfa24323e3e8e1f':
Respect user settings for spell checking language if explicitly set
2011-11-10 02:44:03 +00:00
satok
34bd596935
Merge "Respect user settings for spell checking language if explicitly set" into ics-mr1
2011-11-09 18:42:48 -08:00
John Reck
5f1c549132
Pause drawing when not visible
...
Bug: 5594608
If onPause is called or if the view or view's window is no longer
visible, pause webview drawing. Calls to onDraw will continue to work,
but animations and other continual drawing will stop
Change-Id: I11640f087852d1a9a33b945ff72297fab1d25b94
2011-11-09 17:19:43 -08:00
George Mount
331493085d
DO NOT MERGE Set the initial scroll position for RTL.
...
Bug 5268793
Webkit knows about the correct initial position for web pages.
On initial show, scroll to the webkit position.
Cherry-picked from master CL: I2537b84a
External WebKit CL: I6a91b97f
Change-Id: I2537b84a30a26a79a8a0f23fe62b9ed757f9c5a4
2011-11-09 15:37:26 -08:00
satok
05f2470061
Respect user settings for spell checking language if explicitly set
...
Bug: 5554116
Change-Id: I8c16d732af1fe713d30d97dfe829ff16653c7f34
2011-11-10 07:54:52 +09:00
Jeff Brown
6e1c362a21
am e7de36e6: Merge "Throw TransactionTooLargeException when Binder transaction fails. Bug: 5578022" into ics-mr1
...
* commit 'e7de36e605e0ccf4552c8ee1db40cb9af3227cf4':
Throw TransactionTooLargeException when Binder transaction fails. Bug: 5578022
2011-11-09 19:22:14 +00:00
Jeff Brown
e7de36e605
Merge "Throw TransactionTooLargeException when Binder transaction fails. Bug: 5578022" into ics-mr1
2011-11-09 11:20:24 -08:00
John Reck
22a073f073
am 36a7f2a9: Merge "Fix determining find on page overlap" into ics-mr1
...
* commit '36a7f2a9adfa21ec31f00d496fef82e68931c860':
Fix determining find on page overlap
2011-11-09 19:00:49 +00:00
Gilles Debunne
4eddb9356a
am 76bb11ca: Merge "Bug 5575396: close spell session on language change" into ics-mr1
...
* commit '76bb11ca642556673249a6ef8b84ab2813deaa87':
Bug 5575396: close spell session on language change
2011-11-09 18:59:45 +00:00
Jeff Sharkey
ba83524338
am 630a13bd: Merge "Bootstrap stats before registering listeners." into ics-mr1
...
* commit '630a13bdd88723599a7617ca4df20ab923e7ffbb':
Bootstrap stats before registering listeners.
2011-11-09 18:59:40 +00:00
Jeff Sharkey
3c865c0a51
am 4c48d2ff: Merge "Make operation counts monotonically increase." into ics-mr1
...
* commit '4c48d2ff6937e1e3a2fb93cc4cc29324b20542a5':
Make operation counts monotonically increase.
2011-11-09 18:59:38 +00:00
Dianne Hackborn
0126a4a7f2
am cd489c4c: Merge "Don\'t crash if there is no connectivity service." into ics-mr1
...
* commit 'cd489c4ce59c134c384238cbb613ede34f28189c':
Don't crash if there is no connectivity service.
2011-11-09 18:59:19 +00:00
Svetoslav Ganov
f32985381c
am 1bef480b: Merge "NumberPicker incorectly enforcing minimal width and height." into ics-mr1
...
* commit '1bef480b223f03d0fc866f08ca101a07ead89bc2':
NumberPicker incorectly enforcing minimal width and height.
2011-11-09 18:59:14 +00:00
Jason Simmons
f981686779
resolved conflicts for merge of 3af8b88d to ics-aah
...
Change-Id: I2b68cd7c904e68a16565b7274560e7105c643c87
2011-11-09 10:08:21 -08:00
John Reck
36a7f2a9ad
Merge "Fix determining find on page overlap" into ics-mr1
2011-11-09 09:28:11 -08:00
Michael Kolb
d8883f5129
am a4293ba1: Merge "Remove flicker from WebTextView" into ics-mr1
...
* commit 'a4293ba1a0f1129d5879ae9eda45292ff357e20c':
Remove flicker from WebTextView
2011-11-09 14:37:36 +00:00
Dave Santoro
b7a262cdc1
am b78ae752: Merge "Unhide social stream APIs for Contacts." into ics-mr1
...
* commit 'b78ae7524eecbca01a53994d6872202633c8341b':
Unhide social stream APIs for Contacts.
2011-11-09 14:37:19 +00:00
Matthew Xie
afb3fa6c96
am 48542eb3: Merge "Make public APIs of ACTION_UUID, EXTRA_UUID, getUuids, and fetchUuidsWithSdp" into ics-mr1
...
* commit '48542eb39e55f2d0e2a79d43e696ffb2acb67b5c':
Make public APIs of ACTION_UUID, EXTRA_UUID, getUuids, and fetchUuidsWithSdp
2011-11-09 14:37:11 +00:00
Adam Cohen
87ce25a772
am 75b20380: Merge "Making default widget padding public API" into ics-mr1
...
* commit '75b2038004f3338c68c9a0e89b29a31e10b237da':
Making default widget padding public API
2011-11-09 14:36:57 +00:00
Gilles Debunne
61ddbbae71
Visual glitches when starting extracted text
...
Partially addresses Bug 5547923
In landscape, tapping on the text
1. starts extracted text mode
2. displays the cursor handle or the selection popup window.
As a result, some ghost effects and race conditions create an
unpleasing visual experience.
Fixed this by not doing 2. in case extracted mode will start.
The drawback of this quicl fix is that the user will have to
tap again to get the handle/suggestion. That can be fixed later
if needed.
Change-Id: I10e1d8399bb35e5b2cd5cba1295f7d29d051cae0
2011-11-09 09:48:43 +01:00
Gilles Debunne
76bb11ca64
Merge "Bug 5575396: close spell session on language change" into ics-mr1
2011-11-09 00:26:46 -08:00
Jeff Sharkey
630a13bdd8
Merge "Bootstrap stats before registering listeners." into ics-mr1
2011-11-08 23:43:58 -08:00
Jeff Sharkey
4c48d2ff69
Merge "Make operation counts monotonically increase." into ics-mr1
2011-11-08 23:43:38 -08:00
Jeff Brown
0bde66a837
Throw TransactionTooLargeException when Binder transaction fails.
...
Bug: 5578022
Previously, Binder transactions failed silently, which caused
problems because apps would carry on assuming that the operation
had succeeded. Often, the apps would crash soon due to a violated
invariant, but sometimes they managed to do some damage first...
Change-Id: Ia9cc98b3b761a8160e7c4e87507860b5912c0451
2011-11-08 20:42:11 -08:00
Jeff Sharkey
3359aca765
Bootstrap stats before registering listeners.
...
Also move ISE to handled NonMonotonicException.
Bug: 5570872
Change-Id: I793f349287ef5589185f117dfbec6f1fad73a661
2011-11-08 18:24:12 -08:00
Dianne Hackborn
cd489c4ce5
Merge "Don't crash if there is no connectivity service." into ics-mr1
2011-11-08 17:58:26 -08:00
Jeff Sharkey
4abb1b8ef6
Make operation counts monotonically increase.
...
Bug: 5585704
Change-Id: I5247a68acdb209a4ef0f5aac18944595c295e6ca
2011-11-08 17:35:28 -08:00
Dianne Hackborn
d4d32c594f
Don't crash if there is no connectivity service.
...
Change-Id: I5f991896125fda22ff99b98a6aca244adbb17449
2011-11-08 17:33:59 -08:00
Svetoslav Ganov
1bef480b22
Merge "NumberPicker incorectly enforcing minimal width and height." into ics-mr1
2011-11-08 17:33:49 -08:00
Dianne Hackborn
3af8b88d03
Merge "Add drop box reports of low memory." into ics-mr1
2011-11-08 17:01:05 -08:00
Michael Kolb
a4293ba1a0
Merge "Remove flicker from WebTextView" into ics-mr1
2011-11-08 16:34:53 -08:00
Dianne Hackborn
e4d4fbc8c0
Add drop box reports of low memory.
...
We are tagging these as "watchdog" to make them visible in the
reporting tools.
Also new am command to kill all background processes, mostly to make
it easier to test this stuff.
Change-Id: Ib9dc4747cd8bd44156fdf11d6a087cd4272203eb
2011-11-08 15:44:34 -08:00
John Reck
d6ac727234
Fix determining find on page overlap
...
Bug: 5572138
Change-Id: Ie528e1cf9df363307018e01a898e8d9dfff1cd45
2011-11-08 15:00:17 -08:00