OSDN Git Service

android-x86/frameworks-base.git
11 years agoMerge "Fix bug managing wifi display routes." into jb-mr2-dev
Jeff Brown [Thu, 9 May 2013 23:03:57 +0000 (23:03 +0000)]
Merge "Fix bug managing wifi display routes." into jb-mr2-dev

11 years agoMerge "Cache the scaled avatar drawables in the keyguard user switcher" into jb-mr2-dev
Amith Yamasani [Thu, 9 May 2013 22:17:51 +0000 (22:17 +0000)]
Merge "Cache the scaled avatar drawables in the keyguard user switcher" into jb-mr2-dev

11 years agoMerge "Fix start delay jank in ViewPropertyAnimator" into jb-mr2-dev
Chet Haase [Thu, 9 May 2013 22:09:18 +0000 (22:09 +0000)]
Merge "Fix start delay jank in ViewPropertyAnimator" into jb-mr2-dev

11 years agoCache the scaled avatar drawables in the keyguard user switcher
Amith Yamasani [Wed, 8 May 2013 23:43:58 +0000 (16:43 -0700)]
Cache the scaled avatar drawables in the keyguard user switcher

Loading the avatar icons and drawing them into the sized bitmap
turns out to be quite expensive and the cost increases with number
of users. Caching them shaves off several hundred milliseconds from
Keyguard inflation time during user switching on the lockscreen.

For instance, 15ms vs. 750ms with 3 avatars on a certain 7" tablet.

Bug: 7986933
Change-Id: I3e2065bfa25aa263133ba204ca364c3b04d7c0ff

11 years agoFix start delay jank in ViewPropertyAnimator
Chet Haase [Thu, 9 May 2013 21:40:21 +0000 (14:40 -0700)]
Fix start delay jank in ViewPropertyAnimator

Issue #8892620 start delay jank in ViewPropertyAnimator

Change-Id: I17a57ac3351fb2c1516b594d135aa9ce9f78c88e

11 years agoMerge "Donot bind to GATT service when BLE is not supported" into jb-mr2-dev
Matthew Xie [Thu, 9 May 2013 21:14:47 +0000 (21:14 +0000)]
Merge "Donot bind to GATT service when BLE is not supported" into jb-mr2-dev

11 years agoFix bug managing wifi display routes.
Jeff Brown [Thu, 9 May 2013 20:41:11 +0000 (13:41 -0700)]
Fix bug managing wifi display routes.

We could sometimes crash due to some inconsistencies in the
way the wifi display routes were updates when connecting,
disconnecting or scanning wifi displays.

Bug: 8837094
Change-Id: I10c7ccb163ec33c4ea107dfcb5074741049fe955

11 years agoMerge "Exempt the notification panel from animation lockout." into jb-mr2-dev
Daniel Sandler [Thu, 9 May 2013 18:28:42 +0000 (18:28 +0000)]
Merge "Exempt the notification panel from animation lockout." into jb-mr2-dev

11 years agoMerge "Fix bug where we incorrectly clipped the bounds to the device size." into...
Derek Sollenberger [Thu, 9 May 2013 18:23:56 +0000 (18:23 +0000)]
Merge "Fix bug where we incorrectly clipped the bounds to the device size." into jb-mr2-dev

11 years agoMerge "Fix bug 8717690 Full-width Latin Letters Garbled on Tumblr App" into jb-mr2-dev
Raph Levien [Thu, 9 May 2013 18:04:39 +0000 (18:04 +0000)]
Merge "Fix bug 8717690 Full-width Latin Letters Garbled on Tumblr App" into jb-mr2-dev

11 years agoFix bug where we incorrectly clipped the bounds to the device size.
Derek Sollenberger [Thu, 9 May 2013 13:49:41 +0000 (09:49 -0400)]
Fix bug where we incorrectly clipped the bounds to the device size.

This CL also updates the documenation to make it clear that the API
returns in local space, not clipped to the size of the bitmap/device.

bug: 8747526
Change-Id: I389844672ce955341863f9940c3b401ab00dc1dc

11 years agoMerge "Don't allow non-authorized apps to access auth tokens" into jb-mr2-dev
Amith Yamasani [Thu, 9 May 2013 17:43:16 +0000 (17:43 +0000)]
Merge "Don't allow non-authorized apps to access auth tokens" into jb-mr2-dev

11 years agoMerge "Defend against a system server crash." into jb-mr2-dev
Daniel Sandler [Thu, 9 May 2013 17:29:04 +0000 (17:29 +0000)]
Merge "Defend against a system server crash." into jb-mr2-dev

11 years agoMerge "DO NOT MERGE. Fix issue #8868003: Recents thumbnails scale..." into jb-mr2-dev
Dianne Hackborn [Thu, 9 May 2013 17:19:56 +0000 (17:19 +0000)]
Merge "DO NOT MERGE.  Fix issue #8868003: Recents thumbnails scale..." into jb-mr2-dev

11 years agoMerge "Fix error where clips/matrices are incorrectly transferred." into jb-mr2-dev
Derek Sollenberger [Thu, 9 May 2013 11:59:47 +0000 (11:59 +0000)]
Merge "Fix error where clips/matrices are incorrectly transferred." into jb-mr2-dev

