9860 Commits

Author SHA1 Message Date
Winson Chung
061e315cea am 244ea328: Fixing issue where home was triggered on top of other activities being launched. (Bug 16823617)
* commit '244ea328ca503b4c77d911df3955ad5c20622d94':
  Fixing issue where home was triggered on top of other activities being launched. (Bug 16823617)
2014-08-06 01:17:57 +00:00
Jeff Sharkey
0688facd32 am b48c4d34: Use system collator for display names.
* commit 'b48c4d3469035c8d7b8710b5fd775c130d0775a8':
  Use system collator for display names.
2014-08-06 01:17:51 +00:00
Jorim Jaggi
9870d04d09 am a6d43996: Fix more card on Keyguard overflow.
* commit 'a6d4399698e598930d6d37fcb4bb2dfaf2f88ffe':
  Fix more card on Keyguard overflow.
2014-08-06 01:17:13 +00:00
Jorim Jaggi
82e55f68b0 am e1ca69d3: Fix pressed state when long pressing nav bar buttons
* commit 'e1ca69d31e11b4279c5e2a84841bc7e99041b02e':
  Fix pressed state when long pressing nav bar buttons
2014-08-06 01:17:09 +00:00
Winson Chung
cdcd487aba Fixing issue where home was triggered on top of other activities being launched. (Bug 16823617)
- Also fixes issue with the Recents hide message being clobbered
2014-08-06 01:02:15 +00:00
Jeff Sharkey
fa5ec770ec Use system collator for display names.
Continue sorting directory names first, but use system collator in
case-insensitive ordering.

Bug: 13545569
Change-Id: I24b314c9ef42f397bc96f474d9593bdefc0061d1
2014-08-06 00:56:45 +00:00
Jorim Jaggi
1328569d33 Fix more card on Keyguard overflow.
Bug: 15719165
Change-Id: Ie1e99dd722d7fcd52c0ce2eda968885835004b2b
2014-08-05 23:37:31 +00:00
Jorim Jaggi
5eb4c19043 Fix pressed state when long pressing nav bar buttons
Bug: 16018025

Change-Id: Ic2bc96feae8a68e471fe902ae05611719ecf8dad
2014-08-05 23:13:40 +00:00
Jorim Jaggi
7e0ba7a4b2 am 9e4cd23c: Allow closing the whole panel when QS is open
* commit '9e4cd23c720bbec25b11c82441807eafc809958e':
  Allow closing the whole panel when QS is open
2014-08-05 23:05:32 +00:00
Jorim Jaggi
84ea430c77 am e30c6958: Edge swipes should also dismiss notifications
* commit 'e30c69580a0573578a84a21967ae6fd6bd0f2032':
  Edge swipes should also dismiss notifications
2014-08-05 23:05:28 +00:00
Jorim Jaggi
e0640dd524 Allow closing the whole panel when QS is open
If the user drags below the notifications, we close everything. Only
implemented for the SHADE, and not on Keyguard because of
time constraints.

Bug: 15414856
Change-Id: I4cf656484bc1217d552211c2bfdd7598eb52dad7
2014-08-05 23:01:56 +00:00
Jorim Jaggi
28f0e59329 Edge swipes should also dismiss notifications
To prevent falsing with phone/camera affordance.

Bug: 16571057
Change-Id: I5da5efc5529af8211357b556f1db4858e8775e05
2014-08-05 23:01:34 +00:00
John Spurlock
038fd0ecbc am 5af0c665: Merge "AudioService: getMasterStreamType -> RING on tablets." into lmp-dev
* commit '5af0c66539e70c7b87a4aa3f5606bba2abff2b8c':
  AudioService: getMasterStreamType -> RING on tablets.
2014-08-05 22:57:20 +00:00
RoboErik
793dfe1652 am 23d078e3: Add display metadata and change strings to CharSequences
* commit '23d078e3bdae5760070cae254be543884c79a8b9':
  Add display metadata and change strings to CharSequences
2014-08-05 21:36:52 +00:00
RoboErik
75847b98f3 Add display metadata and change strings to CharSequences
This adds some fields for display purposes to MediaMetadata and also
makes the default for all text CharSequence instead of String. Also
adds a hidden method for getting a Description for the metadata.

bug: 11708293
Change-Id: I0ed58d9ac3aeff41325c4ccf5fed0539bbf03b4d
2014-08-05 14:30:27 -07:00
Jorim Jaggi
cb21fe9da7 am eb620ff6: Fix not being able to dismiss panel with single tap
* commit 'eb620ff614ed94d06a3f8395b4b873f30aeb5a08':
  Fix not being able to dismiss panel with single tap
