OSDN Git Service

android-x86/frameworks-base.git
11 years agoFix MenuItemImpl#hasCollapsibleActionView for action providers
Adam Powell [Thu, 11 Jul 2013 23:17:10 +0000 (16:17 -0700)]
Fix MenuItemImpl#hasCollapsibleActionView for action providers

hasCollapsibleActionView was previously checking only that mActionView
was not null, even if the item had a valid ActionProvider that would
later lazily create an action view when prompted. Account for this and
attempt to create the action view if needed when
hasCollapsibleActionView is called.

Bug 8732876

Change-Id: Idf7b329770f686208882509b82a4cb13c70ef32c

11 years agoam 7e0fad1d: am 8b95d259: am b7925f22: Merge "Revert "Stop marking gamepads as keyboa...
Satoshi Kataoka [Thu, 11 Jul 2013 15:08:18 +0000 (08:08 -0700)]
am 7e0fad1d: am 8b95d259: am b7925f22: Merge "Revert "Stop marking gamepads as keyboards"" into jb-mr2-dev

* commit '7e0fad1d442428b9a2ba5d88ce7f8a59869acb0e':
  Revert "Stop marking gamepads as keyboards"

11 years agoam fc13329b: am 216e340b: am ea4193ef: am 46e8ca92: am a4d3dedc: am 420b8212: am...
Joe Malin [Thu, 11 Jul 2013 15:08:14 +0000 (08:08 -0700)]
am fc13329b: am 216e340b: am ea4193ef: am 46e8ca92: am a4d3dedc: am 420b8212: am a59eb93d: am a6241377: Doc Bug: b9739899 Bugs in Sync Adapters training

* commit 'fc13329b8430a62c02f7109e1b7cf0abcaa896ee':
  Doc Bug: b9739899 Bugs in Sync Adapters training

11 years agoam b2bc3331: (-s ours) Reconcile with jb-mr2-zeroday-release - do not merge
The Android Open Source Project [Thu, 11 Jul 2013 15:08:06 +0000 (08:08 -0700)]
am b2bc3331: (-s ours) Reconcile with jb-mr2-zeroday-release - do not merge

* commit 'b2bc33315824ee880b319a2eb69018dc44d1026e':

11 years agoPlumb View.getAccessibilityNodeProvider though WebViewProvider.
Ben Murdoch [Wed, 5 Jun 2013 13:19:48 +0000 (14:19 +0100)]
Plumb View.getAccessibilityNodeProvider though WebViewProvider.

This is needed to make use of the new Accessibility implementation
in the Chromium WebView. nos for WebView Classic.

Change-Id: I96bd2426d2de3b26dc9b72d0fdbacefa9bbe20f7

11 years agoMerge "Add -c option to meminfo to dump a compact form."
Dianne Hackborn [Thu, 11 Jul 2013 02:03:33 +0000 (02:03 +0000)]
Merge "Add -c option to meminfo to dump a compact form."

11 years agoAdd -c option to meminfo to dump a compact form.
Dianne Hackborn [Thu, 11 Jul 2013 01:47:04 +0000 (18:47 -0700)]
Add -c option to meminfo to dump a compact form.

Also fix a bug in FastPrintWriter where println(long) was
not printing the newline.

Change-Id: Idcb4eaab0c1ec4b992032b5e36478ef11a6533d9

11 years agoMerge "Add convertToTranslucent to API."
Craig Mautner [Wed, 10 Jul 2013 21:52:28 +0000 (21:52 +0000)]
Merge "Add convertToTranslucent to API."

11 years agoMerge "Fix minor transition bugs"
Chet Haase [Wed, 10 Jul 2013 20:00:15 +0000 (20:00 +0000)]
Merge "Fix minor transition bugs"

11 years agoMerge "KeySetManager: convert comments to Javadoc"
Kenny Root [Wed, 10 Jul 2013 19:35:49 +0000 (19:35 +0000)]
Merge "KeySetManager: convert comments to Javadoc"

11 years agoFix minor transition bugs
Chet Haase [Wed, 10 Jul 2013 18:27:54 +0000 (11:27 -0700)]
Fix minor transition bugs

TransitionGroup.setDuration() was not propagating the new duration to
future child transitions correctly.

Also, Fade should restore a fully-opaque value when a transition ends, to prevent
the problem of mid-stream canceled transitions causing vie3ws to get stuck with partially
faded-in alpha values.

Issue #9755995 Transitions: TransitionGroup.setDuration() not handled correctly
Issue #9756655 Transitions: handle fading cancelation better

Change-Id: Id44569c6f4152a26ee382d04c30a2f035a1ebcf3

11 years agoMerge "Fix ListMenuItemView regression from patch 8933efd49"
Adam Powell [Wed, 10 Jul 2013 19:07:15 +0000 (19:07 +0000)]
Merge "Fix ListMenuItemView regression from patch 8933efd49"

