OSDN Git Service

android-x86/frameworks-base.git
10 years agoInput method root view should have BOTTOM gravity.
John Spurlock [Wed, 16 Oct 2013 20:28:50 +0000 (16:28 -0400)]
Input method root view should have BOTTOM gravity.

The window had BOTTOM gravity, but the root view was using the
LinearLayout default (START | TOP), meaning an IME with a tall
inputArea could effectively push the navigation bar guard view
off screen.

This change simply uses BOTTOM instead of TOP for the root view.

Bug:11237795
Change-Id: I681c2b1eddac53589e0d168f09a183d67b1e5322

10 years agoMerge "Update resource name for renamed string." into klp-dev
John Spurlock [Tue, 15 Oct 2013 19:34:02 +0000 (19:34 +0000)]
Merge "Update resource name for renamed string." into klp-dev

10 years agoMerge "Updated rssi assets for quick settings" into klp-dev
Daniel Sandler [Tue, 15 Oct 2013 18:02:27 +0000 (18:02 +0000)]
Merge "Updated rssi assets for quick settings" into klp-dev

10 years agoUpdated rssi assets for quick settings
Daniel Sandler [Sun, 13 Oct 2013 19:54:40 +0000 (15:54 -0400)]
Updated rssi assets for quick settings

Bug: 10641374
Change-Id: I6b1bc9b0e86be331b71614b511026a67bc429031

10 years agoMerge "Adding a missing resource file." into klp-dev
Svetoslav Ganov [Tue, 15 Oct 2013 17:17:31 +0000 (17:17 +0000)]
Merge "Adding a missing resource file." into klp-dev

10 years agoUpdate resource name for renamed string.
John Spurlock [Tue, 15 Oct 2013 15:20:05 +0000 (11:20 -0400)]
Update resource name for renamed string.

Fix translations for recently renamed string.

Also remove old name from symbols.xml.  The resource is no
longer referenced in code, and will break builds without
translations.

Bug:11062108
Change-Id: I61977cb1ee5298947b3ee48b5fbd0354727253c0

10 years agoCamera2: return CaptureResult.STATISTICS_FACES
Zhijun He [Mon, 14 Oct 2013 22:29:37 +0000 (15:29 -0700)]
Camera2: return CaptureResult.STATISTICS_FACES

Changes included in this CL:

- remove the WAR for face detect mode null case.
- make the sanity check assert to warnings.
- make number of faces to be the minimal length of face metadata array length to
avoid out of bound access, since we relax the sanity check.

Bug: 11206459
Change-Id: Ifd9f7f79617039c1b3ad631f202b48076d775e09

10 years agoMerge "Delete BrowserTestPlugin." into klp-dev
Torne (Richard Coles) [Tue, 15 Oct 2013 11:48:17 +0000 (11:48 +0000)]
Merge "Delete BrowserTestPlugin." into klp-dev

10 years agoMerge "Fix error when PAC set rapidly" into klp-dev
Jason Monk [Tue, 15 Oct 2013 11:15:00 +0000 (11:15 +0000)]
Merge "Fix error when PAC set rapidly" into klp-dev

10 years agoDelete BrowserTestPlugin.
Torne (Richard Coles) [Tue, 15 Oct 2013 11:05:13 +0000 (12:05 +0100)]
Delete BrowserTestPlugin.

The new WebView doesn't support plugins.

Bug: 10427705
Change-Id: I4678bf4771d402bec882193c7a2f3d05d918f042

10 years agoDelete the old WebView.
Torne (Richard Coles) [Mon, 14 Oct 2013 15:28:11 +0000 (16:28 +0100)]
Delete the old WebView.

Delete all the Java classes used only by the old WebView implementation,
and also sections of common classes that were only needed for the old
WebView.

Bug: 10427705
Change-Id: I02549a71104b35d86d99058c71f43e054730ec7d

10 years agoRemove support for switching WebView.
Torne (Richard Coles) [Mon, 14 Oct 2013 16:14:04 +0000 (17:14 +0100)]
Remove support for switching WebView.

WebViewFactory remains as an abstraction layer, but will now always
creates Chromium WebView instances.

Bug: 10427705
Change-Id: I045e43eb35462567fecd29d04e7b61902baef547

10 years agoDelete HttpHeaderTest.testCacheControlMultipleArguments.
Torne (Richard Coles) [Mon, 14 Oct 2013 16:27:42 +0000 (17:27 +0100)]
Delete HttpHeaderTest.testCacheControlMultipleArguments.

This test depends on internals of the old WebView to work which have
already been removed. It doesn't appear to be testing anything useful.

Bug: 10427705
Change-Id: I5e93b212c33f22776050b6e1ec639e23f41a1d4a

