Svetoslav
f52b71ad9e
am 6e52e742: am 94e2d608: am 9208a81b: Merge "Page shredder callback invoked on the wrong thread." into lmp-dev
...
* commit '6e52e742d1e2bd0fece88d114d57ce388ba88157':
Page shredder callback invoked on the wrong thread.
2014-09-16 09:12:54 +00:00
Svetoslav
73faf7a4b2
am b0797d2a: am ec88fbf7: am c59be126: Merge "Update print preview when a printer becomes available" into lmp-dev
...
* commit 'b0797d2a95c6046c1281aa74a9cffff905f2e081':
Update print preview when a printer becomes available
2014-09-16 09:12:48 +00:00
Adam Lesinski
6f1b1a410e
am e6eafce4: am 3b36b8c7: am 1416621b: Merge "Show the lockscreen when more than 1 user is present" into lmp-dev
...
* commit 'e6eafce4dcbb658f7e139b1430bd00b9258fb5d5':
Show the lockscreen when more than 1 user is present
2014-09-16 09:12:23 +00:00
Svetoslav
74d640aa14
am 94e2d608: am 9208a81b: Merge "Page shredder callback invoked on the wrong thread." into lmp-dev
...
* commit '94e2d6089d02a2daa8a40069f8d355b6c8d05703':
Page shredder callback invoked on the wrong thread.
2014-09-16 09:00:01 +00:00
Svetoslav
fc0a785e96
am ec88fbf7: am c59be126: Merge "Update print preview when a printer becomes available" into lmp-dev
...
* commit 'ec88fbf769c8d9d1752e37f584f9970456c7d53b':
Update print preview when a printer becomes available
2014-09-16 08:59:56 +00:00
Adam Lesinski
2958c016a1
am 3b36b8c7: am 1416621b: Merge "Show the lockscreen when more than 1 user is present" into lmp-dev
...
* commit '3b36b8c7d91dc8793429491617c645c1aafc4d49':
Show the lockscreen when more than 1 user is present
2014-09-16 08:59:29 +00:00
Svet Ganov
aed25e376b
am f2352b42: am 3a8c2787: am f7d0cd92: Merge "Fix a crash in pring spooler." into lmp-dev
...
* commit 'f2352b422054d706549064ccfdcf214d596f47b4':
Fix a crash in pring spooler.
2014-09-16 08:57:32 +00:00
John Spurlock
e851483fa5
am 49418426: am ca57d42b: am f2dc7e56: Merge "Doze: Aggressively dial down notification-related pulses." into lmp-dev
...
* commit '4941842645f271898188871c1db00191b4dda385':
Doze: Aggressively dial down notification-related pulses.
2014-09-16 08:57:22 +00:00
Svetoslav
bff16debdc
am 9208a81b: Merge "Page shredder callback invoked on the wrong thread." into lmp-dev
...
* commit '9208a81b4bfd22ab73fa9c459653fe6d18a7b8ea':
Page shredder callback invoked on the wrong thread.
2014-09-16 08:42:42 +00:00
Svetoslav
9dd2ff496d
am c59be126: Merge "Update print preview when a printer becomes available" into lmp-dev
...
* commit 'c59be126443a89c23a193e67f633ccccbfd939e0':
Update print preview when a printer becomes available
2014-09-16 08:42:37 +00:00
Adam Lesinski
006d1bc4ed
am 1416621b: Merge "Show the lockscreen when more than 1 user is present" into lmp-dev
...
* commit '1416621b4407fe8a1b488cface2be5743fa4b7a3':
Show the lockscreen when more than 1 user is present
2014-09-16 08:42:12 +00:00
Esteban Talavera
0e0886944b
am 958e26f8: am eba4552b: am 95f023d0: Merge "Set device admin on dpm set-device-owner command" into lmp-dev
...
* commit '958e26f80b338c9ce24df8b823727f8a4c9cad85':
Set device admin on dpm set-device-owner command
2014-09-16 08:40:54 +00:00
Selim Cinek
30a2c15b23
am d76e2395: am 67ec0b19: am f4e6f631: Merge "Changed the swipe up search affordance" into lmp-dev
...
* commit 'd76e239507c37de1324ce6ea920ff027afa9e84d':
Changed the swipe up search affordance
2014-09-16 08:40:25 +00:00
Jorim Jaggi
281625c3aa
am 59b4c339: am 50e07d5f: am f86eb8b0: Merge "Fix priority for recent task thumbnail loader" into lmp-dev
...
* commit '59b4c339cecb92f462f0b4e9f19568517457edce':
Fix priority for recent task thumbnail loader
2014-09-16 08:40:08 +00:00
Svet Ganov
b909b08f15
am 3a8c2787: am f7d0cd92: Merge "Fix a crash in pring spooler." into lmp-dev
...
* commit '3a8c27871b501a51906187eac3b4ed391fd8ab6e':
Fix a crash in pring spooler.
2014-09-16 08:39:19 +00:00
John Spurlock
ac9c3e14d0
am ca57d42b: am f2dc7e56: Merge "Doze: Aggressively dial down notification-related pulses." into lmp-dev
...
* commit 'ca57d42b6342d411b8e1cad9754405cbd6c77eb7':
Doze: Aggressively dial down notification-related pulses.
2014-09-16 08:39:08 +00:00
Svetoslav
56bdeeeb80
Merge "Page shredder callback invoked on the wrong thread." into lmp-dev
2014-09-16 02:22:22 +00:00
Svetoslav
0e51a6d97a
Merge "Update print preview when a printer becomes available" into lmp-dev
2014-09-16 02:21:59 +00:00
Svetoslav
fb3532eea3
Page shredder callback invoked on the wrong thread.
...
The code executed in the shredder completion callback must
be called on the main thread but instead it was called on
another one. This led to a crash.
bug:17514533
Change-Id: Id9e86d38a90fedadc60f967b193470fd83eb3362
2014-09-15 19:01:34 -07:00
Svetoslav
e0fa06c088
Update print preview when a printer becomes available
...
We laizily request printer capabilities and when they are reported
we were not updating the preview and as a result the content was not
rendered, hence pages showing an empty state.
bug:17514117
Change-Id: Icfee7eaa1ab63f5e4d7655d4057ef2110c27cd43
2014-09-15 18:21:14 -07:00
Adam Lesinski
61d9409239
Show the lockscreen when more than 1 user is present
...
Bug:17399024
Change-Id: Iaf2ea2747cbcd9db45ba9faa7c8fe0389a799855
2014-09-15 17:46:10 -07:00
Svet Ganov
4aa35d71ed
am f7d0cd92: Merge "Fix a crash in pring spooler." into lmp-dev
...
* commit 'f7d0cd92c6a049a54efc2e29ec69c34f096be46d':
Fix a crash in pring spooler.
2014-09-15 22:06:46 +00:00
John Spurlock
264691a96a
am f2dc7e56: Merge "Doze: Aggressively dial down notification-related pulses." into lmp-dev
...
* commit 'f2dc7e56235631542d9f0ddc042832391da3453f':
Doze: Aggressively dial down notification-related pulses.
2014-09-15 22:06:36 +00:00
Esteban Talavera
95f35f0549
am eba4552b: am 95f023d0: Merge "Set device admin on dpm set-device-owner command" into lmp-dev
...
* commit 'eba4552b22fe26aeabe53f0befe5c87ceeccda30':
Set device admin on dpm set-device-owner command
2014-09-15 22:04:54 +00:00
Selim Cinek
f095d89f23
am 67ec0b19: am f4e6f631: Merge "Changed the swipe up search affordance" into lmp-dev
...
* commit '67ec0b19f6761706e9c64eff40c74ebf055a2ee1':
Changed the swipe up search affordance
2014-09-15 22:04:15 +00:00
Jorim Jaggi
8b5c4895ff
am 50e07d5f: am f86eb8b0: Merge "Fix priority for recent task thumbnail loader" into lmp-dev
...
* commit '50e07d5f97107738f3f6489c20b298f7492996a9':
Fix priority for recent task thumbnail loader
2014-09-15 22:03:59 +00:00
Svet Ganov
f230c5d21b
Merge "Fix a crash in pring spooler." into lmp-dev
2014-09-15 20:27:52 +00:00
John Spurlock
5ff1d4f848
Merge "Doze: Aggressively dial down notification-related pulses." into lmp-dev
2014-09-15 19:37:56 +00:00
John Spurlock
190d026167
Doze: Aggressively dial down notification-related pulses.
...
When dozing and buzz-worthy notifications arrive, don't follow
the LED logic with periodic pulses.
Instead, follow a simple decay schedule after the initial arrival,
pulsing only at 10s, 30s, 60s, and 120s.
The schedule is reset when a new notification arrives, but only
for the first three times, until either the pickup sensor is
triggered or the device exits doze.
Also:
- Make the notification trigger configurable.
- Centralize existing sysprop configuration into DozeParameters.
- Decouple vibration from debugging, make separately configurable.
- Remove "delayed" pulse concept, fold into new schedule.
Bug:17496795
Change-Id: I64fc1c862bcfa1c288a4fd91c9d17e3bff245add
2014-09-15 15:35:56 -04:00
Esteban Talavera
b3969f4e2f
am 95f023d0: Merge "Set device admin on dpm set-device-owner command" into lmp-dev
...
* commit '95f023d018f51bb13a462a5b1f43cd9d6be0cde5':
Set device admin on dpm set-device-owner command
2014-09-15 19:30:14 +00:00
Selim Cinek
8c5c91ef4c
am f4e6f631: Merge "Changed the swipe up search affordance" into lmp-dev
...
* commit 'f4e6f631e5c42d63a7d70facc3568440bd18a100':
Changed the swipe up search affordance
2014-09-15 19:29:44 +00:00
Jorim Jaggi
e9e8d8ebbe
am f86eb8b0: Merge "Fix priority for recent task thumbnail loader" into lmp-dev
...
* commit 'f86eb8b0b124ecc22c25d3fb89770fd3ac375ef9':
Fix priority for recent task thumbnail loader
2014-09-15 19:29:28 +00:00
Esteban Talavera
895e08adcd
Merge "Set device admin on dpm set-device-owner command" into lmp-dev
2014-09-15 18:42:30 +00:00
Selim Cinek
a2f945e227
Merge "Changed the swipe up search affordance" into lmp-dev
2014-09-15 17:18:40 +00:00
Selim Cinek
92d892c0cd
Changed the swipe up search affordance
...
The previous card animation is removed and replaced by a animating
circle with a shadow. Also fixes several cases where the card could
either get stuck and the affordance was not launched.
Bug: 17457300
Bug: 17444236
Change-Id: I005313a1dbe63d338490e6100dd3bd01e35687ba
2014-09-15 17:25:40 +02:00
Jorim Jaggi
50949eaff7
Fix priority for recent task thumbnail loader
...
Follow up CL for Id9a32f87ca3f9f19e5cad5f115d54b19b26f4f93
Bug: 16513124
Change-Id: I3e95d0ae56a273c482db31b377f66fe7397d01f8
2014-09-15 16:08:17 +02:00
Esteban Talavera
9c17388cff
Set device admin on dpm set-device-owner command
...
Bug: 17312478
Change-Id: I4ef730a97d603352eda77f04a2b00fa97c2be662
2014-09-15 11:42:34 +01:00
Jorim Jaggi
7c46ee838f
am 0525eba0: am 98ae236f: am 026a5154: Aggressive tuning of recents memory usage
...
* commit '0525eba072159fae0da1cc8c786eee7fe298c52a':
Aggressive tuning of recents memory usage
2014-09-15 09:53:36 +00:00
Jorim Jaggi
1b046e12c0
am 98ae236f: am 026a5154: Aggressive tuning of recents memory usage
...
* commit '98ae236fe66603126f793734d7394f3454cc3066':
Aggressive tuning of recents memory usage
2014-09-15 09:39:41 +00:00
Jorim Jaggi
459c3095d4
am 026a5154: Aggressive tuning of recents memory usage
...
* commit '026a51548b783713d5b47f3bae7f1ba998fee0c8':
Aggressive tuning of recents memory usage
2014-09-15 09:26:08 +00:00
Jorim Jaggi
81e0c8491f
Aggressive tuning of recents memory usage
...
Limit the thumbnail count to a maximum of 10 thumbnails and the app
icon count to a maximum of 20 thumbnails, instead of using a
byte-size based limit.
Also prune entries immediately when leaving recents.
Bug: 16513124
Change-Id: Id9a32f87ca3f9f19e5cad5f115d54b19b26f4f93
2014-09-15 10:56:35 +02:00
Baligh Uddin
00bb3fe4a3
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-09-15 04:19:48 +00:00
Baligh Uddin
5dfa84f77f
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-09-15 04:19:44 +00:00
Baligh Uddin
0a8e7d1f31
Import translations. DO NOT MERGE
...
Change-Id: Ib73a5356d8804c8216be0ce59c84637ff609e81a
Auto-generated-cl: translation import
2014-09-14 21:05:55 -07:00
Baligh Uddin
5b5a4afc20
Import translations. DO NOT MERGE
...
Change-Id: Ie385c9b051b20bf52b7c0b266ca4c9147f7fbb90
Auto-generated-cl: translation import
2014-09-14 21:04:22 -07:00
Svet Ganov
e771caf332
Fix a crash in pring spooler.
...
If the printer capabilities are reported with a delay which is pretty
common we were trying to evaluate the preview page dimensions without
having a media size resulting in a NPE.
bug:17501953
Change-Id: I6765137f61b8fd060e9eabff07e632875d934963
2014-09-14 20:29:30 -07:00
Dan Sandler
01bffabb6b
am 8299bcd3: am b05c2a2f: am 3c7954e6: NavigationBarView: Fix NPE in Drawable.setVisible()
...
* commit '8299bcd3882a5b84e3e1a0eabe0bfd5a82354a4c':
NavigationBarView: Fix NPE in Drawable.setVisible()
2014-09-15 03:18:58 +00:00
Dan Sandler
189a3e7eaf
am b05c2a2f: am 3c7954e6: NavigationBarView: Fix NPE in Drawable.setVisible()
...
* commit 'b05c2a2f1cba18c08f52a195ac2bdb4acd631805':
NavigationBarView: Fix NPE in Drawable.setVisible()
2014-09-15 02:58:02 +00:00
Baligh Uddin
b310039442
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-09-15 02:45:11 +00:00
Baligh Uddin
3471203196
Merge "Import translations. DO NOT MERGE" into lmp-dev
2014-09-15 02:45:00 +00:00