11 years agoMerge "Remove NearestImageView from CanvasCompare"
Chris Craik [Wed, 10 Jul 2013 19:06:41 +0000 (19:06 +0000)]
Merge "Remove NearestImageView from CanvasCompare"

11 years agoFix ListMenuItemView regression from patch 8933efd49
Adam Powell [Wed, 10 Jul 2013 18:51:33 +0000 (11:51 -0700)]
Fix ListMenuItemView regression from patch 8933efd49

Passing 'true' as the third parameter of LayoutInflater#inflate does
cause it to add the inflated view to the parent in a single step, but
it also changes the return value to be the root of the resulting
hierarchy after the add rather than the root of the inflated layout.

Return to adding the view to its parent as a separate step.

Bug 9754101

Change-Id: I7ca4c921993594931f5007af69d45e9ff06065df

11 years agoMerge "Add new location monitoring op, make some of app ops public."
Dianne Hackborn [Wed, 10 Jul 2013 18:45:34 +0000 (18:45 +0000)]
Merge "Add new location monitoring op, make some of app ops public."

11 years agoMerge "Remove unnecessary drawable code in CompoundButton"
Chet Haase [Wed, 10 Jul 2013 18:32:16 +0000 (18:32 +0000)]
Merge "Remove unnecessary drawable code in CompoundButton"

11 years agoMerge "Minor fixes to android.graphics.Matrix"
Andy McFadden [Wed, 10 Jul 2013 16:44:40 +0000 (16:44 +0000)]
Merge "Minor fixes to android.graphics.Matrix"

11 years agoRemove unnecessary drawable code in CompoundButton
Chet Haase [Wed, 10 Jul 2013 14:40:29 +0000 (07:40 -0700)]
Remove unnecessary drawable code in CompoundButton

Some of the code in setButtonDrawable() was unnecessary, resetting
the button drawable state and then refreshing it. This caused many redundant
calls, which can add up, especially during inflation.

Change-Id: I873cf5eef697b5435a1b827cd68e5d836ee25124

11 years agoRemove NearestImageView from CanvasCompare
Chris Craik [Wed, 10 Jul 2013 02:17:28 +0000 (19:17 -0700)]
Remove NearestImageView from CanvasCompare

Change-Id: I69b0539df704d80a34cc8f22096657210f5d78ad

11 years agoMerge "Unregister gralloc buffer immediately Bug #9406765"
Romain Guy [Wed, 10 Jul 2013 02:00:22 +0000 (02:00 +0000)]
Merge "Unregister gralloc buffer immediately Bug #9406765"

11 years agoUnregister gralloc buffer immediately
Romain Guy [Wed, 10 Jul 2013 01:56:57 +0000 (18:56 -0700)]
Unregister gralloc buffer immediately
Bug #9406765

Waiting for a GC to finalize the GraphicBuffer could cause ordering
issues

Change-Id: I7035a9eef52a6c3b44ab28f40a7b1fbdc83d2e20

11 years agoAdd new location monitoring op, make some of app ops public.
Dianne Hackborn [Wed, 10 Jul 2013 01:17:27 +0000 (18:17 -0700)]
Add new location monitoring op, make some of app ops public.

The new location monitoring op is to tell us when an application
is monitoring for any location changes.  It may be useful information
in addition to the more explicitly information about when location
data actually goes to the app.

Also make parts of AppOpsManager public for use by gcore.  It is
not available to third party apps.

Change-Id: Ib639f704258ffdd7f3acd7567350ed2539da628a

11 years agoMinor fixes to android.graphics.Matrix
Andy McFadden [Tue, 9 Jul 2013 23:33:18 +0000 (16:33 -0700)]
Minor fixes to android.graphics.Matrix

Tweaked equals() and finalize(), introduced trivial hashCode().

(Also picked up a handful of automatic trailing-space removals.)

Bug 9756081

Change-Id: I4639cf1e970a16179fa6c0d24785f4d0dfbe58ed

11 years agoAdd convertToTranslucent to API.
Craig Mautner [Tue, 2 Jul 2013 18:58:16 +0000 (11:58 -0700)]
Add convertToTranslucent to API.

Rename convertToOpaque to convertFromTranslucent. Add the
counterpart to Activity.convertFromTranslucent() for returning from
opaque to a translucent Activity. The caller should wait until
TranslucentConversionListener.onTranslucentConversionComplete() is
called before actually changing the background to translucent.

Change-Id: Id04b026bcc4dd8bad9a33a7af126e1bb28fb9c03

11 years agoMerge "Refactor ActivityThread cache - Baby step 1."
Craig Mautner [Tue, 9 Jul 2013 20:25:15 +0000 (20:25 +0000)]
Merge "Refactor ActivityThread cache - Baby step 1."

