OSDN Git Service

android-x86/frameworks-base.git
9 years agoam 2a83bc2b: am 4c3b3324: am f4814b87: docs: Change Eclipse deprecation language...
Joe Fernandez [Tue, 9 Dec 2014 21:33:02 +0000 (21:33 +0000)]
am 2a83bc2b: am 4c3b3324: am f4814b87: docs: Change Eclipse deprecation language on sdk/index.html page

* commit '2a83bc2be699069ca3791d920d0ebfc219baaa70':
  docs: Change Eclipse deprecation language on sdk/index.html page

9 years agoam d7ce432a: am 2317aa2f: am c4a0882a: edits to sdk install instructions.
smain@google.com [Tue, 9 Dec 2014 21:32:58 +0000 (21:32 +0000)]
am d7ce432a: am 2317aa2f: am c4a0882a: edits to sdk install instructions.

* commit 'd7ce432ae4ca49f42b23f0bcdc44a091ee96a557':
  edits to sdk install instructions.

9 years agoam aba6a432: am 02cd3a40: am 6ae492e6: changes to deprecate eclipse docs and update...
smain@google.com [Tue, 9 Dec 2014 21:32:52 +0000 (21:32 +0000)]
am aba6a432: am 02cd3a40: am 6ae492e6: changes to deprecate eclipse docs and update migration guide

* commit 'aba6a4327bf175fff57235cca49955a209b0c034':
  changes to deprecate eclipse docs and update migration guide

9 years agoMerge "Remove unnecessary/erroneous reference counting" into lmp-mr1-dev
Derek Sollenberger [Tue, 9 Dec 2014 21:27:38 +0000 (21:27 +0000)]
Merge "Remove unnecessary/erroneous reference counting" into lmp-mr1-dev

9 years agoMerge "Fix issue with RNA destruction mid-animation" into lmp-mr1-dev
John Reck [Tue, 9 Dec 2014 20:37:15 +0000 (20:37 +0000)]
Merge "Fix issue with RNA destruction mid-animation" into lmp-mr1-dev

9 years agoFix issue with RNA destruction mid-animation
John Reck [Tue, 9 Dec 2014 17:07:35 +0000 (09:07 -0800)]
Fix issue with RNA destruction mid-animation

Bug: 18521508

Fix an issue where an RNA's native object was destroyed
before the java-side object was started

Change-Id: I487fb476e0ecdf7000515f4f7320e8cfbc50a52b

9 years agoMerge "Push inet condition to new MobileSignalControllers" into lmp-mr1-dev
Jason Monk [Tue, 9 Dec 2014 20:13:31 +0000 (20:13 +0000)]
Merge "Push inet condition to new MobileSignalControllers" into lmp-mr1-dev

9 years agoMerge "Added configuration to determine whether VoLTE requires provisioning." into...
Pavel Zhamaitsiak [Tue, 9 Dec 2014 20:06:53 +0000 (20:06 +0000)]
Merge "Added configuration to determine whether VoLTE requires provisioning." into lmp-mr1-dev

9 years agoMerge "IMS: change getMasterValue to getProvisionedValue." into lmp-mr1-dev
Pavel Zhamaitsiak [Tue, 9 Dec 2014 20:06:26 +0000 (20:06 +0000)]
Merge "IMS: change getMasterValue to getProvisionedValue." into lmp-mr1-dev

9 years agoMerge "IMS: add ImsConfig api to get volte provisioned value." into lmp-mr1-dev
Pavel Zhamaitsiak [Tue, 9 Dec 2014 20:05:56 +0000 (20:05 +0000)]
Merge "IMS: add ImsConfig api to get volte provisioned value." into lmp-mr1-dev

9 years agoMerge "Fixed accessibility for the pin input view on keyguard." into lmp-mr1-dev
Selim Cinek [Tue, 9 Dec 2014 18:48:50 +0000 (18:48 +0000)]
Merge "Fixed accessibility for the pin input view on keyguard." into lmp-mr1-dev

9 years agoMerge "Revert "Add overscan insets to surface frame dimensions in WallpaperService...
Adrian Roos [Tue, 9 Dec 2014 18:44:29 +0000 (18:44 +0000)]
Merge "Revert "Add overscan insets to surface frame dimensions in WallpaperService."" into lmp-mr1-dev

9 years agoRemove unnecessary/erroneous reference counting
Derek Sollenberger [Tue, 9 Dec 2014 15:54:16 +0000 (10:54 -0500)]
Remove unnecessary/erroneous reference counting

The SkBitmap* used by HWUI holds a reference to the PixelRef (which
in turn holds the colorTable) so keeping an additional ref is not
only unnecessary, but also potentially problematic.

