697 Commits

Author SHA1 Message Date
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
johnwang
9c118c80fd Update CID in NeighboringCellInfo
NeighboringCellInfo works in GSM and UMTS network.

In GSM network, the locaiton value is the combination of LAC and CID.

In UMTS network, the locaiton value is PSC code.

NeighboringCellInfo should access and store those two values seperately.

It involves the change of Public API.

1. Add new API getRadioType(), getLac(), and getPsc() to get location info in GSM and UMTS.

2. Deprecate setCid() and NeighboringCellInfo(int cid) because cid is set by interpreting network type.
2009-09-25 12:17:46 -07:00
Dianne Hackborn
212770b632 am 7510aba7: am 896b15ab: Merge change 27016 into eclair
Merge commit '7510aba7a5a1024394be938c7e8b35de785f7355'

* commit '7510aba7a5a1024394be938c7e8b35de785f7355':
  A variety of work on animations.
2009-09-25 11:23:16 -07:00
Nick Pelly
a0c1abcef6 am a7e508eb: am 18b1e79a: Bluetooth API: Do not allow apps to programmatically make BT discoverable.
Merge commit 'a7e508eb55c8f63ff43aea2374a2773893e69321'

* commit 'a7e508eb55c8f63ff43aea2374a2773893e69321':
  Bluetooth API: Do not allow apps to programmatically make BT discoverable.
2009-09-25 11:16:17 -07:00
Fred Quintana
e2f2df4041 am 5dfe9f15: am f5808415: rename misc to birthday
Merge commit '5dfe9f157c174162b3f2a6010a2955c508dab9ff'

* commit '5dfe9f157c174162b3f2a6010a2955c508dab9ff':
  rename misc to birthday
2009-09-25 11:14:31 -07:00
Jack Palevich
a1c0028640 am c055f173: am 1267b0e1: Merge change 26882 into eclair
Merge commit 'c055f173c9211b27184c56ce385df5278db4011c'

* commit 'c055f173c9211b27184c56ce385df5278db4011c':
  Publish minor additions to GLSurfaceView API.
2009-09-25 11:08:15 -07:00
Amith Yamasani
f9721f67e4 am 80ab1b71: am c15255a9: Add a PRIVACY_SETTINGS action to launch the new Privacy settings screen.
Merge commit '80ab1b7198cfad400af752e52541d29ee2f7ce23'

* commit '80ab1b7198cfad400af752e52541d29ee2f7ce23':
  Add a PRIVACY_SETTINGS action to launch the new Privacy settings screen.
2009-09-25 11:06:30 -07:00
Jeff Hamilton
073f29e821 am 919dc738: am 13ab701e: Merge change 26856 into eclair
Merge commit '919dc7389f7b7558497e766dade90608ac5ef132'

* commit '919dc7389f7b7558497e766dade90608ac5ef132':
  Make the new ContactsContract APIs public.
2009-09-25 11:05:59 -07:00
Jeff Hamilton
325cf81960 am 6e0f926c: am 7d2795c8: Really fix the build.
Merge commit '6e0f926cdb61e511a0e1d70a7fa1645334550adf'

* commit '6e0f926cdb61e511a0e1d70a7fa1645334550adf':
  Really fix the build.
2009-09-25 11:01:30 -07:00
Dianne Hackborn
1bf5a19216 am ad8d9dfb: am ffa42480: Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off
Merge commit 'ad8d9dfb2458e5195df71afdcf07725a13ebe1c7'

* commit 'ad8d9dfb2458e5195df71afdcf07725a13ebe1c7':
  Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off
2009-09-25 11:01:14 -07:00
Tammo Spalink
34eb415771 am c1f200c1: am 3436eb81: Merge change 26129 into eclair
Merge commit 'c1f200c1723ab315b4036d385d08a96289eb5c12'

* commit 'c1f200c1723ab315b4036d385d08a96289eb5c12':
  Add Phone.getPhoneType() operation.
2009-09-25 11:00:40 -07:00
Jeff Hamilton
8240258627 am 259540ad: am 85abdc59: Make the new ContactsContract public.
Merge commit '259540ad8d6219fb09d2c55b0486139028dc68d0'

* commit '259540ad8d6219fb09d2c55b0486139028dc68d0':
  Make the new ContactsContract public.
2009-09-25 10:59:16 -07:00
Dianne Hackborn
d813cbaef1 am b8f193da: am ce605142: Merge change 26717 into eclair
Merge commit 'b8f193da852dcd341b506dbbd14860be2ed3b2fc'

* commit 'b8f193da852dcd341b506dbbd14860be2ed3b2fc':
  Newer animations.
2009-09-25 10:55:50 -07:00
Ray Chen
4298f3e3b9 am 94cdc3d0: am 830207ca: Merge change 25635 into eclair
Merge commit '94cdc3d0e2c7f4f001177829f6bbf3b52ce07b98'

* commit '94cdc3d0e2c7f4f001177829f6bbf3b52ce07b98':
  Add new thumbnail API.
