OSDN Git Service

android-x86/frameworks-base.git
8 years agoMerge "Fixed that notification stacks could overlap weirdly"
Selim Cinek [Fri, 11 Dec 2015 22:00:02 +0000 (22:00 +0000)]
Merge "Fixed that notification stacks could overlap weirdly"

8 years agounbreak the build,
Chris Wren [Fri, 11 Dec 2015 21:56:40 +0000 (16:56 -0500)]
unbreak the build,

plus some followon patches from Id3b0a074

Change-Id: I9f667a8d68a68d90c0d7f2fed3f28efcc6720533

8 years agoMerge "Add importance to notification guts."
Julia Reynolds [Fri, 11 Dec 2015 21:41:32 +0000 (21:41 +0000)]
Merge "Add importance to notification guts."

8 years agoMerge "Use nativeloader to load NativeActivity"
Dimitry Ivanov [Fri, 11 Dec 2015 21:38:29 +0000 (21:38 +0000)]
Merge "Use nativeloader to load NativeActivity"

8 years agoMerge "use importance instead of score"
Julia Reynolds [Fri, 11 Dec 2015 21:21:50 +0000 (21:21 +0000)]
Merge "use importance instead of score"

8 years agoUse nativeloader to load NativeActivity
Dmitriy Ivanov [Sun, 15 Nov 2015 22:58:36 +0000 (14:58 -0800)]
Use nativeloader to load NativeActivity

System apps are the exception and they can
access internal platform libraries (this
is needed for bundled apps to work correctly).

Also fix the way NativeActivity loads the native
library to correspond to the way BaseDexClassloader
does it.

Bug: http://b/22548808
Bub: http://b/25777936
Change-Id: Idc94cdded182ea2cb1cbebc76c336cc3394c7ebe
(cherry picked from commit 6f06ad7df1362e9e5b252689f452bdeee2e5af46)

8 years agouse importance instead of score
Chris Wren [Fri, 4 Dec 2015 20:50:51 +0000 (15:50 -0500)]
use importance instead of score

Change-Id: Id3b0a074671943b4fcabb63fe990cbfd1e46bdfd

8 years agoTemporarily workaround rendering issues.
Winson Chung [Fri, 11 Dec 2015 20:51:18 +0000 (15:51 -0500)]
Temporarily workaround rendering issues.

- Disable reusing old stack view tasks

Bug: 25998134
Change-Id: Idf74f9b371a9ae6d89f5752708ac6adb675b55a7

8 years agoMerge "Make fullscreen stack visible if it has visible behind activity"
Wale Ogunwale [Fri, 11 Dec 2015 20:43:39 +0000 (20:43 +0000)]
Merge "Make fullscreen stack visible if it has visible behind activity"

8 years agoMerge "Use NotoSansCJK-Regular.ttc instead of separated font files."
Seigo Nonaka [Fri, 11 Dec 2015 20:41:33 +0000 (20:41 +0000)]
Merge "Use NotoSansCJK-Regular.ttc instead of separated font files."

8 years agoMerge "Apply cropping to resizing surfaces."
Rob Carr [Fri, 11 Dec 2015 20:23:07 +0000 (20:23 +0000)]
Merge "Apply cropping to resizing surfaces."

8 years agoMerge "Add Android permissions for audioserver"
Andy Hung [Fri, 11 Dec 2015 20:08:49 +0000 (20:08 +0000)]
Merge "Add Android permissions for audioserver"

8 years agoDon\'t back up / restore EAP network definitions am: a89f9d93cb am: d735fbb3af
Christopher Tate [Fri, 11 Dec 2015 20:03:15 +0000 (12:03 -0800)]
Don\'t back up / restore EAP network definitions am: a89f9d93cb am: d735fbb3af
am: 5c3370d4f8

* commit '5c3370d4f810bd0e480d1964cf32568b9e2112a2':
  Don't back up / restore EAP network definitions

8 years agoAdd importance to notification guts.
Julia Reynolds [Mon, 7 Dec 2015 13:23:48 +0000 (08:23 -0500)]
Add importance to notification guts.

Note: the guts are still trucated to the height of the notification.
The slider initially shows the importance of the individual notification,
but changing the slider changes the importance for the whole group
of notifications.

Bug: 22451710

Change-Id: Id6de3aaace2bdb88a8cc5db517002dc7f0e349ae