10 years agoRemove old WebView classes from zygote preload list.
Torne (Richard Coles) [Tue, 15 Oct 2013 09:45:18 +0000 (10:45 +0100)]
Remove old WebView classes from zygote preload list.

Don't preload java classes used only by the old WebView implementation.

Bug: 10427705
Change-Id: I1378ab564ef2d173e08806c30d1deb6020d65ba8

10 years agoAdding a missing resource file.
Svetoslav Ganov [Tue, 15 Oct 2013 07:18:09 +0000 (00:18 -0700)]
Adding a missing resource file.

This is a resource file cotaining the media sizes for the Catalan
locale. Without it the print spooler crashes all the time for that
locale since it cannot construct the PDF printer correctly.

bug:11226380

Change-Id: I7fa9c9bf4ed073e5f4ddf0d0fe9de4998e3467d4

10 years agoMerge "Camera2: Fix face rectangle coordinate mapping, and use Key.equals" into klp-dev
Eino-Ville Talvala [Tue, 15 Oct 2013 06:41:58 +0000 (06:41 +0000)]
Merge "Camera2: Fix face rectangle coordinate mapping, and use Key.equals" into klp-dev

10 years agoMerge "Put DessertCase on a diet." into klp-dev
Daniel Sandler [Tue, 15 Oct 2013 04:44:05 +0000 (04:44 +0000)]
Merge "Put DessertCase on a diet." into klp-dev

10 years agoPut DessertCase on a diet.
Daniel Sandler [Tue, 15 Oct 2013 04:17:25 +0000 (00:17 -0400)]
Put DessertCase on a diet.

- store desserts as ALPHA_8, saving 75% of bitmap memory
- run DessertCase in its own process, avoiding bloating
  systemui every time the daydream or platlogo activity run
- lock orientation in DessertCase to stop thrashing around
  when the device is rotated

Bug: 10918599
Change-Id: Ia2fb0696b903ae355c75b53d3a0c45b70784d00c

10 years agoMerge "Fix getBuiltInWallpaper method" into klp-dev
Michael Jurka [Tue, 15 Oct 2013 03:49:13 +0000 (03:49 +0000)]
Merge "Fix getBuiltInWallpaper method" into klp-dev

10 years agoFix getBuiltInWallpaper method
Michael Jurka [Tue, 15 Oct 2013 03:44:42 +0000 (20:44 -0700)]
Fix getBuiltInWallpaper method

10 years agoMerge "Don't move clock when warping in PagedView" into klp-dev
Jim Miller [Tue, 15 Oct 2013 01:57:25 +0000 (01:57 +0000)]
Merge "Don't move clock when warping in PagedView" into klp-dev

10 years agoMerge "remove U+261d from MTLmr3m.ttf" into klp-dev
Victoria Lease [Tue, 15 Oct 2013 01:52:14 +0000 (01:52 +0000)]
Merge "remove U+261d from MTLmr3m.ttf" into klp-dev

10 years agoMerge "Package checks for resloving recovery tokens should be user sensitive." into...
Carlos Valdivia [Tue, 15 Oct 2013 01:45:45 +0000 (01:45 +0000)]
Merge "Package checks for resloving recovery tokens should be user sensitive." into klp-dev

10 years agoMerge "Clear displayStartTime whenever starting activity." into klp-dev
Craig Mautner [Tue, 15 Oct 2013 01:28:47 +0000 (01:28 +0000)]
Merge "Clear displayStartTime whenever starting activity." into klp-dev

10 years agoMerge "Give IMEs the entire screen to use for measuring purposes." into klp-dev
John Spurlock [Tue, 15 Oct 2013 01:27:42 +0000 (01:27 +0000)]
Merge "Give IMEs the entire screen to use for measuring purposes." into klp-dev

10 years agoClear displayStartTime whenever starting activity.
Craig Mautner [Tue, 15 Oct 2013 01:24:52 +0000 (18:24 -0700)]
Clear displayStartTime whenever starting activity.

setLaunchTime() was only being called from resumeTopActivityLaunched()
but also needed to be called from minimalResumeActivityLocked().

Fixes bug 11104901.

Change-Id: I35c994562dffaf75de014021c775e398224eb3a3

10 years agoCamera2: Fix face rectangle coordinate mapping, and use Key.equals
Eino-Ville Talvala [Tue, 15 Oct 2013 01:20:43 +0000 (18:20 -0700)]
Camera2: Fix face rectangle coordinate mapping, and use Key.equals

- Faces are reported differently from other rectangles, so the mapping
  has to be specialized for them

- Use Key.equals for key comparison.

Bug: 11206459
Change-Id: I9a2a408dad981c2911048191ec30977020953146

