OSDN Git Service

android-x86/frameworks-base.git
8 years agoMerge "Load Portuguese and German hyphenation in Hyphenator"
Roozbeh Pournader [Mon, 14 Dec 2015 21:54:26 +0000 (21:54 +0000)]
Merge "Load Portuguese and German hyphenation in Hyphenator"

8 years agoMerge "Trace SQLite operations" am: 6fe06606c4
Greg Hackmann [Mon, 14 Dec 2015 21:49:02 +0000 (13:49 -0800)]
Merge "Trace SQLite operations" am: 6fe06606c4
am: 0f13ddfdff

* commit '0f13ddfdffacffe1c8bcce3adba87dd32b0ab92a':
  Trace SQLite operations

8 years agoMerge "Trace SQLite operations"
Greg Hackmann [Mon, 14 Dec 2015 21:37:30 +0000 (13:37 -0800)]
Merge "Trace SQLite operations"
am: 6fe06606c4

* commit '6fe06606c4df39487d240cc1fa4ac6d944b33137':
  Trace SQLite operations

8 years agoMerge "Allow specifying pointer shape from xml resource."
Jun Mukai [Mon, 14 Dec 2015 21:34:28 +0000 (21:34 +0000)]
Merge "Allow specifying pointer shape from xml resource."

8 years agoLoad Portuguese and German hyphenation in Hyphenator
Roozbeh Pournader [Sat, 12 Dec 2015 20:08:37 +0000 (12:08 -0800)]
Load Portuguese and German hyphenation in Hyphenator

This also extends the fallback locale matching algorithm to consider
language+variant before just the language, so asking for "de-AT-1901"
would result in trying "de-1901" before trying "de".

Bug: 26169902
Change-Id: I55e5a73e7ac730d0bc14204126cbb3cc6ce0e9f1

8 years agoFrameworks/base: Fix typo in AccountManagerService
Andreas Gampe [Sat, 12 Dec 2015 01:23:33 +0000 (17:23 -0800)]
Frameworks/base: Fix typo in AccountManagerService

Fix an unintended tautology.

Bug: 19797138
Change-Id: Iec19b5c9c80b9f49a61b0dc3c9a9d5c13c84a992

8 years agoMerge "Trace SQLite operations"
Greg Hackmann [Mon, 14 Dec 2015 21:12:52 +0000 (21:12 +0000)]
Merge "Trace SQLite operations"

8 years agoTrace SQLite operations
Greg Hackmann [Mon, 1 Dec 2014 22:31:21 +0000 (14:31 -0800)]
Trace SQLite operations

Inefficient SQLite use can have non-obvious effects on performance.  For
example, insert and update operations can trigger a surprising number of
fsync() calls, especially if they're not grouped together into
transactions.

Add tracepoints around SQLite operations, to make it easier to pinpoint
their effects on the rest of the system.

Change-Id: I30cc3d02eca264e46dcc09ca7512a32519543834
Signed-off-by: Greg Hackmann <ghackmann@google.com>
8 years agoAllow specifying pointer shape from xml resource.
Jun Mukai [Wed, 18 Nov 2015 00:22:02 +0000 (16:22 -0800)]
Allow specifying pointer shape from xml resource.

Bug: 25777986
Change-Id: I8be5d2cb130299b0ea8f4f4d3dc582143f7ff553

8 years agoMerge "Fixed bug with task record not updating to fullscreen sometimes"
Wale Ogunwale [Mon, 14 Dec 2015 20:07:42 +0000 (20:07 +0000)]
Merge "Fixed bug with task record not updating to fullscreen sometimes"

8 years agoMerge branch 'master' of /usr/local/google/game/mirror/googleplex-android_googlesourc...
Chad Brubaker [Mon, 14 Dec 2015 20:06:28 +0000 (12:06 -0800)]
Merge branch 'master' of /usr/local/google/game/mirror/googleplex-android_googlesource_com/platform/frameworks/base

8 years agoMerge "Frameworks/base: Use Arrays.toString"
Andreas Gampe [Mon, 14 Dec 2015 20:05:27 +0000 (20:05 +0000)]
Merge "Frameworks/base: Use Arrays.toString"

8 years agoMerge "Use the application\'s usesCleartextTraffic flag" am: d16f5f121e
Chad Brubaker [Mon, 14 Dec 2015 20:05:20 +0000 (12:05 -0800)]
Merge "Use the application\'s usesCleartextTraffic flag" am: d16f5f121e
am: a1c0bea895

