Mark Wagner
f4f8a7fe46
mods so that we can search mms messages
2009-06-22 14:55:17 -07:00
Android (Google) Code Review
cb85ef6a8b
am e146d824: Merge change 4965 into donut
...
Merge commit 'e146d824785078fed578f88b11ff47a7390d27c5'
* commit 'e146d824785078fed578f88b11ff47a7390d27c5':
Fix bugs 1827027, 1808979, 1820700.
2009-06-22 14:32:54 -07:00
Android (Google) Code Review
e146d82478
Merge change 4965 into donut
...
* changes:
Fix bugs 1827027, 1808979, 1820700.
2009-06-22 14:31:21 -07:00
Dianne Hackborn
a465a170ce
Fix bugs 1827027, 1808979, 1820700.
...
These are all variations of needing to validate ranges on editing operations
coming from the IME, to account for the underlying text changing (usually being
deleted) asynchronously with the IME.
2009-06-22 14:20:17 -07:00
Grace Kloba
9427c285df
Set organizations to be null for generateKeyPair to use the default.
2009-06-22 14:01:25 -07:00
Android (Google) Code Review
4527acb0c3
am 856dd8a6: Merge change 4952 into donut
...
Merge commit '856dd8a60a70a5b7dca2bf2114872ce063e2ad60'
* commit '856dd8a60a70a5b7dca2bf2114872ce063e2ad60':
Helper API cleanup. Allows multiple helpers to function,
2009-06-22 13:20:31 -07:00
Android (Google) Code Review
856dd8a60a
Merge change 4952 into donut
...
* changes:
Helper API cleanup. Allows multiple helpers to function, because they'll always go in the same order, and this lets us not have to write headers to keep them paired.
2009-06-22 13:18:09 -07:00
Android (Google) Code Review
ffe4ddfe95
am eb717b9c: Merge change 4477 into donut
...
Merge commit 'eb717b9c4337e5b88664802b0804f4cb48758120'
* commit 'eb717b9c4337e5b88664802b0804f4cb48758120':
BulkCursorToCursorAdaptor.respond no longer assumes RemoteException is impossible, fails more gracefully.
2009-06-22 13:04:50 -07:00
Android (Google) Code Review
eb717b9c43
Merge change 4477 into donut
...
* changes:
BulkCursorToCursorAdaptor.respond no longer assumes RemoteException is impossible, fails more gracefully.
2009-06-22 13:02:36 -07:00
Joe Onorato
06290a4bb9
Helper API cleanup. Allows multiple helpers to function,
...
because they'll always go in the same order, and this lets
us not have to write headers to keep them paired.
2009-06-22 13:02:24 -07:00
Karl Rosaen
6dc0ef005d
BulkCursorToCursorAdaptor.respond no longer assumes RemoteException is impossible, fails more gracefully.
...
This fixes bug 1923131 which was crashing the system process in some cases when the search dialog
was calling respond on its cursor to GlobalSearch.
2009-06-22 12:51:35 -07:00
Android (Google) Code Review
9f79975fa0
am ecfb9f91: Merge change 4940 into donut
...
Merge commit 'ecfb9f91afa49df7b9b62526dcaca431b5ff1e01'
* commit 'ecfb9f91afa49df7b9b62526dcaca431b5ff1e01':
Fixes #1933585 . Don't dismiss ACTV's drop down when it's set to alwaysVisible.
2009-06-22 11:19:08 -07:00
Android (Google) Code Review
ecfb9f91af
Merge change 4940 into donut
...
* changes:
Fixes #1933585 . Don't dismiss ACTV's drop down when it's set to alwaysVisible.
2009-06-22 11:17:13 -07:00
Romain Guy
7299807d18
Fixes #1933585 . Don't dismiss ACTV's drop down when it's set to alwaysVisible.
...
This change also resizes the drop down automatically whenever the soft input
method is shown/hidden.
2009-06-22 11:09:20 -07:00
Android (Google) Code Review
a7aa3b07f1
Merge change 4932
...
* changes:
In WebView, fix calcVisibleRect bugs
2009-06-22 11:01:50 -07:00
Android (Google) Code Review
90c8f83538
am d6dd686b: Merge change 4805 into donut
...
Merge commit 'd6dd686bc7adba448af1bc36a022cddba9f9561f'
* commit 'd6dd686bc7adba448af1bc36a022cddba9f9561f':
add GServices settings for Google Talk privacy and legal urls.
2009-06-22 10:45:28 -07:00
Cary Clark
3524be90f6
In WebView, fix calcVisibleRect bugs
...
Always use mFindIsUp to adjust computed rect bottom.
Compute the visible rect, but don't send it, when
creating the webTextView.
2009-06-22 13:17:05 -04:00
Wei Huang
ceca25fdb0
add GServices settings for Google Talk privacy and legal urls.
2009-06-22 10:08:22 -07:00
Leon Scroggins
d6377fbe7e
resolved conflicts for merge of 9336f5d9 to master
2009-06-22 12:44:31 -04:00
Android (Google) Code Review
9336f5d9de
Merge change 4775 into donut
...
* changes:
Make browser bookmarks permissions part of the public API.
2009-06-22 08:01:58 -07:00
Android (Google) Code Review
2b31fec39c
am 2c10b5f4: Merge change 4914 into donut
...
Merge commit '2c10b5f483f832523305c11d44035fc7f5d9a54b'
* commit '2c10b5f483f832523305c11d44035fc7f5d9a54b':
Make all static methods in SearchManager non-static.
2009-06-22 07:26:36 -07:00
Leon Scroggins
9ce4c6c5cf
Make browser bookmarks permissions part of the public API.
2009-06-22 09:14:02 -04:00
Android (Google) Code Review
fe74d46376
am 7306d248: Merge change 4913 into donut
...
Merge commit '7306d248feb2e52593e51944bcaf98c11974e988'
* commit '7306d248feb2e52593e51944bcaf98c11974e988':
Add non-static version of SearchManager.getSuggestions().
2009-06-22 05:55:59 -07:00
Bjorn Bringert
8d15382378
Make all static methods in SearchManager non-static.
...
They were only static because of a now removed restriction that
only activity contexts could instantiate SearchManager.
This only changes hidden APIs, but all users of the changed methods
must be updated to use them non-statically before this is submitted.
2009-06-22 13:51:48 +01:00
Bjorn Bringert
97325db856
Add non-static version of SearchManager.getSuggestions().
2009-06-22 13:51:35 +01:00
Android (Google) Code Review
792f4be7f3
am 9c1b1872: Merge change 4908 into donut
...
Merge commit '9c1b1872faf028bcd70fb3e17eeb29d86ce6bd9a'
* commit '9c1b1872faf028bcd70fb3e17eeb29d86ce6bd9a':
Remove checks for Activity Context when creating SearchManager
2009-06-22 04:48:12 -07:00
Bjorn Bringert
a68ca641e6
Remove checks for Activity Context when creating SearchManager
...
Since https://android-git.corp.google.com/g/3880
all activities create a SearchManager object, to handle
saving and restoring the search dialog. This broke
ActivityUnitTestCase, since ApplicationContext.getSearchManager()
threw an exception in non-activity contexts.
This change removes the activity context check from
getSearchManager(). Since SearchManager is now just a thin
wrapper for SearchManagerService, there shouldn't be anything
activity-specific in it.
Fixes http://b/issue?id=1926254
2009-06-22 10:05:48 +01:00
Daisuke Miyakawa
b178edb4d7
am 3e3324ba: Merge the change in cupcake_dcm so that Contacts app is able to use it.
...
Merge commit '3e3324bae45ff21615c07507e6918ad21681a6a2'
* commit '3e3324bae45ff21615c07507e6918ad21681a6a2':
Merge the change in cupcake_dcm so that Contacts app is able to use it.
2009-06-21 21:44:01 -07:00
Daisuke Miyakawa
3e3324bae4
Merge the change in cupcake_dcm so that Contacts app is able to use it.
2009-06-22 13:37:03 +09:00
Mathias Agopian
211648301a
Merge commit 'goog/master' into merge_master
2009-06-19 18:46:35 -07:00
Android (Google) Code Review
17c848a27c
am 9e71b07c: Merge change 4829 into donut
...
Merge commit '9e71b07cfe88cdb1abf4a01077ca263d7f957c94'
* commit '9e71b07cfe88cdb1abf4a01077ca263d7f957c94':
Fixes #1926784 . Setting android:ellipsize on an EditText now ellipsizes the hint.
2009-06-19 18:20:16 -07:00
Android (Google) Code Review
9e71b07cfe
Merge change 4829 into donut
...
* changes:
Fixes #1926784 . Setting android:ellipsize on an EditText now ellipsizes the hint.
2009-06-19 18:18:42 -07:00
Jaikumar Ganesh
395d102366
Send the name of the device in the DeviceFound signal.
...
When name resolution is done, we get a DeviceFound signal.
Settings app was not updating the cache.
2009-06-19 17:43:36 -07:00
Mathias Agopian
f73bbd0423
Merge commit 'goog/master' into merge_master
2009-06-19 17:41:14 -07:00
Grace Kloba
b0774438ea
am 3af8e938: Change addCertificate to take byte[] instead of String as we don\'t know the encoding.
...
Merge commit '3af8e9389e008c0076b86cc6b3c6f005e7473d10'
* commit '3af8e9389e008c0076b86cc6b3c6f005e7473d10':
Change addCertificate to take byte[] instead of String as we don't know the encoding.
2009-06-19 16:43:59 -07:00
Android (Google) Code Review
f1891f4b79
am 52546575: Merge change 4818 into donut
...
Merge commit '5254657540b0a6ad54be6229b68fa5626e4ef9e5'
* commit '5254657540b0a6ad54be6229b68fa5626e4ef9e5':
Added in Settings.Secure default country and variant for the default TTS language.
2009-06-19 16:43:46 -07:00
Android (Google) Code Review
47e4d45cb6
am b4e456bf: Merge change 4785 into donut
...
Merge commit 'b4e456bf1823e2dd8c975ae02451b7b72541c236'
* commit 'b4e456bf1823e2dd8c975ae02451b7b72541c236':
Fix issue #1753079 : running instrumentation in shared processes.
2009-06-19 16:43:39 -07:00
Romain Guy
4dc4f73cab
Fixes #1926784 . Setting android:ellipsize on an EditText now ellipsizes the hint.
...
It doesn't make much sense to ellipsize the text entered by the user, so we
just ellipsize the hint. This avoids introducing a new XML attribute/Java API
just for the particular case of ellipsizing the hint.
2009-06-19 16:39:35 -07:00
Grace Kloba
3af8e9389e
Change addCertificate to take byte[] instead of String as we don't know the encoding.
...
In WebView, if we run into the certificate, we will save it to the Keystore instead of sending it to the WebKit.
2009-06-19 15:09:34 -07:00
Android (Google) Code Review
b77490d935
Merge change 4688
...
* changes:
Copies the Contacts.Intents class to ContactsContract.
2009-06-19 14:56:13 -07:00
Evan Millar
dc2da5fd92
Copies the Contacts.Intents class to ContactsContract.
...
ContactsContract now contains all the useful constants that are
contained in Contacts.Intents. Because we have to continue to
support the Contacts interface, the constants are kept there,
but now simply reference the real versions in Contacts.Intents.
Contacts.Intents will be deprecated and developers are encouraged
to move to Contacts.Intents.
2009-06-19 14:51:04 -07:00
Android (Google) Code Review
9c07cab32d
am 4d1b5bd1: Merge change 4808 into donut
...
Merge commit '4d1b5bd148d0830d2acc03bafbe58dfd17e5b3f8'
* commit '4d1b5bd148d0830d2acc03bafbe58dfd17e5b3f8':
Fixes #1928566 . Prevents runtime restart upon configuration change.
2009-06-19 14:49:49 -07:00
The Android Open Source Project
f418214af3
merge 9ebd737e w/conflicts
2009-06-19 14:47:58 -07:00
Android (Google) Code Review
5254657540
Merge change 4818 into donut
...
* changes:
Added in Settings.Secure default country and variant for the default TTS language.
2009-06-19 14:43:37 -07:00
Android (Google) Code Review
b4e456bf18
Merge change 4785 into donut
...
* changes:
Fix issue #1753079 : running instrumentation in shared processes.
2009-06-19 14:24:39 -07:00
Jean-Michel Trivi
a6fcc95411
Added in Settings.Secure default country and variant for the default TTS language.
2009-06-19 14:18:41 -07:00
Ye Wen
44c6e3e785
Fix bug1435331: add a gservices setting for the retry threshold of auth expired failure.
2009-06-19 13:45:47 -07:00
Android (Google) Code Review
4d1b5bd148
Merge change 4808 into donut
...
* changes:
Fixes #1928566 . Prevents runtime restart upon configuration change.
2009-06-19 13:31:14 -07:00
Android (Google) Code Review
9ebd737e12
Merge change 4793 into donut
...
* changes:
dpi changes for webview
2009-06-19 13:24:44 -07:00
Romain Guy
e35c235145
Fixes #1928566 . Prevents runtime restart upon configuration change.
...
Managed dialogs could cause dispatchOnCreate() to be called twice, which
would cause an exception.
2009-06-19 13:18:12 -07:00