2291 Commits

Author SHA1 Message Date
Geoff Mendal
aa31e475d2 Import translations. DO NOT MERGE
Change-Id: Iac3087ace0ea7c351d1606f37000bfa134249184
Auto-generated-cl: translation import
2014-07-30 12:36:23 -07:00
Adrian Roos
7861c663fd Add setManagingTrust and expose it on lockscreen
Adds a facility for trust agents to indicate if they
are ready to manage trust. Also adds an indication to
the lock icon on the lockscreen to show whether trust is
being managed.

Bug: 15518469
Bug: 16123013

Change-Id: Ie17f588aebeafe66c81dea4a69c733b0d2c72fd4
2014-07-30 12:33:33 +00:00
Winson Chung
b1b191ad66 Merge "Updating lock-to-app look." into lmp-dev 2014-07-25 21:16:23 +00:00
Winson Chung
2915b9d148 Updating lock-to-app look.
- Adding seek bars for tweaking values when in debug mode

Change-Id: I92ae7b431ee170f5d8b31f34349d51a6b7f9ddef
2014-07-28 22:26:36 +00:00
Baligh Uddin
df84404d58 Import translations. DO NOT MERGE
Change-Id: I1fcd1e840d7fbcc47d41e1dc997b685b6c4b9205
Auto-generated-cl: translation import
2014-07-28 23:12:31 +00:00
Jorim Jaggi
02609c1d48 Update alarm icon in status bar.
Now that we have new icons on Keyguard and QS, update it to the same
icon in status bar as well.

Change-Id: I87831a18b51719bb2b90b2198597ae20f61f8bb5
2014-07-28 20:01:10 +00:00
Jorim Jaggi
4b04a3a164 Clear all notifications improvements
- Fix a bug with visibility.
- Improve fling behavior such that the shade open animation still
  looks like that we are decelerating towards the last card.

Change-Id: I1ad167ce0001ff6850f49e819bab944943fa529d
2014-07-28 19:13:35 +00:00
Jorim Jaggi
87d84d4d95 Make user avatar bigger on lockscreen when it is tappable
Also fix some other paddings there.

Change-Id: I6c54b070cde96e7fd21ff3533ee6a4b58547028c
2014-07-28 15:35:09 +02:00
Jorim Jaggi
c7dea6ee9b Implement next alarm info in expanded QS.
Also make the representation of alarm on lockscreen consistent with
QS. In addition, fix a bug where pending app transition was overriden
to make the alarm click interaction look nice.

Bug: 15392951
Bug: 15856205
Change-Id: Iacdf6a38c5c1a7484b4b328c9a3fa4d25e071c64
2014-07-28 15:34:59 +02:00
Jorim Jaggi
0d266899da Fix status icon reappearing for legacy activities
When closing the shade, and underneath was an activity without
colored status bars, the animation for letting the status icons
reappear was strange and the icons faded from 0% alpha. The cause was
possibly that we set hasOverlappingRendering on the whole group but
but inner views used layers for setting the alpha value which
violated the contract in the documentation of
hasOverlappingRendering: "The current implementation of the saveLayer
and saveLayerAlpha methods in Canvas necessitates that a View return
true if it uses the methods internally without passing the
CLIP_TO_LAYER_SAVE_FLAG."

Change-Id: I4b0accc8ec3fb8cb553c6860eb7dba8a12d04364
2014-07-28 15:05:15 +02:00
Jorim Jaggi
629718fdc4 am 1698281b: am 91755f3f: am 54815675: Preview layouts for phone/camera affordance.
* commit '1698281bd8eabfc866655277283d446601cc4891':
  Preview layouts for phone/camera affordance.
2014-07-28 12:20:20 +00:00
Jorim Jaggi
3e0808d1d5 am 54815675: Preview layouts for phone/camera affordance.
* commit '54815675290855c41303478c5c9fc34323f23221':
  Preview layouts for phone/camera affordance.
2014-07-28 12:11:26 +00:00
Jorim Jaggi
b6cdcbc66b Preview layouts for phone/camera affordance.
Bug: 15126905
Change-Id: I72cbb90718e6add22a7c579a647f9f405793961a
2014-07-28 12:06:24 +00:00
ztenghui
29e2dd95fd am 5b942f14: am 6038139c: am ed2a502c: Merge "API REVIEW: VectorDrawable" into lmp-dev
* commit '5b942f1430bc5bf6ee35455919b7985d8fdefdc2':
  API REVIEW: VectorDrawable
2014-07-25 23:42:46 +00:00
Jorim Jaggi
2332ad8c29 am 43dd7d05: am 172ef792: am 6f4d51f1: Add possible string to survive string freeze.
* commit '43dd7d053809036334bd2d572e9fb527e9276dea':
  Add possible string to survive string freeze.
2014-07-25 23:42:42 +00:00
ztenghui
97f3ebf4b4 am ed2a502c: Merge "API REVIEW: VectorDrawable" into lmp-dev
* commit 'ed2a502c3fae8b4faae3a4e83b4b5e111319905f':
  API REVIEW: VectorDrawable