10 years agoGive IMEs the entire screen to use for measuring purposes.
John Spurlock [Tue, 15 Oct 2013 01:06:52 +0000 (21:06 -0400)]
Give IMEs the entire screen to use for measuring purposes.

IMEs recently gained the ability to layout out under the nav bar,
but our core measuring logic does not give height=WRAP_CONTENT windows
the entire screen height when computing desired window height.

Since IMEs can be identified by type, let them use the entire screen
height for measuring purposes, to properly handle the cases where
space is constrained, making that unaccounted-for nav bar height
important.

Bug:11215678
Change-Id: I1d0b73454c0c629e7d669b9de70641c7e8c4d333

10 years agoPackage checks for resloving recovery tokens should be user sensitive.
Carlos Valdivia [Tue, 15 Oct 2013 00:22:42 +0000 (17:22 -0700)]
Package checks for resloving recovery tokens should be user sensitive.

Bug: 11219355
Change-Id: Iec031739dc0d751ee9841ca2c495a346d689ad2a

10 years agoMerge "Update the message for unavailable printers." into klp-dev
Svetoslav [Tue, 15 Oct 2013 01:01:43 +0000 (01:01 +0000)]
Merge "Update the message for unavailable printers." into klp-dev

10 years agoMerge "Fix issue #11223335: APR: Lots of failures in procstats due to..." into klp-dev
Dianne Hackborn [Tue, 15 Oct 2013 01:00:07 +0000 (01:00 +0000)]
Merge "Fix issue #11223335: APR: Lots of failures in procstats due to..." into klp-dev

10 years agoMerge "Refresh quicksettings location tile text when language changes -b/11157526...
David Christie [Tue, 15 Oct 2013 00:49:13 +0000 (00:49 +0000)]
Merge "Refresh quicksettings location tile text when language changes -b/11157526" into klp-dev

10 years agoMerge "Fix the build" into klp-dev
Michael Jurka [Tue, 15 Oct 2013 00:42:51 +0000 (00:42 +0000)]
Merge "Fix the build" into klp-dev

10 years agoFix the build
Michael Jurka [Tue, 15 Oct 2013 00:40:27 +0000 (17:40 -0700)]
Fix the build

10 years agoUpdate the message for unavailable printers.
Svetoslav [Tue, 15 Oct 2013 00:31:26 +0000 (17:31 -0700)]
Update the message for unavailable printers.

If a printer disappears or we do not get its capabilities, we
show the user a message that the printer is unavailable. This
message was appended after the printer name but they tend to
be very long and the user does not see that the printer is not
available due to ellipsis. Now we append the message after the
subtitle which tends to be much shorter.

bug:10983508

Change-Id: Ib3f7ad3bd82ff6decd49dc45461fb5131338e8c2

10 years agoRefresh quicksettings location tile text when language changes
David Christie [Thu, 10 Oct 2013 02:12:32 +0000 (19:12 -0700)]
Refresh quicksettings location tile text when language changes
-b/11157526

Change-Id: I2174a04edad15feffb9cf3b124b4e3f997d9070e

10 years agoMerge "Switch settings provider to use the new Settings icon" into klp-dev
Amith Yamasani [Tue, 15 Oct 2013 00:31:07 +0000 (00:31 +0000)]
Merge "Switch settings provider to use the new Settings icon" into klp-dev

10 years agoMerge "Ensure URIs have content:// scheme in WPM" into klp-dev
Michael Jurka [Tue, 15 Oct 2013 00:27:49 +0000 (00:27 +0000)]
Merge "Ensure URIs have content:// scheme in WPM" into klp-dev

10 years agoMerge "Relax user constraint on storage state." into klp-dev
Jeff Sharkey [Tue, 15 Oct 2013 00:25:23 +0000 (00:25 +0000)]
Merge "Relax user constraint on storage state." into klp-dev

10 years agoFix issue #11223335: APR: Lots of failures in procstats due to...
Dianne Hackborn [Mon, 14 Oct 2013 23:55:09 +0000 (16:55 -0700)]
Fix issue #11223335: APR: Lots of failures in procstats due to...

...bad cleanup of crashing processes

We now have a special path for crashing processes, to silently
clean up their state.

Also some tweaks to Log/Slog.wtf to get better stack crawl
summaries in APR.

Change-Id: Ieced26989907a6e7615b6fa033813fced78d7474

10 years agoMerge "Add extras to AFD, send orientation metadata." into klp-dev
Jeff Sharkey [Tue, 15 Oct 2013 00:00:20 +0000 (00:00 +0000)]
Merge "Add extras to AFD, send orientation metadata." into klp-dev