2014-08-05 19:30:59 +00:00
Jorim Jaggi
4e421c01cd am 55328ffd: Navbar scrim when in QS
* commit '55328ffd74ad65e9ae0053f09751911f09ae5b85':
  Navbar scrim when in QS
2014-08-05 19:26:57 +00:00
Jorim Jaggi
488b792eee Fix not being able to dismiss panel with single tap
Bug: 16562847
Change-Id: Ic409b9dd23df7e79a20b83a8a63eaaf1f76b3dd0
2014-08-05 19:26:13 +00:00
Jorim Jaggi
dd5b88684d Navbar scrim when in QS
Bug: 16644711
Change-Id: I91d823671919068500a29878f3dfe9b481000a58
2014-08-05 19:22:53 +00:00
Jorim Jaggi
276043921b am bbfc9080: Show bouncer if secure camera would show chooser.
* commit 'bbfc9080a81824089f569cadae1e3927c60bc18d':
  Show bouncer if secure camera would show chooser.
2014-08-05 18:54:18 +00:00
Jorim Jaggi
781c29c9a8 Show bouncer if secure camera would show chooser.
Bug: 16570873
Change-Id: I2a86fb3a823d5255c0c35a78c1832c273e3a1578
2014-08-05 18:47:54 +00:00
Jeff Sharkey
376e12a52c am 4d45d164: Scan after writing external storage files.
* commit '4d45d16406a8e6e1b0f73574c340aec155a64ab9':
  Scan after writing external storage files.
2014-08-05 18:37:38 +00:00
Jeff Sharkey
ab1e9bddd8 Scan after writing external storage files.
Kicks off media scanner after files are written.

Bug: 13557203
Change-Id: I61613f28e07b068573079cc1e362fd3fe135684e
2014-08-05 18:34:37 +00:00
Jason Monk
e0249e9fd1 am 83ddb523: Merge "Disable heads up when DISABLE_NOTIFICATION_ALERT" into lmp-dev
* commit '83ddb523cb888cc9f2ac0d33d086f939af2adef0':
  Disable heads up when DISABLE_NOTIFICATION_ALERT
2014-08-05 17:31:41 +00:00
Jorim Jaggi
0060fe8fda am 1dd0f245: Update keyguard icon paddings to spec.
* commit '1dd0f245efe92f2515eee0d59031b53e6e2fffa2':
  Update keyguard icon paddings to spec.
2014-08-05 17:25:07 +00:00
Jeff Sharkey
8662a72c8a am af9ecea0: DocumentsUI is only dialog when really large.
* commit 'af9ecea0276f7300c21bd94ab6deacdf1b692b21':
  DocumentsUI is only dialog when really large.
2014-08-05 17:20:50 +00:00
Jorim Jaggi
9cf1f37737 Update keyguard icon paddings to spec.
Bug: 15381387
Change-Id: Ia75394fd68f66233ebabe9ec4f62b42d40d19eb9
2014-08-05 17:18:55 +00:00
Jeff Sharkey
f75eb0dd60 DocumentsUI is only dialog when really large.
Bug: 16780860
Change-Id: Ib20ef9771855beba5b31d19887c1c9c1b8e8e5ed
2014-08-05 17:16:44 +00:00
Jorim Jaggi
b203821021 am 0e9d95b5: Merge "Revert "Clean up hiden notifications on Keyguard handling"" into lmp-dev
* commit '0e9d95b56308a705d9ea0667414f245cdacefd49':
  Revert "Clean up hiden notifications on Keyguard handling"
2014-08-05 17:16:26 +00:00
Jorim Jaggi
f21d7a41ad am d9267cae: Clean up hiden notifications on Keyguard handling
* commit 'd9267cae958b572b715d22a4905b18749a369c9f':
  Clean up hiden notifications on Keyguard handling
2014-08-05 17:07:19 +00:00
Jorim Jaggi
62a7c831d5 Clean up hiden notifications on Keyguard handling
Change-Id: Ifeabfdd1ed8c11b0796cc79bba81752518921be3
2014-08-05 17:00:22 +00:00
Jorim Jaggi
50379eddf4 am a7a0e608: Merge "Empty notification shade state." into lmp-dev
* commit 'a7a0e60850e033596d69e0e9ff00952d9f986863':
  Empty notification shade state.
2014-08-05 15:56:42 +00:00
Adrian Roos
9d019c3fba am a9aff868: Merge "QS: Enable availability listener for flashlight" into lmp-dev
* commit 'a9aff868819904196f9a9757a02709293f67f75f':
  QS: Enable availability listener for flashlight