2014-07-25 23:32:59 +00:00
Jorim Jaggi
f2e3029d64 am 6f4d51f1: Add possible string to survive string freeze.
* commit '6f4d51f1a1de790d82c581d659fba636b10820bb':
  Add possible string to survive string freeze.
2014-07-25 23:32:56 +00:00
Jorim Jaggi
ab3d017e11 Add possible string to survive string freeze.
Winter is coming!

Change-Id: I806e8ece14895f9d79127dd7f98b6818d72ecbf1
2014-07-25 23:27:34 +00:00
ztenghui
4883a5ab5e Merge "API REVIEW: VectorDrawable" into lmp-dev 2014-07-25 21:16:23 +00:00
ztenghui
a95c8abb36 API REVIEW: VectorDrawable
- Merge <size> and <viewport> attributes all in to top-level <vector> tag
- Indent attributes under <group> in java doc.
- Updata android:stroke to be android:strokeColor, likewise android:fill
- Instead of android:clipToPath, make this a different clip-path tag.
- Document units of the various attributes
- Add example code for defining a VectorDrawable resource

More than that:
= Refactor the code to better support clipPath as a sub-class.
= Update all the xml files to use the new attributes and clip-path tag.

TODO:
-- Remove clipToPath, since that should happen on build break Friday.

bug:16488254

Change-Id: I6db5680ef83cb26c8f064a60fc7d6e7142974b0f
2014-07-25 23:26:41 +00:00
John Spurlock
f7ce0125a3 am 4a65634b: am 08e7eb03: am ec2b8cb3: Merge "Volume: Show safe media warning in settings." into lmp-dev
* commit '4a65634b3638e1b324ee8899785ab0e86a36778c':
  Volume: Show safe media warning in settings.
2014-07-25 21:13:29 +00:00
John Spurlock
646a6501e7 am ec2b8cb3: Merge "Volume: Show safe media warning in settings." into lmp-dev
* commit 'ec2b8cb3482486d3114ea6f33af272f5e86a56d3':
  Volume: Show safe media warning in settings.
2014-07-25 20:57:59 +00:00
Dan Sandler
1a0883f66a am 42d5fd9f: am d3584b78: am c9d55d0c: Merge "Notification inspector." into lmp-dev
* commit '42d5fd9f919c6e715921b19b2c55480837cdc42c':
  Notification inspector.
2014-07-25 19:42:41 +00:00
Winson Chung
db134cf0cc am 591871c6: am 01caa213: am f61f7bd8: Adding content description for task view buttons.
* commit '591871c62f48877a9de1d4607d4d7b0e30246062':
  Adding content description for task view buttons.
2014-07-25 19:31:01 +00:00
Dan Sandler
7ae09aebe2 am c9d55d0c: Merge "Notification inspector." into lmp-dev
* commit 'c9d55d0cc1aca2840626754c89a30e27c30b1764':
  Notification inspector.
2014-07-25 19:30:44 +00:00
Jorim Jaggi
fbb55b5ab9 am ec5eb56f: am 1437fc51: am bf8ece49: Fix ordering of notifications, user switcher and QS panel
* commit 'ec5eb56f39890acf833ea56a29eaf3e67291085d':
  Fix ordering of notifications, user switcher and QS panel
2014-07-25 19:25:15 +00:00
Selim Cinek
d5080b4fee am 3cd5bb98: am c413de83: am 4f5e6929: Merge "Reintroduced the clear all button" into lmp-dev
* commit '3cd5bb981bffa80c6b0e359414b4ebadcd29de45':
  Reintroduced the clear all button
2014-07-25 19:18:42 +00:00
Winson Chung
58385d11cd am f61f7bd8: Adding content description for task view buttons.
* commit 'f61f7bd82abae5232671f7a3624bc85438880e5f':
  Adding content description for task view buttons.
2014-07-25 19:17:36 +00:00
Winson Chung
a4cc966050 Adding content description for task view buttons. 2014-07-25 19:12:28 +00:00
Jorim Jaggi
d4a846d5fc am bf8ece49: Fix ordering of notifications, user switcher and QS panel
* commit 'bf8ece49a6e43c3d0ad4f8f8b5341e153232b0fb':
  Fix ordering of notifications, user switcher and QS panel
2014-07-25 19:11:12 +00:00
Jorim Jaggi
bc976e3f4c Fix ordering of notifications, user switcher and QS panel
Also closes the user switcher when opening QS on Keyguard because
touch logic would interleave with QS.

Change-Id: I391dc9bcba7f9e2e99c0854d34ed0ec6efbb2f44
2014-07-25 19:03:47 +00:00
Selim Cinek
7807cb6902 am 4f5e6929: Merge "Reintroduced the clear all button" into lmp-dev
* commit '4f5e692954e3918f994c380a723e26670fd02769':
  Reintroduced the clear all button