10 years agoEnsure URIs have content:// scheme in WPM
Adam Lesinski [Sat, 12 Oct 2013 01:10:56 +0000 (18:10 -0700)]
Ensure URIs have content:// scheme in WPM

getCropAndSetWallpaperIntent should only accept URIs with
the content:// scheme, so that the receiving application
doesn't crash opening a file it can't access.

bug:11173560
Change-Id: I855496633b646373db757e9d8e6e425568103b8b

10 years agoMerge "Use dialog animations for dialog style." into klp-dev
Craig Mautner [Mon, 14 Oct 2013 23:45:29 +0000 (23:45 +0000)]
Merge "Use dialog animations for dialog style." into klp-dev

10 years agoRelax user constraint on storage state.
Jeff Sharkey [Mon, 14 Oct 2013 23:43:42 +0000 (16:43 -0700)]
Relax user constraint on storage state.

Otherwise we wtf() when called various places in the system.

Bug: 11223886
Change-Id: I514d28603db02e3debd4af1cf20049af0c7399f4

10 years agoMerge "NFC card emulation API docs." into klp-dev
Martijn Coenen [Mon, 14 Oct 2013 23:30:21 +0000 (23:30 +0000)]
Merge "NFC card emulation API docs." into klp-dev

10 years agoDon't move clock when warping in PagedView
Jim Miller [Mon, 14 Oct 2013 02:35:47 +0000 (19:35 -0700)]
Don't move clock when warping in PagedView

This fixes a bug where the clock would appear to move when flinging
the camera widget while warping.  To accomplish this,  it no longer
scrolls while warping but rather updates the warp view's translationX.
When the finger is released or a fling happens, we either smoothly
animate the view back (without scrolling) or update the scroll position
and let the scroller take over the animation.

Fixes bug 11191094

Change-Id: I33f087cf4fb2ec31db11d69d11055b513604b1d1

10 years agoUse dialog animations for dialog style.
Craig Mautner [Mon, 14 Oct 2013 22:52:58 +0000 (15:52 -0700)]
Use dialog animations for dialog style.

Using activity animations on non-fullscreen activities that sit over
a wallpaper activity cause the exiting activity to show up underneath
the next activity. If the next activity happens to be a wallpaper
activity then this will be janky as the exiting activity will go from
on top of the incoming activity to on top of the wallpaper as it
animates away.

Fixes bug 11200253.

Change-Id: I7e81c50cfe7ae106da2d62f5866f43fc046181c5

10 years agoMerge "Update the print spooler action bar icon." into klp-dev
Svetoslav Ganov [Mon, 14 Oct 2013 22:48:46 +0000 (22:48 +0000)]
Merge "Update the print spooler action bar icon." into klp-dev

10 years agoMerge "Layout may be called with invalid print attributes." into klp-dev
Svetoslav [Mon, 14 Oct 2013 22:48:20 +0000 (22:48 +0000)]
Merge "Layout may be called with invalid print attributes." into klp-dev

10 years agoAdd extras to AFD, send orientation metadata.
Jeff Sharkey [Mon, 14 Oct 2013 21:57:33 +0000 (14:57 -0700)]
Add extras to AFD, send orientation metadata.

AssetFileDescriptor augments a ParcelFileDescriptor with details
about how it should be interpreted, so extend it to support a Bundle
of extras.  Then use these extras to share thumbnail orientation
metadata.

The raw image data of EXIF thumbnails matches the orientation of
the enclosing image, but the thumbnail data doesn't repeat the EXIF
flags.  This meant that receivers of openDocumentThumbnail() would
get an image that needed to be transformed, but without enough
context to actually transform it.

Instead of transforming and recompressing the image on the fly on
the provider side, send a transformation hint that the receiver
side can interpret.

Bug: 11205688
Change-Id: Ibc5a7ad002377a55e6ffcb5ac5c8829841002e06

10 years agoMerge "Move the wallpaper beneath the keyguard." into klp-dev
Craig Mautner [Mon, 14 Oct 2013 22:24:44 +0000 (22:24 +0000)]
Merge "Move the wallpaper beneath the keyguard." into klp-dev

10 years agoSwitch settings provider to use the new Settings icon
Amith Yamasani [Mon, 14 Oct 2013 22:24:31 +0000 (15:24 -0700)]
Switch settings provider to use the new Settings icon

Bug: 11193955
Change-Id: I2e32d31fc8789a950cb54ab6176b8360fc5d9ae5

10 years agoFix error when PAC set rapidly
Jason Monk [Mon, 14 Oct 2013 22:24:13 +0000 (18:24 -0400)]
Fix error when PAC set rapidly

Stop the broadcast from being accidentally sent when PAC is in the process
of downloading / binding local proxy.  Only send broadcast when valid port
is contained (i.e. sent by PacManager).