8 years agoDon\'t back up / restore EAP network definitions am: a89f9d93cb
Christopher Tate [Fri, 11 Dec 2015 19:50:22 +0000 (11:50 -0800)]
Don\'t back up / restore EAP network definitions am: a89f9d93cb
am: d735fbb3af

* commit 'd735fbb3af31f43a5bc99c52b61b20b7218b076f':
  Don't back up / restore EAP network definitions

8 years agoDon\'t back up / restore EAP network definitions
Christopher Tate [Fri, 11 Dec 2015 19:37:19 +0000 (11:37 -0800)]
Don\'t back up / restore EAP network definitions
am: a89f9d93cb

* commit 'a89f9d93cbda665259812e990bca1045bd8abf9f':
  Don't back up / restore EAP network definitions

8 years agoMerge "Cleaner API for requesting locked status."
Jeff Sharkey [Fri, 11 Dec 2015 19:33:55 +0000 (19:33 +0000)]
Merge "Cleaner API for requesting locked status."

8 years agoMake fullscreen stack visible if it has visible behind activity
Wale Ogunwale [Fri, 11 Dec 2015 18:44:25 +0000 (10:44 -0800)]
Make fullscreen stack visible if it has visible behind activity

Bug: 26118045
Change-Id: I76cfe0f0c08eb6b830a48143bc19479e71f78538

8 years agoMerge "Add null check to getConfigForHostname" am: fe1eac7a19
Chad Brubaker [Fri, 11 Dec 2015 18:26:09 +0000 (10:26 -0800)]
Merge "Add null check to getConfigForHostname" am: fe1eac7a19
am: 14cf68c284

* commit '14cf68c284fa611528c8f466c1fb41d5264cb0c2':
  Add null check to getConfigForHostname
  Work on issue #25467052: System lagged out

8 years agoMerge "Unhardcoded file paths."
Felipe Leme [Fri, 11 Dec 2015 18:25:04 +0000 (18:25 +0000)]
Merge "Unhardcoded file paths."

8 years agoMerge "Add null check to getConfigForHostname"
Chad Brubaker [Fri, 11 Dec 2015 18:16:26 +0000 (10:16 -0800)]
Merge "Add null check to getConfigForHostname"
am: fe1eac7a19

* commit 'fe1eac7a19b827af71c503df6aefc59076a30928':
  Add null check to getConfigForHostname

8 years agoUnhardcoded file paths.
Felipe Leme [Fri, 11 Dec 2015 17:35:03 +0000 (09:35 -0800)]
Unhardcoded file paths.

Also added a sanity check when deleting old files to avoid a runtime
exception in the AsyncTask when the file doesn't exist.

BUG: 25752530
Change-Id: Ic4a118ae7cc5750cc96c2ac82f2c7dcc6a0cb506

8 years agoCleaner API for requesting locked status.
Jeff Sharkey [Fri, 11 Dec 2015 18:11:58 +0000 (11:11 -0700)]
Cleaner API for requesting locked status.

Change-Id: I1a5a6703737fb838347eaa292004430f2b9d29c3

8 years agoMerge "Allow PO to set DO restrictions if it's on user 0"
Makoto Onuki [Fri, 11 Dec 2015 18:14:19 +0000 (18:14 +0000)]
Merge "Allow PO to set DO restrictions if it's on user 0"

8 years agoMerge "Clean up DPM/DPMS to reduce code size."
Makoto Onuki [Fri, 11 Dec 2015 18:13:05 +0000 (18:13 +0000)]
Merge "Clean up DPM/DPMS to reduce code size."

8 years agoMerge "Add null check to getConfigForHostname"
Chad Brubaker [Fri, 11 Dec 2015 18:02:34 +0000 (18:02 +0000)]
Merge "Add null check to getConfigForHostname"

8 years agoUse NotoSansCJK-Regular.ttc instead of separated font files.
Seigo Nonaka [Fri, 11 Dec 2015 01:43:01 +0000 (17:43 -0800)]
Use NotoSansCJK-Regular.ttc instead of separated font files.

BUG: 10861108
BUG: 21079737
BUG: 26113320
Change-Id: I61426fb435c59f7614d14b1135e2f2ffaaa84c73

8 years agoMerge "media: Add MIMETYPE_VIDEO_DOLBY_AVC and MIMETYPE_VIDEO_DOLBY_HEVC."
Ronghua Wu [Fri, 11 Dec 2015 17:47:43 +0000 (17:47 +0000)]
Merge "media: Add MIMETYPE_VIDEO_DOLBY_AVC and MIMETYPE_VIDEO_DOLBY_HEVC."