* commit 'a1c0bea89518d020b615740215bff7fc4356e991':
  Use the application's usesCleartextTraffic flag

8 years agoFrameworks/base: Use Arrays.toString
Andreas Gampe [Sat, 12 Dec 2015 02:00:38 +0000 (18:00 -0800)]
Frameworks/base: Use Arrays.toString

Fix a couple of cases where Arrays.toString should be used.

Bug: 19797138
Change-Id: I905fc79e63face9b26975320a92086c732bf6316

8 years agoMerge "Check for null hostnames in RootTrustManager" am: 49ce7dc2ba
Chad Brubaker [Mon, 14 Dec 2015 20:03:22 +0000 (12:03 -0800)]
Merge "Check for null hostnames in RootTrustManager" am: 49ce7dc2ba
am: 15ea45c848

* commit '15ea45c848fbf9e70bbfe6afbfb25d39ce406c80':
  Check for null hostnames in RootTrustManager

8 years agoMerge "Use the application\'s usesCleartextTraffic flag"
Chad Brubaker [Mon, 14 Dec 2015 19:57:29 +0000 (11:57 -0800)]
Merge "Use the application\'s usesCleartextTraffic flag"
am: d16f5f121e

* commit 'd16f5f121e560d9f18411cbdd3fa4fb48681c0c2':
  Use the application's usesCleartextTraffic flag

8 years agoMerge "Check for null hostnames in RootTrustManager"
Chad Brubaker [Mon, 14 Dec 2015 19:55:05 +0000 (11:55 -0800)]
Merge "Check for null hostnames in RootTrustManager"
am: 49ce7dc2ba

* commit '49ce7dc2baa9ee867fc7b78301c65fab2168a9b2':
  Check for null hostnames in RootTrustManager

8 years agoMerge "Use the application's usesCleartextTraffic flag"
Chad Brubaker [Mon, 14 Dec 2015 19:31:08 +0000 (19:31 +0000)]
Merge "Use the application's usesCleartextTraffic flag"

8 years agoMerge "Check for null hostnames in RootTrustManager"
Chad Brubaker [Mon, 14 Dec 2015 19:30:44 +0000 (19:30 +0000)]
Merge "Check for null hostnames in RootTrustManager"

8 years agoMerge "Change signature|system permissions to signature|privileged" am: cfed01af4b
Svetoslav Ganov [Mon, 14 Dec 2015 18:43:21 +0000 (10:43 -0800)]
Merge "Change signature|system permissions to signature|privileged" am: cfed01af4b
am: 3dee9db651

* commit '3dee9db6516fd97d7db3641fc81533cc3553fde8':
  Change signature|system permissions to signature|privileged

8 years agoMerge "Customize auto-brightness parameters" am: a3931897fd
Michael Wright [Mon, 14 Dec 2015 18:41:19 +0000 (10:41 -0800)]
Merge "Customize auto-brightness parameters" am: a3931897fd
am: 59ec7199fa

* commit '59ec7199fa2c8f37ae7be320eeb67281de45dd0a':
  Customize auto-brightness parameters

8 years agoMerge "Rotate IMEs (subtypes) by Meta+Space."
Yohei Yukawa [Mon, 14 Dec 2015 18:39:19 +0000 (18:39 +0000)]
Merge "Rotate IMEs (subtypes) by Meta+Space."

8 years agoMerge "resolve merge conflicts of d1aa7ae6d7 to master."
Julia Reynolds [Mon, 14 Dec 2015 18:36:08 +0000 (18:36 +0000)]
Merge "resolve merge conflicts of d1aa7ae6d7 to "

8 years agoresolve merge conflicts of d1aa7ae6d7 to master.
Julia Reynolds [Mon, 14 Dec 2015 18:32:36 +0000 (13:32 -0500)]
resolve merge conflicts of d1aa7ae6d7 to master.

Change-Id: I544371082ed38652a47ed2e383a262f46f93e5a9

8 years agoFixed bug with task record not updating to fullscreen sometimes
Wale Ogunwale [Mon, 14 Dec 2015 18:31:43 +0000 (10:31 -0800)]
Fixed bug with task record not updating to fullscreen sometimes

