Geoff Mendal
71cb50e269
Import translations. DO NOT MERGE
...
Change-Id: Ia57971f3a657a338508d7d51c727cb0df25ae106
Auto-generated-cl: translation import
2014-11-03 06:48:47 -08:00
Santos Cordon
04f3eebe0d
am 27be7b35: Merge "Split Telecom PhoneAccount registration permissions." into lmp-mr1-dev
...
* commit '27be7b3586dcf87da4badd55693de4fc1c0bfaa7':
Split Telecom PhoneAccount registration permissions.
2014-11-03 07:59:16 +00:00
Santos Cordon
27be7b3586
Merge "Split Telecom PhoneAccount registration permissions." into lmp-mr1-dev
2014-11-03 07:54:05 +00:00
Jeff Brown
634ffc4211
am 13f00f07: Implement multi-press behavior for power key.
...
automerge: a71601a
* commit 'a71601a98c7f37004e1b86757cdbf552564a2e8c':
Implement multi-press behavior for power key.
2014-11-01 14:52:11 +00:00
Jeff Brown
a71601a98c
am 13f00f07: Implement multi-press behavior for power key.
...
* commit '13f00f07d69f087cf186c23ae6c6fc938e2be561':
Implement multi-press behavior for power key.
2014-11-01 14:10:50 +00:00
Jeff Brown
13f00f07d6
Implement multi-press behavior for power key.
...
Added support for brightness boost or setting theater
mode from the power key. This behavior is disabled by default and
must be enabled for specific products in a config.xml overlay.
Because the power key is already so overloaded, refactored the
code to split out handling of the similar ENDCALL button and
renamed all of the state that has to do with screenshot chord
detection to avoid confusion.
Bug: 17949215
Change-Id: Id282133188e3781472aabb64fabcee7b98d0c77d
2014-10-31 19:15:33 -07:00
Amit Mahajan
40d7655026
am 30e51130: Merge "Improve a calculation method for LTE antenna reception level" into lmp-mr1-dev
...
* commit '30e5113000877e053ba4f30b5962a42a4d11fa6e':
Improve a calculation method for LTE antenna reception level
2014-10-31 22:39:39 +00:00
Amit Mahajan
30e5113000
Merge "Improve a calculation method for LTE antenna reception level" into lmp-mr1-dev
2014-10-31 22:35:52 +00:00
Kensuke Ueda
c962b1dcfb
Improve a calculation method for LTE antenna reception level
...
RSRP value thresholds is relatively high compared with
other mobile phone platforms, which make android seems
low sensitive to radio. This patch sets better thresholds.
Bug: 17891524
Change-Id: I502e1c3d08b2a52c51fe93da9b77476ac827a25b
2014-10-31 15:35:23 -07:00
Adam Powell
ba6750c3f4
am af0a6ad8: Merge "AlertDialog metrics and measurement fixes" into lmp-mr1-dev
...
* commit 'af0a6ad8ab29fea9b7b164168d4d080fe010e83a':
AlertDialog metrics and measurement fixes
2014-10-31 22:25:10 +00:00
Adam Powell
af0a6ad8ab
Merge "AlertDialog metrics and measurement fixes" into lmp-mr1-dev
2014-10-31 22:21:07 +00:00
Santos Cordon
2ef87ee728
Split Telecom PhoneAccount registration permissions.
...
Bug: 18106506
Change-Id: Ic825b44c2dc42709073a3990f6a7ca8e372025e9
2014-10-31 14:44:30 -07:00
Adam Powell
42c63290f7
AlertDialog metrics and measurement fixes
...
Bug 17930997
Change-Id: If7b641d4e2d80f7bf44c6f0a996faff53ee403bc
2014-10-31 14:13:32 -07:00
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
c88fbd3cce
Import translations. DO NOT MERGE
...
Change-Id: I1a12ef3a827f9012967fe871ba492647fb78eb60
Auto-generated-cl: translation import
2014-10-29 06:28:28 -07: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
b3a33967d2
Import translations. DO NOT MERGE
...
Change-Id: I6bbba14271ba04f3e4b4836f3e81a22d1c53938f
Auto-generated-cl: translation import
2014-10-27 06:33:49 -07: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