2009-09-25 10:49:09 -07:00
Daniel Sandler
3cd1f3dcfb am 2b0d6e7e: am 520ca7e5: Merge change 26415 into eclair
Merge commit '2b0d6e7e43f92b1fb1dea207b3eb4121369594c3'

* commit '2b0d6e7e43f92b1fb1dea207b3eb4121369594c3':
  Add support for thumbnails to WallpaperInfo.
2009-09-25 08:46:23 -07:00
Dianne Hackborn
3b3e145d3c A variety of work on animations.
- The lock screen now fades in and out.
- Fixed a bug where we would accidentally freeze the screen when switching
  to an activity with a different orientation than the current (but
  the screen itself is in the current orientation).  This would mess up
  the animations on the car dock.
- New API to force a particular animation for an activity transition
  (untested).
- New wallpaper animations.
- Resources now uses the next API version when in a development build,
  to help applications being developed against such builds.

Change-Id: I2d9998f8400967ff09a04d693dc4ce55f0dbef5b
2009-09-25 00:48:02 -07:00
Nick Pelly
18b1e79a12 Bluetooth API: Do not allow apps to programmatically make BT discoverable.
Instead add ACTION_REQUEST_DISCOVERABLE for the system to show a dialog to
adjust discoverable mode.

Also remove createBond(), removeBond() and cancelBondProcess(). The Settings
App already handles these automatically when connections require bonding.

Change-Id: I216154cd1b6de410de64ba91b07d7263ac03e8df
2009-09-24 19:34:54 -07:00
Fred Quintana
f580841526 rename misc to birthday 2009-09-24 16:39:17 -07:00
Jack Palevich
82cbaab450 Publish minor additions to GLSurfaceView API.
Clients can now modify the way that the EGL context and the EGL window
surface are created and destroyed.
2009-09-24 11:55:04 -07:00
Amith Yamasani
c15255a979 Add a PRIVACY_SETTINGS action to launch the new Privacy settings screen. 2009-09-24 10:24:04 -07:00
Jeff Hamilton
f852698cc3 Make the new ContactsContract APIs public.
Also, squelch warnings that were caused by the
deprecation of the old Contacts APIs.

Change-Id: I91d2804de4b653003cd5504ff0f770c01a6332ef
2009-09-24 11:36:03 -05:00
Jeff Hamilton
7d2795c80c Really fix the build.
Change-Id: I4e45d00b5caede0acf6b9c2e491aee337b05e7a1
2009-09-24 01:20:25 -05:00
Dianne Hackborn
ffa424800d Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off
Lot of infrastructure for more things to go away when "clear system dialogs"
happens, and now do this when we turn on the lock screen.

Change-Id: I567130296fe47ce82df065ed58ef21b37416ceaf
2009-09-23 23:17:07 -07:00
Tammo Spalink
3cc97f8dbc Add Phone.getPhoneType() operation.
This routine returns integer values defined in the Phone interface,
derived from RILConstants values.  Direct references to the
RILConstants are replaced by references to these new ones for
consistency.

API CHANGE:
  unhide TelephonyManager.PHONE_TYPE_CDMA

Addresses issue:
http://buganizer/issue?id=1905415

Change-Id: Icfec6d457231b098c031677a66770b5e57be4a44
2009-09-24 13:19:08 +08:00
Jeff Hamilton
85abdc59c3 Make the new ContactsContract public.
It replaces the now deprecated Contacts APIs.

Change-Id: Id65ff35d78cb79740cdc4c94388cc965ce4f2f2d
2009-09-23 22:41:59 -05:00
Dianne Hackborn
5baba16989 Newer animations.
Change-Id: I1bb8e52f91dc60a6ec9496e2c66623bc8080b95d
2009-09-23 17:03:41 -07:00
Dianne Hackborn
d2933624c5 am 353bf452: am 9bfb7075: Various fixes and improvements to window, activity.
Merge commit '353bf45201e9440b61de8f89c92d1823ba55a198'

* commit '353bf45201e9440b61de8f89c92d1823ba55a198':
  Various fixes and improvements to window, activity.
2009-09-23 11:34:52 -07:00
Ray Chen
00c575a3fc Add new thumbnail API. 2009-09-23 11:23:45 -07:00
Jesse Wilson
ecaf00e88f DO NOT MERGE: Copy 4.xml to 5.xml to allow Eclair to diverge from Donut. 2009-09-22 23:27:57 -07:00
Daniel Sandler
465ccb8a40 Add support for thumbnails to WallpaperInfo.
Clean up the Gallery to show thumbnails appropriately; still using FPO artwork
for wallpapers without thumbnails.

This change introduces a new "thumbnail" attribute to the API (used
in wallpaper metadata to point to the thumbnail drawable resource).
2009-09-22 20:56:10 -04:00
Android (Google) Code Review
962eb9d02a Merge change 26444
* changes:
  Copy 4.xml to 5.xml to allow Eclair to diverge from Donut.
2009-09-22 20:47:45 -04:00
Jesse Wilson
04b8be9756 Copy 4.xml to 5.xml to allow Eclair to diverge from Donut. 2009-09-22 14:29:23 -07:00