If a bitmap changes its pixelRef after it has been added to a displayList,
then we end up with unbalanced ref/unref calls that cause the newly added
PixelRef to be unref'd and prematurely deleted, while the original PixelRef
is leaked.

bug: 18659976
Change-Id: I34a06152e7bb2d733249a207dafd36b9b5dc0712

9 years agoMerge "Revert "Fix calculation of overscan insets in WindowState."" into lmp-mr1-dev
Adrian Roos [Tue, 9 Dec 2014 18:34:50 +0000 (18:34 +0000)]
Merge "Revert "Fix calculation of overscan insets in WindowState."" into lmp-mr1-dev

9 years agoRevert "Add overscan insets to surface frame dimensions in WallpaperService."
Adrian Roos [Tue, 9 Dec 2014 17:03:01 +0000 (17:03 +0000)]
Revert "Add overscan insets to surface frame dimensions in WallpaperService."

This reverts commit a2838dfc2c1c49b6638a59e82cd8758624efd660.

Bug: 18630625
Bug: 18659737
Change-Id: Ic02930e0200498289b781436cda1da6e4e1752bb

9 years agoAdded configuration to determine whether VoLTE requires provisioning.
Etan Cohen [Wed, 26 Nov 2014 19:56:53 +0000 (11:56 -0800)]
Added configuration to determine whether VoLTE requires provisioning.

Bug: 18576107
Change-Id: I7e2e7f6549e3e1b94ad7aa4126b26fcb5dcd807b

9 years agoIMS: change getMasterValue to getProvisionedValue.
Libin.Tang@motorola.com [Fri, 31 Oct 2014 15:04:13 +0000 (10:04 -0500)]
IMS: change getMasterValue to getProvisionedValue.

Bug: 18576107
Change-Id: I21293d42b87911a98af8169b697d0e40eafb8760

9 years agoIMS: add ImsConfig api to get volte provisioned value.
Libin.Tang@motorola.com [Sun, 7 Dec 2014 18:32:56 +0000 (12:32 -0600)]
IMS: add ImsConfig api to get volte provisioned value.

Bug: 18576107
Change-Id: I22d9f675ec607c30906b36cdab72e4d25463ecf5

9 years agoMerge "Fix default value of AnimationDrawable's one shot property" into lmp-mr1-dev
Alan Viverette [Tue, 9 Dec 2014 17:59:06 +0000 (17:59 +0000)]
Merge "Fix default value of AnimationDrawable's one shot property" into lmp-mr1-dev

9 years agoMerge "Add subId as parameter for get/setDataEnabled." into lmp-mr1-dev
Wink Saville [Tue, 9 Dec 2014 17:52:26 +0000 (17:52 +0000)]
Merge "Add subId as parameter for get/setDataEnabled." into lmp-mr1-dev

9 years agoPush inet condition to new MobileSignalControllers
Jason Monk [Tue, 9 Dec 2014 17:27:24 +0000 (12:27 -0500)]
Push inet condition to new MobileSignalControllers

When new MobileSignalControllers were created after we already
received the inet condition broadcast, they would never receive
the current state of inet condition.  This pushes it to all
controllers whenever they are created.

Bug: 18666876
Change-Id: Ie9997f94f3fbe206ed222a62e2a902fd43f4d67c

9 years agoFixed accessibility for the pin input view on keyguard.
Selim Cinek [Tue, 9 Dec 2014 17:49:42 +0000 (18:49 +0100)]
Fixed accessibility for the pin input view on keyguard.

Passwords are not spoken out loud anymore if the user
did not select that option.

Bug: 18528774
Change-Id: I3dd05fa1714da36795f448718fd70f1cdbfe2584

9 years agoFix default value of AnimationDrawable's one shot property
Alan Viverette [Tue, 9 Dec 2014 17:48:18 +0000 (09:48 -0800)]
Fix default value of AnimationDrawable's one shot property

BUG: 18676499
Change-Id: Iaaf134b3a58a04cd99db001edc4438ee75dab878

9 years agoMerge "Consistent result when signatures don't match." into lmp-mr1-dev
Jeff Sharkey [Tue, 9 Dec 2014 17:10:10 +0000 (17:10 +0000)]
Merge "Consistent result when signatures don't match." into lmp-mr1-dev

9 years agoMerge "Make hint text centerred if multiline" into lmp-mr1-dev
Jorim Jaggi [Tue, 9 Dec 2014 15:11:36 +0000 (15:11 +0000)]
Merge "Make hint text centerred if multiline" into lmp-mr1-dev

