10263 Commits

Author SHA1 Message Date
Svetoslav
97fcd2b5d1 am b1ecf0d7: Merge "Adding APIs to enable apps to influence accessibility traversal." into lmp-mr1-dev
* commit 'b1ecf0d776a2dce5d60802f83fb97c893ba42bf1':
  Adding APIs to enable apps to influence accessibility traversal.
2014-10-31 19:57:18 +00:00
Svetoslav
6c70290ff0 Adding APIs to enable apps to influence accessibility traversal.
Accessibility focus is a token that can be put on any view and is
entirely controlled by accessibility services which decide whether
to put accessibility focus on a given view and what the traversal
strategy is.

Currently accessibility service use the view tree structure for
traversal which does not always reflect the logical order and the
user experience is sub-optimal. In such cases apps should be able
to influence how they are traversed for accessibility.

This change adds the notion of an accessibilty traversal order.
If a view has next in the traversal, an accessibility service has
to traverse the content of this view before traversing the content
next one.

This change will enable accessibility service to move away from
using the view tree and use spatial location of the content while
app developers can also influence the treversal order.

bug:17319923

Change-Id: Ib67ae4577f30b2c96575c71538dc1afdea08bfd3
2014-10-30 16:55:53 -07:00
Alan Viverette
3c5cc234ee am 674a3a21: Merge "Distinguish unspecified and explicit null values in resources" into lmp-mr1-dev
* commit '674a3a21cba94c129b322b05bbaaf9b1fc8afbd8':
  Distinguish unspecified and explicit null values in resources
2014-10-30 00:45:56 +00:00
Alan Viverette
674a3a21cb Merge "Distinguish unspecified and explicit null values in resources" into lmp-mr1-dev 2014-10-30 00:41:44 +00:00
Alan Viverette
65d792e46c am 10450405: Merge "Show scroll indicators in AlertDialog" into lmp-mr1-dev
* commit '104504053d33d337d52350960c48a1edc5ba1444':
  Show scroll indicators in AlertDialog
2014-10-30 00:22:05 +00:00
Alan Viverette
104504053d Merge "Show scroll indicators in AlertDialog" into lmp-mr1-dev 2014-10-30 00:18:32 +00:00
Alan Viverette
154c2c24dc Show scroll indicators in AlertDialog
BUG: 16353356
Change-Id: I0307283751ccb23b9d85b0c36cb78b01243e70dd
2014-10-30 00:18:22 +00:00
Alan Viverette
f296940502 Distinguish unspecified and explicit null values in resources
BUG: 17919345
Change-Id: Ic4f04f7dd0f986f58a749b5950d80c1cfdb074ea
2014-10-29 17:09:36 -07:00
Alan Viverette
9b5a4e9daf am 66c0adcf: Merge "Ensure accessibility focus rect is drawn correctly" into lmp-mr1-dev
* commit '66c0adcfd4351518512df2f3e81526d2d67d6d65':
  Ensure accessibility focus rect is drawn correctly
2014-10-29 22:55:53 +00:00
Jeff Hao
73577862ff am b1346d78: Merge "Change boot screen title to "Android is starting" when not upgrading." into lmp-mr1-dev
* commit 'b1346d7829b83bcd813bc73506525822f4148429':
  Change boot screen title to "Android is starting" when not upgrading.
2014-10-29 22:55:29 +00:00
Alan Viverette
73ab31f610 am 7a0ae7ed: Merge "Add content description to Toolbar collapse button" into lmp-mr1-dev
* commit '7a0ae7ed31a9e7e296c549dfbf035bf4270be69c':
  Add content description to Toolbar collapse button
2014-10-29 22:51:47 +00:00
Alan Viverette
66c0adcfd4 Merge "Ensure accessibility focus rect is drawn correctly" into lmp-mr1-dev 2014-10-29 22:05:05 +00:00
Jeff Hao
b1346d7829 Merge "Change boot screen title to "Android is starting" when not upgrading." into lmp-mr1-dev 2014-10-29 21:47:30 +00:00
Jeff Hao
9f60c08a44 Change boot screen title to "Android is starting" when not upgrading.
Bug: 17565501
Change-Id: Id5741e6e7a40750feee1cd7306e79f7baeec67de
2014-10-29 14:42:39 -07:00
Alan Viverette
7a0ae7ed31 Merge "Add content description to Toolbar collapse button" into lmp-mr1-dev 2014-10-29 18:00:12 +00:00
Geoff Mendal
6904eac728 Import translations. DO NOT MERGE
Change-Id: I1012614178f62c67479ef217b92afe7444d2f075
Auto-generated-cl: translation import
2014-10-29 06:18:50 -07:00
Geoff Mendal
2ceaee6dea Import translations. DO NOT MERGE
Change-Id: I9ae72e34f8e819d5c8e8b3f5c96cd737d680bde0
Auto-generated-cl: translation import
2014-10-29 06:14:09 -07:00
Alan Viverette
85085343b3 Add content description to Toolbar collapse button
BUG: 17722111
Change-Id: If6caa8bc61b0d178648952c419591380f4edf4ba
2014-10-28 16:42:24 -07:00
Alan Viverette
632af84924 Ensure accessibility focus rect is drawn correctly
Reverts previous change that draws it as part of View.draw() and ensures
that the display is always redrawn if a view has accessibility focus.
Correctly removes focus from views with accessibility focused ancestors.