null is normally passed in to AMS.resizeStack API if the caller wants
to change the stack size to fullscreen. However, it is possible for the
caller to also pass in a bounds that corresponds to the fullscreen bounds
of the display the stack is on. When this happens, the call to window
manager to resize the stack correctly detects that the bounds is equal
to the fullsceen bounds of the display and sets the stack to fullscreen,
but the task record state isn't updated to fullscreen since they were
previously calculated on the activity manager side.
We now check if the bounds corresponds to the fullscreen bounds on the
activity manager side and set it to null so that the task record state
is correctly updated.

Bug: 25683717
Change-Id: Ife753c6e6c034fd8df663ab897d245f1d354bda7

8 years agoMerge "Load Home directory by default."
Steve McKay [Mon, 14 Dec 2015 18:18:02 +0000 (18:18 +0000)]
Merge "Load Home directory by default."

8 years agoLoad Home directory by default.
Steve McKay [Wed, 9 Dec 2015 01:02:03 +0000 (17:02 -0800)]
Load Home directory by default.

Don't update toolbar before first root load.
This was causing Recents > Home flicker due
to Recents being the default root returned from getCurrentRoot.
Revert change causing regression in selection highlight.

Bug: 26093756
Change-Id: I2c555aa38d68e9bf7962b1407f9fc75c800216a6

8 years agoMerge "Change signature|system permissions to signature|privileged"
Svetoslav Ganov [Mon, 14 Dec 2015 18:08:07 +0000 (10:08 -0800)]
Merge "Change signature|system permissions to signature|privileged"
am: cfed01af4b

* commit 'cfed01af4bea6ff9025c31fbe3ed973f47529484':
  Change signature|system permissions to signature|privileged

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 14 Dec 2015 17:57:56 +0000 (17:57 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoMerge "Customize auto-brightness parameters"
Michael Wright [Mon, 14 Dec 2015 17:54:02 +0000 (09:54 -0800)]
Merge "Customize auto-brightness parameters"
am: a3931897fd

* commit 'a3931897fd4f8196288e37c712ab5490d846cb38':
  Customize auto-brightness parameters

8 years agoMerge "Change signature|system permissions to signature|privileged"
Svetoslav Ganov [Mon, 14 Dec 2015 17:53:15 +0000 (17:53 +0000)]
Merge "Change signature|system permissions to signature|privileged"

8 years agoMerge "Customize auto-brightness parameters"
Michael Wright [Mon, 14 Dec 2015 17:38:58 +0000 (17:38 +0000)]
Merge "Customize auto-brightness parameters"

8 years agoMerge "Fix volume expand arrow to be displayed correctly"
Julia Reynolds [Mon, 14 Dec 2015 17:13:56 +0000 (09:13 -0800)]
Merge "Fix volume expand arrow to be displayed correctly"
am: caf1972dee

* commit 'caf1972dee1a63dcab130f9af1d066d6af9c38c2':
  Fix volume expand arrow to be displayed correctly

8 years agoCustomize auto-brightness parameters
Zoran Jovanovic [Thu, 10 Dec 2015 16:01:16 +0000 (17:01 +0100)]
Customize auto-brightness parameters

Auto-brightness parameters are device dependent so they should be
configurable.

The common issue with original values manifests as the screen being
perceived as too bright in dark rooms with minimum brightness and
also laginess on backlight change.

Change-Id: I2b040608bca73a3397c65c24d3b28a1514499ae6

8 years agoNull pointer fix for StateMachine
Brad Ebinger [Mon, 14 Dec 2015 16:46:49 +0000 (08:46 -0800)]
Null pointer fix for StateMachine

Checks if StateMachine is null before calling callbacks.

Bug-Id: 26176787
Change-Id: I7ee92326e99e18a3b7045ccf098b52acfaff9a15

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 14 Dec 2015 16:54:50 +0000 (17:54 +0100)]
Import translations. DO NOT MERGE

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

8 years agoMerge "Fix volume expand arrow to be displayed correctly"
Julia Reynolds [Mon, 14 Dec 2015 16:39:49 +0000 (16:39 +0000)]
Merge "Fix volume expand arrow to be displayed correctly"

8 years agoMerge "Revert "Saving the stack state when you rotate.""
Winson Chung [Mon, 14 Dec 2015 16:35:02 +0000 (16:35 +0000)]
Merge "Revert "Saving the stack state when you rotate.""

