150010 Commits

Author SHA1 Message Date
Tyler Gunn
9edf297055 Merge "Hiding missed Video telephony related APIs." into lmp-dev 2014-08-22 19:20:00 +00:00
Ronghua Wu
306afb9142 Merge "VideoView: unhide setVideoURI api and add document." into lmp-dev 2014-08-22 19:16:58 +00:00
Yigit Boyar
1960b32434 Merge "Fix RTL bug for actionbar tooltips" into lmp-dev 2014-08-22 19:15:40 +00:00
Yigit Boyar
a0a6d224ad Merge "Change actionbar title size for landscape" into lmp-dev 2014-08-22 19:15:25 +00:00
Svetoslav
7505e3315c Fix jank in when drawing magnification bounds
There was an off-by-one error in computing the invalidated
rectangle when drawing the magnified region border.

bug:17199352

Change-Id: Id0a1af092b7124bbdca316534c035ed9af829326
2014-08-22 12:14:47 -07:00
Christoph Studer
0a31453864 NoMan: Turn off aggregated stats
Aggregated stats can grow unboundedly and shouldn't be enabled
for prod builds.

Bug: 16777910
Change-Id: I1c9303fc3aab93fd75f4dfbbf2e3de467a72f99e
2014-08-22 21:03:48 +02:00
Christoph Studer
856b2b8135 NoMan: Add flag to turn off aggregated in-mem stats
Bug: 16777910
Change-Id: Ic5baa910988f027c82ba16d713a44cc5d55b8333
2014-08-22 21:03:37 +02:00
Elliott Hughes
dee5cde1ec Don't show the pseudolocales unless we're in developer mode.
The old zz_ZY and zz_ZZ pseudolocales are gone, replaced by ar_XB and en_XA.
The existing check for "developer mode" wasn't working, and now the
pseudolocales are there by default, we want to _remove_ them if we're not
in developer mode rather than add them if we are in developer mode.

Bug: 17190407
Change-Id: I6ee6eba53f5b816ef8e0d1768c94cd3484a196b5
2014-08-22 11:57:15 -07:00
Jae Seo
bdb7dccd8b am 48ca66c3: Merge "TIF: Fix comments in TvContentRating" into lmp-dev
* commit '48ca66c3e9ae6fe0c689ba40780dfdbe2b9d99a1':
  TIF: Fix comments in TvContentRating
2014-08-22 18:48:03 +00:00
Selim Cinek
2ee5f8ff5e Fixed a ltr bug where the buttons disappeared
Bug: 15280748
Change-Id: If2fdeef42cba867c234300f4e5484022c405c587
2014-08-22 20:43:02 +02:00
Jae Seo
ae06aec9bb Merge "TIF: Fix comments in TvContentRating" into lmp-dev 2014-08-22 18:41:32 +00:00
Tyler Gunn
75537ae00d Hiding missed Video telephony related APIs.
Bug: 17188135
Change-Id: I9b569936bff285463d32df878efb26041917c51b
2014-08-22 11:33:13 -07:00
Jae Seo
ceb51abc74 TIF: Fix comments in TvContentRating
Bug: 16876068
Change-Id: I4c8be4ecbbdefac8e85531fa9b918f454b9e45d8
2014-08-22 11:27:10 -07:00
Paul Lawrence
32d06732cd Fix adb backup for encrypted case
New behavior. Backup no longer uses the encryption password. This is in
part because that is hard with patterns, in part because it is a security
issue - the off line backup is much easier to brute force than the phone.

Instead, we simply insist on an encryption password if your device is encrypted
and locked.

Bug: 17159330
Change-Id: Ia22f84722522abf0b569a3ef1e16ead5527c726d
2014-08-22 11:22:43 -07:00
John Reck
01edef10b9 Revert immutable Shader change
Bug: 16733996

Change-Id: I51686aaf8f6ae8d0e390e298ad70f98f81c5f555
2014-08-22 11:15:37 -07:00
Adam Powell
93ecba34c6 am f8e73a96: Merge "Add a missing condition when checking measurement for ActionBarContainer" into lmp-dev
* commit 'f8e73a967defce9e76c3f6e78a79d542647427d3':
  Add a missing condition when checking measurement for ActionBarContainer