Also reverts the focus indicator to use a solid line since the dotted
line looked janky.

BUG: 17675993
Change-Id: I25718334cc1ae1c2cd19d3c23af1c18c6a67504c
2014-10-28 20:57:47 +00:00
John Spurlock
e8c3c3f706 am 2896517b: Merge "Zen: Fix quantity format specifiers for quantity=1." into lmp-mr1-dev
* commit '2896517ba13d9b670a749a626ea1270bb446017c':
  Zen: Fix quantity format specifiers for quantity=1.
2014-10-28 20:10:27 +00:00
John Spurlock
2896517ba1 Merge "Zen: Fix quantity format specifiers for quantity=1." into lmp-mr1-dev 2014-10-28 20:04:20 +00:00
John Spurlock
9c4b060e41 Zen: Fix quantity format specifiers for quantity=1.
Bug: 16824863
Change-Id: I3c7fc5961cd65b0b8291b7d9aef6110e6dfe85f1
2014-10-28 15:49:25 -04:00
Jason Monk
dda619395b Merge "Add hotspot icon to status bar" into lmp-mr1-dev
automerge: 09895be

* commit '09895be87e327a7e2090c88cb4a5fc997f33103c':
  Add hotspot icon to status bar
2014-10-28 19:15:45 +00:00
Jason Monk
09895be87e Merge "Add hotspot icon to status bar" into lmp-mr1-dev 2014-10-28 18:27:06 +00:00
John Spurlock
93e40ba6c4 am ee990413: Merge "Zen: Show "(until 4:56 PM)" in exit conditions." into lmp-mr1-dev
* commit 'ee990413b51b41e4fe8940cba703bdfb56a12018':
  Zen: Show "(until 4:56 PM)" in exit conditions.
2014-10-28 17:17:03 +00:00
John Spurlock
c90e6fe863 Zen: Show "(until 4:56 PM)" in exit conditions.
Implement two-line exit conditions, display the duration + end
time on separate lines.

Bug: 16824863
Change-Id: I8dabc83042fce604ccb86b463b9bb547c7903c64
2014-10-28 12:57:43 -04:00
Jason Monk
952d5d8d8a Add hotspot icon to status bar
Bug: 17318034
Change-Id: I291fe6bf7ac8c2faffd37cfda436ef050c1c5ca5
2014-10-28 09:31:42 -04:00
Ari Sachter-Zeltzer
35bedd19d4 am 20edd053: Merge "fixed jank on activity close exit with better alpha interpolation" into lmp-mr1-dev
* commit '20edd0532738e9df72da0a9b6d39d541b9cb1ca9':
  fixed jank on activity close exit with better alpha interpolation
2014-10-28 09:01:39 +00:00
Ari Sachter-Zeltzer
20edd05327 Merge "fixed jank on activity close exit with better alpha interpolation" into lmp-mr1-dev 2014-10-28 08:58:23 +00:00
Evan Charlton
8e2505760c am 2ad5eb53: Merge "Move telecom permission to the public API" into lmp-mr1-dev
* commit '2ad5eb538ddddb56fe96482a644c0519156bf2bd':
  Move telecom permission to the public API
2014-10-27 20:36:39 +00:00
George Mount
3437192547 am 03d5c6f5: Merge "Add resizeClip attribute to ChangeBounds." into lmp-mr1-dev
* commit '03d5c6f55b316a5b0e1aae405077d1083df60b36':
  Add resizeClip attribute to ChangeBounds.
2014-10-27 20:35:59 +00:00
Evan Charlton
2ad5eb538d Merge "Move telecom permission to the public API" into lmp-mr1-dev 2014-10-27 17:08:33 +00:00
George Mount
03d5c6f55b Merge "Add resizeClip attribute to ChangeBounds." into lmp-mr1-dev 2014-10-27 14:30:34 +00:00
Geoff Mendal
01c73d1e68 Import translations. DO NOT MERGE
Change-Id: I93babd2bb45e9ad743f0a06154a55d2809b6f12a
Auto-generated-cl: translation import
2014-10-27 06:23:02 -07:00
Geoff Mendal
9162890f05 Import translations. DO NOT MERGE
Change-Id: I39fda7f92c545242da499b8bb93a044820e17560
Auto-generated-cl: translation import
2014-10-27 06:17:58 -07:00
George Mount
b7573c2dba Add resizeClip attribute to ChangeBounds.
Bug 17765948

