Romain Guy
d41d29a370
am 7c749f81: am 27d8514f: Merge change I78f113bc into eclair
...
Merge commit '7c749f81a64f8778af66429dd041fafcce32e503'
* commit '7c749f81a64f8778af66429dd041fafcce32e503':
Fix possible crash in AutoCompleteTextView.
2009-10-01 12:15:55 -07:00
Evan Millar
b6fc6f225a
am 09aa95bf: am 1537a255: Merge change I46a6d39c into eclair
...
Merge commit '09aa95bff32f5bc965bec63cd70443c1c0ff145d'
* commit '09aa95bff32f5bc965bec63cd70443c1c0ff145d':
Remove unused api in QuickContact.java and fix the build.
2009-10-01 12:14:35 -07:00
Android Git Automerger
6eb1d79db5
merge 54e7073f, ignoring preloaded-classes
2009-10-01 12:07:15 -07:00
Ray Chen
4fe9804aa7
am dc8afacc: am 3ba35126: update current.xml for cancelThumbnailRequest api.
...
Merge commit 'dc8afacc5b927a151f6a9f9f3d44b5fec590c920'
* commit 'dc8afacc5b927a151f6a9f9f3d44b5fec590c920':
update current.xml for cancelThumbnailRequest api.
2009-10-01 11:52:50 -07:00
Mike Cleron
a8b2d463b8
am 90183823: am b4ee8349: Merge change I290947bb into eclair
...
Merge commit '90183823b00ad5ce04948cf03d827a47c82ca445'
* commit '90183823b00ad5ce04948cf03d827a47c82ca445':
Git sucks
2009-10-01 11:50:07 -07:00
Mike LeBeau
7b86961d45
am 6cf9ab65: am 2e4dbe70: Unhide APIs for enabling geolocation in web views. I\'ve confirmed with Grace that these are okay to unhide.
...
Merge commit '6cf9ab65888265aa87139694ed94ba0830b54707'
* commit '6cf9ab65888265aa87139694ed94ba0830b54707':
Unhide APIs for enabling geolocation in web views. I've confirmed
2009-10-01 11:47:43 -07:00
Wu-cheng Li
42a7e790dd
am 0ce5a41c: am 8d1ff3a4: Merge change I77153ee0 into eclair
...
Merge commit '0ce5a41c6074f40800dfcb5c48de0abef41f9833'
* commit '0ce5a41c6074f40800dfcb5c48de0abef41f9833':
Hide zoom api.
2009-10-01 11:43:43 -07:00
Dianne Hackborn
170e05589a
am 2ed31083: am 87937ae8: Merge change I66057b1f into eclair
...
Merge commit '2ed31083a29095deea09c8e974a4dee0b85b3a3f'
* commit '2ed31083a29095deea09c8e974a4dee0b85b3a3f':
Whoops, these shouldn't be public.
2009-10-01 11:18:57 -07:00
Dianne Hackborn
6b4bad55af
am 253f8362: am fff0b4a6: Fix build.
...
Merge commit '253f836277ccaaae16342ff4379ca59746216536'
* commit '253f836277ccaaae16342ff4379ca59746216536':
Fix build.
2009-10-01 11:17:18 -07:00
Dianne Hackborn
93869c19aa
am aed86520: am b6eaaa2a: Clean up cacheColorHint to be better controlled by the theme.
...
Merge commit 'aed865207f7425f6c4d0538decb04109c415410d'
* commit 'aed865207f7425f6c4d0538decb04109c415410d':
Clean up cacheColorHint to be better controlled by the theme.
2009-10-01 11:16:40 -07:00
Evan Millar
3ab151e6d9
am c14b3285: am 22cbf51e: Merge change I49fbfc68 into eclair
...
Merge commit 'c14b32855b6e4338a4832872870f3373d7c2d691'
* commit 'c14b32855b6e4338a4832872870f3373d7c2d691':
Add PhoneNumberUtils.compare() method that uses a resource to determine strictness.
2009-10-01 11:15:57 -07:00
Bjorn Bringert
bf1bc07b44
am c055f869: am 7db7e6a0: Merge change I17f45d35 into eclair
...
Merge commit 'c055f869867be98c9a4f2ca5e1532c007a8d1998'
* commit 'c055f869867be98c9a4f2ca5e1532c007a8d1998':
Unhide SearchManager.SUGGEST_PARAMETER_LIMIT
2009-10-01 11:11:55 -07:00
Mike Cleron
74516d0096
am e6566064: am 0368334d: Merge change Ie1072f12 into eclair
...
Merge commit 'e6566064a990fcfc21334df33eb9c771f22eb0d5'
* commit 'e6566064a990fcfc21334df33eb9c771f22eb0d5':
Finish off java API to allow fading scrollbars
2009-10-01 11:06:05 -07:00
Romain Guy
aa1c6311d6
Fix possible crash in AutoCompleteTextView.
...
This change makes sure that ACTV will not take action when an event is
received in a popup that just got dismissed.
This change also makes public two XML attributes of ACTV whose corresponding
Java APIs are public.
This change also fixes a couple of typos.
Change-Id: I78f113bc522d199ff3db44fc4cc3a1882afe822e
2009-09-30 11:55:58 -07:00
Evan Millar
f5ac46d302
Remove unused api in QuickContact.java and fix the build.
...
Change-Id: I46a6d39c8176806c2b5570c75b59ff9631ee53f1
2009-09-30 11:20:25 -07:00
Evan Millar
c1a2a8296e
Change FasttrackBadgeWidget->QuickContactBadge and make public.
...
Change-Id: I9d12beeba16c2f64742b4a99d0da4ceb73525b5b
2009-09-30 08:33:31 -07:00
Ray Chen
3ba351267a
update current.xml for cancelThumbnailRequest api.
2009-09-30 00:06:37 -07:00
Mike Cleron
290947bbf8
Git sucks
2009-09-29 21:53:56 -07:00
Mike LeBeau
2e4dbe70e7
Unhide APIs for enabling geolocation in web views. I've confirmed
...
with Grace that these are okay to unhide.
2009-09-29 19:40:28 -07:00
Wu-cheng Li
77153ee04e
Hide zoom api.
2009-09-29 16:16:33 -07: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
Jeff Sharkey
a525521b15
am 7d028a0a: am ff18bbf8: Separate API for vCards through openAssetFileDescriptor().
...
Merge commit '7d028a0a974fdee240cac7118bf47c96777ea533'
* commit '7d028a0a974fdee240cac7118bf47c96777ea533':
Separate API for vCards through openAssetFileDescriptor().
2009-09-29 11:14:39 -07:00
Mike Cleron
68ac73e69b
am 1492b96e: am fe81d386: Remove obsolete links; start at a method to turn on fading scrollbars
...
Merge commit '1492b96eb178631b816bdb253a1b6d1df8133e13'
* commit '1492b96eb178631b816bdb253a1b6d1df8133e13':
Remove obsolete links; start at a method to turn on fading scrollbars
2009-09-29 11:09:35 -07:00
Nick Pelly
ef41532861
am 3083a3c1: am aef439e6: Move android.bluetooth.ParcelUuid to android.os.ParcelUuid
...
Merge commit '3083a3c11ae303e3fc17d9c7949a46b1e619c146'
* commit '3083a3c11ae303e3fc17d9c7949a46b1e619c146':
Move android.bluetooth.ParcelUuid to android.os.ParcelUuid
2009-09-29 11:07:30 -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
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
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
Mike Cleron
52f0a64952
Finish off java API to allow fading scrollbars
2009-09-28 18:31:09 -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
Joshua Bloch
e72ec09699
Replace existing ArrayList implementation with faster, simpler one.
2009-09-28 17:05:08 -07:00
Mike Cleron
fe81d386a8
Remove obsolete links; start at a method to turn on fading scrollbars
2009-09-28 14:34:14 -07:00
Nick Pelly
aef439e6f8
Move android.bluetooth.ParcelUuid to android.os.ParcelUuid
...
Change-Id: I564429d5c5b6a5372b6ff26a53b0d7e518b53631
2009-09-28 13:06:22 -07:00
Mike Cleron
6af6edf5b5
am 1ca9b13b: am 3ecd58c6: Fix build
...
Merge commit '1ca9b13bf4b0b95c1beeb11732e3f2af376551e9'
* commit '1ca9b13bf4b0b95c1beeb11732e3f2af376551e9':
Fix build
2009-09-28 11:54:09 -07:00
Mike Cleron
3ecd58c650
Fix build
2009-09-28 11:44:36 -07:00
Nick Pelly
d4312b1ffc
am 75ce6b10: am 96e42b3a: Merge change 27462 into eclair
...
Merge commit '75ce6b103810efbc61af4b786651d9cc414107fd'
* commit '75ce6b103810efbc61af4b786651d9cc414107fd':
Add an API to request a system activity to turn on Bluetooth.
2009-09-28 11:22:35 -07:00
Nick Pelly
1acdcc1a50
Add an API to request a system activity to turn on Bluetooth.
...
Change-Id: I2fca33ad27017ea4e2ecba37854b749682d07672
2009-09-28 11:04:00 -07:00
Dmitri Plotnikov
1b5646b259
am 8e8ee1fd: am 879664e3: Adding columns to support attribution of status updates. Also renaming some columns to better describe their purpose.
...
Merge commit '8e8ee1fd722f6f0af818e31c7bcaa0eece125ded'
* commit '8e8ee1fd722f6f0af818e31c7bcaa0eece125ded':
Adding columns to support attribution of status updates. Also renaming some columns to better describe their purpose.
2009-09-28 10:04:57 -07:00
Wu-cheng Li
ed9b98ccd0
am 216638a0: am e883847f: Merge change 27292 into eclair
...
Merge commit '216638a0357e8f3abf452c4bd073d8ee2cdb4bb0'
* commit '216638a0357e8f3abf452c4bd073d8ee2cdb4bb0':
Add documentation about flash and change video-light to torch.
2009-09-28 10:04:04 -07:00
Dianne Hackborn
b8949398b2
am bc21ba24: am 093f5810: Merge change 27238 into eclair
...
Merge commit 'bc21ba2410233b40b21a190b26285a791ac5cc58'
* commit 'bc21ba2410233b40b21a190b26285a791ac5cc58':
The touch screen is probably a feature.
2009-09-28 01:09:32 -07:00
Jesse Wilson
5b5a4394ab
am b9b6b17d: am 2d6c325e: API XML changes to accompany dalvik.system deprecation.
...
Merge commit 'b9b6b17d73590e07d9fcfa50671bbd6df0f150cf'
* commit 'b9b6b17d73590e07d9fcfa50671bbd6df0f150cf':
API XML changes to accompany dalvik.system deprecation.
2009-09-28 01:07:44 -07:00
Dmitri Plotnikov
879664e3e2
Adding columns to support attribution of status updates. Also renaming some columns to better describe their purpose.
...
Change-Id: If6d7812f38a3cfd662a5ae2387c72c4761fdf9fa
2009-09-27 19:47:48 -07:00
Wu-cheng Li
068ef42c3f
Add documentation about flash and change video-light to torch.
2009-09-27 17:29:44 -07:00
Fred Quintana
1a85cf6d77
am abd4d965: am 6ecaff15: add a optional String to the key of notifications to allow users to scope them
...
Merge commit 'abd4d965db17d8e77119da5246d5a9c367ae9c58'
* commit 'abd4d965db17d8e77119da5246d5a9c367ae9c58':
add a optional String to the key of notifications to allow users
2009-09-27 15:41:20 -07:00
John Wang
a4782d907c
am 53e501cf: am fb2b04b7: Unhide NETWORK_TYPE_XXX.
...
Merge commit '53e501cfb3b26edd65a91ff404283de67e0bcbc1'
* commit '53e501cfb3b26edd65a91ff404283de67e0bcbc1':
Unhide NETWORK_TYPE_XXX.
2009-09-27 15:39:30 -07:00
johnwang
90e09bd784
am f7760124: am 9c118c80: Update CID in NeighboringCellInfo
...
Merge commit 'f7760124264099a9c4b0aa6e03392816ceb81c7f'
* commit 'f7760124264099a9c4b0aa6e03392816ceb81c7f':
Update CID in NeighboringCellInfo
2009-09-27 15:37:32 -07:00
Dianne Hackborn
039c68e756
The touch screen is probably a feature.
...
Also extend the feature APIs a bit.
Change-Id: I99e932d7f4e61edb0e20f75c55e9831e4b59a14d
2009-09-26 16:39:23 -07:00
Jesse Wilson
2d6c325e78
API XML changes to accompany dalvik.system deprecation.
...
See https://android-git.corp.google.com/g/26570
2009-09-26 09:09:10 -07:00
Fred Quintana
6ecaff1583
add a optional String to the key of notifications to allow users
...
to scope them
2009-09-25 16:01:22 -07:00
John Wang
fb2b04b7bc
Unhide NETWORK_TYPE_XXX.
...
Make NETWORK_TYPE_HSDPA etc. unhide in TelephonyManager.
2009-09-25 14:50:26 -07:00