9 years agoMerge "Reinspect notification for dark mode when updated" into lmp-mr1-dev
Jorim Jaggi [Tue, 9 Dec 2014 15:11:20 +0000 (15:11 +0000)]
Merge "Reinspect notification for dark mode when updated" into lmp-mr1-dev

9 years agoMerge "Update dark mode when notification is updated" into lmp-mr1-dev
Jorim Jaggi [Tue, 9 Dec 2014 15:10:49 +0000 (15:10 +0000)]
Merge "Update dark mode when notification is updated" into lmp-mr1-dev

9 years agoRevert "Fix calculation of overscan insets in WindowState."
Adrian Roos [Tue, 9 Dec 2014 15:06:40 +0000 (15:06 +0000)]
Revert "Fix calculation of overscan insets in WindowState."

This reverts commit ff778fe450ca2d0e554aa6aee7a9da1cda46d4d5.

Bug: 18659737
Change-Id: I1efc59edfb8ded946cc14f5c4d6f532ac291bd81

9 years agoSquelch chatty log messages.
Dan Sandler [Mon, 8 Dec 2014 20:42:52 +0000 (15:42 -0500)]
Squelch chatty log messages.

Bug: 18666850
Change-Id: I0f9fe4fd0143b5668f66bd0a9c407a5018876b44

9 years agoRepair wifi/cellular kerning.
Dan Sandler [Mon, 8 Dec 2014 20:00:09 +0000 (15:00 -0500)]
Repair wifi/cellular kerning.

The wifi spacer should only be shown if the first mobile
network has a data type indicator.

Bug: 18665813
Change-Id: Ifcd3a61ebc8cdb76d134baa23b22f1291edadd28

9 years agoMerge "Work on issue #18640385: Add procstats test mode" into lmp-mr1-dev
Dianne Hackborn [Tue, 9 Dec 2014 01:53:35 +0000 (01:53 +0000)]
Merge "Work on issue #18640385: Add procstats test mode" into lmp-mr1-dev

9 years agoWork on issue #18640385: Add procstats test mode
Dianne Hackborn [Tue, 9 Dec 2014 01:43:31 +0000 (17:43 -0800)]
Work on issue #18640385: Add procstats test mode

You can now do "adb shell dumpsys procstats --start-testing" to
enable high frequency pss sampling.

Also improved the low on RAM mem reporting to separate out RAM
from memtrack, in case the data we are getting from that is bad.

And fixed meminfo --oom to work correctly again.

Change-Id: I7af17eab110a82298bd7b0ce381f8fa5c96c1f6a

9 years agoMerge "Add more -d dalvik details to dumpsys" into lmp-mr1-dev
Mathieu Chartier [Tue, 9 Dec 2014 01:24:49 +0000 (01:24 +0000)]
Merge "Add more -d dalvik details to dumpsys" into lmp-mr1-dev

9 years agoMerge "IMS: start and stop dtmf tones." into lmp-mr1-dev
Pavel Zhamaitsiak [Tue, 9 Dec 2014 01:24:44 +0000 (01:24 +0000)]
Merge "IMS: start and stop dtmf tones." into lmp-mr1-dev

9 years agoConsistent result when signatures don't match.
Jeff Sharkey [Tue, 9 Dec 2014 00:41:04 +0000 (16:41 -0800)]
Consistent result when signatures don't match.

INSTALL_FAILED_UPDATE_INCOMPATIBLE is a better description of the
real underlying cause when signatures don't match.

Bug: 18413784
Change-Id: Ib81591df7d0d79f6725a4fa7300ae4e20958f004

9 years agoAdd more -d dalvik details to dumpsys
Mathieu Chartier [Tue, 9 Dec 2014 00:20:26 +0000 (16:20 -0800)]
Add more -d dalvik details to dumpsys

Added .NonMoving for the non moving space.
Added .Zygote for the zygote.
Added .IndirectRef for indirect reference tables (jobjects).

Example:
 Dalvik Details
        .Heap     2264     2264        0        0
         .LOS       80       80        0        0
          .GC      144      144        0        0
      .Zygote      331      196        0     2428
   .NonMoving      540      540        0        0
 .IndirectRef       20       20        0        0

Bug: 18672069
Change-Id: Id14e5bc92ceb15fe7a17d9fb035f18aa2925e50c

9 years agoMerge "AAPT: Dump status of required flag for uses-feature" into lmp-mr1-dev
Adam Lesinski [Tue, 9 Dec 2014 00:31:58 +0000 (00:31 +0000)]
Merge "AAPT: Dump status of required flag for uses-feature" into lmp-mr1-dev

9 years agoam 4c3b3324: am f4814b87: docs: Change Eclipse deprecation language on sdk/index...
Joe Fernandez [Tue, 9 Dec 2014 00:26:30 +0000 (00:26 +0000)]
am 4c3b3324: am f4814b87: docs: Change Eclipse deprecation language on sdk/index.html page