8 years agoRevert "Saving the stack state when you rotate."
Winson Chung [Mon, 14 Dec 2015 16:34:31 +0000 (16:34 +0000)]
Revert "Saving the stack state when you rotate."

This reverts commit bf0be0a8030b91c7e75c23230c1f89a1536aa7eb.

Change-Id: I40b852889980473aea02828b5b0fe29c21951638

8 years agoMerge "Revert "Removing historical tasks when packages are uninstalled.""
Winson Chung [Mon, 14 Dec 2015 16:34:29 +0000 (16:34 +0000)]
Merge "Revert "Removing historical tasks when packages are uninstalled.""

8 years agoRevert "Removing historical tasks when packages are uninstalled."
Winson Chung [Mon, 14 Dec 2015 16:34:12 +0000 (16:34 +0000)]
Revert "Removing historical tasks when packages are uninstalled."

This reverts commit 5d1413e7c391fdb1325c6833399c10a8448354dc.

Change-Id: I6ca79949b4c92a5825554b91f4350685fa605c8f

8 years agoRevert "Fixing build."
Winson Chung [Mon, 14 Dec 2015 16:34:00 +0000 (16:34 +0000)]
Revert "Fixing build."

This reverts commit ae0803182a467ada59613fcbaf21b8a3537f8c2b.

Change-Id: Ieb797e73adfdbfc359ca413f49d56211ae6c70db

8 years agoFixing build.
Winson Chung [Mon, 14 Dec 2015 16:19:38 +0000 (11:19 -0500)]
Fixing build.

Change-Id: I4bc5dcc5026179fe2021fb39c20319fbb8f4c5cb

8 years agoMerge "Frameworks/base: Fix Notification code"
Andreas Gampe [Mon, 14 Dec 2015 16:15:38 +0000 (16:15 +0000)]
Merge "Frameworks/base: Fix Notification code"

8 years agoMerge "Removing historical tasks when packages are uninstalled."
Winson Chung [Mon, 14 Dec 2015 15:40:41 +0000 (15:40 +0000)]
Merge "Removing historical tasks when packages are uninstalled."

8 years agoMerge "Saving the stack state when you rotate."
Winson Chung [Mon, 14 Dec 2015 15:40:29 +0000 (15:40 +0000)]
Merge "Saving the stack state when you rotate."

8 years agoMerge "Support dnd condition in Settings"
Jason Monk [Mon, 14 Dec 2015 15:39:55 +0000 (15:39 +0000)]
Merge "Support dnd condition in Settings"

8 years agoRemoving historical tasks when packages are uninstalled.
Winson Chung [Fri, 11 Dec 2015 15:25:57 +0000 (10:25 -0500)]
Removing historical tasks when packages are uninstalled.

Change-Id: I9eb1307264fab8dcace732af2290ca419fcc548a

8 years agoSaving the stack state when you rotate.
Winson Chung [Fri, 11 Dec 2015 15:25:46 +0000 (10:25 -0500)]
Saving the stack state when you rotate.

- Saving the focus and stack scroll, along with
  the history visibility on configuration change.

Change-Id: I159d2f0f6c58dac46cb3b16ee4d9e17c426ffb35

8 years agoFix: Affiliated tasks not showing when history is enabled.
Winson Chung [Fri, 11 Dec 2015 15:23:59 +0000 (10:23 -0500)]
Fix: Affiliated tasks not showing when history is enabled.

- Because these tasks may not have valid
  last-active times (they can be launched in the
  background), the historical state should reflect
  the task that they are affiliated with.

Bug: 26043228
Change-Id: I04db9effc371783a80bea80bd0a45b666269ead1

8 years agoFix volume expand arrow to be displayed correctly
Alexander Toresson [Mon, 14 Dec 2015 15:10:04 +0000 (16:10 +0100)]
Fix volume expand arrow to be displayed correctly

Sometimes, the volume control expand arrow would be displayed
incorrectly. When different apps use different volume controls and
force different orientations, the position of the arrow (expand button)
will not be updated correctly. When this happens the arrow cannot be
pressed and the volume settings cannot be expanded.

The underlying reason is that onLayoutChange only compares the old
dimensions of a view with the new dimensions, which doesn't take into
account that the last time onLayoutChange was run it may have been run
for a different view (a different volume control), in which case the
dimensions of the new view may not have changed, but the arrow needs to
be repositioned anyway as it needs to be positioned in relation to
another view.