11 years agoDonot bind to GATT service when BLE is not supported
Matthew Xie [Thu, 9 May 2013 02:26:57 +0000 (19:26 -0700)]
Donot bind to GATT service when BLE is not supported

bug 8664724

Change-Id: I9b9222cd5877babcded73798a5d1ff13fd10e791

11 years agoDO NOT MERGE. Fix issue #8868003: Recents thumbnails scale...
Dianne Hackborn [Wed, 8 May 2013 22:51:26 +0000 (15:51 -0700)]
DO NOT MERGE.  Fix issue #8868003: Recents thumbnails scale...

...+ zoom to wrong place

We need to make sure the overscan insets are never negative.

Change-Id: I6ca82acc2a6c887085a5d14d03a55ea78451e4b6

11 years agoMerge "Filter out dangerous CharSequences in Notification." into jb-mr2-dev
Daniel Sandler [Thu, 9 May 2013 00:28:11 +0000 (00:28 +0000)]
Merge "Filter out dangerous CharSequences in Notification." into jb-mr2-dev

11 years agoMerge "The default home intent needs CATEGORY_DEFAULT" into jb-mr2-dev
Christopher Tate [Wed, 8 May 2013 23:09:49 +0000 (23:09 +0000)]
Merge "The default home intent needs CATEGORY_DEFAULT" into jb-mr2-dev

11 years agoMerge "Add wifi association test" into jb-mr2-dev
Xia Wang [Wed, 8 May 2013 22:17:35 +0000 (22:17 +0000)]
Merge "Add wifi association test" into jb-mr2-dev

11 years agoMerge "Dynamically togglable accessibility features improperly handled." into jb...
Svetoslav [Wed, 8 May 2013 21:33:43 +0000 (21:33 +0000)]
Merge "Dynamically togglable accessibility features improperly handled." into jb-mr2-dev

11 years agoMerge "Add system setting key for dialpad autocomplete" into jb-mr2-dev
Yorke Lee [Wed, 8 May 2013 21:29:38 +0000 (21:29 +0000)]
Merge "Add system setting key for dialpad autocomplete" into jb-mr2-dev

11 years agoMerge "Fix bug where thumbnails flashed more often in Recents" into jb-mr2-dev
Michael Jurka [Wed, 8 May 2013 21:07:21 +0000 (21:07 +0000)]
Merge "Fix bug where thumbnails flashed more often in Recents" into jb-mr2-dev

11 years agoFilter out dangerous CharSequences in Notification.
Daniel Sandler [Fri, 26 Apr 2013 20:23:09 +0000 (16:23 -0400)]
Filter out dangerous CharSequences in Notification.

If an app mistakenly puts some Parcelable implementation of
CharSequence in here, Bundle will try to marshal the derived
class, which is going to be bad news when we try to unparcel
it in another process.

Additionally add a proper stack trace to unparceling
failures (otherwise you have no idea where the bad parcel
was being used).

Bug: 8725271
Change-Id: Ide19b986d65c7f47929cf2dde4e62b762c469fee

11 years agoam a086a70e: am 3f4d1bbd: am 52a37bf8: am 1d21aeca: am 148ce232: Merge "delete obsole...
Scott Main [Wed, 8 May 2013 20:11:13 +0000 (13:11 -0700)]
am a086a70e: am 3f4d1bbd: am 52a37bf8: am 1d21aeca: am 148ce232: Merge "delete obsolete tips/references to cupcake" into jb-mr1.1-docs

* commit 'a086a70ecb6ca47831a6f5a60fb5d11df131d6bf':
  delete obsolete tips/references to cupcake

11 years agoam 3f4d1bbd: am 52a37bf8: am 1d21aeca: am 148ce232: Merge "delete obsolete tips/refer...
Scott Main [Wed, 8 May 2013 20:04:26 +0000 (13:04 -0700)]
am 3f4d1bbd: am 52a37bf8: am 1d21aeca: am 148ce232: Merge "delete obsolete tips/references to cupcake" into jb-mr1.1-docs

* commit '3f4d1bbddba1034af342a95b35a223615ad8bbbd':
  delete obsolete tips/references to cupcake

11 years agoam 52a37bf8: am 1d21aeca: am 148ce232: Merge "delete obsolete tips/references to...
Scott Main [Wed, 8 May 2013 20:01:51 +0000 (13:01 -0700)]
am 52a37bf8: am 1d21aeca: am 148ce232: Merge "delete obsolete tips/references to cupcake" into jb-mr1.1-docs

* commit '52a37bf8ab96c8ef897c4c35e33b4bbe6513de9f':
  delete obsolete tips/references to cupcake

11 years agoam 1d21aeca: am 148ce232: Merge "delete obsolete tips/references to cupcake" into...
Scott Main [Wed, 8 May 2013 19:59:29 +0000 (12:59 -0700)]
am 1d21aeca: am 148ce232: Merge "delete obsolete tips/references to cupcake" into jb-mr1.1-docs