Bug: 11168706
Change-Id: I998711fcf0a6bd82bdef413726ec41317752a57b

10 years agoMerge "Fix change to re-add carrier roaming details." into klp-dev
Robert Greenwalt [Mon, 14 Oct 2013 22:11:01 +0000 (22:11 +0000)]
Merge "Fix change to re-add carrier roaming details." into klp-dev

10 years agoMerge "Wrap measurement optimization in targetSdk check" into klp-dev
Adam Lesinski [Mon, 14 Oct 2013 22:06:07 +0000 (22:06 +0000)]
Merge "Wrap measurement optimization in targetSdk check" into klp-dev

10 years agoMerge "Add EXIF rotation support to system wallpaper cropper" into klp-dev
Michael Jurka [Mon, 14 Oct 2013 22:03:09 +0000 (22:03 +0000)]
Merge "Add EXIF rotation support to system wallpaper cropper" into klp-dev

10 years agoMerge "Telephony: Read signal strength values as expected" into klp-dev
Wink Saville [Mon, 14 Oct 2013 21:58:57 +0000 (21:58 +0000)]
Merge "Telephony: Read signal strength values as expected" into klp-dev

10 years agoFix change to re-add carrier roaming details.
Robert Greenwalt [Mon, 14 Oct 2013 21:50:33 +0000 (14:50 -0700)]
Fix change to re-add carrier roaming details.

bug:11176211
Change-Id: Ibde8bd4b98df781a3c851d97a893da88c161d98b

10 years agoAdd EXIF rotation support to system wallpaper cropper
Michael Jurka [Mon, 14 Oct 2013 21:42:50 +0000 (14:42 -0700)]
Add EXIF rotation support to system wallpaper cropper

Bug: 11137824

10 years agoMerge "Add additional MNC overlays" into klp-dev
Jim Miller [Mon, 14 Oct 2013 21:25:30 +0000 (21:25 +0000)]
Merge "Add additional MNC overlays" into klp-dev

10 years agoAdd additional MNC overlays
Jim Miller [Mon, 14 Oct 2013 20:57:46 +0000 (13:57 -0700)]
Add additional MNC overlays

Fixes bug 10518893

Change-Id: If8f46202f593e545fe38c4803481b266b60543b9

10 years agoMove the wallpaper beneath the keyguard.
Craig Mautner [Mon, 14 Oct 2013 19:58:42 +0000 (12:58 -0700)]
Move the wallpaper beneath the keyguard.

If the keyguard is the wallpaper target the wallpaper cannot sit at
the bottom of the stack and must be directly beneath the keyguard.
Otherwise keep it at the bottom of the window stack.

App animations when the keyguard is showing should not be disabled if
the keyguard is also animating.

Fixes bug 10858941.
Fixes bug 10932680.

Change-Id: I8399837f6510ea16003f68b165e67439f3571ef4

10 years agoUpdate the print spooler action bar icon.
Svetoslav Ganov [Mon, 14 Oct 2013 20:45:31 +0000 (13:45 -0700)]
Update the print spooler action bar icon.

1. Updated the print spooler icon shown in the action bar
   when searching for printers in the all printers activity.

2. If the current printer's capabilities are not immediately
   available the page count label in the dialog contained the
   argument placeholders.

bug:10983508

Change-Id: Id4f78d6cc31647f043f8e3044ab54f30584d1ebe

10 years agoWrap measurement optimization in targetSdk check
Adam Lesinski [Mon, 14 Oct 2013 18:27:19 +0000 (11:27 -0700)]
Wrap measurement optimization in targetSdk check

A measurement optimization has exposed some apps that are relying
on incidental layout requests to have themselves update. With the
optimization enabled, these apps break.

Apps targetted at older versions of Android should not
break due to this optimization.

bug:11192311
Change-Id: Id5fc7f83ec2cb1541d3d0d16f951cd57c0afaccd

10 years agoLayout may be called with invalid print attributes.
Svetoslav [Mon, 14 Oct 2013 20:15:31 +0000 (13:15 -0700)]
Layout may be called with invalid print attributes.

If a print service reports a printer with no capabilities and then
removes and adds the same printer again with no capabilities we can
call layout with invalid attributes. While the print service should
not do that we must not crash. The reason is that the print dialog
code was lacking a check whether something changed before handling
the change of the current printer. This resulted in calling layout
even though we still do not have the printer capabilities resulting
in passing bogus print attributes to the app.

bug:11216402

Change-Id: Icb9161930a70a7f9ead589a0ab0b4eb35091666f