8 years agoMerge "Move tasks to fullscreen stack when dismissing docked stack."
Filip Gruszczynski [Fri, 11 Dec 2015 16:05:04 +0000 (16:05 +0000)]
Merge "Move tasks to fullscreen stack when dismissing docked stack."

8 years agoMove tasks to fullscreen stack when dismissing docked stack.
Filip Gruszczynski [Fri, 11 Dec 2015 00:40:01 +0000 (16:40 -0800)]
Move tasks to fullscreen stack when dismissing docked stack.

When we dismissing a docked stack we don't want to get rid of it,
but instead make it available in the full screen stack. We need to
make sure that it goes into the bottom of the stack and prevent it
from taking focus or running any animation, so the operation is
invisible to the user.

Bug: 25840497
Bug: 25823213
Change-Id: Ibd08d7b723a2847d98c435f79541d5eb43587064

8 years agoFixing stack scroll when dismissing tasks.
Winson [Sat, 5 Dec 2015 00:31:37 +0000 (16:31 -0800)]
Fixing stack scroll when dismissing tasks.

- Should be adjusting the offset when pulling forward, not the whole
  stack scroll.  This caused a visual regression where the whole stack
  shifted when you dismiss the non-first task.

Change-Id: I93158287a168f407a0a024e0be24f264dd0c2b6e

8 years agoRemoving old focus animation on the header bar.
Winson [Fri, 4 Dec 2015 23:48:04 +0000 (15:48 -0800)]
Removing old focus animation on the header bar.

Change-Id: I892fda95ec5e74ee779283a5873210f301fbe778

8 years agoMerge "Updating the header bar item visibility with the task view frame."
Winson Chung [Fri, 11 Dec 2015 15:55:31 +0000 (15:55 +0000)]
Merge "Updating the header bar item visibility with the task view frame."

8 years agoUse RenderDrawable to render mipmaps am: 4b0fe7f14b
Jerome Gaillard [Fri, 11 Dec 2015 15:52:27 +0000 (07:52 -0800)]
Use RenderDrawable to render mipmaps am: 4b0fe7f14b
am: e298bcf755

* commit 'e298bcf7552d95475ab3ca9195e12bc14768fdb5':
  Use RenderDrawable to render mipmaps

8 years agoUpdating the header bar item visibility with the task view frame.
Winson [Sat, 5 Dec 2015 01:24:35 +0000 (17:24 -0800)]
Updating the header bar item visibility with the task view frame.

- In freeform mode, we hide the buttons depending on the available width
  of the task view
- Also fixes the rounded corners on the task views as the frame changes
- Tweaking the freeform workspace background

Change-Id: Iec9352acb5cb3ce95c09ff6d1026a9900717d3e6

8 years agoMerge "Updating layouts to use frame vs translation and clipping."
Winson Chung [Fri, 11 Dec 2015 15:49:38 +0000 (15:49 +0000)]
Merge "Updating layouts to use frame vs translation and clipping."

8 years agoUse RenderDrawable to render mipmaps
Jerome Gaillard [Fri, 11 Dec 2015 15:46:06 +0000 (07:46 -0800)]
Use RenderDrawable to render mipmaps
am: 4b0fe7f14b

* commit '4b0fe7f14bb36769ef30c59c407bd6ed5b3d5cf7':
  Use RenderDrawable to render mipmaps

8 years agoUpdating layouts to use frame vs translation and clipping.
Winson [Fri, 4 Dec 2015 22:34:11 +0000 (14:34 -0800)]
Updating layouts to use frame vs translation and clipping.

- This greatly simplifies the freeform layout as well, since we don’t
  need to scale and clip the views to match the freeform task bounds.
- Also fixing the animation from the back of the stack

Change-Id: Iba998a788dbdc48d031da8a8c908ea1a9f8f795f

8 years agoUse RenderDrawable to render mipmaps
Jerome Gaillard [Fri, 11 Dec 2015 15:05:46 +0000 (15:05 +0000)]
Use RenderDrawable to render mipmaps

Bug: http://b.android.com/179714
Change-Id: If05e71b33ee3a95590eb892f4fffbff4cfca1867

8 years agoMerge "Scheduling fix for JobScheduler"
Shreyas Basarge [Fri, 11 Dec 2015 12:25:30 +0000 (12:25 +0000)]
Merge "Scheduling fix for JobScheduler"

