Cary Clark
4fbf81bc94
check for null item in web history in saveState
...
fixes http://b/issue?id=215369
2009-09-29 16:21:25 -04:00
Romain Guy
bd5b572279
absf() -> fabsf() instead of fabs()
...
Change-Id: I5571a635757295aa1514aeaff72e80cc3dd8752c
2009-09-29 13:17:27 -07:00
Android (Google) Code Review
7957eaa69f
Merge change Iee9b30d3 into eclair
...
* changes:
New icons
2009-09-29 16:12:52 -04:00
Mike Cleron
ee9b30d394
New icons
2009-09-29 13:01:09 -07:00
Cary Clark
eaa18dec91
scroll text field with touch
...
Add a hidden public method to text/method/Touch.java that
computes the maximum scroll amount for a text field.
Remove 'faketouch' code; it causes a crash and is
no longer required.
Pass the percentage of the current scroll from the UI
thread to webkit. One additional fix is to allow very
small movements which are currently disallowed because
they are smaller than 'smallerSlop' in WebTextView.java.
Companion fix is in external/webkit.
Fixes http://b/issue?id=2133049
2009-09-29 15:42:37 -04:00
Android (Google) Code Review
f993fefc3b
Merge change Icbd74742 into eclair
...
* changes:
EventLog when a database file is deleted due to corruption.
2009-09-29 15:15:21 -04:00
Android (Google) Code Review
87937ae89e
Merge change I66057b1f into eclair
...
* changes:
Whoops, these shouldn't be public.
2009-09-29 15:12:30 -04:00
Jeff Hamilton
a722d5b1bd
EventLog when a database file is deleted due to corruption.
...
Change-Id: Icbd747425e97e022b91fbaf64579982d802524bf
2009-09-29 11:50:32 -07:00
Leon Scroggins
d84e7d53d3
Allow scrolls to continue when getting a new content size.
...
In recordNewContentSize, rather than aborting any scrolls in progress,
find the final coordinates of the scroll and pin them to the new size,
and let the scroll continue.
Fixes http://b/issue?id=2141960
Change-Id: I7bfa444b52e70a0ca817221f379df77efc3496b7
2009-09-29 14:43:05 -04:00
Dianne Hackborn
c20a9608f3
Whoops, these shouldn't be public.
...
Change-Id: I66057b1fb63b97ad79cea7056849274c6a7b3ed4
2009-09-29 11:38:01 -07:00
Dianne Hackborn
fff0b4a6c2
Fix build.
...
Change-Id: Ibbe15483013b82bd5bb9ec648bb4537682994b5a
2009-09-29 11:19:03 -07:00
Dianne Hackborn
b6eaaa2ab2
Clean up cacheColorHint to be better controlled by the theme.
...
Fixes generic lists in dialog themes, for example.
Change-Id: I0ea1cae1641d8ab3756179ce80245ed0df942115
2009-09-29 11:02:39 -07:00
Android (Google) Code Review
490d5222ae
Merge change I6cacaa0d into eclair
...
* changes:
Hack to fix issue #2125365 : Sports Trivia compatability with Eclair
2009-09-29 13:44:47 -04:00
Android (Google) Code Review
22cbf51ef5
Merge change I49fbfc68 into eclair
...
* changes:
Add PhoneNumberUtils.compare() method that uses a resource to determine strictness.
2009-09-29 13:43:17 -04:00
Android (Google) Code Review
ac5bd144f1
Merge change Ib23e57cf into eclair
...
* changes:
Set roaming based on both data and voice.
2009-09-29 13:26:06 -04:00
Dirk Dougherty
b0702880a3
am 50128088: Merge change I915efc49 into donut
...
Merge commit '501280889ce2bed1b73e7e6ae0d8f4d0afba018a' into eclair
* commit '501280889ce2bed1b73e7e6ae0d8f4d0afba018a':
Update docs for NDK.
2009-09-29 10:13:22 -07:00
Android (Google) Code Review
501280889c
Merge change I915efc49 into donut
...
* changes:
Update docs for NDK.
2009-09-29 13:03:12 -04:00
Dirk Dougherty
a1b746ab3a
Update docs for NDK.
...
Change-Id: I915efc49d0ea736e3fd408628d35f53e3a85c1df
2009-09-29 09:56:02 -07:00
Dirk Dougherty
e34569fa54
am bc0e07bf: Merge change I7b64ad2e into donut
...
Merge commit 'bc0e07bf9ad21d9237713d58879c00556d70b1f2' into eclair
* commit 'bc0e07bf9ad21d9237713d58879c00556d70b1f2':
doc change only. fix toc links on terms page.
2009-09-29 08:56:21 -07:00
Android (Google) Code Review
9f9ce25364
Merge change I59ceeae4 into eclair
...
* changes:
Fix the reporting of ActiveApnTypes on CDMA
2009-09-29 11:42:46 -04:00
Android (Google) Code Review
bc0e07bf9a
Merge change I7b64ad2e into donut
...
* changes:
doc change only. fix toc links on terms page.
2009-09-29 11:42:03 -04:00
Evan Millar
db1f499398
Add PhoneNumberUtils.compare() method that uses a resource to determine strictness.
...
Change-Id: I49fbfc683f7089f052671b567ad3e19203a568f0
2009-09-29 08:38:07 -07:00
Android (Google) Code Review
7745e035c9
Merge change I94c715d6 into eclair
...
* changes:
Skip requestRectangleOnScreen for WebTextView during zoom animation. If it is in edit mode, we already adjust WebTextView in the end of zoom animation.
2009-09-29 11:19:48 -04:00
Android (Google) Code Review
7db7e6a00c
Merge change I17f45d35 into eclair
...
* changes:
Unhide SearchManager.SUGGEST_PARAMETER_LIMIT
2009-09-29 03:35:53 -04:00
Android (Google) Code Review
31522ad0ca
Merge change I931ce71e into eclair
...
* changes:
Add unit test for the new keystore.
2009-09-29 03:27:21 -04:00
Chung-yih Wang
f35e9663d7
Add unit test for the new keystore.
...
Since we need to test the keystore with user system in order to test
the reset(), password(), lock() and unlock(), we have to take advantage
of the ActivityUnitTestCase to run the test with the user 'system'.
2009-09-29 15:20:24 +08:00
Bjorn Bringert
86917dbb95
Unhide SearchManager.SUGGEST_PARAMETER_LIMIT
...
Both GlobalSearch and the search dialog now pass
SearchManager.SUGGEST_PARAMETER_LIMIT as a query parameter to all
suggestion sources. Exposing this allows suggestion sources
to return only the number of results that the client requires.
Fixes http://b/issue?id=2150992
Change-Id: I17f45d35e8f302b11812f4bb6fee40b31dc15707
2009-09-29 08:14:35 +01:00
Dianne Hackborn
7eca687c2e
Fix bug where we would return null with disabled components.
...
Change-Id: I1624a42803f1c4b02736f558a8eeeeba2890667e
2009-09-28 23:57:05 -07:00
Grace Kloba
94c715d662
Skip requestRectangleOnScreen for WebTextView during
...
zoom animation. If it is in edit mode, we already adjust
WebTextView in the end of zoom animation.
Fix part 1 of http://b/issue?id=2147168
2009-09-28 23:23:53 -07:00
Android (Google) Code Review
ffc165446a
Merge change Ib7c1701a into eclair
...
* changes:
Fix issue #1930911 : Crash in system process
2009-09-29 01:18:57 -04:00
Dianne Hackborn
94d691499b
Fix issue #1930911 : Crash in system process
...
Ensure that we do all the work for removing a window's view
hierarchy in that window's thread.
Change-Id: Ib7c1701aee6b541b75fd1a680f6987f959f2ba88
2009-09-28 22:14:42 -07:00
Android (Google) Code Review
a2f5afe6c6
Merge change I27009b08 into eclair
...
* changes:
Fix EVDO SNR signal bar calculation
2009-09-29 00:35:55 -04:00
Robert Greenwalt
59ceeae4ec
Fix the reporting of ActiveApnTypes on CDMA
...
Previous fix limiting what was reported active was too strict, leading to
DISCONNECTED messages not being accepted (apn list was empty).
bug: 2151520
2009-09-28 21:04:22 -07:00
Dianne Hackborn
6b1cb352b8
Fix issue #2149126 : unable to answer incoming call, various problems
...
Now that we can have a non-app-window cross-wallpaper animation,
we need to make sure to not access a null app token.
Change-Id: Ia00debd4b2b431d15bd074927a9035e1bc0a6445
2009-09-28 19:56:43 -07:00
John Wang
37b80ee451
Set roaming based on both data and voice.
...
In GSM network the data roaming (from +CGREG) and the voice roaming (from +CREG) could be different. Set GSM roaming based on both data and voice roaming status and set it true if either indicates roaming.
This solves the unwanted roaming billing issues and respects the download roaming setting in systemUpdater, DownloadProvider, and MMS downloader. For more details refer to bug 2052473.
2009-09-28 18:53:16 -07:00
Android (Google) Code Review
ff966d5f6c
Merge change I5235cf3f into eclair
...
* changes:
Fix but processing raster state pragma. rename stateFragmentStore to stateStore
2009-09-28 21:34:37 -04:00
Android (Google) Code Review
0368334db9
Merge change Ie1072f12 into eclair
...
* changes:
Finish off java API to allow fading scrollbars
2009-09-28 21:33:19 -04:00
Android (Google) Code Review
97702aacfc
Merge changes I82c78b83,I54f72d9d into eclair
...
* changes:
Don't ask for pbuffer support, because we don't use any pbuffers.
Print out EGL configuration info for the config we've chosen.
2009-09-28 21:32:47 -04:00
Mike Cleron
52f0a64952
Finish off java API to allow fading scrollbars
2009-09-28 18:31:09 -07:00
Jack Palevich
54f72d9df8
Don't ask for pbuffer support, because we don't use any pbuffers.
2009-09-28 18:28:07 -07:00
Jeff Sharkey
8f76734d1e
Fix docs breakage.
2009-09-28 18:22:46 -07:00
Jack Palevich
82c78b83e3
Print out EGL configuration info for the config we've chosen.
...
Don't ask for PBuffer support, since we don't actually use pbuffers,
and some drivers might not support them.
2009-09-28 18:22:01 -07:00
Jason Sams
5235cf3f41
Fix but processing raster state pragma.
...
rename stateFragmentStore to stateStore
2009-09-28 18:12:56 -07:00
Jeff Sharkey
ff18bbf835
Separate API for vCards through openAssetFileDescriptor().
...
Previously we overloaded Contacts.CONTENT_URI to return
vCard-formatted Contacts entries. To fix http://b/2138790
this is a separate API that returns a well-known MIME-type.
Also helps fix http://b/2078399 by adding OFFICE_LOCATION.
2009-09-28 17:44:53 -07:00
Dmitri Plotnikov
13a90abcae
Adding status update attribution to ContactHeaderWidget
...
Change-Id: I677f8a8d805c68d95ee56cd1119cc3e97c6ae073
2009-09-28 17:40:28 -07:00
Dianne Hackborn
afa78967b8
Hack to fix issue #2125365 : Sports Trivia compatability with Eclair
...
Adds a mechanism to tell Paint the scaling factor its target
canvas will have, for it to compute font metrics based on the
correct font size. Only TextView uses this, but that is enough
for the large majority of apps.
Change-Id: I6cacaa0dd26d40ee3ad959bed0028678d6e9016e
2009-09-28 17:33:54 -07:00
Android (Google) Code Review
6e98f7e3fb
Merge change Ie6a95736 into eclair
...
* changes:
Fix artifact in tab drawing.
2009-09-28 20:15:44 -04:00
Android (Google) Code Review
f36a2bb59b
Merge change Ibeb22f37 into eclair
...
* changes:
Call the proper variant of markAsContacted.
2009-09-28 20:09:57 -04:00
Android (Google) Code Review
1cff747617
Merge change Ie7d26695 into eclair
...
* changes:
Modify the "active chats" uri to not overlap with other uris.
2009-09-28 20:05:55 -04:00
Jeff Hamilton
56a108220f
Call the proper variant of markAsContacted.
...
Change-Id: Ibeb22f37bd079b1a965f5b350ac7ca6e77eac00f
2009-09-28 16:57:37 -07:00