* commit '4c3b3324fcd83c8c660f1f7f644788b90e134154':
  docs: Change Eclipse deprecation language on sdk/index.html page

9 years agoam 2317aa2f: am c4a0882a: edits to sdk install instructions.
smain@google.com [Tue, 9 Dec 2014 00:26:26 +0000 (00:26 +0000)]
am 2317aa2f: am c4a0882a: edits to sdk install instructions.

* commit '2317aa2f734c6760698a8b6a6cee451ef34c09b7':
  edits to sdk install instructions.

9 years agoam 02cd3a40: am 6ae492e6: changes to deprecate eclipse docs and update migration...
smain@google.com [Tue, 9 Dec 2014 00:26:23 +0000 (00:26 +0000)]
am 02cd3a40: am 6ae492e6: changes to deprecate eclipse docs and update migration guide

* commit '02cd3a401fa04241ca91eef24fb9c85b1f00fedb':
  changes to deprecate eclipse docs and update migration guide

9 years agoam f4814b87: docs: Change Eclipse deprecation language on sdk/index.html page
Joe Fernandez [Tue, 9 Dec 2014 00:15:36 +0000 (00:15 +0000)]
am f4814b87: docs: Change Eclipse deprecation language on sdk/index.html page

* commit 'f4814b874abc80941a0f86975a4511b0bb1a8b93':
  docs: Change Eclipse deprecation language on sdk/index.html page

9 years agoam c4a0882a: edits to sdk install instructions.
smain@google.com [Tue, 9 Dec 2014 00:15:31 +0000 (00:15 +0000)]
am c4a0882a: edits to sdk install instructions.

* commit 'c4a0882a5dc06f1146aef51eff0845d4b086164d':
  edits to sdk install instructions.

9 years agoam 6ae492e6: changes to deprecate eclipse docs and update migration guide
smain@google.com [Tue, 9 Dec 2014 00:15:27 +0000 (00:15 +0000)]
am 6ae492e6: changes to deprecate eclipse docs and update migration guide

* commit '6ae492e672895affb47488db2d224634fe0b487b':
  changes to deprecate eclipse docs and update migration guide

9 years agoMerge "Fix auto-advance regression in radial time picker" into lmp-mr1-dev
Alan Viverette [Tue, 9 Dec 2014 00:08:00 +0000 (00:08 +0000)]
Merge "Fix auto-advance regression in radial time picker" into lmp-mr1-dev

9 years agoFix auto-advance regression in radial time picker
Alan Viverette [Mon, 8 Dec 2014 23:54:38 +0000 (15:54 -0800)]
Fix auto-advance regression in radial time picker

If autoAdvance is set, we need to always fire the listener. We should
create a separate callback for auto-advance, but this is a minimal fix.

BUG: 18654878
Change-Id: Ie7b8a3ff91761325a508f580b27fa3b08f7b4e16

9 years agoAAPT: Dump status of required flag for uses-feature
Adam Lesinski [Mon, 8 Dec 2014 20:53:17 +0000 (12:53 -0800)]
AAPT: Dump status of required flag for uses-feature

Outside of a feature-group, the legacy uses-feature tag
has a boolean required flag that should be emitted in
dump badging.

Bug:17790999
Change-Id: I43023af00e9c9ed4bc35795c3a983fc719bf9b7a

9 years ago(Telecom-system part 3) Adding Telecom Loader Service
Santos Cordon [Fri, 21 Nov 2014 23:20:15 +0000 (15:20 -0800)]
(Telecom-system part 3) Adding Telecom Loader Service

Bug: 18112269
Change-Id: I85ab03156bf906fdc72b459c4c68240ab3bf1894

9 years agoMerge "Direct notification of network interface changes." into lmp-mr1-dev
Jeff Sharkey [Mon, 8 Dec 2014 23:12:45 +0000 (23:12 +0000)]
Merge "Direct notification of network interface changes." into lmp-mr1-dev

9 years agoIMS: start and stop dtmf tones.
Uma Maheswari Ramalingam [Sat, 6 Dec 2014 00:39:57 +0000 (16:39 -0800)]
IMS: start and stop dtmf tones.

Support of start and stop dtmf tones in Imsphone

Bug: 18371919
Change-Id: I986f6b8e9aa1a5729d280eb8a5c60e129c3796cd
CRs-Fixed: 751797

9 years agoDirect notification of network interface changes.
Jeff Sharkey [Mon, 8 Dec 2014 22:50:12 +0000 (14:50 -0800)]
Direct notification of network interface changes.

