158762 Commits

Author SHA1 Message Date
smain@google.com
4267450e98 am 780a2231: am 2023bec7: revise ADT migration message b/18668828 and fix broken link
* commit '780a2231ff23d85e56a7a7ddd4a4768d85d6a0c9':
  revise ADT migration message b/18668828 and fix broken link
2014-12-09 19:04:30 +00:00
smain@google.com
780a2231ff am 2023bec7: revise ADT migration message b/18668828 and fix broken link
* commit '2023bec7bfed3175819abbe59ebc974872c7981c':
  revise ADT migration message b/18668828 and fix broken link
2014-12-09 18:56:20 +00:00
Selim Cinek
242323969d Merge "Fixed accessibility for the pin input view on keyguard." into lmp-mr1-dev 2014-12-09 18:48:52 +00:00
Ricardo Cervera
c2d024255e docs: Add new classes to Wearable UI library
Bug: 18488927

Change-Id: If91993a456bd939f6c51f60500cf325f5eca1d29
2014-12-09 10:48:23 -08:00
Adrian Roos
c3642ef5c8 Merge "Revert "Add overscan insets to surface frame dimensions in WallpaperService."" into lmp-mr1-dev 2014-12-09 18:44:31 +00:00
Derek Sollenberger
ee648e517f 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
2014-12-09 18:36:42 +00:00
Adrian Roos
456e667491 Merge "Revert "Fix calculation of overscan insets in WindowState."" into lmp-mr1-dev 2014-12-09 18:34:53 +00:00
Ricardo Cervera
8ba131684f docs: Adding links to material design videos
Change-Id: I07d849f9338a35179b0bb967e8ea3dd29736730a
2014-12-09 10:33:02 -08:00
Adrian Roos
2ae3805efb Revert "Add overscan insets to surface frame dimensions in WallpaperService."
This reverts commit a2838dfc2c1c49b6638a59e82cd8758624efd660.

Bug: 18630625
Bug: 18659737
Change-Id: Ic02930e0200498289b781436cda1da6e4e1752bb
2014-12-09 18:32:07 +00:00
Elliott Hughes
547b0acae1 Fix typo.
Bug: https://code.google.com/p/android/issues/detail?id=78422

(cherry picked from commit 0adcf15ad8b41559b50b3cbde6a103582f8c95b8)

Change-Id: I62746a0690e9845b20b23b91f2a50d85214e8aa1
2014-12-09 10:31:37 -08:00
Etan Cohen
b332eda5eb Added configuration to determine whether VoLTE requires provisioning.
Bug: 18576107
Change-Id: I7e2e7f6549e3e1b94ad7aa4126b26fcb5dcd807b
2014-12-09 10:03:21 -08:00
Libin.Tang@motorola.com
2cdac3bd53 IMS: change getMasterValue to getProvisionedValue.
Bug: 18576107
Change-Id: I21293d42b87911a98af8169b697d0e40eafb8760
2014-12-09 10:03:21 -08:00
Libin.Tang@motorola.com
bec2c3e251 IMS: add ImsConfig api to get volte provisioned value.
Bug: 18576107
Change-Id: I22d9f675ec607c30906b36cdab72e4d25463ecf5
2014-12-09 10:03:21 -08:00
Alan Viverette
6ef76c60df Merge "Fix default value of AnimationDrawable's one shot property" into lmp-mr1-dev 2014-12-09 17:59:08 +00:00
Wink Saville
15b29ac7fa Merge "Add subId as parameter for get/setDataEnabled." into lmp-mr1-dev 2014-12-09 17:52:27 +00:00
Jason Monk
25d8a48e73 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
2014-12-09 12:51:35 -05:00
Selim Cinek
c199ef3759 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
2014-12-09 18:49:42 +01:00
Alan Viverette
0b9ab9749a Fix default value of AnimationDrawable's one shot property
BUG: 18676499
Change-Id: Iaaf134b3a58a04cd99db001edc4438ee75dab878
2014-12-09 09:48:18 -08:00
Ricardo Cervera
23efef3ca9 docs: Design guidelines for watch faces draft.
Bug: 18338418

Change-Id: Ibf699ee48b7d4ac2800a435e4d95c2b15278861f
2014-12-09 09:19:17 -08:00
Jeff Sharkey
2f4ced3009 Merge "Consistent result when signatures don't match." into lmp-mr1-dev 2014-12-09 17:10:12 +00:00
Ricardo Cervera
369de296b4 docs: Add links to wearable support zip for ADT
Bug: 16651409
Bug: 18488729

Change-Id: I088fc86a469703f81fdc1e6b36395bcee8ecbf28
2014-12-09 08:34:32 -08:00
Jorim Jaggi
9ba89ad8eb Merge "Make hint text centerred if multiline" into lmp-mr1-dev 2014-12-09 15:11:48 +00:00
Jorim Jaggi
99117c9b11 Merge "Reinspect notification for dark mode when updated" into lmp-mr1-dev 2014-12-09 15:11:23 +00:00
Jorim Jaggi
0d0bd44d64 Merge "Update dark mode when notification is updated" into lmp-mr1-dev 2014-12-09 15:10:52 +00:00
Adrian Roos
3236f3a93a Revert "Fix calculation of overscan insets in WindowState."
This reverts commit ff778fe450ca2d0e554aa6aee7a9da1cda46d4d5.