Fix this problem by storing the last stream (volume control) that the
arrow was positioned in relation to, and checking if we're positioning
in relation to the same stream the next time the position of the arrow
is updated.

Change-Id: Id23e7605d50857292e09c1909b3e27f01bdf5e22

8 years agoMerge "Add functionality for changing WebView provider."
Gustav Sennton [Mon, 14 Dec 2015 14:33:56 +0000 (14:33 +0000)]
Merge "Add functionality for changing WebView provider."

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 14 Dec 2015 13:56:08 +0000 (13:56 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 14 Dec 2015 13:55:28 +0000 (13:55 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 14 Dec 2015 13:55:22 +0000 (05:55 -0800)]
Import translations. DO NOT MERGE

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

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 14 Dec 2015 13:54:39 +0000 (05:54 -0800)]
Import translations. DO NOT MERGE

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

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 14 Dec 2015 13:27:57 +0000 (05:27 -0800)]
Import translations. DO NOT MERGE

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

8 years agoMerge "Special case system_server to not create the JIT code cache."
Nicolas Geoffray [Mon, 14 Dec 2015 13:04:06 +0000 (13:04 +0000)]
Merge "Special case system_server to not create the JIT code cache."

8 years agoMerge "Add document type to MtpDatabase."
Daichi Hirono [Mon, 14 Dec 2015 05:56:23 +0000 (05:56 +0000)]
Merge "Add document type to MtpDatabase."

8 years agoMerge "Fixed ActivityChooser logic for the initial case."
Felipe Leme [Mon, 14 Dec 2015 03:34:10 +0000 (03:34 +0000)]
Merge "Fixed ActivityChooser logic for the initial case."

8 years agoMerge "CEC: Prevent NPE on HDMI_CONTROL_AUTO_DEVICE_OFF_ENABLED change"
Terry (Woncheol) Heo [Mon, 14 Dec 2015 02:40:03 +0000 (02:40 +0000)]
Merge "CEC: Prevent NPE on HDMI_CONTROL_AUTO_DEVICE_OFF_ENABLED change"

8 years agoSupport dnd condition in Settings
Jason Monk [Sun, 13 Dec 2015 21:22:37 +0000 (16:22 -0500)]
Support dnd condition in Settings

 - Add way to open QS detail panels directly
 - Add internal broadcast that can launch apps when dnd mode changes

Change-Id: If2b6350dc31623f3bf2f64c7eb141cff5d3d4e89

8 years agoMerge "DO NOT MERGE Remove more extras during notification lightening." into mnc...
Ian Pedowitz [Sun, 13 Dec 2015 21:16:40 +0000 (13:16 -0800)]
Merge "DO NOT MERGE Remove more extras during notification lightening." into mnc-dr1.5-dev am: cf07154e71 am: 911dfe8861
am: 19937f924e  -s ours

* commit '19937f924e65d004855d26b4f6e356bc7a0168fa':
  DO NOT MERGE Remove more extras during notification lightening.

8 years agoMerge "Exclude status and nav bar from focus monitor."
Filip Gruszczynski [Sun, 13 Dec 2015 17:04:39 +0000 (17:04 +0000)]
Merge "Exclude status and nav bar from focus monitor."

8 years agoMerge "Don't log bad surface size before layout is done."
Filip Gruszczynski [Sun, 13 Dec 2015 17:03:56 +0000 (17:03 +0000)]
Merge "Don't log bad surface size before layout is done."

8 years agoChange signature|system permissions to signature|privileged
Yury Zhauniarovich [Sun, 13 Dec 2015 17:01:03 +0000 (20:01 +0300)]
Change signature|system permissions to signature|privileged

Permission protection level changed from signature|system,
which is deprecated to signature|privileged.

Change-Id: I697723221617f8c12255d6911d34cd1bf96eff8b
Signed-off-by: Yury Zhauniarovich <y.zhalnerovich@gmail.com>
8 years agoMerge "Use 'index' instead of 'ttcIndex' for attribute name."
Ben Wagner [Sat, 12 Dec 2015 17:26:43 +0000 (17:26 +0000)]
Merge "Use 'index' instead of 'ttcIndex' for attribute name."

8 years agoUse 'index' instead of 'ttcIndex' for attribute name.
Ben Wagner [Sat, 12 Dec 2015 05:10:10 +0000 (00:10 -0500)]
Use 'index' instead of 'ttcIndex' for attribute name.