* commit '1d21aeca286cb3993ed758fd111a7d945687ed96':
  delete obsolete tips/references to cupcake

11 years agoExempt the notification panel from animation lockout.
Daniel Sandler [Wed, 8 May 2013 19:57:06 +0000 (15:57 -0400)]
Exempt the notification panel from animation lockout.

We do a lot of launch-app-then-collapse, and it's a game to
see whether the app's window activity animation starts
before the panel has a chance to finish collapsing.

The winning move here is not to play.

Requires change I2773601d in f/b.
Bug: 8666124

Change-Id: I3e3f1c5a4a505ad7d487c804139445ffd499d8d4

11 years agoDon't allow non-authorized apps to access auth tokens
Amith Yamasani [Wed, 8 May 2013 19:57:01 +0000 (12:57 -0700)]
Don't allow non-authorized apps to access auth tokens

For restricted profiles, if an app tries to guess an account name and
requests an auth token, even though the framework is going to prompt
for permission, it could be authorized by someone who can't read.

If the app is not opting in to see accounts, don't let it get auth tokens
by verifying first that it's in the list of known accounts.

Bug: 8736380
Change-Id: I6caf88cfe14aa1023d55bcb28ad80ccd89eeb79b

11 years agoam 148ce232: Merge "delete obsolete tips/references to cupcake" into jb-mr1.1-docs
Scott Main [Wed, 8 May 2013 19:56:53 +0000 (12:56 -0700)]
am 148ce232: Merge "delete obsolete tips/references to cupcake" into jb-mr1.1-docs

* commit '148ce2322c5ce119b2dc6881d60dc60f8c336bfa':
  delete obsolete tips/references to cupcake

11 years agoMerge "delete obsolete tips/references to cupcake" into jb-mr1.1-docs
Scott Main [Wed, 8 May 2013 19:50:52 +0000 (19:50 +0000)]
Merge "delete obsolete tips/references to cupcake" into jb-mr1.1-docs

11 years agoAdd system setting key for dialpad autocomplete
Yorke Lee [Tue, 7 May 2013 17:49:44 +0000 (10:49 -0700)]
Add system setting key for dialpad autocomplete

Bug 8840243

Change-Id: Ib1fd631c8717dad2305e3507391cb2d96be2a847

11 years agoFix bug where thumbnails flashed more often in Recents
Michael Jurka [Wed, 8 May 2013 16:00:04 +0000 (18:00 +0200)]
Fix bug where thumbnails flashed more often in Recents

Bug: 8867698

Change-Id: I2773601d83507dbb55c3a1d0b723e3853e22d352

11 years agoAdd wifi association test
Xia Wang [Fri, 3 May 2013 04:19:40 +0000 (21:19 -0700)]
Add wifi association test

Change-Id: I1f3f49a1857835522c9c5e02ed4f530b83df1d02

11 years agoDynamically togglable accessibility features improperly handled.
Svetoslav [Wed, 8 May 2013 18:13:11 +0000 (11:13 -0700)]
Dynamically togglable accessibility features improperly handled.

Touch exploration and enhanced web accessibility can be toggled at
run time. However, the code that updates the state of these features
was not properly doing that. In particular, it did not write to the
settings if the feature gets disabled. Now the logic is much cleaner.
If there is a service that can request and requests a feature and
the feature is not enabled, we enabled it, otherwise the feature is
disabled.

bug:8790771

Change-Id: I218dfa12fd02220c94940b54f42bed578811a794

11 years agoMerge "Fix bug #8839681 Reversed Textbox focus order on RTL and android:imeOptions...
Fabrice Di Meglio [Wed, 8 May 2013 17:56:17 +0000 (17:56 +0000)]
Merge "Fix bug #8839681 Reversed Textbox focus order on RTL and android:imeOptions="flagNoExtractUi"" into jb-mr2-dev

11 years agoMerge "Fix bug #8846648 Reduce unnecessary drawing & GC in NetworkController/SignalCl...
Fabrice Di Meglio [Wed, 8 May 2013 17:50:18 +0000 (17:50 +0000)]
Merge "Fix bug #8846648 Reduce unnecessary drawing & GC in NetworkController/SignalClusterView" into jb-mr2-dev

11 years agoMerge "Fix for TTS.setLanguage throwing MissingResourceException" into jb-mr2-dev
Fergus Henderson [Wed, 8 May 2013 17:42:00 +0000 (17:42 +0000)]
Merge "Fix for TTS.setLanguage throwing MissingResourceException" into jb-mr2-dev

11 years agoMerge "Import translations. DO NOT MERGE" into jb-mr2-dev
Baligh Uddin [Wed, 8 May 2013 17:36:22 +0000 (17:36 +0000)]
Merge "Import translations. DO NOT MERGE" into jb-mr2-dev

11 years agoImport translations. DO NOT MERGE
Baligh Uddin [Wed, 8 May 2013 15:21:20 +0000 (08:21 -0700)]
Import translations. DO NOT MERGE

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

11 years agoFix error where clips/matrices are incorrectly transferred.
Derek Sollenberger [Wed, 8 May 2013 14:59:47 +0000 (10:59 -0400)]
Fix error where clips/matrices are incorrectly transferred.