Connectivity broadcasts recently changed and are no longer sent for
certain types of network changes.  For example, when stacked network
interfaces change for a mobile network.  To ensure that we pick up
all these details, directly wire the two services together.

Also remove some unused code for split network types.

Bug: 18666753
Change-Id: I0467bd5b330c0e0cb51af2306d821b41ad16337a

9 years agoMerge "Add focused & disabled states for spinner assets" into lmp-mr1-dev
Alan Viverette [Mon, 8 Dec 2014 22:08:05 +0000 (22:08 +0000)]
Merge "Add focused & disabled states for spinner assets" into lmp-mr1-dev

9 years agoMerge "CEC: Explictly remove and add device when updating" into lmp-mr1-dev
Jinsuk Kim [Mon, 8 Dec 2014 21:54:34 +0000 (21:54 +0000)]
Merge "CEC: Explictly remove and add device when updating" into lmp-mr1-dev

9 years agoCEC: Explictly remove and add device when updating
Jinsuk Kim [Mon, 8 Dec 2014 21:48:13 +0000 (06:48 +0900)]
CEC: Explictly remove and add device when updating

Sending UPDATE_DEVICE doesn't translate remove/add devices
when its address (physical) has changed. Send expclit removal
addition event.

Bug: 18513567
Change-Id: Ibea6accf0358994b64289c1a785de21b598453f1

9 years agoAdd focused & disabled states for spinner assets
Alan Viverette [Mon, 8 Dec 2014 21:47:21 +0000 (13:47 -0800)]
Add focused & disabled states for spinner assets

Regression from KK. Bad copy/paste from another asset. Checked should
have been changed to focused.

BUG: 18669124
Change-Id: I0b86c0437cbe14b46b6a0b7047656ec15bf2d758

9 years agoMerge "Let host view handle long-press when using drag-to-open" into lmp-mr1-dev
Alan Viverette [Mon, 8 Dec 2014 21:29:06 +0000 (21:29 +0000)]
Merge "Let host view handle long-press when using drag-to-open" into lmp-mr1-dev

9 years agoMerge "Fix regression, don't NPE if Switch doesn't have a thumb set" into lmp-mr1-dev
Alan Viverette [Mon, 8 Dec 2014 21:29:02 +0000 (21:29 +0000)]
Merge "Fix regression, don't NPE if Switch doesn't have a thumb set" into lmp-mr1-dev

9 years agoMerge "When accessibility on cannot click on a view covered by a HorizontalScrollView...
Svet Ganov [Mon, 8 Dec 2014 21:28:17 +0000 (21:28 +0000)]
Merge "When accessibility on cannot click on a view covered by a HorizontalScrollView" into lmp-mr1-dev

9 years agoMerge "Clear clicked nodes from the accessibiliy cache." into lmp-mr1-dev
Svet Ganov [Mon, 8 Dec 2014 21:08:35 +0000 (21:08 +0000)]
Merge "Clear clicked nodes from the accessibiliy cache." into lmp-mr1-dev

9 years agoFix regression, don't NPE if Switch doesn't have a thumb set
Alan Viverette [Mon, 8 Dec 2014 21:02:06 +0000 (13:02 -0800)]
Fix regression, don't NPE if Switch doesn't have a thumb set

BUG: 18670202
Change-Id: Iecb3498032c121c007ec87740ddebadb8e71c7a3

9 years agodocs: Change Eclipse deprecation language on sdk/index.html page
Joe Fernandez [Mon, 8 Dec 2014 20:52:32 +0000 (12:52 -0800)]
docs: Change Eclipse deprecation language on sdk/index.html page

text per J.Eason
b/18668828

Change-Id: I9d95a45401e1ec18a3068e71834cdc2054e85a05

9 years agoLet host view handle long-press when using drag-to-open
Alan Viverette [Wed, 3 Dec 2014 23:24:31 +0000 (15:24 -0800)]
Let host view handle long-press when using drag-to-open

BUG: 18605860
Change-Id: I75850138614f17cf728d4411c142a07bdf15d085

9 years agoedits to sdk install instructions.
smain@google.com [Mon, 8 Dec 2014 20:28:25 +0000 (12:28 -0800)]
edits to sdk install instructions.

Change-Id: Ic4be9526a5d4db6a2ffa52dc05e25c4c10eb4c97

9 years agochanges to deprecate eclipse docs and update migration guide
smain@google.com [Mon, 8 Dec 2014 19:28:16 +0000 (11:28 -0800)]
changes to deprecate eclipse docs and update migration guide

Change-Id: Icb3c0d93a968d5b1db829ff1db51ecdc47374803