11 years agoMerge "Flush scan results et al after band change"
Vinit Deshapnde [Tue, 9 Jul 2013 19:20:23 +0000 (19:20 +0000)]
Merge "Flush scan results et al after band change"

11 years agoMerge "Clean up any restrictions files that shouldn't be there."
Amith Yamasani [Tue, 9 Jul 2013 18:32:41 +0000 (18:32 +0000)]
Merge "Clean up any restrictions files that shouldn't be there."

11 years agoClean up any restrictions files that shouldn't be there.
Amith Yamasani [Tue, 9 Jul 2013 18:24:44 +0000 (11:24 -0700)]
Clean up any restrictions files that shouldn't be there.

Partially fixes the mess that was caused by #9681399

Change-Id: Iaabe15c87d1b002f0b2210b34adcc31b8fb4329c

11 years agoFlush scan results et al after band change
Vinit Deshapnde [Tue, 9 Jul 2013 17:42:38 +0000 (10:42 -0700)]
Flush scan results et al after band change

This change flushes all bss data after a band change (because it
is potentially invalid). We do scan for new data just after we've
established connectivity on the new band.

Bug: 7053587

Change-Id: I8ab9d0bbc5c3f8f383c2b7868349634085cf94c1

11 years agoam 8b95d259: am b7925f22: Merge "Revert "Stop marking gamepads as keyboards"" into...
Satoshi Kataoka [Tue, 9 Jul 2013 17:25:02 +0000 (10:25 -0700)]
am 8b95d259: am b7925f22: Merge "Revert "Stop marking gamepads as keyboards"" into jb-mr2-dev

* commit '8b95d259b9f66342ba5ae6e8f4ea262dcb1de05b':
  Revert "Stop marking gamepads as keyboards"

11 years agoam b7925f22: Merge "Revert "Stop marking gamepads as keyboards"" into jb-mr2-dev
Satoshi Kataoka [Tue, 9 Jul 2013 17:23:00 +0000 (10:23 -0700)]
am b7925f22: Merge "Revert "Stop marking gamepads as keyboards"" into jb-mr2-dev

* commit 'b7925f2219480d4ddbb1c655b9b386ed031815a3':
  Revert "Stop marking gamepads as keyboards"

11 years agoMerge "Revert "Stop marking gamepads as keyboards"" into jb-mr2-dev
Satoshi Kataoka [Tue, 9 Jul 2013 17:20:37 +0000 (17:20 +0000)]
Merge "Revert "Stop marking gamepads as keyboards"" into jb-mr2-dev

11 years agoam 216e340b: am ea4193ef: am 46e8ca92: am a4d3dedc: am 420b8212: am a59eb93d: am...
Joe Malin [Tue, 9 Jul 2013 17:11:05 +0000 (10:11 -0700)]
am 216e340b: am ea4193ef: am 46e8ca92: am a4d3dedc: am 420b8212: am a59eb93d: am a6241377: Doc Bug: b9739899 Bugs in Sync Adapters training

* commit '216e340b72375c5888d1023226582f75c1ed6b98':
  Doc Bug: b9739899 Bugs in Sync Adapters training

11 years agoam ea4193ef: am 46e8ca92: am a4d3dedc: am 420b8212: am a59eb93d: am a6241377: Doc...
Joe Malin [Tue, 9 Jul 2013 17:09:00 +0000 (10:09 -0700)]
am ea4193ef: am 46e8ca92: am a4d3dedc: am 420b8212: am a59eb93d: am a6241377: Doc Bug: b9739899 Bugs in Sync Adapters training

* commit 'ea4193efaafb280e9e969cae72a4f43b913ae8b0':
  Doc Bug: b9739899 Bugs in Sync Adapters training

11 years agoam 46e8ca92: am a4d3dedc: am 420b8212: am a59eb93d: am a6241377: Doc Bug: b9739899...
Joe Malin [Tue, 9 Jul 2013 17:05:47 +0000 (10:05 -0700)]
am 46e8ca92: am a4d3dedc: am 420b8212: am a59eb93d: am a6241377: Doc Bug: b9739899 Bugs in Sync Adapters training

* commit '46e8ca926cb9345e37ca35947d8a8ba3c131bda9':
  Doc Bug: b9739899 Bugs in Sync Adapters training

11 years agoam a4d3dedc: am 420b8212: am a59eb93d: am a6241377: Doc Bug: b9739899 Bugs in Sync...
Joe Malin [Tue, 9 Jul 2013 17:04:19 +0000 (10:04 -0700)]
am a4d3dedc: am 420b8212: am a59eb93d: am a6241377: Doc Bug: b9739899 Bugs in Sync Adapters training

* commit 'a4d3dedcb18c56768bebeb3a41e257b80626f0fd':
  Doc Bug: b9739899 Bugs in Sync Adapters training