In these cases the caller passes in a NULL bitmap and expects it
to clear the canvas state. This change preserves that behavior.

bug: 8738494
Change-Id: I7ebf6a74bab3c2822849a3404de3828fec8d3084

11 years agoFix for TTS.setLanguage throwing MissingResourceException
Przemyslaw Szczepaniak [Wed, 8 May 2013 14:26:15 +0000 (15:26 +0100)]
Fix for TTS.setLanguage throwing MissingResourceException

Change I766f106b9165932de17de84bdd422d0fc0ae27f1 made getISO3*
methods throw MissingResourceException if locale was invalid.
This causes regression on last android release, where invalid
locale was silently ignored.

+ fix for .isLanguageAvailable

Bug: 8709594
Change-Id: Ieada6b90dc53cfdf0a4e2b4ca69854b811d0fec2

11 years agoMerge "OO NOT MERGE allow connected location providers location access" into jb-mr2-dev
Victoria Lease [Wed, 8 May 2013 14:40:15 +0000 (14:40 +0000)]
Merge "OO NOT MERGE allow connected location providers location access" into jb-mr2-dev

11 years agoThe default home intent needs CATEGORY_DEFAULT
Christopher Tate [Wed, 8 May 2013 01:47:38 +0000 (18:47 -0700)]
The default home intent needs CATEGORY_DEFAULT

Because the resolve activity always assumes CATEGORY_DEFAULT, there are odd
cases where apps with malformed intent filters wind up interfering with
users' ability to specify a preferred launcher app.

Bug 8805220

Change-Id: I4c1295dc844e442eec6efd603ce11b673879dd5a

11 years agoMerge "Add the trace tag for Dalvik." into jb-mr2-dev
Jamie Gennis [Wed, 8 May 2013 01:21:33 +0000 (01:21 +0000)]
Merge "Add the trace tag for Dalvik." into jb-mr2-dev

11 years agoEnsure ViewRootImpl.setAccessibilityFocus() doesn't crash when reentrant.
Alan Viverette [Wed, 8 May 2013 00:17:35 +0000 (17:17 -0700)]
Ensure ViewRootImpl.setAccessibilityFocus() doesn't crash when reentrant.

Internal state must be cleared before calling any methods on the focus
host, since the method may be called again from the host and attempt to
recycle the same AccessibilityNodeInfo twice.

BUG: 8856860
Change-Id: I0410989fd6f3ce3ce29de8edebdfbf3847188843

11 years agoam 0974061e: (-s ours) am 1181564f: am 42fb3abd: DO NOT MERGE. cherrypick from I3653f...
Xavier Ducrohet [Tue, 7 May 2013 23:12:14 +0000 (16:12 -0700)]
am 0974061e: (-s ours) am 1181564f: am 42fb3abd: DO NOT MERGE. cherrypick from I3653f67ee321eac37cb8a6d228b1ef6d104ff0be

* commit '0974061e941f3aa8c3c5c71ca996be5f93a6a865':
  DO NOT MERGE. cherrypick from I3653f67ee321eac37cb8a6d228b1ef6d104ff0be

11 years agoam 1181564f: am 42fb3abd: DO NOT MERGE. cherrypick from I3653f67ee321eac37cb8a6d228b1...
Xavier Ducrohet [Tue, 7 May 2013 23:05:58 +0000 (16:05 -0700)]
am 1181564f: am 42fb3abd: DO NOT MERGE. cherrypick from I3653f67ee321eac37cb8a6d228b1ef6d104ff0be

* commit '1181564fc482171c4c9a84b3c7c1f06ca6eaf2b6':
  DO NOT MERGE. cherrypick from I3653f67ee321eac37cb8a6d228b1ef6d104ff0be

11 years agoam 42fb3abd: DO NOT MERGE. cherrypick from I3653f67ee321eac37cb8a6d228b1ef6d104ff0be
Xavier Ducrohet [Tue, 7 May 2013 23:03:31 +0000 (16:03 -0700)]
am 42fb3abd: DO NOT MERGE. cherrypick from I3653f67ee321eac37cb8a6d228b1ef6d104ff0be

* commit '42fb3abd4b7463626983c1a2768788c901f2e71a':
  DO NOT MERGE. cherrypick from I3653f67ee321eac37cb8a6d228b1ef6d104ff0be

11 years agoFix bug #8839681 Reversed Textbox focus order on RTL and android:imeOptions="flagNoEx...
Fabrice Di Meglio [Tue, 7 May 2013 22:39:55 +0000 (15:39 -0700)]
Fix bug #8839681 Reversed Textbox focus order on RTL and android:imeOptions="flagNoExtractUi"

- make SequentialFocusComparator RTL-aware

Change-Id: I3d9cc81f777d16933a8e1b69f8ed63efa5be0925

11 years agoDO NOT MERGE. cherrypick from I3653f67ee321eac37cb8a6d228b1ef6d104ff0be
Xavier Ducrohet [Fri, 21 Dec 2012 17:54:02 +0000 (09:54 -0800)]
DO NOT MERGE. cherrypick from I3653f67ee321eac37cb8a6d228b1ef6d104ff0be