10 years agoMerge "Modify config.xml for tethering APN information." into klp-dev
Vineeta Srivastava [Mon, 14 Oct 2013 19:57:30 +0000 (19:57 +0000)]
Merge "Modify config.xml for tethering APN information." into klp-dev

10 years agoModify config.xml for tethering APN information.
kenneeth.ryu [Mon, 7 Oct 2013 05:54:01 +0000 (14:54 +0900)]
Modify config.xml for tethering APN information.

1. Remove Tethering profile for Spain Orange(214-03). Because Orange and Euskaltel use same MCC-MNC but have separate tethering APN.
- Spain Orange(214-03) use "internet" apn.
- Spain Euskaltel(214-03) use "internet.euskaltel.mobi" apn.

2. Remove Tethering profile for Spain Telefonica(214-07). Because Telefonica and Jazztel use same MCC-MNC but have separate tethering APN.
- Spain Telefonica (214-07) use "movistar.es" apn.
- Spain Jazztel (214-07) use "jazzinternet" apn.

3. Remove Tethering profile for France Orange(208-01). Because Orange and Carrefour/NRJ/Tele2/Virgin/use same MCC-MNC but have separate tethering APN.
- France Orange (208-01) use "orange.fr" apn.
- France Carrefour (208-01) use "ofnew.fr" apn.

4. Remove Tethering profile for UK T-Mobile(234-33). Because T-Mobile and Orange were merger so doesn't use "consumerbroadband" apn for tethering anymore.

5. Remove Tethering profile for HK 1O1O(454-00). Because 1O1O and NWMOBILE use same MCC-MNC but have separate tethering APN.
- HK 1O1O(454-00) use "lte.internet" apn.
- HK NWMOBILE(454-00) use "NWMOBILE" apn.

6. Remove Tethering profile for HK 3(454-03). Because 3 LTE and 3G have separate tethering apn.
- HK 3 LTE use "lte.three.com.hk" apn.
- HK 3 3G use "mobile.three.com.hk" apn.

7. Update Tethering profile for Orange(340-01). The format of tethering profile was wrong.

8. Add Tethering profile for Mexico Iusacell(334-050).

9. Add Tethering profile for Portugal Optimus(268-03).

Bug: 11176211

Change-Id: I453ff8b745ee4f483bfdd6c362bd67ce50ba8b7a

Conflicts:
core/res/res/values-mcc234-mnc33/config.xml

10 years agoNFC card emulation API docs.
Martijn Coenen [Mon, 14 Oct 2013 18:39:59 +0000 (20:39 +0200)]
NFC card emulation API docs.

Bug: 10550319
Change-Id: I3023639d728aa76af89d15e0491b86c7c641648e

10 years agoAdd a config resource to enable translucent bars globally.
Daniel Sandler [Sat, 12 Oct 2013 02:19:59 +0000 (22:19 -0400)]
Add a config resource to enable translucent bars globally.

Setting config_enableTranslucentDecor to false will not
prevent clients from adding FLAG_TRANSLUCENT_NAVIGATION or
STATUS to the window or using the TransluentDecor themes,
but it will prevent View.STATUS_BAR_TRANSLUCENT and
View.NAVIGATION_BAR_TRANSLUCENT from being propagated to the
SystemUI so these requests will not be honored.

Bug: 11182618
Change-Id: I8be6a3a565acf0987ff12f18f1c7e67c96d563c3

10 years agoam 3a920545: am 2cc953f1: am 9006c422: more documentation for SEND_RESPOND_VIA_MESSAGE
Scott Main [Mon, 14 Oct 2013 18:34:58 +0000 (11:34 -0700)]
am 3a920545: am 2cc953f1: am 9006c422: more documentation for SEND_RESPOND_VIA_MESSAGE

* commit '3a92054541864c1831fc1a67ea711acd2c4f3690':
  more documentation for SEND_RESPOND_VIA_MESSAGE

10 years agoMerge "Log noisily on uid vs user-handle confusion in the settings provider" into...
Christopher Tate [Mon, 14 Oct 2013 18:31:07 +0000 (18:31 +0000)]
Merge "Log noisily on uid vs user-handle confusion in the settings provider" into klp-dev

10 years agoam 2cc953f1: am 9006c422: more documentation for SEND_RESPOND_VIA_MESSAGE
Scott Main [Mon, 14 Oct 2013 18:30:51 +0000 (11:30 -0700)]
am 2cc953f1: am 9006c422: more documentation for SEND_RESPOND_VIA_MESSAGE

* commit '2cc953f19ad5b7bd2ff1ef4d239cd638daf90744':
  more documentation for SEND_RESPOND_VIA_MESSAGE

10 years agoam 9006c422: more documentation for SEND_RESPOND_VIA_MESSAGE
Scott Main [Mon, 14 Oct 2013 18:28:41 +0000 (11:28 -0700)]
am 9006c422: more documentation for SEND_RESPOND_VIA_MESSAGE