11 years agoam 420b8212: am a59eb93d: am a6241377: Doc Bug: b9739899 Bugs in Sync Adapters training
Joe Malin [Tue, 9 Jul 2013 17:02:44 +0000 (10:02 -0700)]
am 420b8212: am a59eb93d: am a6241377: Doc Bug: b9739899 Bugs in Sync Adapters training

* commit '420b8212399589709b12d97323a56745480aa152':
  Doc Bug: b9739899 Bugs in Sync Adapters training

11 years agoam a59eb93d: am a6241377: Doc Bug: b9739899 Bugs in Sync Adapters training
Joe Malin [Tue, 9 Jul 2013 17:01:42 +0000 (10:01 -0700)]
am a59eb93d: am a6241377: Doc Bug: b9739899 Bugs in Sync Adapters training

* commit 'a59eb93d1954a36b25a6277c0ce3145ce115d460':
  Doc Bug: b9739899 Bugs in Sync Adapters training

11 years agoam a6241377: Doc Bug: b9739899 Bugs in Sync Adapters training
Joe Malin [Tue, 9 Jul 2013 16:59:10 +0000 (09:59 -0700)]
am a6241377: Doc Bug: b9739899 Bugs in Sync Adapters training

* commit 'a62413772e6b5dad3a018c667ded5412e235c142':
  Doc Bug: b9739899 Bugs in Sync Adapters training

11 years agoMerge "heads up notifications, v0.1"
Chris Wren [Tue, 9 Jul 2013 16:42:12 +0000 (16:42 +0000)]
Merge "heads up notifications, v0.1"

11 years agoReconcile with jb-mr2-zeroday-release - do not merge
The Android Open Source Project [Tue, 9 Jul 2013 16:37:30 +0000 (09:37 -0700)]
Reconcile with jb-mr2-zeroday-release - do not merge

Change-Id: I033d0d25ecba2644ce84b294be1af7a1ab7951f2

11 years agoRefactor ActivityThread cache - Baby step 1.
Craig Mautner [Fri, 28 Jun 2013 16:47:45 +0000 (09:47 -0700)]
Refactor ActivityThread cache - Baby step 1.

Introduce ResourcesManager and ResourcesKey as standalone classes.
Move DisplayMetrics and Resources HashMaps from ActivityThread to
ResourcesManager.

Change-Id: I20cc6c0dd1b74667354839e5ac9a660f4ee2d00d

11 years agoheads up notifications, v0.1
Chris Wren [Fri, 28 Jun 2013 20:54:01 +0000 (16:54 -0400)]
heads up notifications, v0.1

1. re-name intruder alerts to heads up notifications
2. use interrupt for the verb form, instead of intrude
3. new policy: no full screen, high priority, screen on, not locked or dreaming
4. controlled by global setting, with an observer
5. only content view for now, expandable is a todo

to turn it on:
  adb  shell settings put global heads_up_enabled 1
calendar notifications (not pop-up) work well.

Change-Id: I253418c217d0a5cf81dc2fa001f4bad90fafcce5

11 years agoMerge "Consolidate InputMethodUtils"
Satoshi Kataoka [Tue, 9 Jul 2013 14:42:18 +0000 (14:42 +0000)]
Merge "Consolidate InputMethodUtils"

11 years agoConsolidate InputMethodUtils
Satoshi Kataoka [Thu, 4 Jul 2013 10:43:14 +0000 (19:43 +0900)]
Consolidate InputMethodUtils

Change-Id: Ib5a5f3af8ea9eaaa81697d13c20abe28121e7373

11 years agomerge in jb-mr2-zeroday-release history after reset to jb-mr2-dev
The Android Automerger [Tue, 9 Jul 2013 12:55:27 +0000 (05:55 -0700)]
merge in jb-mr2-zeroday-release history after reset to jb-mr2-dev

11 years agoMerge "More procstats work."
Dianne Hackborn [Tue, 9 Jul 2013 01:45:22 +0000 (01:45 +0000)]
Merge "More procstats work."

11 years agoam 5c949ee4: am 0ebc82fe: am 597d7040: am 61e1a650: am e4d65d24: am eceeaf11: add...
Scott Main [Tue, 9 Jul 2013 01:24:42 +0000 (18:24 -0700)]
am 5c949ee4: am 0ebc82fe: am 597d7040: am 61e1a650: am e4d65d24: am eceeaf11: add link to cloud backend blog post

* commit '5c949ee481f029fe6dc1c9b16ec1d917ba5df440':
  add link to cloud backend blog post

11 years agoam 0ebc82fe: am 597d7040: am 61e1a650: am e4d65d24: am eceeaf11: add link to cloud...
Scott Main [Tue, 9 Jul 2013 01:22:42 +0000 (18:22 -0700)]
am 0ebc82fe: am 597d7040: am 61e1a650: am e4d65d24: am eceeaf11: add link to cloud backend blog post