Add single crunch command to aapt. do not merge.

Previously the crunch command would work on a full res folder
and output a full res folder (with only the drawables). This
was only used in the SDK.

The incremental logic is moved to the SDK build system so we
change the crunch command (or rather add a new one) to only
crunch a single file.

(cherry picked from commit b1f6ad82dd8d1702617a757a88430604b3131fac)

Change-Id: Ifa0dceed93708658f950322f36c13b6ebe7ab0f3

11 years agoMerge "Correct java API docs for MediaDrm offline use case" into jb-mr2-dev
Jeff Tinker [Tue, 7 May 2013 22:36:50 +0000 (22:36 +0000)]
Merge "Correct java API docs for MediaDrm offline use case" into jb-mr2-dev

11 years agoOO NOT MERGE allow connected location providers location access
Victoria Lease [Tue, 7 May 2013 21:22:02 +0000 (14:22 -0700)]
OO NOT MERGE allow connected location providers location access

Cherry-pick of I0c383eb82ed041e57a7d32321df2d67b462d4e21 from master

Oops, it seems the fused location provider was being denied access
to locations when any user other than the primary device owner is
logged in. This was breaking the fused location provider entirely
for all secondary users of a given device.

Bug: 8766225
Change-Id: Ic0db5f2094828c897a405abb0dca6ac39a2ca526

11 years agoAdd the trace tag for Dalvik.
Jamie Gennis [Tue, 7 May 2013 22:22:31 +0000 (15:22 -0700)]
Add the trace tag for Dalvik.

Bug: 8856374
Change-Id: Id0fbdb8f7a487c5831edcd2c6c64a7da63aec03d

11 years agoCorrect java API docs for MediaDrm offline use case
Jeff Tinker [Tue, 7 May 2013 21:51:17 +0000 (14:51 -0700)]
Correct java API docs for MediaDrm offline use case

Documentation only change, no APIs are affected

Change-Id: I4f3978751928de503f51afa77e0983d4c385ff7b
related-to-bug: 8621588

11 years agoMerge "Don't back up the scan-always setting." into jb-mr2-dev
Robert Greenwalt [Tue, 7 May 2013 20:45:03 +0000 (20:45 +0000)]
Merge "Don't back up the scan-always setting." into jb-mr2-dev

11 years agoFix bug #8846648 Reduce unnecessary drawing & GC in NetworkController/SignalClusterView
Fabrice Di Meglio [Tue, 7 May 2013 18:32:51 +0000 (11:32 -0700)]
Fix bug #8846648 Reduce unnecessary drawing & GC in NetworkController/SignalClusterView

- use onRtlPropertiesChanged(int) callback for resetting drawables

Change-Id: I53eaa1fe6a211d89e2f2a9581631fb39c7c243c3

11 years agoDon't back up the scan-always setting.
Robert Greenwalt [Tue, 7 May 2013 19:33:15 +0000 (12:33 -0700)]
Don't back up the scan-always setting.

We ask the user during device setup to configure this setting -
if we then restore from backup we clobber what they just selected.

Instead, just let them chose during setup and don't back it up.

bug:8825150
Change-Id: I3f2b2291c86a4008bb8ea2468164d9c6c673cbb0

11 years agoMerge "Don't limit the overscan frame to the window frame." into jb-mr2-dev
Craig Mautner [Tue, 7 May 2013 19:24:56 +0000 (19:24 +0000)]
Merge "Don't limit the overscan frame to the window frame." into jb-mr2-dev

11 years agoMerge "Fixed unreleased wake lock isues and NPE." into jb-mr2-dev
Zhentao Sun [Tue, 7 May 2013 18:43:24 +0000 (18:43 +0000)]
Merge "Fixed unreleased wake lock isues and NPE." into jb-mr2-dev

11 years agoDon't limit the overscan frame to the window frame.
Craig Mautner [Tue, 7 May 2013 18:41:27 +0000 (11:41 -0700)]
Don't limit the overscan frame to the window frame.

Fixes bug 8829372.

Change-Id: I803ae60fcc38649c0a7a9cb39429333755e47e2b

11 years agoDefend against a system server crash.
Daniel Sandler [Tue, 7 May 2013 17:53:47 +0000 (13:53 -0400)]
Defend against a system server crash.

Bug: 8575629
Change-Id: Iafc8ab2f7460c8eacc37fc077cf5a3df16cf2911

11 years agoam 9207be90: am b80b4bfd: am 3c8ecd30: am b2606b3f: am c98612a9: some more search...
Scott Main [Tue, 7 May 2013 17:23:17 +0000 (10:23 -0700)]
am 9207be90: am b80b4bfd: am 3c8ecd30: am b2606b3f: am c98612a9: some more search tags

* commit '9207be9078a59ecd93073e6892c5c75b47b342d6':
  some more search tags