* commit '9006c422909a13e61aa10bac385f05940f345b3b':
  more documentation for SEND_RESPOND_VIA_MESSAGE

10 years agomore documentation for SEND_RESPOND_VIA_MESSAGE
Scott Main [Mon, 14 Oct 2013 18:19:53 +0000 (11:19 -0700)]
more documentation for SEND_RESPOND_VIA_MESSAGE

Change-Id: I51ffd122a99481694088d84d46a50752c4c07a48

10 years agoMerge "Throw when taking non-existant Uri permission." into klp-dev
Jeff Sharkey [Mon, 14 Oct 2013 17:24:14 +0000 (17:24 +0000)]
Merge "Throw when taking non-existant Uri permission." into klp-dev

10 years agoMerge "Implement new SYSTEM_UI_FLAG_IMMERSIVE_STICKY." into klp-dev
John Spurlock [Mon, 14 Oct 2013 17:21:33 +0000 (17:21 +0000)]
Merge "Implement new SYSTEM_UI_FLAG_IMMERSIVE_STICKY." into klp-dev

10 years agoImplement new SYSTEM_UI_FLAG_IMMERSIVE_STICKY.
John Spurlock [Sat, 12 Oct 2013 21:50:42 +0000 (17:50 -0400)]
Implement new SYSTEM_UI_FLAG_IMMERSIVE_STICKY.

Migrate transient bar mode to IMMERSIVE_STICKY, and
introduce new behavior for IMMERSIVE: namely the
opaque bars are revealed by clearing the flags on swipe.

Remove low-profile optimization that confuses api demos
and other apps using low-profile as a signal.

TransientNavigationConfirmation renamed to
ImmersiveModeConfirmation, and its associated resources,
since the confirmation is now shown when the nav bar is
shown in either of the two immersive modes.

Remove unused Toast.makeBar and associated hidden framework
bits now that the confirmation uses a cling instead.

Bug:11062108
Change-Id: Iae49d31973940b9bee9f5b1827756db5eaa76aa3

10 years agoMerge "no layout = no visibility" into klp-dev
Victoria Lease [Mon, 14 Oct 2013 17:08:09 +0000 (17:08 +0000)]
Merge "no layout = no visibility" into klp-dev

10 years agoThrow when taking non-existant Uri permission.
Jeff Sharkey [Sat, 12 Oct 2013 00:46:47 +0000 (17:46 -0700)]
Throw when taking non-existant Uri permission.

Bug: 11080911
Change-Id: Ib73a20f497b447aebe69c88266369605e69a7812

10 years agoam da5d7027: am 5a99a702: am 4dfe8944: Merge "add docs about managing app memory...
Scott Main [Mon, 14 Oct 2013 16:59:52 +0000 (09:59 -0700)]
am da5d7027: am 5a99a702: am 4dfe8944: Merge "add docs about managing app memory" into jb-mr2-docs

* commit 'da5d7027a8905dd17f1cb8dd249d0d9320a97fec':
  add docs about managing app memory

10 years agoam 5a99a702: am 4dfe8944: Merge "add docs about managing app memory" into jb-mr2...
Scott Main [Mon, 14 Oct 2013 16:57:11 +0000 (09:57 -0700)]
am 5a99a702: am 4dfe8944: Merge "add docs about managing app memory" into jb-mr2-docs

* commit '5a99a7023ee5f8f054a9e8d10ed78e6c3f30a839':
  add docs about managing app memory

10 years agoam 4dfe8944: Merge "add docs about managing app memory" into jb-mr2-docs
Scott Main [Mon, 14 Oct 2013 16:52:07 +0000 (09:52 -0700)]
am 4dfe8944: Merge "add docs about managing app memory" into jb-mr2-docs

* commit '4dfe894440f3b1af62df8e6cb74503c86519c74d':
  add docs about managing app memory

10 years agoMerge "add docs about managing app memory" into jb-mr2-docs
Scott Main [Mon, 14 Oct 2013 16:49:11 +0000 (16:49 +0000)]
Merge "add docs about managing app memory" into jb-mr2-docs

10 years agoMerge "Add null check when determining mOnTopOfHome" into klp-dev
Craig Mautner [Mon, 14 Oct 2013 16:38:48 +0000 (16:38 +0000)]
Merge "Add null check when determining mOnTopOfHome" into klp-dev

10 years agoremove U+261d from MTLmr3m.ttf
Victoria Lease [Mon, 14 Oct 2013 16:29:11 +0000 (09:29 -0700)]
remove U+261d from MTLmr3m.ttf