8 years agoMerge changes If80df0bc,I4e91b2d7,If3aef820
Yohei Yukawa [Fri, 11 Dec 2015 04:43:05 +0000 (04:43 +0000)]
Merge changes If80df0bc,I4e91b2d7,If3aef820

* changes:
  Apply Java 7 diamond operator.
  Remove a redundant method overload.
  Remove unnecessary parameter that is always true.

8 years agoMerge "Fix invalid API use of XmlPullParser.getAttributeValue."
Seigo Nonaka [Fri, 11 Dec 2015 03:14:43 +0000 (03:14 +0000)]
Merge "Fix invalid API use of XmlPullParser.getAttributeValue."

8 years agoMerge "Switch WordIterator's BreakIterator to ICU4J"
Roozbeh Pournader [Fri, 11 Dec 2015 02:57:56 +0000 (02:57 +0000)]
Merge "Switch WordIterator's BreakIterator to ICU4J"

8 years agoMerge "Even more Inline Reply goodness"
Adrian Roos [Fri, 11 Dec 2015 02:38:07 +0000 (02:38 +0000)]
Merge "Even more Inline Reply goodness"

8 years agoFix invalid API use of XmlPullParser.getAttributeValue.
Seigo Nonaka [Fri, 11 Dec 2015 02:23:37 +0000 (18:23 -0800)]
Fix invalid API use of XmlPullParser.getAttributeValue.

The 1st argument of the getAttributeValue is a namespace of the xml.

Bug: 10861108
Change-Id: I73fd15eca7101b745870ca7b6509b1dbfcc9b0d7

8 years agoDon't back up / restore EAP network definitions
Christopher Tate [Wed, 18 Nov 2015 02:01:52 +0000 (18:01 -0800)]
Don't back up / restore EAP network definitions

Bug 25725016

Cherrypick from AOSP.

Change-Id: I6aa11a76e7724a0aaad05a1aa074afa2c429370c

8 years agoSwitch WordIterator's BreakIterator to ICU4J
Roozbeh Pournader [Fri, 11 Dec 2015 02:14:55 +0000 (18:14 -0800)]
Switch WordIterator's BreakIterator to ICU4J

The java.text results are different from the ICU4J's results when
non-BMP characters are present, and the ICU4J's results appear to be
more correct. See also bug 26144875.

Bug: 25993844
Change-Id: Iec2e48008b2ce2147260ed3874e90a51ecf94a35

8 years agoAdd null check to getConfigForHostname
Chad Brubaker [Fri, 11 Dec 2015 02:12:59 +0000 (18:12 -0800)]
Add null check to getConfigForHostname

bug: 26144676
Change-Id: I18f50940846f1ce8109560c63ce2a87ce084d9e5

8 years agoMerge "Introduce ttcIndex attribute into system font configuration."
Seigo Nonaka [Fri, 11 Dec 2015 01:44:21 +0000 (01:44 +0000)]
Merge "Introduce ttcIndex attribute into system font configuration."

8 years agoMerge "AAPT2: Fix overlay support"
Adam Lesinski [Fri, 11 Dec 2015 01:22:58 +0000 (01:22 +0000)]
Merge "AAPT2: Fix overlay support"

8 years agoEven more Inline Reply goodness
Adrian Roos [Mon, 7 Dec 2015 22:53:53 +0000 (14:53 -0800)]
Even more Inline Reply goodness

- Removed action icon processing
- Correct color for action label
- Change default notification color to Gray 600
- Handle different states in RemoteInputView
- Handle updates to Notifications with active remote input

Bug: 22452379
Change-Id: I30a0cd917dbf814f156ab5a106e018a245d99b67

8 years agoMerge "Refactored what happens when a BUGREPORT_FINISHED is received."
Felipe Leme [Fri, 11 Dec 2015 01:02:04 +0000 (01:02 +0000)]
Merge "Refactored what happens when a BUGREPORT_FINISHED is received."

8 years agoIntroduce ttcIndex attribute into system font configuration.
Seigo Nonaka [Thu, 10 Dec 2015 22:30:37 +0000 (14:30 -0800)]
Introduce ttcIndex attribute into system font configuration.

ttcIndex is used for specifying index of the TrueType Collection.
No user visible change is expected with this CL.

BUG: 10861108
Change-Id: I76a1c890164bb55a7ece7b9c7db2ce2bac3f8b89