11 years agoam b80b4bfd: am 3c8ecd30: am b2606b3f: am c98612a9: some more search tags
Scott Main [Tue, 7 May 2013 17:20:58 +0000 (10:20 -0700)]
am b80b4bfd: am 3c8ecd30: am b2606b3f: am c98612a9: some more search tags

* commit 'b80b4bfdae8d9eb7e8ad6c7a44f92d9fd2b9e6d9':
  some more search tags

11 years agoam 3c8ecd30: am b2606b3f: am c98612a9: some more search tags
Scott Main [Tue, 7 May 2013 17:19:04 +0000 (10:19 -0700)]
am 3c8ecd30: am b2606b3f: am c98612a9: some more search tags

* commit '3c8ecd30b41511b84c13c341e2b471a81e19e875':
  some more search tags

11 years agoam b2606b3f: am c98612a9: some more search tags
Scott Main [Tue, 7 May 2013 17:16:40 +0000 (10:16 -0700)]
am b2606b3f: am c98612a9: some more search tags

* commit 'b2606b3fe8906fb14db07b5dc099ff0b52db4c29':
  some more search tags

11 years agoam c98612a9: some more search tags
Scott Main [Tue, 7 May 2013 17:15:11 +0000 (10:15 -0700)]
am c98612a9: some more search tags

* commit 'c98612a9b2293f8ae29389dd484d7b384c7d37ad':
  some more search tags

11 years agosome more search tags
Scott Main [Wed, 24 Apr 2013 18:43:41 +0000 (11:43 -0700)]
some more search tags

Change-Id: Id48d3214619e5d860e39e8f1d9d814e17956feb1

11 years agoMerge "Optimize list view scrolls Bug #8108706" into jb-mr2-dev
Romain Guy [Tue, 7 May 2013 02:05:37 +0000 (02:05 +0000)]
Merge "Optimize list view scrolls Bug #8108706" into jb-mr2-dev

11 years agoam 67430e8e: am 2e52e815: am 6b6fd9d1: am 36aa2759: am b582c678: Doc change: delete...
Dirk Dougherty [Tue, 7 May 2013 01:49:14 +0000 (18:49 -0700)]
am 67430e8e: am 2e52e815: am 6b6fd9d1: am 36aa2759: am b582c678: Doc change: delete legacy intl dir and update toc\'s for devsite-compatible lang strings.

* commit '67430e8ec735c83f1f3304da7037e518aef6128a':
  Doc change: delete legacy intl dir and update toc's for devsite-compatible lang strings.

11 years agoam 2e52e815: am 6b6fd9d1: am 36aa2759: am b582c678: Doc change: delete legacy intl...
Dirk Dougherty [Tue, 7 May 2013 01:47:29 +0000 (18:47 -0700)]
am 2e52e815: am 6b6fd9d1: am 36aa2759: am b582c678: Doc change: delete legacy intl dir and update toc\'s for devsite-compatible lang strings.

* commit '2e52e815b009fcabb407b9bd0363e0eced6c0229':
  Doc change: delete legacy intl dir and update toc's for devsite-compatible lang strings.

11 years agoam 6b6fd9d1: am 36aa2759: am b582c678: Doc change: delete legacy intl dir and update...
Dirk Dougherty [Tue, 7 May 2013 01:44:53 +0000 (18:44 -0700)]
am 6b6fd9d1: am 36aa2759: am b582c678: Doc change: delete legacy intl dir and update toc\'s for devsite-compatible lang strings.

* commit '6b6fd9d1f0c829b1bd23c776b98f564848731ea2':
  Doc change: delete legacy intl dir and update toc's for devsite-compatible lang strings.

11 years agoam 36aa2759: am b582c678: Doc change: delete legacy intl dir and update toc\'s for...
Dirk Dougherty [Tue, 7 May 2013 01:43:20 +0000 (18:43 -0700)]
am 36aa2759: am b582c678: Doc change: delete legacy intl dir and update toc\'s for devsite-compatible lang strings.

* commit '36aa2759998cbfff7e5baff8b422cbeebd95d5db':
  Doc change: delete legacy intl dir and update toc's for devsite-compatible lang strings.

11 years agoOptimize list view scrolls
Romain Guy [Tue, 7 May 2013 01:42:08 +0000 (18:42 -0700)]
Optimize list view scrolls
Bug #8108706

Change-Id: I8679b584132e82b7bb3301a38800de4ddfc57be6

11 years agoam b582c678: Doc change: delete legacy intl dir and update toc\'s for devsite-compati...
Dirk Dougherty [Tue, 7 May 2013 01:41:31 +0000 (18:41 -0700)]
am b582c678: Doc change: delete legacy intl dir and update toc\'s for devsite-compatible lang strings.

* commit 'b582c678c88df2848023b7f27f4bc0ab2249e1e1':
  Doc change: delete legacy intl dir and update toc's for devsite-compatible lang strings.

11 years agoDoc change: delete legacy intl dir and update toc's for devsite-compatible lang strings.
Dirk Dougherty [Sat, 4 May 2013 17:54:52 +0000 (10:54 -0700)]
Doc change: delete legacy intl dir and update toc's for devsite-compatible lang strings.

Change-Id: Ie390d2bbd8abc0d063c1f313797e8c3d21d27490

