35788 Commits

Author SHA1 Message Date
satok
9ef0283bdc Change API for getting InputMethodSubtype's mode from resource id to String
Change-Id: I00aa99f8ab9901d40806a6bb336ab718eb857e8b
2010-11-05 11:40:56 +09:00
Scott Main
4ebbfa8a44 Merge "Doc change: Updating and restructuring the NDK section for GB. Filenames for new NDK packages still need updating." into gingerbread 2010-11-04 19:27:50 -07:00
Scott Main
46151652b8 Merge "fix xlarge support in aapt for gingerbread" into gingerbread 2010-11-04 18:56:47 -07:00
Vasu Nori
63cf0279d7 Merge "add API to return Uri for the given downloaded file id & get mimetype" 2010-11-04 18:51:03 -07:00
Scott Main
6e88c84cbe docs: remove allowClearUserData from <application> manifest doc
and clarify in javadocs that it's only for system apps
bug: 3128020

Change-Id: Ibc01f0e24f7d1f4e76a4da0a324c7682b92992aa
2010-11-04 18:45:05 -07:00
Scott Main
d58fb97ddf fix xlarge support in aapt for gingerbread
Change-Id: I4d8872fb839a6eadc538055215d4455af328846c
2010-11-04 18:33:05 -07:00
Shimeng (Simon) Wang
3b48f350e5 Merge "Use minPrefWidth instead of viewsize.x." 2010-11-04 18:22:28 -07:00
Jason Sams
afb9965fe8 Merge "More RS exceptions cleanup. Remove some dead code." 2010-11-04 18:21:45 -07:00
Adam Powell
2614c6c1f9 Fix bug 3167099 and bug 3009490 - GridView choice modes and
getCheckedItemCount after orientation change

Remove the restriction on choice modes for GridView - this is handled
by common code in AbsListView. Persist the checked item count in saved
instance state.

Change-Id: Iebb964bb3c43779c082a458ea3f2754ab694b69d
2010-11-04 18:16:38 -07:00
Gilles Debunne
d7120ed63d Merge "Assets remove from bare drawable-xlarge directory." 2010-11-04 18:11:14 -07:00
Irfan Sheriff
09018c3e53 Merge "Initiate wake up scan only in a disconnected state" 2010-11-04 18:08:36 -07:00
Shimeng (Simon) Wang
619ded23ce Use minPrefWidth instead of viewsize.x.
This is to fix a bug I introduced in one of my last CLs, which is tested
under hw accerlation, and the problem was not there.

issue:3161799
Change-Id: Ic7e7c186d1830c3cbd9359af0e283afbbdfbbac1
2010-11-04 17:58:17 -07:00
Vasu Nori
5be894e636 add API to return Uri for the given downloaded file id & get mimetype
Change-Id: I1f5dd734e394db0056579a3a0c26862fee27981e
2010-11-04 17:57:24 -07:00
Elliott Hughes
7899b0e076 Merge "Use InetAddress.isNumeric." 2010-11-04 17:50:15 -07:00
James Dong
05c2fd50d2 Use meta data in the media recording framework
o This patch allows us to do 720p video recording

Change-Id: I2ea37e80a59630145396b08ebcdc6ee71df53333
2010-11-04 17:40:02 -07:00
Dianne Hackborn
0ed714a95d Merge "Rough cut at new window animations." 2010-11-04 17:32:07 -07:00
Dianne Hackborn
bf78275b2c Rough cut at new window animations.
Change-Id: I5c698de205d820b770e2405ea9d3d483b6b8a463
2010-11-04 17:25:28 -07:00
Dan Bornstein
10a4339378 am 265acc50: am 05cc2d63: (-s ours) This class no longer exists.
* commit '265acc5085ad03c4c043dd33faed808b55732134':
  This class no longer exists.
2010-11-04 17:12:16 -07:00
Gilles Debunne
39b13c6277 Created missing assets by up/down scaling the one in other dpi
Some of these assets may no longer be used. An other CL will remove these later.
Needed to remove warnings in new aapt version.

Change-Id: Iac296247012a05757bd3264ab50212d37ce80adf
2010-11-04 17:12:11 -07:00
Dan Bornstein
73cd0c39bb am 7dbeb24a: This class no longer exists.
* commit '7dbeb24a9fa950ec99fbcd8cbfcfdd8199de3d86':
  This class no longer exists.
2010-11-04 17:12:10 -07:00
Gilles Debunne
9ec4b7f2f6 Merge "wallpaper moved to nodpi" 2010-11-04 17:10:10 -07:00
Robert Greenwalt
1678246710 Merge "Tell each VM to flush their DNS cache." 2010-11-04 17:02:44 -07:00
Brian Carlstrom
38b2a89df5 Merge "Fixing CloseGuard reported issue in WiredAccessoryObserver" 2010-11-04 16:46:05 -07:00
Elliott Hughes
6b7af6055f Use InetAddress.isNumeric.
This code is trying to detect anything equivalent to localhost, but without
accidentally causing a DNS lookup.

Bug: 3073384
Change-Id: Ib611c8ca46059e00b07fc4b94d4af777217da1fb
2010-11-04 16:46:00 -07:00
Gilles Debunne
6779875f0d wallpaper moved to nodpi
Change-Id: I14a7ee8e04e0bf7882ca793b2541c07447b829ea
2010-11-04 16:34:54 -07:00
Dan Bornstein
265acc5085 am 05cc2d63: (-s ours) This class no longer exists.
* commit '05cc2d635eba165098a8ff58678a2ef1db5ddd1a':
  This class no longer exists.