8 years agoWork on issue #25467052: System lagged out am: 022c748f54
Dianne Hackborn [Fri, 11 Dec 2015 00:33:14 +0000 (16:33 -0800)]
Work on issue #25467052: System lagged out am: 022c748f54
am: 9ba6eb9989

* commit '9ba6eb9989b90691c45017be08b1ee453c370424':
  Work on issue #25467052: System lagged out

8 years agoMerge "Fix activity not launching from recents after it was dismissed."
Filip Gruszczynski [Fri, 11 Dec 2015 00:31:16 +0000 (00:31 +0000)]
Merge "Fix activity not launching from recents after it was dismissed."

8 years agoWork on issue #25467052: System lagged out
Dianne Hackborn [Fri, 11 Dec 2015 00:26:55 +0000 (16:26 -0800)]
Work on issue #25467052: System lagged out
am: 022c748f54

* commit '022c748f54626f77f01079595a0100d1d145f383':
  Work on issue #25467052: System lagged out

8 years agoAAPT2: Fix overlay support
Adam Lesinski [Wed, 9 Dec 2015 23:20:52 +0000 (15:20 -0800)]
AAPT2: Fix overlay support

Supports the <add-resource> tag and mimics old AAPT behavior of
not allowing new resources defined unless <add-resource> was used
or --auto-add-overlay was specified.

Change-Id: I9b461137357617ade37fd7045b418b8e6450b9c4

8 years agoMerge "Remove hide annotation from AXIS_SCROLL"
Prashant Malani [Fri, 11 Dec 2015 00:21:16 +0000 (00:21 +0000)]
Merge "Remove hide annotation from AXIS_SCROLL"

8 years agoUse direct alarm callbacks instead of broadcasts in the job scheduler
Christopher Tate [Thu, 10 Dec 2015 00:00:37 +0000 (16:00 -0800)]
Use direct alarm callbacks instead of broadcasts in the job scheduler

No more broadcasts needed for deadline/delay tracking!

Bug 26114467

Change-Id: Ie5b1cc8eecfe9caf7d82ec6b84ac56057e4586c6

8 years agoAllow PO to set DO restrictions if it's on user 0
Makoto Onuki [Wed, 9 Dec 2015 19:38:23 +0000 (11:38 -0800)]
Allow PO to set DO restrictions if it's on user 0

Bug 26091525

Change-Id: Ie6d2cd4ade076d8d2ec47243ff1280b95b7c9044

8 years agoPrevent DivideByZero error in BatteryStatsImpl am: ba88e68fe4 am: 4e4ff058c1
Adam Lesinski [Thu, 10 Dec 2015 23:44:14 +0000 (15:44 -0800)]
Prevent DivideByZero error in BatteryStatsImpl am: ba88e68fe4 am: 4e4ff058c1
am: 0b754d122c

* commit '0b754d122c3b9db395a86d9a098f6a29bf042b53':
  Prevent DivideByZero error in BatteryStatsImpl

8 years agoClean up DPM/DPMS to reduce code size.
Makoto Onuki [Wed, 25 Nov 2015 22:56:23 +0000 (14:56 -0800)]
Clean up DPM/DPMS to reduce code size.

Change-Id: Id6c1666ef4cdba795e3b6e4ddcb9c32e6ee90665

8 years agoMerge "Fixed a bug where the group overflow was invisible"
Selim Cinek [Thu, 10 Dec 2015 23:19:36 +0000 (23:19 +0000)]
Merge "Fixed a bug where the group overflow was invisible"

8 years agoWork on issue #25467052: System lagged out
Dianne Hackborn [Wed, 4 Nov 2015 20:32:45 +0000 (12:32 -0800)]
Work on issue #25467052: System lagged out

Add a new mechanism where we retain previously used provided
processes in the "last activity" oom adj state for 20 seconds,
before allowing them to fall down to a regular cached process.
This should help reduce thrashing when something is acquiring
and releasing a provider repeatedly.

Change-Id: I889472de7bb4da574b46f07e36a99978813643cb

8 years agoFixed that notification stacks could overlap weirdly
Selim Cinek [Thu, 10 Dec 2015 23:13:42 +0000 (15:13 -0800)]
Fixed that notification stacks could overlap weirdly

When a child got really big the stacks could weirdly
overlap making parts of a notification unreadable.
This is now fixed.