2014-08-22 18:10:03 +00:00
Michael Wright
3afd7e7ca7 am f3091f94: Merge "Add Voice Assist key." into lmp-dev
* commit 'f3091f94ba00b32afaa42e1897e10639ad7ec4fc':
  Add Voice Assist key.
2014-08-22 18:09:44 +00:00
Adam Powell
c793c9eb24 Merge "Add a missing condition when checking measurement for ActionBarContainer" into lmp-dev 2014-08-22 18:03:20 +00:00
Michael Wright
931b2e7c3a Merge "Add Voice Assist key." into lmp-dev 2014-08-22 18:02:27 +00:00
Yorke Lee
59432a6b67 am 82f28d2d: Merge "Update normalized phone number for contact for successful call" into lmp-dev
* commit '82f28d2df6bfeac3102f8b35907d853c879b559c':
  Update normalized phone number for contact for successful call
2014-08-22 18:01:58 +00:00
Ronghua Wu
0e9e3b213e VideoView: unhide setVideoURI api and add document.
Bug: 16899444
Change-Id: I576a4b334d8b1fe89f93df3587386ac7f9455687
2014-08-22 10:56:36 -07:00
Yorke Lee
eda777592b Merge "Update normalized phone number for contact for successful call" into lmp-dev 2014-08-22 17:55:49 +00:00
Adam Powell
a12aaa75df Add a missing condition when checking measurement for ActionBarContainer
It even said "non-tab" right there.

Bug 17202141

Change-Id: Iacc7ec9610d2639aab59dd57ba7194178fb6391f
2014-08-22 10:46:55 -07:00
Tyler Gunn
60627b8347 am 0eb2ba88: Merge "Hiding Video telephony related APIs." into lmp-dev
* commit '0eb2ba88f847730b96a4899e4661a4c99edac419':
  Hiding Video telephony related APIs.
2014-08-22 17:20:46 +00:00
Tyler Gunn
705e9879fc Merge "Hiding Video telephony related APIs." into lmp-dev 2014-08-22 17:12:57 +00:00
Brian Carlstrom
5bdacd71fe am 0830d164: Merge "Move SystemBackupAgent from services.jar to frameworks.jar" into lmp-dev
* commit '0830d1649d4dfa74f9e055930d205bf271611187':
  Move SystemBackupAgent from services.jar to frameworks.jar
2014-08-22 17:08:59 +00:00
Jason Monk
f45161aa07 am 8db91925: Merge "Switch to proper networkcallback api" into lmp-dev
* commit '8db919252fec6cb7b7311f2e186315f05a9a9a02':
  Switch to proper networkcallback api
2014-08-22 17:04:36 +00:00
Jeff Davidson
fde0437069 am 3277eb42: Merge "Allow NetworkRequest release from the system process." into lmp-dev
* commit '3277eb42f56f19584b7b53475287b5577232d1a5':
  Allow NetworkRequest release from the system process.
2014-08-22 17:04:31 +00:00
Brian Carlstrom
9a434ae00f Merge "Move SystemBackupAgent from services.jar to frameworks.jar" into lmp-dev 2014-08-22 17:03:49 +00:00
Jason Monk
2180d39407 Merge "Switch to proper networkcallback api" into lmp-dev 2014-08-22 16:56:44 +00:00
Jeff Davidson
717d95161a Merge "Allow NetworkRequest release from the system process." into lmp-dev 2014-08-22 16:52:33 +00:00
Baligh Uddin
490d724b2a am e90ad6e3: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev
* commit 'e90ad6e3a8ca4cc8ca0dbcd310816072fe1da9a5':
  Import translations. DO NOT MERGE
2014-08-22 16:52:10 +00:00
Baligh Uddin
51adc1093e am 74331893: (-s ours) Merge "Import translations. DO NOT MERGE" into lmp-dev
* commit '743318934f52ff0ba8f640bc40a5385db1872cd4':
  Import translations. DO NOT MERGE
2014-08-22 16:52:04 +00:00
Baligh Uddin
a79cdd0485 Merge "Import translations. DO NOT MERGE" into lmp-dev 2014-08-22 16:50:08 +00:00
Baligh Uddin
84cd553454 Merge "Import translations. DO NOT MERGE" into lmp-dev 2014-08-22 16:41:28 +00:00
John Spurlock
b49d837ef8 am d2792dae: Merge "Zen: "Muted by <x>" indicator string." into lmp-dev
* commit 'd2792dae7f4bf729f39706a04809a03f38fd64a0':
  Zen: "Muted by <x>" indicator string.