9 years agoMerge "Volume: Only play the new vibrate hint once per volume-down." into lmp-mr1-dev
John Spurlock [Mon, 8 Dec 2014 19:36:11 +0000 (19:36 +0000)]
Merge "Volume: Only play the new vibrate hint once per volume-down." into lmp-mr1-dev

9 years agoVolume: Only play the new vibrate hint once per volume-down.
John Spurlock [Mon, 8 Dec 2014 19:09:35 +0000 (14:09 -0500)]
Volume: Only play the new vibrate hint once per volume-down.

Bug: 18666334
Change-Id: Idfa1d0c104bb310548fde533932bffc2b41eafff

9 years agoam d6a66d84: am 6ecc6d59: am 88b8b4a5: Merge "docs: studio revision update 1.0" into...
Joe Fernandez [Mon, 8 Dec 2014 18:59:34 +0000 (18:59 +0000)]
am d6a66d84: am 6ecc6d59: am 88b8b4a5: Merge "docs: studio revision update 1.0" into lmp-docs

* commit 'd6a66d841eef4fb983cc539c4ca050060ecf066c':
  docs: studio revision update 1.0

9 years agoam 78264a4d: am 0039a73b: am b7ef7fcd: Merge "docs: skd tools revision 24.0.0" into...
Rich Slogar [Mon, 8 Dec 2014 18:59:29 +0000 (18:59 +0000)]
am 78264a4d: am 0039a73b: am b7ef7fcd: Merge "docs: skd tools revision 24.0.0" into lmp-docs

* commit '78264a4dbc4d48ee149e5706aa8d9f25cc359b20':
  docs: skd tools revision 24.0.0

9 years agoMake hint text centerred if multiline
Jorim Jaggi [Mon, 8 Dec 2014 18:56:20 +0000 (19:56 +0100)]
Make hint text centerred if multiline

Bug: 18642776
Change-Id: I407670a7eb13c2d8ff9a7f3119b736b172aed377

9 years agoam 6ecc6d59: am 88b8b4a5: Merge "docs: studio revision update 1.0" into lmp-docs
Joe Fernandez [Mon, 8 Dec 2014 18:51:39 +0000 (18:51 +0000)]
am 6ecc6d59: am 88b8b4a5: Merge "docs: studio revision update 1.0" into lmp-docs

* commit '6ecc6d59f37e80137069e548e5be5db30df52909':
  docs: studio revision update 1.0

9 years agoam 0039a73b: am b7ef7fcd: Merge "docs: skd tools revision 24.0.0" into lmp-docs
Rich Slogar [Mon, 8 Dec 2014 18:51:35 +0000 (18:51 +0000)]
am 0039a73b: am b7ef7fcd: Merge "docs: skd tools revision 24.0.0" into lmp-docs

* commit '0039a73bb661d1359dd72253b527990e293f956c':
  docs: skd tools revision 24.0.0

9 years agoam 88b8b4a5: Merge "docs: studio revision update 1.0" into lmp-docs
Joe Fernandez [Mon, 8 Dec 2014 18:44:09 +0000 (18:44 +0000)]
am 88b8b4a5: Merge "docs: studio revision update 1.0" into lmp-docs

* commit '88b8b4a5d07ada880698a0130e607ea65bf2c044':
  docs: studio revision update 1.0

9 years agoam b7ef7fcd: Merge "docs: skd tools revision 24.0.0" into lmp-docs
Rich Slogar [Mon, 8 Dec 2014 18:44:05 +0000 (18:44 +0000)]
am b7ef7fcd: Merge "docs: skd tools revision 24.0.0" into lmp-docs

* commit 'b7ef7fcd40a9e18fed3c0e8c63f454c44ae2453f':
  docs: skd tools revision 24.0.0

9 years agoMerge "docs: studio revision update 1.0" into lmp-docs
Joe Fernandez [Mon, 8 Dec 2014 18:41:09 +0000 (18:41 +0000)]
Merge "docs: studio revision update 1.0" into lmp-docs

9 years agoMerge "Fix hotspot coordinate propagation in ViewGroup and AbsListView" into lmp...
Alan Viverette [Mon, 8 Dec 2014 18:39:55 +0000 (18:39 +0000)]
Merge "Fix hotspot coordinate propagation in ViewGroup and AbsListView" into lmp-mr1-dev

9 years agodocs: studio revision update 1.0
Rich Slogar [Mon, 8 Dec 2014 18:12:32 +0000 (10:12 -0800)]
docs: studio revision update 1.0

Change-Id: I5d6dc9fc029e45df143fbceba846978d15a6bc4d

9 years agoFix hotspot coordinate propagation in ViewGroup and AbsListView
Alan Viverette [Mon, 8 Dec 2014 18:37:39 +0000 (10:37 -0800)]
Fix hotspot coordinate propagation in ViewGroup and AbsListView