This codepoint is covered by NotoColorEmoji.ttf, and MTLmr3m is
shadowing it.

Bug: 11177194
Change-Id: I827f58bcae4c9b4849034fa85608087b1e786f25

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Mon, 14 Oct 2013 16:22:50 +0000 (16:22 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 14 Oct 2013 16:16:10 +0000 (09:16 -0700)]
Import translations. DO NOT MERGE

Change-Id: Ic05225f9a7ed59b8534c5637187ced07b660252a
Auto-generated-cl: translation import

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Mon, 14 Oct 2013 16:14:24 +0000 (16:14 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoMerge "Import translations. DO NOT MERGE" into klp-dev
Baligh Uddin [Mon, 14 Oct 2013 16:14:14 +0000 (16:14 +0000)]
Merge "Import translations. DO NOT MERGE" into klp-dev

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 14 Oct 2013 16:13:14 +0000 (09:13 -0700)]
Import translations. DO NOT MERGE

Change-Id: I7650da18d849d7ffbab92487bb2f79f32230b7c3
Auto-generated-cl: translation import

10 years agoMerge "Doc change: fix link to widgets design doc." into klp-dev
Dirk Dougherty [Mon, 14 Oct 2013 16:12:29 +0000 (16:12 +0000)]
Merge "Doc change: fix link to widgets design doc." into klp-dev

10 years agoImport translations. DO NOT MERGE
Baligh Uddin [Mon, 14 Oct 2013 16:11:11 +0000 (09:11 -0700)]
Import translations. DO NOT MERGE

Change-Id: I9a11931ae13cdda6647b145d2ceac071e5f05a54
Auto-generated-cl: translation import

10 years agoMerge "Don't show [!] battery at boot." into klp-dev
Daniel Sandler [Mon, 14 Oct 2013 14:44:21 +0000 (14:44 +0000)]
Merge "Don't show [!] battery at boot." into klp-dev

10 years agoDon't show [!] battery at boot.
Daniel Sandler [Mon, 14 Oct 2013 14:27:45 +0000 (10:27 -0400)]
Don't show [!] battery at boot.

Defense in depth:
 1. If there's a sticky battery broadcast waiting around for
    us, apply its information immediately.
 2. If for some reason there is no battery information,
    just don't draw anything.

Bug: 11208146
Change-Id: I43e4b55a90a4ca619816ad0315e329f88b529581

10 years agoAdd null check when determining mOnTopOfHome
Craig Mautner [Mon, 14 Oct 2013 14:09:18 +0000 (07:09 -0700)]
Add null check when determining mOnTopOfHome

Fixes bug 11198896.

Change-Id: I7b35c8a7156f03f8dab0598b55ef327e593f6427

10 years agoMerge "Limit transient nav cling to 380dp on large/land devices." into klp-dev
Daniel Sandler [Mon, 14 Oct 2013 13:50:56 +0000 (13:50 +0000)]
Merge "Limit transient nav cling to 380dp on large/land devices." into klp-dev

10 years agoLimit transient nav cling to 380dp on large/land devices.
Daniel Sandler [Mon, 14 Oct 2013 02:04:36 +0000 (22:04 -0400)]
Limit transient nav cling to 380dp on large/land devices.

Bug: 11077915
Change-Id: I141a5f3f565109ae5ac9221053e5a4db36633ca7

10 years agoAdding additional MNC overlays. (Bug 10518893)
Winson Chung [Mon, 14 Oct 2013 06:42:59 +0000 (23:42 -0700)]
Adding additional MNC overlays. (Bug 10518893)

Change-Id: I1c314c4e7ce7adf6f4a6f6722b51781f0ce7cd22

10 years agoTest for task in front must include stack in front.
Craig Mautner [Mon, 14 Oct 2013 01:15:00 +0000 (18:15 -0700)]
Test for task in front must include stack in front.

The CL that ensured that a dying task must be in front of the user
(ag/374996) only checked that the task was at the top of /a/ stack,
not on top of the frontmost stack. This checks the stack for being
frontmost before switching to home.

Fixes bug 11208762.

Change-Id: I43f6d380e7a880ec19db03711ada6c7437e15f73

10 years agoFix updating fast scroll state for data set changes
Adam Powell [Mon, 14 Oct 2013 00:19:10 +0000 (17:19 -0700)]
Fix updating fast scroll state for data set changes

Only looking for old/new count changes is incomplete with the current
state of things. The observer's onChanged method will update this in
some cases, stomping the different values needed to trigger a fast
scroller update. Also update the fast scroller if the data change flag
is set.

Also fix the positioning of the legacy text overlay.

Bug 11188512

Change-Id: I35b3915ce49f8494c6d82f6be6d6df7169deddd7