* commit '0ebc82fe79966882bf6cf798afa6c67e1fc7d196':
  add link to cloud backend blog post

11 years agoam 597d7040: am 61e1a650: am e4d65d24: am eceeaf11: add link to cloud backend blog...
Scott Main [Tue, 9 Jul 2013 01:20:40 +0000 (18:20 -0700)]
am 597d7040: am 61e1a650: am e4d65d24: am eceeaf11: add link to cloud backend blog post

* commit '597d7040309d86e366be7804238750ccc733a7ad':
  add link to cloud backend blog post

11 years agoam 61e1a650: am e4d65d24: am eceeaf11: add link to cloud backend blog post
Scott Main [Tue, 9 Jul 2013 01:18:26 +0000 (18:18 -0700)]
am 61e1a650: am e4d65d24: am eceeaf11: add link to cloud backend blog post

* commit '61e1a650c032c1169c31aad7e0aed085c400327d':
  add link to cloud backend blog post

11 years agoam e4d65d24: am eceeaf11: add link to cloud backend blog post
Scott Main [Tue, 9 Jul 2013 01:15:25 +0000 (18:15 -0700)]
am e4d65d24: am eceeaf11: add link to cloud backend blog post

* commit 'e4d65d24c3d9b6ce286193c451b1e90fb2265215':
  add link to cloud backend blog post

11 years agoam eceeaf11: add link to cloud backend blog post
Scott Main [Tue, 9 Jul 2013 01:13:19 +0000 (18:13 -0700)]
am eceeaf11: add link to cloud backend blog post

* commit 'eceeaf11467e53cbc7196695953d28ad896a3c6d':
  add link to cloud backend blog post

11 years agoMore procstats work.
Dianne Hackborn [Tue, 9 Jul 2013 00:31:25 +0000 (17:31 -0700)]
More procstats work.

The historical data is now a more central part of the stats.
When a checkin happens, the data is not deleted, just marked
as checked in so we can continue to access it.

The default procstats dump is now a new "summary" mode that
shows a more useful set of data for all of the running processes.
By default the current and all committed states are shown; you
use "--current" to only show the current.  Use "--details" to
get the previous more detailed data (which now includes detailed
process data like the per-package data).

Also tweaked uid printing to be a little more compact.

Change-Id: I5414ea7c07134ebd5dc83f6f7b9f6e30151eda85

11 years agoadd link to cloud backend blog post
Scott Main [Tue, 9 Jul 2013 00:29:22 +0000 (17:29 -0700)]
add link to cloud backend blog post

Change-Id: I38376ff9ceaa7338f03cdfe6cd1685efafa1a4e2

11 years agoKeySetManager: convert comments to Javadoc
Kenny Root [Mon, 8 Jul 2013 16:31:31 +0000 (09:31 -0700)]
KeySetManager: convert comments to Javadoc

To help with development, change comments to Javadoc and adding some
links.

Change-Id: Id97febd978f14bace8242d8e0610b1166a13265b

11 years agoam 7c2ea974: (-s ours) Reconcile with jb-mr2-zeroday-release - do not merge
The Android Open Source Project [Mon, 8 Jul 2013 22:52:24 +0000 (15:52 -0700)]
am 7c2ea974: (-s ours) Reconcile with jb-mr2-zeroday-release - do not merge

* commit '7c2ea974834b2aa3f416aff4962fdd7bbec8a51f':

11 years agoMerge "be more robust with handling unknown sensors"
Mathias Agopian [Mon, 8 Jul 2013 22:48:37 +0000 (22:48 +0000)]
Merge "be more robust with handling unknown sensors"

11 years agoDoc Bug: b9739899 Bugs in Sync Adapters training
Joe Malin [Mon, 8 Jul 2013 22:37:34 +0000 (15:37 -0700)]
Doc Bug: b9739899 Bugs in Sync Adapters training

Change-Id: Ia6f0fc79c73dd66a1d8306e49ff51fc29fb62c7f

11 years agoReconcile with jb-mr2-zeroday-release - do not merge
The Android Open Source Project [Mon, 8 Jul 2013 22:33:43 +0000 (15:33 -0700)]
Reconcile with jb-mr2-zeroday-release - do not merge

Change-Id: Id0d9eb3205906b409e735546b988f43a3bdcc0ae

11 years agobe more robust with handling unknown sensors
Mathias Agopian [Wed, 3 Jul 2013 22:38:29 +0000 (15:38 -0700)]
be more robust with handling unknown sensors

- add support for new sensors (post 4.3)
- don't crash when encountering an unknown sensor type
- clean-up

Bug: 9683153
Change-Id: Iecd883e8a7d0297be1bd2bd4f00c5cc3ffcbccfe

11 years agoresolved conflicts for merge of 9058a6c8 to master
Jean-Baptiste Queru [Mon, 8 Jul 2013 22:02:41 +0000 (15:02 -0700)]
resolved conflicts for merge of 9058a6c8 to master