Bug: 26127189
Change-Id: Icbe9063d8f9ad5ec27934643c8977e375addd07c

8 years agoRemove hide annotation from AXIS_SCROLL
Prashant Malani [Thu, 10 Dec 2015 20:40:57 +0000 (12:40 -0800)]
Remove hide annotation from AXIS_SCROLL

Bug: 22836852
Bug: 18707397
Change-Id: I77ec72cf577cb68782b9954f4d40845d723a7685

8 years agoPrevent DivideByZero error in BatteryStatsImpl am: ba88e68fe4
Adam Lesinski [Thu, 10 Dec 2015 22:54:38 +0000 (14:54 -0800)]
Prevent DivideByZero error in BatteryStatsImpl am: ba88e68fe4
am: 4e4ff058c1

* commit '4e4ff058c1a0b4b77f468a206a790bb6f084f616':
  Prevent DivideByZero error in BatteryStatsImpl

8 years agoScheduling fix for JobScheduler
Shreyas Basarge [Thu, 10 Dec 2015 21:32:52 +0000 (21:32 +0000)]
Scheduling fix for JobScheduler

All ready jobs are now queued for execution when
a job completes execution or when a job becomes ready
and some other job is being executed.

Also fixes reporting of idle state.

Bug: 26131545
Change-Id: Ibadd95a31869e610c63fc147f9b10866a7439ac6

8 years agoPrevent DivideByZero error in BatteryStatsImpl
Adam Lesinski [Thu, 10 Dec 2015 22:47:09 +0000 (14:47 -0800)]
Prevent DivideByZero error in BatteryStatsImpl
am: ba88e68fe4

* commit 'ba88e68fe47b66f1fc5d10c15f04f20fe662399e':
  Prevent DivideByZero error in BatteryStatsImpl

8 years agoMerge "AAPT: Dump uses-permission-sdk-23"
Adam Lesinski [Thu, 10 Dec 2015 22:36:29 +0000 (22:36 +0000)]
Merge "AAPT: Dump uses-permission-sdk-23"

8 years agoFix leak of file descriptors in test code
Tom Hudson [Thu, 10 Dec 2015 21:46:57 +0000 (16:46 -0500)]
Fix leak of file descriptors in test code

skia_dm rendering through HWUI was hanging after roughly 300 tests.
logcat reports some process was unable to get any file descriptors.

When we migrated TestWindowContext into HWUI and started using PIMPL
I didn't clean up the implementation struct in the destructor. Doing
so solved the hang for me.

My guess was that BufferQueue was being leaked, and that gralloc is
backed by file descriptors, but some research suggests that Android
ought to be able to handle far more than 1k fds (ulimit -Hn returns
4096 on this device).

R=djsollen@google.com

Change-Id: I2cd9f8945cee9b22f838002e1ad687d5fe29cb97

8 years agoAAPT: Dump uses-permission-sdk-23
Adam Lesinski [Wed, 2 Dec 2015 23:40:19 +0000 (15:40 -0800)]
AAPT: Dump uses-permission-sdk-23

Include <uses-permission-sdk-23> permissions in dump badging and dump permissions.

This will also add implied features for that permission, marked as -sdk-23 features.

Ex:

uses-permission: name='android.permission.ACCESS_FINE_LOCATION'
uses-permission-sdk-23: name='android.permission.CAMERA'

feature-group: label=''
  uses-feature: name='android.hardware.location'
  uses-implied-feature: name='android.hardware.location' reason='...'
  uses-feature-sdk-23: name='android.hardware.camera'
  uses-implied-feature-sdk-23: name='android.hardware.camera' reason='...'

Bug:24939655
Change-Id: Ifb374696ed4760b0ba2f1cc3516f3bf08e6cb6a3

8 years agoFixed a bug where the group overflow was invisible
Selim Cinek [Thu, 10 Dec 2015 20:56:13 +0000 (12:56 -0800)]
Fixed a bug where the group overflow was invisible

Change-Id: I6e43decc9d68dbf869245ee99b80f4d5c9ae4456

8 years agoMerge "Merge commit '1db19fc70e24bc5e3c6d77f2b9a5374c372e46cd' into manual_merge_1db1...
Matthew Williams [Thu, 10 Dec 2015 21:28:02 +0000 (21:28 +0000)]
Merge "Merge commit '1db19fc70e24bc5e3c6d77f2b9a5374c372e46cd' into manual_merge_1db19fc70e"