There are two reasons for this. First, the name 'ttcIndex' is over
specific, there are many indexed font containers in addition to ttc,
such as fon, pfr, bdf, and dfont. There may be others in the future.
Second, Skia implemented this attribute with the name 'index' quite
some time ago. By naming this attribute 'index' even existing apps will
be able to use this attribute (including Chrome).

BUG: 10861108
Change-Id: I68d2b69fad304d93313f96bf3365af71906dfe69

8 years agoMerge "Cleaned up unit tests."
Felipe Leme [Sat, 12 Dec 2015 04:22:49 +0000 (04:22 +0000)]
Merge "Cleaned up unit tests."

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Sat, 12 Dec 2015 03:57:01 +0000 (03:57 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Sat, 12 Dec 2015 03:56:41 +0000 (03:56 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 12 Dec 2015 03:03:39 +0000 (19:03 -0800)]
Import translations. DO NOT MERGE

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

8 years agoFixed ActivityChooser logic for the initial case.
Felipe Leme [Sat, 12 Dec 2015 03:02:07 +0000 (19:02 -0800)]
Fixed ActivityChooser logic for the initial case.

When ActionSendMultipleConsumerActivity is not the default action, it
just need to be selected, without clicking 'Just Once'

BUG: 25752530
Change-Id: I111063aa0dbba37e0cac8f0572f43a48c659e975

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 12 Dec 2015 03:02:54 +0000 (19:02 -0800)]
Import translations. DO NOT MERGE

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

8 years agoMerge "Created initial bugreports dir if it doesn't exist."
Felipe Leme [Sat, 12 Dec 2015 03:01:56 +0000 (03:01 +0000)]
Merge "Created initial bugreports dir if it doesn't exist."

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Sat, 12 Dec 2015 02:52:52 +0000 (02:52 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 12 Dec 2015 02:52:14 +0000 (18:52 -0800)]
Import translations. DO NOT MERGE

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

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Sat, 12 Dec 2015 02:47:35 +0000 (02:47 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 12 Dec 2015 02:46:29 +0000 (18:46 -0800)]
Import translations. DO NOT MERGE

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

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Sat, 12 Dec 2015 02:36:03 +0000 (02:36 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Sat, 12 Dec 2015 02:30:44 +0000 (18:30 -0800)]
Import translations. DO NOT MERGE

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

8 years agoMerge "Increase touch slop for navigation bar gesture"
Jorim Jaggi [Sat, 12 Dec 2015 02:26:24 +0000 (02:26 +0000)]
Merge "Increase touch slop for navigation bar gesture"

8 years agoIncrease touch slop for navigation bar gesture
Jorim Jaggi [Fri, 11 Dec 2015 00:32:46 +0000 (16:32 -0800)]
Increase touch slop for navigation bar gesture

So it's less likely that a user triggers it by accident.

Change-Id: Ib7b601a672017daceee589ce75d4336911719a61

8 years agoMerge "Add multi-window entry points logging"
Jorim Jaggi [Sat, 12 Dec 2015 02:25:07 +0000 (02:25 +0000)]
Merge "Add multi-window entry points logging"

8 years agoCreated initial bugreports dir if it doesn't exist.
Felipe Leme [Sat, 12 Dec 2015 02:19:26 +0000 (18:19 -0800)]
Created initial bugreports dir if it doesn't exist.

BUG: 25752530
Change-Id: Iec65b88231e26aaa62d301a26b2f51cf92651c72

8 years agoDon't log bad surface size before layout is done.
Filip Gruszczynski [Sat, 12 Dec 2015 01:41:23 +0000 (17:41 -0800)]
Don't log bad surface size before layout is done.

The surface dimensions are calculated when the surface is created.
This might happen before the window had a chance to relayout itself,
so the dimensions passed to the surface will be wrong. This doesn't
happen on subsequent recreations of the surface, because the window
has previous dimensions, but will produce a bad log when the surface
is first created.

Bug: 26061934
Change-Id: I670bbb6d64f5ec7efabe3bd838a116a1d48e74f2

8 years agoMerge "DO NOT MERGE Remove more extras during notification lightening." into mnc...
Ian Pedowitz [Sat, 12 Dec 2015 01:18:51 +0000 (17:18 -0800)]
Merge "DO NOT MERGE Remove more extras during notification lightening." into mnc-dr1.5-dev am: cf07154e71
am: 911dfe8861