There was a weird disconnect between setPressed() and hotspot propagation
behavior. This makes hotspot propagation work like setPressed(). Also
fixes ripple animation during drag-to-open.

BUG: 18631557
BUG: 18593243
Change-Id: Id4adf5d815e4d426b4182aac4d0c780f04472ae4

9 years agoMerge "docs: skd tools revision 24.0.0" into lmp-docs
Rich Slogar [Mon, 8 Dec 2014 18:35:40 +0000 (18:35 +0000)]
Merge "docs: skd tools revision 24.0.0" into lmp-docs

9 years agoMerge "Ensure that loading and unloading of tasks happen symmetrically with lifecycle...
Winson Chung [Mon, 8 Dec 2014 18:30:39 +0000 (18:30 +0000)]
Merge "Ensure that loading and unloading of tasks happen symmetrically with lifecycle events. (Bug 18574950)" into lmp-mr1-dev

9 years agoReinspect notification for dark mode when updated
Jorim Jaggi [Mon, 8 Dec 2014 18:21:26 +0000 (19:21 +0100)]
Reinspect notification for dark mode when updated

Also protect against a crash that might happen when the notification
is updated during an animation.

Bug: 18572620
Change-Id: Ifd6279df395974f7afd0c708a6c87c64de935c62

9 years agoam 39519067: am a4924046: am d48168bd: add survey link
smain@google.com [Mon, 8 Dec 2014 18:16:01 +0000 (18:16 +0000)]
am 39519067: am a4924046: am d48168bd: add survey link

* commit '395190677efb61863de82ba6ce4eeb42311dfe7a':
  add survey link

9 years agoam a4924046: am d48168bd: add survey link
smain@google.com [Mon, 8 Dec 2014 18:10:16 +0000 (18:10 +0000)]
am a4924046: am d48168bd: add survey link

* commit 'a4924046b936a5821b90dcbd7a4bd06447430749':
  add survey link

9 years agoam d48168bd: add survey link
smain@google.com [Mon, 8 Dec 2014 18:02:12 +0000 (18:02 +0000)]
am d48168bd: add survey link

* commit 'd48168bd780f67a9c4a3714d0f551b1f60774d17':
  add survey link

9 years agoam 31a23f3b: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev
Geoff Mendal [Mon, 8 Dec 2014 18:02:08 +0000 (18:02 +0000)]
am 31a23f3b: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev

* commit '31a23f3bb81ea78e2320cc0554d3c06424c4cd7f':
  Import translations. DO NOT MERGE

9 years agoMerge "Offer to "merge" subscribers for data usage." into lmp-mr1-dev
Jeff Sharkey [Mon, 8 Dec 2014 17:57:15 +0000 (17:57 +0000)]
Merge "Offer to "merge" subscribers for data usage." into lmp-mr1-dev