2010-11-04 16:30:06 -07:00
Chris Tate
7b362e431f Implement local-window-only drags
Change-Id: I19a9c4a045c532b99e3af9eb878797aed5cda1bf
2010-11-04 16:29:32 -07:00
Gilles Debunne
cf8ba1123e Assets remove from bare drawable-xlarge directory.
Those were already copied to mdpi, and have been upscaled to hdpi.

Change-Id: Ifd8fe5f96ceb9992ba22086f4c4c3d23d7f18879
2010-11-04 16:28:27 -07:00
Brian Carlstrom
237171f8ab Fixing CloseGuard reported issue in WiredAccessoryObserver
This was previously masked by the ArrayIndexOutOfBoundsException so I
missed it on my first pass.

Change-Id: I0bdca9c888c77cb31f21def18809649321aa5427
2010-11-04 16:23:21 -07:00
Andrew Stadler
f034f87da8 Merge "Avoid NPE when reloading headers in single-pane mode" 2010-11-04 16:19:05 -07:00
Dan Bornstein
7dbeb24a9f This class no longer exists.
Change-Id: I2ec8a1687aa699a236fd83afba89066d07a0bcc2
2010-11-04 16:17:52 -07:00
Dan Bornstein
05cc2d635e This class no longer exists.
Change-Id: Ic6ca0b4a97d405c478bb66a812cca55b89ae0f52
2010-11-04 16:11:00 -07:00
Elliott Hughes
e84c00f4a7 Merge "Remove NetworkUtils.isIpAddress." 2010-11-04 16:09:04 -07:00
Andrew Stadler
83681eb600 Avoid NPE when reloading headers in single-pane mode
Change-Id: I696102b371566872ab1e6dca7281015da534b83f
2010-11-04 15:49:05 -07:00
Gil Dobjanschi
a7ccd13083 Merge "Added audio and video codec parameters to the export method." 2010-11-04 15:43:54 -07:00
Dianne Hackborn
373818eeac Revert "StrictMode: now in more system server threads."
This reverts commit 0721861d6111a8a03eb0d4aad14b7a90fd83cab6.
2010-11-04 15:37:47 -07:00
Eric Rowe
5de6d7a162 am 82fc12af: Merge "DO NOT MERGE Add acceptPair method to BT stress." into gingerbread
* commit '82fc12af416e351cb0a9d978734d585ab66d3f27':
  DO NOT MERGE Add acceptPair method to BT stress.
2010-11-04 15:37:19 -07:00
Gil Dobjanschi
289f08990c Added audio and video codec parameters to the export method.
Change-Id: I1badd08ce7148da540bf91df0e19c3da59287756
2010-11-04 15:35:42 -07:00
Gilles Debunne
06cd9c1a79 Created missing assets by up/down scaling the one in other dpi
Some of these assets may no longer be used. An other CL will remove these later.
Needed to remove warnings in new aapt version.

Change-Id: I84048d7fd237e6623b14810deeb7887dbe50ab73
2010-11-04 15:34:55 -07:00
Dianne Hackborn
e213677037 Push the jumpDrawablesToCurrentState() thing off everywhere it should be.
Also add a new interface that items in AbsListView can implement to
adjust the bounds of the selection shown for them.  This will allow
contacts to use list view's regular selection facility rather than
implementing something special in their item views.

Change-Id: I29cbdbc7122111ee97e47fe7d6ec55ff07be79cc
2010-11-04 15:34:41 -07:00
Elliott Hughes
1693182c02 Remove NetworkUtils.isIpAddress.
Bug: 3073384
Change-Id: I5bd46d1995186c2384c68d0afff3b869f46624c5
2010-11-04 15:27:33 -07:00
Adam Powell
c63de86ad3 Merge "Fix bug 3163150 - move holo extended themes to an overlay file." 2010-11-04 15:24:23 -07:00
Irfan Sheriff
090813ac95 Initiate wake up scan only in a disconnected state
When wifi is connected to an access point, we should
not wake up the device to initiate scans.

Change-Id: I1a48387a0cac7b23a8d947d8409cafc63da18d38
2010-11-04 15:20:01 -07:00
Brian Carlstrom
7b1dbdaab6 Merge "Add android.os.StrictMode.VmPolicy.Builder.detectLeakedClosableObjects API" 2010-11-04 15:12:31 -07:00
Brian Carlstrom
6932d5e05f Add android.os.StrictMode.VmPolicy.Builder.detectLeakedClosableObjects API
Change-Id: I7b21b65e522d9533b97e286c7685234d06999d28
2010-11-04 15:10:29 -07:00
Eric Rowe
82fc12af41 Merge "DO NOT MERGE Add acceptPair method to BT stress." into gingerbread 2010-11-04 14:54:23 -07:00
Dmitry Shmidt
975d24d5af Merge "bugreport: Add bcm4329 internal counters dump" 2010-11-04 14:53:17 -07:00
Romain Guy
b9def8e721 Merge "Lines would not set the scissor before drawing." 2010-11-04 14:40:26 -07:00
Dmitry Shmidt
2b799198bb bugreport: Add bcm4329 internal counters dump
Change-Id: I8e74bc1bf9a269e2a429ada1b1141d10cb7d914f
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2010-11-04 14:39:24 -07:00
Romain Guy
7f78b0c3ae Lines would not set the scissor before drawing.
Lines were not drawing in Calendar because they were getting clipped
by the previous clip rectangle. This change simply updates the scissor
as needed. This change also reduces the number of state changes in GL.

Change-Id: I41ab13dca3a33cfa6d1a44371c48852ab418b04e
2010-11-04 14:36:26 -07:00