Added the XML attribute for the resizeClip property of
ChangeBounds. Also updated support for resizing a view
using its clip bounds and position to fix the TODO.

Change-Id: I358d07d6a28fed4b7f39f9ccb9d89b9325f64239
2014-10-24 16:21:01 -07:00
Evan Charlton
cef5a5404a Move telecom permission to the public API
Make REGISTER_PROVIDER_OR_SUBSCRIPTION and REGISTER_CONNECTION_MANAGER
part of the public API so that they can be used by third-party apps.

Bug: 18114695
Change-Id: I1b8578cbc82e95ea78b4a2166f4a23650a0c375f
2014-10-24 15:40:35 -07:00
Alan Viverette
4329ad3be8 Merge "Add support for Explore by Touch to RadialTimePickerView" into lmp-mr1-dev
automerge: 1ac5266

* commit '1ac52667ee03af090bb13d1ccf45ee6f38ddee3c':
  Add support for Explore by Touch to RadialTimePickerView
2014-10-24 20:48:05 +00:00
Alan Viverette
ffb46bf295 Add support for Explore by Touch to RadialTimePickerView
Also adds IntArray, which is like LongArray for integers, and prevents
the AM/PM label text in the time picker header from wrapping.

BUG: 17468036
Change-Id: I7120089885709f23e20368927e4b3ed9db2e5393
2014-10-24 12:06:11 -07:00
Etan Cohen
926ff714b7 am fad9dd3a: Uniform configurations for all T-Mobile MCC/MNCs: VoLTE & MTU size.
* commit 'fad9dd3a382642141455a4e92cd10e64f886f9a3':
  Uniform configurations for all T-Mobile MCC/MNCs: VoLTE & MTU size.
2014-10-23 20:35:47 +00:00
Pavel Zhamaitsiak
b01a597924 am c8a09d54: Merge "Separate VoLTE and VT configurations to enable devices/carriers to have VoLTE without VT." into lmp-mr1-dev
* commit 'c8a09d543429e1a937a13e2173c96255579495f7':
  Separate VoLTE and VT configurations to enable devices/carriers to have VoLTE without VT.
2014-10-23 20:35:43 +00:00
Etan Cohen
fad9dd3a38 Uniform configurations for all T-Mobile MCC/MNCs: VoLTE & MTU size.
Copied from 310/260 settings.

Bug: 17519887
Change-Id: I0f5b132aac027239e5091d6f35dfce77dca6fff2
2014-10-23 20:25:42 +00:00
Etan Cohen
e41a9cf9f7 Separate VoLTE and VT configurations to enable devices/carriers to have VoLTE without VT.
Change-Id: I233b003af57a550f2f51b12213700ab0451039e5
2014-10-23 19:15:13 +00:00
Ye Wen
127597e92f am e6ac3c71: am 4e0ba198: am 9d28487e: Merge "Disable Content-Disposition header for 53005 and 310120" into lmp-dev
* commit 'e6ac3c71193545a490a526a1c935d06f800653eb':
  Disable Content-Disposition header for 53005 and 310120
2014-10-23 09:19:38 +00:00
Ye Wen
e6ac3c7119 am 4e0ba198: am 9d28487e: Merge "Disable Content-Disposition header for 53005 and 310120" into lmp-dev
* commit '4e0ba1988a66ed731b0100554dc17ff44a07d164':
  Disable Content-Disposition header for 53005 and 310120
2014-10-23 08:02:34 +00:00
Alan Viverette
eb09aaa5ac am e1201e87: Merge "Lighten action bar on light theme, use secondary color for subtitle" into lmp-mr1-dev
* commit 'e1201e87f4eb83783d8f9f3e46699cc18abb03f6':
  Lighten action bar on light theme, use secondary color for subtitle
2014-10-23 07:55:39 +00:00
Bryce Lee
477fa01286 am 49cb52e2: Merge "resolved conflicts for merge of f03ba4f1 to lmp-mr1-dev" into lmp-mr1-dev
* commit '49cb52e296c48613c2177bfcb14fc67e21b9ae03':
  [Theater Mode] framework implementation through global setting
2014-10-23 07:55:21 +00:00
Ye Wen
4e0ba1988a am 9d28487e: Merge "Disable Content-Disposition header for 53005 and 310120" into lmp-dev
* commit '9d28487e05b6f5b2c4d464467f932060de463067':
  Disable Content-Disposition header for 53005 and 310120
2014-10-23 07:55:19 +00:00
Alan Viverette
e1201e87f4 Merge "Lighten action bar on light theme, use secondary color for subtitle" into lmp-mr1-dev 2014-10-23 01:28:50 +00:00
Alan Viverette
bd266fef81 Lighten action bar on light theme, use secondary color for subtitle
Also cleans up some code in ActionBarView.

BUG: 17987639
Change-Id: I7dcdf18748d6da5792900ab9a78775a0511f982a
2014-10-22 17:20:17 -07:00