2014-08-22 16:14:47 +00:00
John Spurlock
2b0fea9b1a Merge "Zen: "Muted by <x>" indicator string." into lmp-dev 2014-08-22 16:06:06 +00:00
Youngsang Cho
e6325b239d am deeb5e37: Merge "Send notification messages immediatelly" into lmp-dev
* commit 'deeb5e374eebb2d6520fa4ccc784d01681e254fb':
  Send notification messages immediatelly
2014-08-22 16:05:17 +00:00
Youngsang Cho
e91f83c88e Merge "Send notification messages immediatelly" into lmp-dev 2014-08-22 15:54:12 +00:00
Youngsang Cho
9044be13dc Send notification messages immediatelly
Notification messages are posted through a handler with a main thread.
When a caller of TIS.notifyXXX runs also in a main thread, the notification
is delivered after the method including the caller is finished.
So we added runOnMainThread and made notification messages sent through
runOnMainThread.

Change-Id: Ieb2c5c04ff031e42a532acfc45e0174563265c6b
2014-08-23 00:53:31 +09:00
Selim Cinek
415ccb29f2 am 953dd5e4: Merge "Fixed focusing order for the notification panel and QS" into lmp-dev
* commit '953dd5e4722cf05c08d30ee4f0f653023e499e0b':
  Fixed focusing order for the notification panel and QS
2014-08-22 15:48:52 +00:00
Selim Cinek
ece4a834e8 Merge "Fixed focusing order for the notification panel and QS" into lmp-dev 2014-08-22 15:35:54 +00:00
Jason Monk
92b5c8196b Switch to proper networkcallback api
This will listen properly for the connection of the VPNs.  It will
also listen for disconnects, but may catch them slightly delayed
as the connection may be held on to.

Bug: 16153201
Bug: 17164598
Change-Id: I0c522f7fb4007c3376153c4b2a0345391e0b724f
2014-08-22 11:26:32 -04:00
Selim Cinek
e32010ac61 Fixed focusing order for the notification panel and QS
Also fixed multiple bugs regarding focusability, where
some elements were focusable even though invisible.
The buttons, QS-tiles, QS-detail buttons, QS Header
icons and other elements now have the correct focusability
state.
The rect indicating accessibility focus is now also
correct for dual label tiles, instead of just the whole
button.
Also fixes an ordering issue where notifications were above
the camera circle when launching.
In addition the focus order of the notifications now work
correctly.

Bug: 15569922
Bug: 15682123
Bug: 17159249
Bug: 15690386
Change-Id: Ie9f7ae73397b41ce2e9a4060699301fdef3a0d01
2014-08-22 17:13:36 +02:00
John Spurlock
a34cb5e363 Zen: "Muted by <x>" indicator string.
Bug:16958514
Change-Id: Ic2b9cde74df29ce70f4991f64759544c91e9fac3
2014-08-22 10:52:55 -04:00
Jessica Hummel
50582cc7ee am e8bedefe: Merge "Final strings tweaks for work profile" into lmp-dev
* commit 'e8bedefebd2ec5a79bb5a13d904cfbadcfd3d089':
  Final strings tweaks for work profile
2014-08-22 14:36:57 +00:00
Jessica Hummel
f9220b3953 Merge "Final strings tweaks for work profile" into lmp-dev 2014-08-22 14:26:56 +00:00
Kenny Guy
6a205dd37e am 28088d5b: Merge "Fix notification badge when line 3 not shown." into lmp-dev
* commit '28088d5b3b58a815910e815347cf38e8093a7d7a':
  Fix notification badge when line 3 not shown.
2014-08-22 14:26:56 +00:00
Christoph Studer
652f3e84f6 am 2af8bb02: Merge "SysUI: Fix NotificationData dump" into lmp-dev
* commit '2af8bb0244633292d0143f9204363db1919166cf':
  SysUI: Fix NotificationData dump
2014-08-22 14:26:50 +00:00
Adrian Roos
26277ea5ec am d7efee2a: Merge "Only run TrustAgentServices for users with secure keyguards" into lmp-dev
* commit 'd7efee2a4168123572769032b6d37a6324b138cd':
  Only run TrustAgentServices for users with secure keyguards
2014-08-22 14:26:46 +00:00