8 years agoMerge "Added test annotation."
Felipe Leme [Thu, 10 Dec 2015 20:49:53 +0000 (20:49 +0000)]
Merge "Added test annotation."

8 years agoMerge "Revert "Fixed a bug where the panel could be too small in certain cases""
Selim Cinek [Thu, 10 Dec 2015 20:45:52 +0000 (20:45 +0000)]
Merge "Revert "Fixed a bug where the panel could be too small in certain cases""

8 years agoMerge "Add property animations to new reorderer/renderer"
Chris Craik [Thu, 10 Dec 2015 20:43:56 +0000 (20:43 +0000)]
Merge "Add property animations to new reorderer/renderer"

8 years agoAdded test annotation.
Felipe Leme [Thu, 10 Dec 2015 20:43:31 +0000 (12:43 -0800)]
Added test annotation.

BUG: 25752530
Change-Id: Ia84233371481be89b1c9c852dfbb990020f0e6c0

8 years agoRevert "Fixed a bug where the panel could be too small in certain cases"
Selim Cinek [Thu, 10 Dec 2015 20:39:16 +0000 (20:39 +0000)]
Revert "Fixed a bug where the panel could be too small in certain cases"

This reverts commit c349c3d43bd59ff22a638bded955594bd765fc26.

Change-Id: I76a41db987027128294b4e398af9564a8e2aaa05

8 years agomedia: Add MIMETYPE_VIDEO_DOLBY_AVC and MIMETYPE_VIDEO_DOLBY_HEVC.
Ronghua Wu [Thu, 10 Dec 2015 18:16:38 +0000 (10:16 -0800)]
media: Add MIMETYPE_VIDEO_DOLBY_AVC and MIMETYPE_VIDEO_DOLBY_HEVC.

Bug: 25684127
Change-Id: I535b1971e0fe6b19e5182b09ca04b69b337a8474

8 years agoMerge commit '1db19fc70e24bc5e3c6d77f2b9a5374c372e46cd' into manual_merge_1db19fc70e
Matthew Williams [Thu, 10 Dec 2015 20:29:02 +0000 (20:29 +0000)]
Merge commit '1db19fc70e24bc5e3c6d77f2b9a5374c372e46cd' into manual_merge_1db19fc70e

Change-Id: I8f997804d17ac7635b0dd4aa9cad79334c19eb61

8 years agoMerge "Return long long from get_zram_mem_used()"
Greg Hackmann [Thu, 10 Dec 2015 20:23:22 +0000 (20:23 +0000)]
Merge "Return long long from get_zram_mem_used()"

8 years agoMerge "Add new target SDK filtering feature to BroadcastOptions."
Dianne Hackborn [Thu, 10 Dec 2015 20:13:29 +0000 (20:13 +0000)]
Merge "Add new target SDK filtering feature to BroadcastOptions."

8 years agoAdd new target SDK filtering feature to BroadcastOptions.
Dianne Hackborn [Thu, 10 Dec 2015 01:22:26 +0000 (17:22 -0800)]
Add new target SDK filtering feature to BroadcastOptions.

You can now control the range of target SDKs that receivers
will be need to have in order to receive your broadcast.

Use this for CONNECTIVITY_ACTION to not allow N+ applications
to receive these broadcasts through their manifest.

Also tweak the broadcast debug output code to now include the
disposition of each receiver in the list.  This is becoming
important as skipping receivers is becoming a more common
thing to have happen.

Change-Id: I251daf68575c07cbb447536286ab4e68b7015148

8 years agoMerge "Add quick settings permission to system ui"
Mindy DelliCarpini [Thu, 10 Dec 2015 19:26:33 +0000 (19:26 +0000)]
Merge "Add quick settings permission to system ui"

8 years agoAdd quick settings permission to system ui
Mindy Pereira [Thu, 10 Dec 2015 18:59:06 +0000 (10:59 -0800)]
Add quick settings permission to system ui

Makes it possible to use the new quick settings api from:
I82b6bebb0b21a5c9eb926cb1a761cac340a293df

Change-Id: I053bb2b28284c4f49d67339b617ef72ede1f2843

8 years agoAdd property animations to new reorderer/renderer
Chris Craik [Thu, 10 Dec 2015 02:05:12 +0000 (18:05 -0800)]
Add property animations to new reorderer/renderer

bug:22480459

Change-Id: Id8091038004245a56deb48bf3625edfd08ab8681