Change-Id: I361773dac17a551dd7b4c0b0e4e649ddf7612d90

11 years agoam 928e045f: am b8b94d9b: am 538bd4d8: Merge "Fixing missing internal link in document."
Jean-Baptiste Queru [Mon, 8 Jul 2013 21:48:07 +0000 (14:48 -0700)]
am 928e045f: am b8b94d9b: am 538bd4d8: Merge "Fixing missing internal link in document."

* commit '928e045f9aea3ee7c4edba1257e674f5a514435f':
  Fixing missing internal link in document.

11 years agoam 6cd4281d: am 65ba6d11: am 1e7276ce: Merge "Fix typo in AlertController.java"
Jean-Baptiste Queru [Mon, 8 Jul 2013 21:48:04 +0000 (14:48 -0700)]
am 6cd4281d: am 65ba6d11: am 1e7276ce: Merge "Fix typo in AlertController.java"

* commit '6cd4281dae6c1de0196f79c6c155f75602de64f6':
  Fix typo in AlertController.java

11 years agoam 5bd3741d: am e17a0082: am 0f22b5c3: am 375d9f33: am b13f9eeb: am 9c35004e: add...
Scott Main [Mon, 8 Jul 2013 21:44:25 +0000 (14:44 -0700)]
am 5bd3741d: am e17a0082: am 0f22b5c3: am 375d9f33: am b13f9eeb: am 9c35004e: add xxhdpi information to tablet checklist

* commit '5bd3741d5ba04ae3547393e7ee8a2d5183ba4e95':
  add xxhdpi information to tablet checklist

11 years agoam 7e683ec6: am fa42e774: Merge "FastScroller: Fix to use appropriate index"
Jean-Baptiste Queru [Mon, 8 Jul 2013 21:43:01 +0000 (14:43 -0700)]
am 7e683ec6: am fa42e774: Merge "FastScroller: Fix to use appropriate index"

* commit '7e683ec6a53b1581671ce72782e7b25a0ae705d0':
  FastScroller: Fix to use appropriate index

11 years agoam b8b94d9b: am 538bd4d8: Merge "Fixing missing internal link in document."
Jean-Baptiste Queru [Mon, 8 Jul 2013 21:42:59 +0000 (14:42 -0700)]
am b8b94d9b: am 538bd4d8: Merge "Fixing missing internal link in document."

* commit 'b8b94d9bb18bd693b77050414d82a3975268ad08':
  Fixing missing internal link in document.

11 years agoam 65ba6d11: am 1e7276ce: Merge "Fix typo in AlertController.java"
Jean-Baptiste Queru [Mon, 8 Jul 2013 21:42:56 +0000 (14:42 -0700)]
am 65ba6d11: am 1e7276ce: Merge "Fix typo in AlertController.java"

* commit '65ba6d11e1f3ecf33a5b6e68ab8a6322e993b4d8':
  Fix typo in AlertController.java

11 years agoam e17a0082: am 0f22b5c3: am 375d9f33: am b13f9eeb: am 9c35004e: add xxhdpi informati...
Scott Main [Mon, 8 Jul 2013 21:41:50 +0000 (14:41 -0700)]
am e17a0082: am 0f22b5c3: am 375d9f33: am b13f9eeb: am 9c35004e: add xxhdpi information to tablet checklist

* commit 'e17a0082f038edd10af7cf35de0ca599a5ccff78':
  add xxhdpi information to tablet checklist

11 years agoMerge "Minor cleanup of KeyguardViewManager"
Jim Miller [Mon, 8 Jul 2013 21:40:48 +0000 (21:40 +0000)]
Merge "Minor cleanup of KeyguardViewManager"

11 years agoam 0f22b5c3: am 375d9f33: am b13f9eeb: am 9c35004e: add xxhdpi information to tablet...
Scott Main [Mon, 8 Jul 2013 21:39:22 +0000 (14:39 -0700)]
am 0f22b5c3: am 375d9f33: am b13f9eeb: am 9c35004e: add xxhdpi information to tablet checklist

* commit '0f22b5c311fbe47ae6d26de6c2002acddaa1e086':
  add xxhdpi information to tablet checklist

11 years agoam 375d9f33: am b13f9eeb: am 9c35004e: add xxhdpi information to tablet checklist
Scott Main [Mon, 8 Jul 2013 21:36:23 +0000 (14:36 -0700)]
am 375d9f33: am b13f9eeb: am 9c35004e: add xxhdpi information to tablet checklist

* commit '375d9f333a8acd12587de4b9393b63d1e379ca53':
  add xxhdpi information to tablet checklist

11 years agoam b13f9eeb: am 9c35004e: add xxhdpi information to tablet checklist
Scott Main [Mon, 8 Jul 2013 21:34:20 +0000 (14:34 -0700)]
am b13f9eeb: am 9c35004e: add xxhdpi information to tablet checklist