2014-07-25 17:30:43 +00:00
Jorim Jaggi
69ea13ec66 am f9453e20: Synchronize album fade away with Keyguard dismissal
* commit 'f9453e2010492a9733e697a46d4f6f9070a6ab97':
  Synchronize album fade away with Keyguard dismissal
2014-07-25 13:15:07 +00:00
Jorim Jaggi
4e0880e395 Synchronize album fade away with Keyguard dismissal
Change-Id: I7aaa6213f6070f0db14131a248a62b317309a3bf
2014-07-25 13:09:37 +00:00
John Spurlock
543650bb10 Merge "Volume: Show safe media warning in settings." into lmp-dev 2014-07-24 23:36:47 +00:00
John Spurlock
351346092a Volume: Show safe media warning in settings.
If the safe media warning is enabled, make sure
we display it from the new inline slider preference in
Settings (without showing the volume dialog itself).

Also:
 - Update the warning dialog to the new sysui theme.
 - Separate the warning sentences with an additional line.
 - Fix the auto-dismiss timeout.
 - Add a system property to additionally enable the safe
   media warning for testing
 - Add more information to audio service dumpsys.

Bug:15434662
Change-Id: I95fec12c9049bbfdb7ebdf246160e4b12c0c5be3
2014-07-25 11:27:51 -04:00
Jorim Jaggi
334c4d0148 am 8c662a7e: am 2cfbb96e: am f9453e20: Synchronize album fade away with Keyguard dismissal
* commit '8c662a7e19ed0cb0a135faeb934ccee8f4c3bdf3':
  Synchronize album fade away with Keyguard dismissal
2014-07-25 13:27:03 +00:00
Selim Cinek
0fa095248d am 5c9af19f: am 48f16d6d: am 13476f4d: Implemented new camera affordance
* commit '5c9af19f4c349ee3c4e1ac89bf024cb3fd71ab01':
  Implemented new camera affordance
2014-07-24 23:48:16 +00:00
Dan Sandler
eceda3d838 Reintroduced the clear all button
A new text button is added to the bottom of the notification list
enabling the user to clear all notifications.

Bug: 14826666
Change-Id: I34dcccb59346798cca321bc1a19252b00e7c5689
2014-07-25 19:25:46 +02:00
Dan Sandler
99137c5e8d Merge "Notification inspector." into lmp-dev 2014-07-24 15:36:02 +00:00
Dan Sandler
4247a5c162 Notification inspector.
When longpressing a notification, instead of popping up a
menu we now replace the notification's view with an
inspector showing the app name and icon inline, along with a
proper app info button.

Bug: 15892646
Change-Id: I905e2fd5c9ea5cbbaccabd633f4b8257227a10bc
2014-07-25 15:10:36 -04:00
Baligh Uddin
7e75d21c65 Merge "Import translations. DO NOT MERGE" into lmp-dev 2014-07-24 15:35:58 +00:00
Baligh Uddin
35f6bcecd0 Merge "Import translations. DO NOT MERGE" 2014-07-24 15:35:58 +00:00
Winson Chung
82a1390b6e am 7c3668b5: am fbbf6686: am a6335dad: Merge "Adding fallback transition for animating in/out of affiliate groups." into lmp-dev
* commit '7c3668b5010d0ddd63788385f34232fc91cad725':
  Adding fallback transition for animating in/out of affiliate groups.
2014-07-24 19:58:15 +00:00
Selim Cinek
e587677d42 am 13476f4d: Implemented new camera affordance
* commit '13476f4d7832a2075c99d14217a3f5f47d14bd65':
  Implemented new camera affordance
2014-07-24 15:31:05 +00:00
Selim Cinek
baa2327459 Implemented new camera affordance
Also fixed a bug in the touch logic where you could close the shade / hint
after going to the camera / phone.

Bug: 15126905
Change-Id: Iadfde56cb68f4048868eedec6bd3456f55823cd9
2014-07-24 15:28:10 +00:00
Baligh Uddin
b98c26c270 Import translations. DO NOT MERGE
Change-Id: I411fbeddffb5e7417c3acf510dc05f835a35dd68
Auto-generated-cl: translation import
2014-07-23 20:58:53 -07:00
Baligh Uddin
834ecc777d Import translations. DO NOT MERGE
Change-Id: I87b29540fb7b62fe887fba886a2326aa06e78442
Auto-generated-cl: translation import
2014-07-23 20:54:38 -07:00
Winson Chung
d36795ea11 am a6335dad: Merge "Adding fallback transition for animating in/out of affiliate groups." into lmp-dev
* commit 'a6335dad8ba470bb142b7270e2fe3786e3cd67c0':
  Adding fallback transition for animating in/out of affiliate groups.
2014-07-24 01:26:51 +00:00
Winson Chung
33d7f17f11 am 7c04ca66: am 96af21df: am 86bb7f0a: Merge "Fixing issue with the lock-to-app setting not being refreshed when entering recents." into lmp-dev
* commit '7c04ca66712edf78024156c452287fccefde8479':
  Fixing issue with the lock-to-app setting not being refreshed when entering recents.
2014-07-23 22:08:54 +00:00