Alan Viverette
3fc00e3139
Improve time picker accessibility
...
Overrides click action description for TimePicker hour/minute selectors
and manually specifies traversal order for radial time picker nodes.
BUG: 17468036
Change-Id: I4472b42a95d762085d7a4d382feb2b9216c0d41c
2014-12-10 09:46:49 -08:00
Elliott Hughes
0aac16bbf1
am b034de7e: am 12f100de: am e8f6cb06: Merge "Fix typo." into lmp-docs
...
* commit 'b034de7eefc82a951bbf36a65b304f9475e1b44c':
Fix typo.
2014-12-09 21:34:06 +00:00
smain@google.com
9ecc18e2e3
am 4267450e: am 780a2231: am 2023bec7: revise ADT migration message b/18668828 and fix broken link
...
* commit '4267450e98ae78877cf77a3b28fb4f449b314114':
revise ADT migration message b/18668828 and fix broken link
2014-12-09 21:34:02 +00:00
smain@google.com
325af3a659
am 5d3ea8af: am fe4b4009: am a111eb84: Merge "clarify release notes pages with more specific titles and new links to related docs." into lmp-docs
...
* commit '5d3ea8af3ce46e53362fda3e42a3df6488ba6367':
clarify release notes pages with more specific titles and new links to related docs.
2014-12-09 21:33:31 +00:00
Rich Slogar
00d635c0ec
am fbbab546: am d3d4fe4d: am 01ab09c2: docs:studio basics images updates
...
* commit 'fbbab5467e5e9af8493099b51ab403ffceb4bd92':
docs:studio basics images updates
2014-12-09 21:33:06 +00:00
Joe Fernandez
33a0828ea6
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
2014-12-09 21:33:02 +00:00
smain@google.com
8503307d67
am d7ce432a: am 2317aa2f: am c4a0882a: edits to sdk install instructions.
...
* commit 'd7ce432ae4ca49f42b23f0bcdc44a091ee96a557':
edits to sdk install instructions.
2014-12-09 21:32:58 +00:00
smain@google.com
664ab72332
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
2014-12-09 21:32:52 +00:00
Derek Sollenberger
04c2bf4f17
Merge "Remove unnecessary/erroneous reference counting" into lmp-mr1-dev
2014-12-09 21:27:39 +00:00
John Reck
14c436897c
Merge "Fix issue with RNA destruction mid-animation" into lmp-mr1-dev
2014-12-09 20:37:17 +00:00
John Reck
c47c98be04
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
2014-12-09 12:35:12 -08:00
Jason Monk
6f6bc554fa
Merge "Push inet condition to new MobileSignalControllers" into lmp-mr1-dev
2014-12-09 20:13:39 +00:00
Pavel Zhamaitsiak
f996d6b7ff
Merge "Added configuration to determine whether VoLTE requires provisioning." into lmp-mr1-dev
2014-12-09 20:06:55 +00:00
Pavel Zhamaitsiak
49b00a9ca4
Merge "IMS: change getMasterValue to getProvisionedValue." into lmp-mr1-dev
2014-12-09 20:06:35 +00:00
Pavel Zhamaitsiak
1437074189
Merge "IMS: add ImsConfig api to get volte provisioned value." into lmp-mr1-dev
2014-12-09 20:05:58 +00:00
Elliott Hughes
b034de7eef
am 12f100de: am e8f6cb06: Merge "Fix typo." into lmp-docs
...
* commit '12f100def9e34a554df07f47badc259028ac4c68':
Fix typo.
2014-12-09 19:30:26 +00:00
Elliott Hughes
12f100def9
am e8f6cb06: Merge "Fix typo." into lmp-docs
...
* commit 'e8f6cb065c33c21dfefe0039739dc38fde5cff6d':
Fix typo.
2014-12-09 19:22:33 +00:00
Elliott Hughes
e8f6cb065c
Merge "Fix typo." into lmp-docs
2014-12-09 19:16:21 +00:00
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
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
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
Jeff Sharkey
2f4ced3009
Merge "Consistent result when signatures don't match." into lmp-mr1-dev
2014-12-09 17:10:12 +00: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