9 years agoMerge "Adjust edit text layout, ripple alphas to be closer to Material spec" into...
Alan Viverette [Mon, 8 Dec 2014 17:57:15 +0000 (17:57 +0000)]
Merge "Adjust edit text layout, ripple alphas to be closer to Material spec" into lmp-mr1-dev

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-sprout-dev
Geoff Mendal [Mon, 8 Dec 2014 17:56:00 +0000 (17:56 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-sprout-dev

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 8 Dec 2014 17:54:50 +0000 (09:54 -0800)]
Import translations. DO NOT MERGE

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

9 years agoadd survey link
smain@google.com [Mon, 8 Dec 2014 17:31:01 +0000 (09:31 -0800)]
add survey link

Change-Id: Ic2c107ea99d803ce54d40eacf0e22c340ea03e2b

9 years agodocs: skd tools revision 24.0.0
Rich Slogar [Mon, 8 Dec 2014 17:49:00 +0000 (09:49 -0800)]
docs: skd tools revision 24.0.0

Change-Id: I92be512be8d3c6898b38b400d1777f3dba8bb206

9 years agoUpdate dark mode when notification is updated
Jorim Jaggi [Mon, 8 Dec 2014 17:41:11 +0000 (18:41 +0100)]
Update dark mode when notification is updated

When the template of a notification changes during a notification
update, we reinflate all the views but didn't update the dark mode.

Bug: 18537470
Change-Id: Iab9278adcbe3bdf39f86019e61b252db0dda7390

9 years agoMerge "Zen: New behavior for built-in downtime + nextalarm conditions." into lmp...
John Spurlock [Mon, 8 Dec 2014 16:47:26 +0000 (16:47 +0000)]
Merge "Zen: New behavior for built-in downtime + nextalarm conditions." into lmp-mr1-dev

9 years agoOffer to "merge" subscribers for data usage.
Jeff Sharkey [Wed, 3 Dec 2014 02:30:14 +0000 (18:30 -0800)]
Offer to "merge" subscribers for data usage.

There are some cases where multiple subscriber identities (IMSI)
should be treated as "merged together" from a data usage
perspective.  This is done by extending the template used for
matching purposes to support multiple subscribers.

Then, when we query historical usage or set network policies, we
normalize the matching template to merge to any other identities
that should be included.  When normalizing, the "lowest" identity
is always used for equality and storage purposes, which allows
identities to come and go over time.

This change also fixes data usage recording for multi-SIM devices
by passing along the concrete subscriber identity for each network
interface.  Also correctly create default policies for multi-SIM
devices.  This change also drops setPolicyDataEnable() until it can
be wired up to the right underlying NetworkAgent.  (This means we
still bring up the network, and then rely on iptables rules to block
traffic when over the limit, instead of proactively disabling the
connection.)

Bug: 18012787
Change-Id: If6acf32009fdfea2b836f5aff8e2f3e5e0248b4a

9 years agoMerge "Import translations. DO NOT MERGE" into lmp-mr1-dev
Geoff Mendal [Mon, 8 Dec 2014 16:40:54 +0000 (16:40 +0000)]
Merge "Import translations. DO NOT MERGE" into lmp-mr1-dev

9 years agoam 9a379e73: am 341c518f: am 43838855: fix migrate instruction step
smain@google.com [Mon, 8 Dec 2014 16:31:34 +0000 (16:31 +0000)]
am 9a379e73: am 341c518f: am 43838855: fix migrate instruction step

* commit '9a379e73cb7deb3157fa20d83d848cfb9d5d87ff':
  fix migrate instruction step

9 years agoam 341c518f: am 43838855: fix migrate instruction step
smain@google.com [Mon, 8 Dec 2014 16:24:46 +0000 (16:24 +0000)]
am 341c518f: am 43838855: fix migrate instruction step

* commit '341c518f88411050a2dfa6b4283540acdc265c5e':
  fix migrate instruction step

9 years agoam 43838855: fix migrate instruction step
smain@google.com [Mon, 8 Dec 2014 16:16:35 +0000 (16:16 +0000)]
am 43838855: fix migrate instruction step

* commit '43838855754bb035c5fb06fe57ec2a089011b866':
  fix migrate instruction step

9 years agofix migrate instruction step
smain@google.com [Mon, 8 Dec 2014 16:07:14 +0000 (08:07 -0800)]
fix migrate instruction step

Change-Id: I28cf353f2b21d06ee256673590501487f8645b05

9 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 8 Dec 2014 16:07:06 +0000 (08:07 -0800)]
Import translations. DO NOT MERGE

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

9 years agoZen: New behavior for built-in downtime + nextalarm conditions.
John Spurlock [Sun, 30 Nov 2014 21:26:19 +0000 (16:26 -0500)]
Zen: New behavior for built-in downtime + nextalarm conditions.

 - Downtime: Allow user to enter downtime early, offer as an end
   condition four hours before downtime starts.  Available in
   either none or priority, regardless of settings configuration.
 - Downtime: Always exit before next alarm if zen=none.
 - Downtime: Make more like any other condition provider, remove
   special status (mostly).
 - Downtime: New auto-triggering rules, allow triggering after a
   manual condition ends, once.
 - Decouple NextAlarm + Downtime providers, allow them to offer
   their conditions at the same time.
 - Downtime/NextAlarm: Update conditions if they change while being
   requested, even if unsubscribed.
 - Make all three built-in condition providers optional, via config.
 - New internal helper for runtime config.
 - Don't follow changes to next alarm, consider the condition false.
 - Isolate downtime calendar logic into separate class (for testing).
 - Allow a:bb -> a:bb as a valid downtime range (all day).
 - Volume dialog: configuration establishes maximum number of visible
   conditions, including built-ins.
 - Zen mode panel: avoid widget updates during layout transition.
 - Zen mode panel: move controller callers to background thread.
 - Zen mode panel: hide/show/rebind rows instead of adding/removing.
 - ZenLog: Add downtime autotrigger results.
 - Volume panel: Smarter refresh on ringer/zen changes.

Bug: 16373455

Change-Id: I4f801018ddb0beb6eb9fa03a81c79f7949888a3f

9 years agoMerge "CEC: Update CEC device info properly" into lmp-mr1-dev
Jinsuk Kim [Mon, 8 Dec 2014 15:43:33 +0000 (15:43 +0000)]
Merge "CEC: Update CEC device info properly" into lmp-mr1-dev