35696 Commits

Author SHA1 Message Date
Dianne Hackborn
2332a74c61 Merge "Adjust window animations to better match UX spec." 2010-11-05 12:52:19 -07:00
Vasu Nori
1a33a09ec2 Merge "Let cachefull-warning be under SQLiteDebug.DEBUG_SQL_CACHE flag" 2010-11-05 12:11:57 -07:00
Daniel Sandler
1af1121772 Merge "Restore user-accessible lights-out control." 2010-11-05 12:11:48 -07:00
Daniel Sandler
06e6630a46 Restore user-accessible lights-out control.
Current system area gestures:

       tap - no-op (bug 3114340)
  swipe up - open system panel
swipe down - lights out
long press - lights out (bug 3134973)

The enter/exit animations have been tweaked to reinforce
this, particularly the swipe down for lights out. (Swiping
up to exit lights out will work, as will any kind of tap in
the lights-out "curtain".)

Change-Id: Ie027d7a0e86a402d06a8a368a5a43050a6bb9e58
2010-11-05 15:04:35 -04:00
Adam Powell
fe4782393e Merge "Fix bug 3167945 - list selection mode should persist across rotations" 2010-11-05 19:03:24 +00:00
Romain Guy
8160345205 Merge "Fix documentation HTML." 2010-11-05 18:58:21 +00:00
Vasu Nori
7301a23fb2 Let cachefull-warning be under SQLiteDebug.DEBUG_SQL_CACHE flag
This warning doesn't really matter much. If a developer wants to
debug the cache usage, it can be done by turning on this flag.
adb bugreport also displays cachestats - which can be used as a debugging tool.

Change-Id: Ied173714d535c271133247ee4768f86d3be359cf
2010-11-05 11:55:57 -07:00
Adam Powell
a0eeeac820 Fix bug 3167945 - list selection mode should persist across rotations
Modal multi-choice mode action modes will now be restarted when
restoring instance state provided that the application has set a
multi-choice mode callback before instance state is restored. This
matches other list state restoration behavior with adapters.

Change-Id: I8e96e079faa3a086d3d4480d65b8c53a60f4c0ea
2010-11-05 11:55:05 -07:00
Romain Guy
f989944c90 Fix documentation HTML.
Change-Id: Ic5380867a4d77d0b4724ca3bde091ddea89fb20d
2010-11-05 11:45:53 -07:00
Cary Clark
4debfcb3d4 Don't draw the selection pointer on long press.
bug:3169375
Change-Id: I76cedf0951213c1ee869ccbaa97938f0c6385942
2010-11-05 14:43:10 -04:00
Amith Yamasani
14aa0592e6 Merge "Adjust default screen timeout." 2010-11-05 18:26:27 +00:00
Amith Yamasani
0038931043 Adjust default screen timeout.
Bug: 3165933
2010-11-05 11:22:21 -07:00
James Dong
32af3a2f56 Merge "Use meta data in the media recording framework" 2010-11-05 18:18:30 +00:00
Vasu Nori
d145ca7669 Merge "address couple of review comments" 2010-11-05 18:12:04 +00:00
Vasu Nori
1cde3fbf8f address couple of review comments
by reviewers on previous CLs

Change-Id: Ifc4529b367651f68fbb4117e449c70bfd9fae462
2010-11-05 11:02:52 -07:00
Dianne Hackborn
8fe044a3a9 Adjust window animations to better match UX spec.
This introduces new resources for interpolators that match the
types received from UX, and uses them appropriately in the animations.

Change-Id: I68c435ff1c8845c7854fa78f24e33157659b16d1
2010-11-05 10:50:58 -07:00
Gloria Wang
91460d7f49 Merge "Add support for WV DRM" 2010-11-05 17:45:26 +00:00
Daniel Sandler
aac9e0df28 Merge "Rotation lock bugfix." 2010-11-05 17:41:35 +00:00
Gloria Wang
c2c22e7e20 Add support for WV DRM
Change-Id: I0408c5e0a488f112a84337b21b0cd4613a4da461
2010-11-05 10:33:58 -07:00
Gilles Debunne
55ea91f217 Merge "Created missing assets by up/down scaling the one in other dpi" 2010-11-05 16:51:18 +00:00
Gilles Debunne
a710aca74f Merge "Created missing assets by up/down scaling the one in other dpi" 2010-11-05 16:51:01 +00:00
Patrick Scott
f3e5fcc917 Fix the build and scrollable layers gesture.
Change-Id: I06f7c379f187df982ac82c9a52cc643358987085
2010-11-05 10:42:06 -04:00
Daniel Sandler
1b815d6805 Rotation lock bugfix.
We were using a stale version of the accelerometer rotation
setting when figuring out what the current rotation lock
state is.

Change-Id: I7780617c875a8f6c9697e829642f86f9f664df89
2010-11-05 10:24:27 -04:00
Ben Murdoch
db8d19c9cb Display the AutoFill preview string in the drop down box.
Native code now provides us with a preview string as well as
an autofill query id. Display the preview string in the
drop down box.

Requires a change in external/webkit:
https://android-git.corp.google.com/g/#change,77132

Change-Id: Ia5e26b98546cda1090142f1720f6a7836be6595c
2010-11-05 12:33:29 +00:00
Ben Murdoch
202a2c974e Merge "Work around race condition in CallBackProxy." 2010-11-05 10:12:21 +00:00
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
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
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
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
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
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
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