11 years agoam 12829256: am 13ae720b: am e7ae74f1: am 5bde4bc5: am 1cd65b30: delete a few unused...
Scott Main [Tue, 7 May 2013 00:33:52 +0000 (17:33 -0700)]
am 12829256: am 13ae720b: am e7ae74f1: am 5bde4bc5: am 1cd65b30: delete a few unused/obsolete files and add redirects

* commit '1282925654f82e6df7a1fb0503de36ee951c126d':
  delete a few unused/obsolete files and add redirects

11 years agoam 13ae720b: am e7ae74f1: am 5bde4bc5: am 1cd65b30: delete a few unused/obsolete...
Scott Main [Tue, 7 May 2013 00:27:26 +0000 (17:27 -0700)]
am 13ae720b: am e7ae74f1: am 5bde4bc5: am 1cd65b30: delete a few unused/obsolete files and add redirects

* commit '13ae720b46ef657ec866fd4e82c5550a02427ee3':
  delete a few unused/obsolete files and add redirects

11 years agoam e7ae74f1: am 5bde4bc5: am 1cd65b30: delete a few unused/obsolete files and add...
Scott Main [Tue, 7 May 2013 00:20:59 +0000 (17:20 -0700)]
am e7ae74f1: am 5bde4bc5: am 1cd65b30: delete a few unused/obsolete files and add redirects

* commit 'e7ae74f1b890035ad1a8efdb9292f1dcd83aa3e2':
  delete a few unused/obsolete files and add redirects

11 years agoam 5bde4bc5: am 1cd65b30: delete a few unused/obsolete files and add redirects
Scott Main [Tue, 7 May 2013 00:18:57 +0000 (17:18 -0700)]
am 5bde4bc5: am 1cd65b30: delete a few unused/obsolete files and add redirects

* commit '5bde4bc5c7ea442a5940658d17a03f1a5010450c':
  delete a few unused/obsolete files and add redirects

11 years agoam 1cd65b30: delete a few unused/obsolete files and add redirects
Scott Main [Tue, 7 May 2013 00:16:26 +0000 (17:16 -0700)]
am 1cd65b30: delete a few unused/obsolete files and add redirects

* commit '1cd65b30904b07ae4226a6e438647ee3b63d7950':
  delete a few unused/obsolete files and add redirects

11 years agoMerge "add notice to not use 0 in startForeground(). also delete some obsolete back...
Scott Main [Mon, 6 May 2013 23:56:40 +0000 (23:56 +0000)]
Merge "add notice to not use 0 in startForeground(). also delete some obsolete back-compat tips for <=donut bug: 8746126" into jb-mr2-dev

11 years agodelete a few unused/obsolete files and add redirects
Scott Main [Mon, 6 May 2013 23:51:39 +0000 (16:51 -0700)]
delete a few unused/obsolete files and add redirects

Change-Id: Icbcb0f042ac5f05d17d42be4c5c122316e93b866

11 years agoMerge "Register EGLExt JNI methods" into jb-mr2-dev
Jesse Hall [Mon, 6 May 2013 23:46:59 +0000 (23:46 +0000)]
Merge "Register EGLExt JNI methods" into jb-mr2-dev

11 years agoMerge "Help for the debugging help for issue #8734824." into jb-mr2-dev
Dianne Hackborn [Mon, 6 May 2013 23:46:57 +0000 (23:46 +0000)]
Merge "Help for the debugging help for issue #8734824." into jb-mr2-dev

11 years agodelete obsolete tips/references to cupcake
Scott Main [Mon, 6 May 2013 23:38:42 +0000 (16:38 -0700)]
delete obsolete tips/references to cupcake

Change-Id: Ib1ddb19c42840aa830acd85a89e78c149e2f66e9

11 years agoHelp for the debugging help for issue #8734824.
Dianne Hackborn [Mon, 6 May 2013 23:07:26 +0000 (16:07 -0700)]
Help for the debugging help for issue #8734824.

Add a new "hang" am command that lets you hang the system
process.  Useful for testing.

Change-Id: Ice0fc52b49d80e5189f016108b03f9fd549b58a7

11 years agoam 2ad68f7d: am 04d61410: am dfb33b86: am fcfc99c0: am f7918b4a: am d3a57029: am...
Christopher Tate [Mon, 6 May 2013 22:19:41 +0000 (15:19 -0700)]
am 2ad68f7d: am 04d61410: am dfb33b86: am fcfc99c0: am f7918b4a: am d3a57029: am 1b0c9c95: am 81c1d8d3: Ensure install-during-restore is like install-then-restore

* commit '2ad68f7d261a1dbc749f6e322b1e84a1288087bd':
  Ensure install-during-restore is like install-then-restore

11 years agoam 04d61410: am dfb33b86: am fcfc99c0: am f7918b4a: am d3a57029: am 1b0c9c95: am...
Christopher Tate [Mon, 6 May 2013 22:17:36 +0000 (15:17 -0700)]
am 04d61410: am dfb33b86: am fcfc99c0: am f7918b4a: am d3a57029: am 1b0c9c95: am 81c1d8d3: Ensure install-during-restore is like install-then-restore

