Svetoslav
ea7f975b95
am dcd05b44: Merge "Fix a crash in the select printers activity." into klp-dev
...
* commit 'dcd05b440d81ededd567a417a6e10a02ccdfa07b':
Fix a crash in the select printers activity.
2013-10-08 14:32:19 -07:00
Michael Jurka
04a938cf33
am c39bfa9f: Merge "Wallpaper cropper should inherit translucent theme" into klp-dev
...
* commit 'c39bfa9f0eb16181bb1bb99721eea00af1145416':
Wallpaper cropper should inherit translucent theme
2013-10-08 14:28:50 -07:00
John Spurlock
b772eb3c03
am fe124594: Merge "Tweak status bar gradient." into klp-dev
...
* commit 'fe124594d66d4cf7a960bdc97215c0f178444269':
Tweak status bar gradient.
2013-10-08 14:28:44 -07:00
Svetoslav
dcd05b440d
Merge "Fix a crash in the select printers activity." into klp-dev
2013-10-08 21:28:13 +00:00
Michael Jurka
c39bfa9f0e
Merge "Wallpaper cropper should inherit translucent theme" into klp-dev
2013-10-08 21:27:14 +00:00
John Spurlock
fe124594d6
Merge "Tweak status bar gradient." into klp-dev
2013-10-08 21:25:11 +00:00
John Spurlock
02b1bdc28a
Tweak status bar gradient.
...
Bug:10967264
Change-Id: I803420ba332934398b4878644e3a168bd99701ad
2013-10-08 17:22:56 -04:00
Daniel Sandler
f3a56199a5
am 40bacdf4: Merge "Don\'t wake users up with low battery sounds." into klp-dev
...
* commit '40bacdf4843ac227b8a19cea47f4424138c8490f':
Don't wake users up with low battery sounds.
2013-10-08 13:05:14 -07:00
Daniel Sandler
59089be16e
am cd85db33: Merge "Out with the sliders, in with the cog." into klp-dev
...
* commit 'cd85db331dd319d63f57f7b4c942bc506606b5b0':
Out with the sliders, in with the cog.
2013-10-08 13:05:11 -07:00
Daniel Sandler
40bacdf484
Merge "Don't wake users up with low battery sounds." into klp-dev
2013-10-08 20:03:06 +00:00
Daniel Sandler
cd85db331d
Merge "Out with the sliders, in with the cog." into klp-dev
2013-10-08 20:02:49 +00:00
Michael Jurka
33c493e653
Wallpaper cropper should inherit translucent theme
...
Change-Id: Icd13130d6250759c71ef016f62d10d7359cf067e
2013-10-08 12:47:22 -07:00
Svetoslav
53e8a26d61
Fix a crash in the select printers activity.
...
When the search view is attached and detached we announce that
for accessibility. The trouble is that if the activity is being
torn down we are trying to access resources from a fragment that
is detached and the qcrash occurs. This change does not try to
access resources if the activity is finishing and also we do not
load resource strings if accessibility is not enabled.
bug:11127814
Change-Id: I4a47a8ed3b6a13544cf17b4395560246a33f0e2d
2013-10-08 12:05:24 -07:00
Jim Miller
d00284c3af
am c23ee579: Merge "Disable dragging the challenge area when there are no widgets" into klp-dev
...
* commit 'c23ee579ac21f1f67a30d75e8ac7cbd49ba2fe7d':
Disable dragging the challenge area when there are no widgets
2013-10-08 11:40:09 -07:00
Jim Miller
c23ee579ac
Merge "Disable dragging the challenge area when there are no widgets" into klp-dev
2013-10-08 18:38:26 +00:00
Daniel Sandler
dea6462aab
Don't wake users up with low battery sounds.
...
Battery sounds will always play when the screen is on, and
then for Settings.Global.LOW_BATTERY_SOUND_TIMEOUT
milliseconds after the screen goes off. After that, low
battery alerts will be pushed out the airlock until the
screen comes back on again.
If battery sounds are suppressed via this mechanism you'll
see a log line like:
V/PowerUI ( 3161): screen off too long (5779ms, limit
5000ms): not waking up the user with low battery sound
The default value of LOW_BATTERY_SOUND_TIMEOUT is a settings
provider resource: R.integer.def_low_battery_sound_timeout.
Bug: 10487557
Change-Id: Iddd42038aa630631dc8f1833f20fcc5a0c646681
2013-10-08 17:37:06 +00:00
Chris Craik
2b126b6c40
am 46ec729a: Merge "Clean up unused resources" into klp-dev
...
* commit '46ec729a88079d3878a95a57ab703e64638dfc1a':
Clean up unused resources
2013-10-08 10:29:29 -07:00
Daniel Sandler
9f6ed15b7a
Out with the sliders, in with the cog.
...
Bug: 11103061
Change-Id: I58895c426f76f81148e4b0b08115c85f40debf6a
2013-10-08 13:27:33 -04:00
Chris Craik
46ec729a88
Merge "Clean up unused resources" into klp-dev
2013-10-08 17:26:59 +00:00
Svetoslav Ganov
84e95d19d2
am c2242aac: Merge "Show unavailable printers disabled and grayed out." into klp-dev
...
* commit 'c2242aac0cd6c214422a1507dfd4b4673642cd98':
Show unavailable printers disabled and grayed out.
2013-10-08 09:39:21 -07:00
Svetoslav Ganov
06c74315e9
am 92f8648e: Merge "Make the print dialog floating." into klp-dev
...
* commit '92f8648ebd5b569d489420badd1895df763085ae':
Make the print dialog floating.
2013-10-08 09:35:45 -07:00
Svetoslav Ganov
c2242aac0c
Merge "Show unavailable printers disabled and grayed out." into klp-dev
2013-10-08 16:34:59 +00:00
Svetoslav Ganov
92f8648ebd
Merge "Make the print dialog floating." into klp-dev
2013-10-08 16:32:52 +00:00
Svetoslav Ganov
69b91e0ecb
Show unavailable printers disabled and grayed out.
...
1. If a printer is not available it has to disabled and grayed out.
2. Cancle a print job if the app does not provide the requested pages.
3. Fix current printer selection flicker when the print dialog is
showing up. Often the current printer is initially set to the user's
favorite and then it is changed back to the PDF one.
bug:10983508
Change-Id: I8d53eb992cf1c92675ec09f61b2ec272b962fa68
2013-10-08 09:08:19 -07:00
John Spurlock
a348b26b51
am c8670bbd: Merge "Remove remaining (unused) sysui asset in classic blue." into klp-dev
...
* commit 'c8670bbd0a3ded1d4c6d98f85b3a8c75f9e3428e':
Remove remaining (unused) sysui asset in classic blue.
2013-10-08 07:40:51 -07:00
John Spurlock
c8670bbd0a
Merge "Remove remaining (unused) sysui asset in classic blue." into klp-dev
2013-10-08 14:38:35 +00:00
John Spurlock
404cd06f54
Remove remaining (unused) sysui asset in classic blue.
...
Bug: 10918599
Change-Id: I417b32f30dae4211a492120e35716da434a6474b
2013-10-08 14:37:43 +00:00
John Spurlock
1fbd798297
am 1ef5865c: Merge "Turn debugging off prior to ship." into klp-dev
...
* commit '1ef5865c29bf2ffbff1e1b158c6db6b3cf304bd6':
Turn debugging off prior to ship.
2013-10-08 06:59:31 -07:00
John Spurlock
342cad772b
Turn debugging off prior to ship.
...
Bug:10488453
Change-Id: I37680c6b0c24f00f4fe3926ee97d2a14edb1ced7
2013-10-08 09:39:26 -04:00
Jim Miller
5547b55bae
Disable dragging the challenge area when there are no widgets
...
Fixes bug 10784855
Change-Id: Id1d752eb4bdc64a9d09fd478087d16dc17682c77
2013-10-07 19:20:56 -07:00
Jim Miller
d386c0a4f3
am be5ba9a2: Merge "Update search asset with new new new asset." into klp-dev
...
* commit 'be5ba9a255e258e03925bb651e5563625ddf6d59':
Update search asset with new new new asset.
2013-10-07 18:53:59 -07:00
Jim Miller
be5ba9a255
Merge "Update search asset with new new new asset." into klp-dev
2013-10-08 01:52:13 +00:00
Jim Miller
2de3b6be0b
Update search asset with new new new asset.
...
Fixes bug 11102853
Change-Id: Icab95409e0b641858e301157ad3f56542bb6d4f8
2013-10-07 18:40:43 -07:00
Svetoslav Ganov
b20d63a671
Make the print dialog floating.
...
The print dialog was full-screen which was not really needed and was
causing the dialog to jump instead of animate up/down when the IME
shows/hides.
bug:11116648
Change-Id: Ifb46fd80a90948270a1fa9c875258b8d0cdfc111
2013-10-07 18:21:59 -07:00
Jim Miller
c4c52ccbaa
am 961d2f46: Merge "Disable camera and search from some security screens." into klp-dev
...
* commit '961d2f4643e9b3f6f774ab9567c36f659f423254':
Disable camera and search from some security screens.
2013-10-07 17:51:33 -07:00
Jim Miller
961d2f4643
Merge "Disable camera and search from some security screens." into klp-dev
2013-10-08 00:49:23 +00:00
Michael Jurka
9aa58405cc
am 5dadf838: Merge "Fix crash in built-in wallpaper cropper" into klp-dev
...
* commit '5dadf8389eed7b0bf04bcbf89d10f13d366b2d68':
Fix crash in built-in wallpaper cropper
2013-10-07 17:22:02 -07:00
Michael Jurka
5dadf8389e
Merge "Fix crash in built-in wallpaper cropper" into klp-dev
2013-10-08 00:18:02 +00:00
Michael Wright
7c677bb822
am bf33f34c: Merge "Show no_sim icon when no SIM card is available." into klp-dev
...
* commit 'bf33f34c1b8e6483cefd3abefbe212f4583f6e6c':
Show no_sim icon when no SIM card is available.
2013-10-07 17:14:00 -07:00
Jim Miller
9c993bd6ba
Disable camera and search from some security screens.
...
This disables showing the camera and search buttons in the
navbar while SIM, PUK and Account security screens are showing.
Fixes bug 10991981
Change-Id: Ic64adc079685948f8c1114dbdefa42a671948350
2013-10-07 17:13:45 -07:00
Michael Wright
bf33f34c1b
Merge "Show no_sim icon when no SIM card is available." into klp-dev
2013-10-08 00:10:05 +00:00
Michael Jurka
e72aa7f0a6
Fix crash in built-in wallpaper cropper
...
Also, sync to latest version of WallpaperCropActivity
Bug: 10950237
2013-10-07 17:06:23 -07:00
Baligh Uddin
4a88a415be
Merge "Import translations. DO NOT MERGE" into klp-ub-dev
2013-10-08 00:01:19 +00:00
Baligh Uddin
f78c7884ed
Merge "Import translations. DO NOT MERGE" into klp-dev
2013-10-08 00:01:14 +00:00
Adam Powell
20ba658bdb
am 31049d76: Use SCREEN Xfermode for keyguard badges; update SeekBar
...
* commit '31049d76c55b18a6d9993f0d9687598740b16014':
Use SCREEN Xfermode for keyguard badges; update SeekBar
2013-10-07 16:25:17 -07:00
Adam Powell
31049d76c5
Use SCREEN Xfermode for keyguard badges; update SeekBar
...
Plumb through the necessary API features through Drawables and
ImageView but leave it hidden for now pending future API review and
plumbing through the rest of the framework Drawable implementations.
Update SeekBar assets used for keyguard transport control.
Set selected status directly instead of finding views by id.
Bug 10531608
Bug 10784913
Change-Id: Ia38bd04ad1bc26e9e6da1dda8a374c9ba3ceccb3
2013-10-07 16:14:17 -07:00
Jim Miller
bc015e847f
am dbc31105: Merge "Disable keyguard text marquee when the display turns off." into klp-dev
...
* commit 'dbc31105bda3591d64e4d3e2abb3b3eaf857222e':
Disable keyguard text marquee when the display turns off.
2013-10-07 16:08:54 -07:00
Jim Miller
dbc31105bd
Merge "Disable keyguard text marquee when the display turns off." into klp-dev
2013-10-07 23:06:21 +00:00
Jim Miller
20daffd91e
Disable keyguard text marquee when the display turns off.
...
Fixes bug 11116666
Change-Id: Id9abb9d0531bcf4c5da7014ed4b9b202652b3754
2013-10-07 15:50:43 -07:00
Jeff Sharkey
5e02e0a9e1
am bcc77b50: Merge "Add <intent-filter> support to <provider>." into klp-dev
...
* commit 'bcc77b502b56d4b91610adfa10c657003c9c820d':
Add <intent-filter> support to <provider>.
2013-10-07 14:44:52 -07:00