Bug: 18659737
Change-Id: I1efc59edfb8ded946cc14f5c4d6f532ac291bd81
2014-12-09 15:06:40 +00:00
Dan Sandler
c846632762 Squelch chatty log messages.
Bug: 18666850
Change-Id: I0f9fe4fd0143b5668f66bd0a9c407a5018876b44
2014-12-09 14:37:29 +00:00
Dan Sandler
e912c9cc39 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
2014-12-09 14:36:46 +00:00
smain@google.com
2023bec7bf revise ADT migration message
b/18668828
and fix broken link

Change-Id: I64cba60ebdd0649a0394e0f4284160514f56099e
2014-12-08 19:37:17 -08:00
smain@google.com
5d3ea8af3c am fe4b4009: am a111eb84: Merge "clarify release notes pages with more specific titles and new links to related docs." into lmp-docs
* commit 'fe4b4009dab1b8de1c1eca6ee0f39f3b0786f45b':
  clarify release notes pages with more specific titles and new links to related docs.
2014-12-09 03:05:03 +00:00
smain@google.com
fe4b4009da am a111eb84: Merge "clarify release notes pages with more specific titles and new links to related docs." into lmp-docs
* commit 'a111eb840bd85c74bf77efca4fce0213b56ff1bd':
  clarify release notes pages with more specific titles and new links to related docs.
2014-12-09 02:56:33 +00:00
smain@google.com
a111eb840b Merge "clarify release notes pages with more specific titles and new links to related docs." into lmp-docs 2014-12-09 02:48:50 +00:00
Dianne Hackborn
8b33cf4d34 Merge "Work on issue #18640385: Add procstats test mode" into lmp-mr1-dev 2014-12-09 01:53:37 +00:00
Dianne Hackborn
1a4b5a4f02 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
2014-12-08 17:43:31 -08:00
smain@google.com
549726afcf clarify release notes pages with more specific titles and
new links to related docs.

Change-Id: I2532b0eb0fec0999c59b62e5a709a74ba7a1185f
2014-12-08 17:39:11 -08:00
Mathieu Chartier
52070f81f2 Merge "Add more -d dalvik details to dumpsys" into lmp-mr1-dev 2014-12-09 01:24:52 +00:00
Pavel Zhamaitsiak
0f78ad87f0 Merge "IMS: start and stop dtmf tones." into lmp-mr1-dev 2014-12-09 01:24:46 +00:00
Jeff Sharkey
10bef1d2f4 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
2014-12-08 16:41:04 -08:00
Mathieu Chartier
25c5e2b12d 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
2014-12-08 16:38:20 -08:00
Adam Lesinski
fbba9b57a3 Merge "AAPT: Dump status of required flag for uses-feature" into lmp-mr1-dev 2014-12-09 00:31:59 +00:00
Rich Slogar
fbbab5467e am d3d4fe4d: am 01ab09c2: docs:studio basics images updates
* commit 'd3d4fe4d9a1bfdc0a8290b492cf16cf733fdc61b':
  docs:studio basics images updates
2014-12-09 00:26:38 +00:00
Joe Fernandez
2a83bc2be6 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
2014-12-09 00:26:30 +00:00
smain@google.com
d7ce432ae4 am 2317aa2f: am c4a0882a: edits to sdk install instructions.
* commit '2317aa2f734c6760698a8b6a6cee451ef34c09b7':
  edits to sdk install instructions.
2014-12-09 00:26:26 +00:00
smain@google.com
aba6a4327b am 02cd3a40: am 6ae492e6: changes to deprecate eclipse docs and update migration guide
* commit '02cd3a401fa04241ca91eef24fb9c85b1f00fedb':
  changes to deprecate eclipse docs and update migration guide
2014-12-09 00:26:23 +00:00
Rich Slogar
d3d4fe4d9a am 01ab09c2: docs:studio basics images updates
* commit '01ab09c2a960f20ed4df5148df05ea1d5904feae':
  docs:studio basics images updates
2014-12-09 00:15:39 +00:00
Joe Fernandez
4c3b3324fc am f4814b87: docs: Change Eclipse deprecation language on sdk/index.html page
* commit 'f4814b874abc80941a0f86975a4511b0bb1a8b93':
  docs: Change Eclipse deprecation language on sdk/index.html page
2014-12-09 00:15:36 +00:00
smain@google.com
2317aa2f73 am c4a0882a: edits to sdk install instructions.
* commit 'c4a0882a5dc06f1146aef51eff0845d4b086164d':
  edits to sdk install instructions.
2014-12-09 00:15:31 +00:00
smain@google.com
02cd3a401f am 6ae492e6: changes to deprecate eclipse docs and update migration guide
* commit '6ae492e672895affb47488db2d224634fe0b487b':
  changes to deprecate eclipse docs and update migration guide
2014-12-09 00:15:27 +00:00
Alan Viverette
7781647aa9 Merge "Fix auto-advance regression in radial time picker" into lmp-mr1-dev 2014-12-09 00:08:01 +00:00
Alan Viverette
11a68e1803 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
2014-12-08 15:54:38 -08:00
Adam Lesinski
73a05114b0 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
2014-12-08 15:54:12 -08:00