* commit 'b13f9eeba107ef21d7488db88821e3b41242cf32':
  add xxhdpi information to tablet checklist

11 years agoam 9c35004e: add xxhdpi information to tablet checklist
Scott Main [Mon, 8 Jul 2013 21:32:23 +0000 (14:32 -0700)]
am 9c35004e: add xxhdpi information to tablet checklist

* commit '9c35004eabc48509c22d27f0a32ef7391e7ce923':
  add xxhdpi information to tablet checklist

11 years agoam fa42e774: Merge "FastScroller: Fix to use appropriate index"
Jean-Baptiste Queru [Mon, 8 Jul 2013 21:28:45 +0000 (14:28 -0700)]
am fa42e774: Merge "FastScroller: Fix to use appropriate index"

* commit 'fa42e774bc48c3172023c8c49610baa469c19e39':
  FastScroller: Fix to use appropriate index

11 years agoam 538bd4d8: Merge "Fixing missing internal link in document."
Jean-Baptiste Queru [Mon, 8 Jul 2013 21:25:10 +0000 (14:25 -0700)]
am 538bd4d8: Merge "Fixing missing internal link in document."

* commit '538bd4d8f2ff80d33e26f951c834c8d3680b8420':
  Fixing missing internal link in document.

11 years agoam 1e7276ce: Merge "Fix typo in AlertController.java"
Jean-Baptiste Queru [Mon, 8 Jul 2013 21:25:06 +0000 (14:25 -0700)]
am 1e7276ce: Merge "Fix typo in AlertController.java"

* commit '1e7276ce35f68c2df10b52c8adf8adc2882b8671':
  Fix typo in AlertController.java

11 years agoMerge "FastScroller: Fix to use appropriate index"
Jean-Baptiste Queru [Mon, 8 Jul 2013 21:24:06 +0000 (21:24 +0000)]
Merge "FastScroller: Fix to use appropriate index"

11 years agoMerge "Fixing missing internal link in document."
Jean-Baptiste Queru [Mon, 8 Jul 2013 21:22:37 +0000 (21:22 +0000)]
Merge "Fixing missing internal link in document."

11 years agoMerge "Fix typo in AlertController.java"
Jean-Baptiste Queru [Mon, 8 Jul 2013 21:22:18 +0000 (21:22 +0000)]
Merge "Fix typo in AlertController.java"

11 years agoam 7dfcae9b: am d8694667: am ae6bdf63: Merge "Add Colemak keyboard layout"
Jean-Baptiste Queru [Mon, 8 Jul 2013 20:47:58 +0000 (13:47 -0700)]
am 7dfcae9b: am d8694667: am ae6bdf63: Merge "Add Colemak keyboard layout"

* commit '7dfcae9bae9fc16226b1a0496e947be5cedd1773':
  Add Colemak keyboard layout

11 years agoam d8694667: am ae6bdf63: Merge "Add Colemak keyboard layout"
Jean-Baptiste Queru [Mon, 8 Jul 2013 20:45:44 +0000 (13:45 -0700)]
am d8694667: am ae6bdf63: Merge "Add Colemak keyboard layout"

* commit 'd8694667da7561301371cc2c125104076c75608b':
  Add Colemak keyboard layout

11 years agoam ae6bdf63: Merge "Add Colemak keyboard layout"
Jean-Baptiste Queru [Mon, 8 Jul 2013 20:41:32 +0000 (13:41 -0700)]
am ae6bdf63: Merge "Add Colemak keyboard layout"

* commit 'ae6bdf63f532d136d61d0b7dec9117bfa2d37773':
  Add Colemak keyboard layout

11 years agoMerge "Add Colemak keyboard layout"
Jean-Baptiste Queru [Mon, 8 Jul 2013 20:31:35 +0000 (20:31 +0000)]
Merge "Add Colemak keyboard layout"

11 years agoMerge "KeySetManager: change KEYSET_NOT_FOUND to public"
Kenny Root [Mon, 8 Jul 2013 20:25:27 +0000 (20:25 +0000)]
Merge "KeySetManager: change KEYSET_NOT_FOUND to public"

11 years agoAdd Colemak keyboard layout
Christopher Eby [Mon, 19 Nov 2012 04:43:40 +0000 (22:43 -0600)]
Add Colemak keyboard layout

Change-Id: I203b92e56522bc7b3014195d5d83dc1fdb3cab15

11 years agoMerge "KeySetManager: fix indentation"
Kenny Root [Mon, 8 Jul 2013 19:48:40 +0000 (19:48 +0000)]
Merge "KeySetManager: fix indentation"