* commit '04d6141033c66a1777ba0c66d67a7540e4c3e89c':
  Ensure install-during-restore is like install-then-restore

11 years agoam dfb33b86: am fcfc99c0: am f7918b4a: am d3a57029: am 1b0c9c95: am 81c1d8d3: Ensure...
Christopher Tate [Mon, 6 May 2013 22:16:03 +0000 (15:16 -0700)]
am dfb33b86: am fcfc99c0: am f7918b4a: am d3a57029: am 1b0c9c95: am 81c1d8d3: Ensure install-during-restore is like install-then-restore

* commit 'dfb33b860f0c936d8af6555835da0ef1aea6c870':
  Ensure install-during-restore is like install-then-restore

11 years agoam fcfc99c0: am f7918b4a: am d3a57029: am 1b0c9c95: am 81c1d8d3: Ensure install-durin...
Christopher Tate [Mon, 6 May 2013 22:14:27 +0000 (15:14 -0700)]
am fcfc99c0: am f7918b4a: am d3a57029: am 1b0c9c95: am 81c1d8d3: Ensure install-during-restore is like install-then-restore

* commit 'fcfc99c064f0b91fa419784bd90bb9944b9ab9f4':
  Ensure install-during-restore is like install-then-restore

11 years agoam f7918b4a: am d3a57029: am 1b0c9c95: am 81c1d8d3: Ensure install-during-restore...
Christopher Tate [Mon, 6 May 2013 22:12:07 +0000 (15:12 -0700)]
am f7918b4a: am d3a57029: am 1b0c9c95: am 81c1d8d3: Ensure install-during-restore is like install-then-restore

* commit 'f7918b4a1e06350ba4d69fe47327db830cd4e8ba':
  Ensure install-during-restore is like install-then-restore

11 years agoam d3a57029: am 1b0c9c95: am 81c1d8d3: Ensure install-during-restore is like install...
Christopher Tate [Mon, 6 May 2013 22:00:53 +0000 (15:00 -0700)]
am d3a57029: am 1b0c9c95: am 81c1d8d3: Ensure install-during-restore is like install-then-restore

* commit 'd3a57029e80073aa3c7dfe1dbc8945d32968f6ae':
  Ensure install-during-restore is like install-then-restore

11 years agoFix bug 8717690 Full-width Latin Letters Garbled on Tumblr App
Raph Levien [Mon, 6 May 2013 22:00:41 +0000 (15:00 -0700)]
Fix bug 8717690 Full-width Latin Letters Garbled on Tumblr App

For fullwidth latin (or, more generally, a font considered as a complex
script, but not supported by the font specified), and for a font other
than a system default font, we were getting a mismatch in baseGlyphCount
between the shaping and painting fonts.

This patch preserves the original typeface in this case. In that sense,
it is a slightly more general fix for bug 8127795.

Change-Id: Ibdbfdb34eb7dc39cc8f0784a67c93c9af4ce6ab2

11 years agoam 1b0c9c95: am 81c1d8d3: Ensure install-during-restore is like install-then-restore
Christopher Tate [Mon, 6 May 2013 21:59:40 +0000 (14:59 -0700)]
am 1b0c9c95: am 81c1d8d3: Ensure install-during-restore is like install-then-restore

* commit '1b0c9c95dc72ebeb8af73bc3ff44c313ebd788f4':
  Ensure install-during-restore is like install-then-restore

11 years agoam 81c1d8d3: Ensure install-during-restore is like install-then-restore
Christopher Tate [Mon, 6 May 2013 21:53:10 +0000 (14:53 -0700)]
am 81c1d8d3: Ensure install-during-restore is like install-then-restore

* commit '81c1d8d3a5aef6a423f0bb02de1b362b2f2d12df':
  Ensure install-during-restore is like install-then-restore

11 years agoEnsure install-during-restore is like install-then-restore
Christopher Tate [Mon, 6 May 2013 20:07:05 +0000 (13:07 -0700)]
Ensure install-during-restore is like install-then-restore

When we've installed an apk from the archive, recheck whether
to apply the system-uid policy restrictions around file system
restores.

Bug 8833099

(cherry picked from commit 2baf6dcfcf7fc1705db25e64dc0cb11fa3509d39)

Change-Id: I972fe1543f2234aa76baf562d6f806175ac0248e

11 years agoMerge "Ensure install-during-restore is like install-then-restore" into jb-mr2-dev
Christopher Tate [Mon, 6 May 2013 21:12:40 +0000 (21:12 +0000)]
Merge "Ensure install-during-restore is like install-then-restore" into jb-mr2-dev

11 years agoEnsure install-during-restore is like install-then-restore
Christopher Tate [Mon, 6 May 2013 20:07:05 +0000 (13:07 -0700)]
Ensure install-during-restore is like install-then-restore

When we've installed an apk from the archive, recheck whether
to apply the system-uid policy restrictions around file system
restores.

Bug 8833099

Change-Id: Ifa1b5877673a0d6ca6acf94e60f314fd0dda008c