2014-08-05 15:09:03 +00:00
John Spurlock
8051e44721 am b65da916: Merge "QS: Share usage tracking timeout with color inversion tile." into lmp-dev
* commit 'b65da91628362da13f9b3d34a26196aa19474358':
  QS: Share usage tracking timeout with color inversion tile.
2014-08-05 14:00:01 +00:00
Jorim Jaggi
31119d6ee0 am 5c805fcd: New swipe-up assist animation for L.
* commit '5c805fcd4a88fb94355183dd7e1caf249ca21f26':
  New swipe-up assist animation for L.
2014-08-05 13:29:14 +00:00
Jorim Jaggi
f479792e05 New swipe-up assist animation for L.
Bug: 16307470
Bug: 14623152
Change-Id: Ib7e0381d118bda177981cc56ec9a8fb418dfb0e3
2014-08-05 15:24:26 +02:00
Jorim Jaggi
899ba487b6 am bf16485a: Merge "Dismiss all layout updates." into lmp-dev
* commit 'bf16485a3626782b50d8c71c69a5771851fe930c':
  Dismiss all layout updates.
2014-08-05 13:06:58 +00:00
John Spurlock
5f72e16847 Merge "AudioService: getMasterStreamType -> RING on tablets." into lmp-dev 2014-08-05 00:35:13 +00:00
John Spurlock
4f0f120316 AudioService: getMasterStreamType -> RING on tablets.
Since all service-internal checks use stream alias, and the alias
for NOTIFICATION is RING, even on tablets.

This is a followup to ag/506532.

Ensure that #getMasterStreamType always follows the stream_system
alias, and update the system alias for tablets per the new policy.
Update the associate javadoc comment in AudioManager to make this
clear.

Note: there is now no difference in the alias maps between phones
and tablets.

Also fix a condition affected by this in VolumePanel.

Bug:16626879
Change-Id: I2700a48d2a3e7703607f771a1ab7f325596fd789
2014-08-05 16:23:14 -04:00
Jorim Jaggi
f641174eb9 Revert "Clean up hiden notifications on Keyguard handling"
This reverts commit d9267cae958b572b715d22a4905b18749a369c9f.

Too much performance regression - need to figure out something else.

Change-Id: I2d399add74402e1c036235ec095a053a6d5b828e
2014-08-05 17:10:43 +00:00
Adrian Roos
ca4ab058ec Merge "QS: Enable availability listener for flashlight" into lmp-dev 2014-08-05 00:19:02 +00:00
Adrian Roos
034a6c9667 QS: Enable availability listener for flashlight
Enables the availability listener now that the
underlying framwork is stable.

Bug: 16483222
Change-Id: I586a43941ade1ee8a8f3cb1a087e5356539703c1
2014-08-05 16:54:13 +02:00
John Spurlock
9c84aab892 Merge "QS: Share usage tracking timeout with color inversion tile." into lmp-dev 2014-08-05 00:19:02 +00:00
John Spurlock
3976f3d943 QS: Share usage tracking timeout with color inversion tile.
Pull out 30-day feature timeout code into a separate helper, use
in both ColorInversionTile and HotspotTile.

Expose an intent to force a reset of the timeout.

Change-Id: Ic0b89913fd5cec4e1df3cb0d5a548f052a60550f
2014-08-05 00:41:04 -04:00
Jason Monk
966e258396 Merge "Disable heads up when DISABLE_NOTIFICATION_ALERT" into lmp-dev 2014-08-05 00:15:52 +00:00
Jason Monk
f701954d4e Disable heads up when DISABLE_NOTIFICATION_ALERT
When notification alerts are disabled also turn off heads up. This
will fall back to the old behavior, which can allow the fullscreen
intent to be triggered instead.

Bug: 14157742
Change-Id: I4b6e3d9383894b1674d600c374ff8968ca53513e
2014-08-05 17:16:56 +00:00
Jorim Jaggi
05204dc227 Merge "Dismiss all layout updates." into lmp-dev 2014-08-05 00:15:52 +00:00
Jorim Jaggi
81a0d40839 Merge "Empty notification shade state." into lmp-dev 2014-08-04 23:37:12 +00:00
Jorim Jaggi
a2052ea218 Empty notification shade state.
Bug: 16483230
Change-Id: I7953a7954cae12124146f462ed8c0dc44769a38f
2014-08-05 16:38:02 +02:00
Winson Chung
bafe3836c5 am 2418f50f: Fixing scrolling regression with layout changes.
* commit '2418f50f27a52c471e078944e4bbe832daf301ee':
  Fixing scrolling regression with layout changes.
2014-08-04 23:00:44 +00:00