11 years agoam db550fc9: am 0e545bf5: am 9775203b: Merge "SectionIndexer: Update Javadoc for...
Jean-Baptiste Queru [Mon, 8 Jul 2013 19:44:50 +0000 (12:44 -0700)]
am db550fc9: am 0e545bf5: am 9775203b: Merge "SectionIndexer: Update Javadoc for ExpandableListAdapters"

* commit 'db550fc900eaf3a5a845dcd0c0bb0ead2b1582d6':
  SectionIndexer: Update Javadoc for ExpandableListAdapters

11 years agoadd xxhdpi information to tablet checklist
Scott Main [Mon, 8 Jul 2013 18:11:52 +0000 (11:11 -0700)]
add xxhdpi information to tablet checklist

Change-Id: I8eff162527a9de59c667a7152b70eed7590ddbe3

11 years agoam 0e545bf5: am 9775203b: Merge "SectionIndexer: Update Javadoc for ExpandableListAda...
Jean-Baptiste Queru [Mon, 8 Jul 2013 19:40:28 +0000 (12:40 -0700)]
am 0e545bf5: am 9775203b: Merge "SectionIndexer: Update Javadoc for ExpandableListAdapters"

* commit '0e545bf5502fde4fe2c96377829bd4c3f7c2d727':
  SectionIndexer: Update Javadoc for ExpandableListAdapters

11 years agoam 9775203b: Merge "SectionIndexer: Update Javadoc for ExpandableListAdapters"
Jean-Baptiste Queru [Mon, 8 Jul 2013 19:37:27 +0000 (12:37 -0700)]
am 9775203b: Merge "SectionIndexer: Update Javadoc for ExpandableListAdapters"

* commit '9775203b610267bf8cecaf7c00db68b73b529ced':
  SectionIndexer: Update Javadoc for ExpandableListAdapters

11 years agoMerge "SectionIndexer: Update Javadoc for ExpandableListAdapters"
Jean-Baptiste Queru [Mon, 8 Jul 2013 19:35:36 +0000 (19:35 +0000)]
Merge "SectionIndexer: Update Javadoc for ExpandableListAdapters"

11 years agoam 58d52298: am 57512008: am 8f793103: Merge "Set foreground priority for shutdown...
Jean-Baptiste Queru [Mon, 8 Jul 2013 19:22:59 +0000 (12:22 -0700)]
am 58d52298: am 57512008: am 8f793103: Merge "Set foreground priority for shutdown receivers."

* commit '58d52298bebe21c4fb79ec8fc5e1c76a7503e0a5':
  Set foreground priority for shutdown receivers.

11 years agoMerge "Use global references for Bitmap AndroidPixelRefs"
Chris Craik [Mon, 8 Jul 2013 19:20:18 +0000 (19:20 +0000)]
Merge "Use global references for Bitmap AndroidPixelRefs"

11 years agoam 57512008: am 8f793103: Merge "Set foreground priority for shutdown receivers."
Jean-Baptiste Queru [Mon, 8 Jul 2013 19:20:15 +0000 (12:20 -0700)]
am 57512008: am 8f793103: Merge "Set foreground priority for shutdown receivers."

* commit '57512008e2f9f1f04ff5a11b522533c753ed36fe':
  Set foreground priority for shutdown receivers.

11 years agoam 8f793103: Merge "Set foreground priority for shutdown receivers."
Jean-Baptiste Queru [Mon, 8 Jul 2013 19:15:30 +0000 (12:15 -0700)]
am 8f793103: Merge "Set foreground priority for shutdown receivers."

* commit '8f793103d81e988e2ef25ecdfde1b279e299a97e':
  Set foreground priority for shutdown receivers.

11 years agoMerge "Set foreground priority for shutdown receivers."
Jean-Baptiste Queru [Mon, 8 Jul 2013 19:01:25 +0000 (19:01 +0000)]
Merge "Set foreground priority for shutdown receivers."

11 years agoMerge "Move mLaunchingActivity from stack to supervisor."
Craig Mautner [Mon, 8 Jul 2013 18:46:05 +0000 (18:46 +0000)]
Merge "Move mLaunchingActivity from stack to supervisor."

11 years agoam a998fa2d: am e14afe71: am 58f26e9d: Merge "The order of child windows is switched"
Jean-Baptiste Queru [Mon, 8 Jul 2013 18:27:51 +0000 (11:27 -0700)]
am a998fa2d: am e14afe71: am 58f26e9d: Merge "The order of child windows is switched"

* commit 'a998fa2df957ad3f1c860d5ab8903041cf53a2f0':
  The order of child windows is switched

11 years agoam e14afe71: am 58f26e9d: Merge "The order of child windows is switched"
Jean-Baptiste Queru [Mon, 8 Jul 2013 18:25:44 +0000 (11:25 -0700)]
am e14afe71: am 58f26e9d: Merge "The order of child windows is switched"

* commit 'e14afe7163a9d25c4d06e40165051f5c2d4d540a':
  The order of child windows is switched