* commit '911dfe8861c7d67aab738cf42455837c8a9aefa7':
  DO NOT MERGE Remove more extras during notification lightening.

8 years agoCleaned up unit tests.
Felipe Leme [Fri, 11 Dec 2015 21:06:45 +0000 (13:06 -0800)]
Cleaned up unit tests.

This refactoring will make it easier to add new test cases for the
upcoming bugreport details notification.

BUG: 25794470
Change-Id: I0bf6ab54a7b4aa1dfa51ad0354682e5764b8a209

8 years agoMerge "DO NOT MERGE Remove more extras during notification lightening." into mnc...
Ian Pedowitz [Sat, 12 Dec 2015 01:12:35 +0000 (17:12 -0800)]
Merge "DO NOT MERGE Remove more extras during notification lightening." into mnc-dr1.5-dev
am: cf07154e71

* commit 'cf07154e7102de304f1d887c8c2a2ef61b4880d7':
  DO NOT MERGE Remove more extras during notification lightening.

8 years agoMerge "DO NOT MERGE Remove more extras during notification lightening." into mnc...
Ian Pedowitz [Sat, 12 Dec 2015 01:06:43 +0000 (01:06 +0000)]
Merge "DO NOT MERGE Remove more extras during notification lightening." into mnc-dr1.5-dev

8 years agoDO NOT MERGE Remove more extras during notification lightening.
Dan Sandler [Tue, 8 Dec 2015 20:42:41 +0000 (15:42 -0500)]
DO NOT MERGE Remove more extras during notification lightening.

Basically anything Parcelable needs to go since it might be
quite large. Note that this includes additional extras such as
those contributed by WearableExtender.

Cherry-picked from 5012853de26eac023deda82d138a35677fe6117b

Bug: 26038546
Change-Id: I00eadd2b23dfc4fccf42332df658373bb05b8a45

8 years agoMerge "Move focus to visible behind activity when we move the home task back"
Wale Ogunwale [Sat, 12 Dec 2015 01:03:49 +0000 (01:03 +0000)]
Merge "Move focus to visible behind activity when we move the home task back"

8 years agoMerge "Add handler callbacks to StateMachine"
Brad Ebinger [Sat, 12 Dec 2015 01:01:39 +0000 (01:01 +0000)]
Merge "Add handler callbacks to StateMachine"

8 years agoMerge "Frameworks/base: Avoid useless array allocation"
Andreas Gampe [Sat, 12 Dec 2015 00:52:34 +0000 (00:52 +0000)]
Merge "Frameworks/base: Avoid useless array allocation"

8 years agoMerge "Add PhoneAccount capability to indicate if VT uses presence."
Tyler Gunn [Sat, 12 Dec 2015 00:38:12 +0000 (00:38 +0000)]
Merge "Add PhoneAccount capability to indicate if VT uses presence."

8 years agoFrameworks/base: Avoid useless array allocation
Andreas Gampe [Sat, 12 Dec 2015 00:08:16 +0000 (16:08 -0800)]
Frameworks/base: Avoid useless array allocation

Don't allocate an unused array.

Bug: 19797138
Change-Id: I40539e7659a21a34a7d49c48bbeb51acf9bfe235

8 years agoMerge "Fixed a bug where the notification header was above the guts"
Selim Cinek [Sat, 12 Dec 2015 00:00:40 +0000 (00:00 +0000)]
Merge "Fixed a bug where the notification header was above the guts"

8 years agoMerge "Fixed a bug where systemUI would crash when swiping notifications"
Selim Cinek [Sat, 12 Dec 2015 00:00:27 +0000 (00:00 +0000)]
Merge "Fixed a bug where systemUI would crash when swiping notifications"

8 years agoMerge "Fixed a bug where not enough notifications were shown on lockscreen"
Selim Cinek [Fri, 11 Dec 2015 23:59:54 +0000 (23:59 +0000)]
Merge "Fixed a bug where not enough notifications were shown on lockscreen"

8 years agoFrameworks/base: Fix Notification code
Andreas Gampe [Fri, 11 Dec 2015 23:49:07 +0000 (15:49 -0800)]
Frameworks/base: Fix Notification code

Avoid a NullPointerException in NotificationListenerService when
a corrupt notification is found.

Fix not using the return of trim() in NotificationManagerService.

Bug: 19797138
Change-Id: I84dc15eba7b4052a774eb69d36591d100105f169