8 years agoMerge "Use Android.mk to specify private symbol package name"
Adam Lesinski [Thu, 10 Dec 2015 19:01:22 +0000 (19:01 +0000)]
Merge "Use Android.mk to specify private symbol package name"

8 years agoFix activity not launching from recents after it was dismissed.
Filip Gruszczynski [Thu, 10 Dec 2015 18:41:39 +0000 (10:41 -0800)]
Fix activity not launching from recents after it was dismissed.

When activity was launched from recents and started at the same time, we
would first try resuming activities and then focus on the started
activity. That is wrong odering, as the previously focused activity will
be resumed (in this case recents). We need to first focus on the start
activity and then request resuming.

The CL also flag protects some logging that is being very frequently
printed from activity manager.

Bug: 25823213
Change-Id: I5311fb2bf316ce3d298b30fa90fb257978bacdca

8 years agoMerge changes I2363e66a,If17effb9
Ritesh Reddy [Thu, 10 Dec 2015 18:38:42 +0000 (18:38 +0000)]
Merge changes I2363e66a,If17effb9

* changes:
  Enabled NetworkPolicy backup and restore.
  Enabled SoftAP Configuration Backup

8 years agoMerge "ConcurrentModificationException in SyncManager"
Matthew Williams [Thu, 10 Dec 2015 18:16:19 +0000 (10:16 -0800)]
Merge "ConcurrentModificationException in SyncManager"
am: 7e4d92fbc7

* commit '7e4d92fbc7761d561c1bc61dc5cf55b69d3a54f3':
  ConcurrentModificationException in SyncManager

8 years agoMerge "ConcurrentModificationException in SyncManager"
Matthew Williams [Thu, 10 Dec 2015 18:04:44 +0000 (18:04 +0000)]
Merge "ConcurrentModificationException in SyncManager"

8 years agoMerge "Remove more extras during notification lightening."
Daniel Sandler [Thu, 10 Dec 2015 17:59:43 +0000 (17:59 +0000)]
Merge "Remove more extras during notification lightening."

8 years agoMerge "Use BCP-47 LanguageTag in IME/Spell-Checker."
Yohei Yukawa [Thu, 10 Dec 2015 17:45:18 +0000 (17:45 +0000)]
Merge "Use BCP-47 LanguageTag in IME/Spell-Checker."

8 years agoMerge "Fix selection highlights."
Ben Kwa [Thu, 10 Dec 2015 17:21:55 +0000 (17:21 +0000)]
Merge "Fix selection highlights."

8 years agoRemove more extras during notification lightening.
Dan Sandler [Tue, 8 Dec 2015 20:42:41 +0000 (15:42 -0500)]
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.

Bug: 26038546
Change-Id: I85a20173158717c866a36dacd6a04391c2a33376

8 years agoMerge "Protect android.intent.action.BUGREPORT_STARTED."
Felipe Leme [Thu, 10 Dec 2015 16:23:03 +0000 (16:23 +0000)]
Merge "Protect android.intent.action.BUGREPORT_STARTED."

8 years agoEnabled NetworkPolicy backup and restore.
Ritesh Reddy [Wed, 9 Dec 2015 14:01:18 +0000 (14:01 +0000)]
Enabled NetworkPolicy backup and restore.

Backing up NetworkPolicy through NetworkPolicyManager API

Bug: 17857156
Change-Id: I2363e66a1b27f50b2454b4550a241a3d84bf4b7c

8 years agoFix default QS tiles
Jason Monk [Thu, 10 Dec 2015 16:10:23 +0000 (11:10 -0500)]
Fix default QS tiles

Also add emergency only to header.

Bug: 26124044
Change-Id: If39fa2cca052b711516bd5a92a91f541ad00e62a

8 years agoFix canceling renew alarms.
Lorenzo Colitti [Wed, 9 Dec 2015 13:14:28 +0000 (22:14 +0900)]
Fix canceling renew alarms.

1. Entering DhcpBoundState cancels the renew alarm, but at that
   point the renew alarm is guaranteed not to have been scheduled.
   This is harmless, but results in an "unknown listener" message
   in the AlarmManager logs.
2. We don't cancel the renew alarm when exiting DhcpBoundState.
   This is also harmless, because that alarm does nothing except
   in DhcpBoundState, and we cancel it whenever we enter
   DhcpBoundState. But canceling it on exit is more correct.

Change-Id: I60dfcf00f243253b81b8906540e0a6218a7a489c