Jim Miller
0366d14fb8
Disable keyguard widgets on low memory devices
...
Fixes bug 10784493
Change-Id: Idc1c35faf0715814fa1a257319888945c82527c6
2013-09-30 13:27:39 -07:00
Martijn Coenen
81ab81778b
Don't show tap&pay if NFC is off.
...
Bug: 11007036
Change-Id: Ie19609fa928b2806c76b8bd94cdfd1872b9da032
2013-09-30 12:07:02 -07:00
Vinit Deshapnde
6c0a193050
Fix EAP-TLS reconnect after reboot issue
...
After a reboot, KeyStore is locked, and certificates encrypted with user
PIN are not accessible. So statemachines are not able to connect to
EAP-TLS networks. This change makes the problem less severe by
1. Not signing certificates with user PIN on devices with hardware backed
KeyStore.
2. Issuing a reconnect upon first USER_PRESENT event.
This means HH (which has a hardware backed keystore) will connect to
EAP-TLS networks without requiring user intervention; and other devices
will automatically connect to those networks after user punches PIN.
Bug: 10325089
Change-Id: I023d60e58d8214152f051bd9ec84b85b702d829a
2013-09-30 10:41:39 -07:00
Dianne Hackborn
768dc8f729
Merge "Fix issue #10948509 : Crash in procstats when there is no data" into klp-dev
2013-09-30 00:22:01 +00:00
Dianne Hackborn
5635594c38
Fix issue #10948509 : Crash in procstats when there is no data
...
Also make us much better about determining which app to blame for
a particular running process, organize the display of services by
their owning app, apply some new heuristics for deciding what goes
in the process list so that we can still display interesting processes
when we haven't collected pss data for them yet, etc.
Change-Id: I7e87225d3dabc66cf3ff020b5db48401b14aaf47
2013-09-29 17:07:49 -07:00
Alan Viverette
77165f6d4b
Merge "Restore default locale in Captioning Settings" into klp-dev
2013-09-27 23:13:05 +00:00
Martijn Coenen
86f74d2ad4
Merge "Tap & pay: change empty state UX and strings." into klp-dev
2013-09-27 22:37:37 +00:00
Martijn Coenen
b412e18296
Tap & pay: change empty state UX and strings.
...
Bug: 10965661
Change-Id: Iee0b8bf111ef2105babb0912942f5c764b75ac59
2013-09-27 14:51:46 -07:00
Alan Viverette
c402322a5b
Restore default locale in Captioning Settings
...
BUG: 10967083
Change-Id: Id607a108d3d56a89fcecf345d2e12af88dc38690
2013-09-27 12:22:34 -07:00
Amith Yamasani
8cfce5de83
am da0e4483
: am aad8d90c
: am b4881f79
: am 451d8225
: am 49187c94
: am 53a56ad8
: am 447415f4
: am 78708503
: am 77aa51e5
: Make sure that external callers cannot pass in the confirm bypass extra
...
* commit 'da0e448379ff4bcc778fbbe1f203ec322378244f':
Make sure that external callers cannot pass in the confirm bypass extra
2013-09-27 11:55:35 -07:00
Amith Yamasani
aad8d90ce0
am b4881f79
: am 451d8225
: am 49187c94
: am 53a56ad8
: am 447415f4
: am 78708503
: am 77aa51e5
: Make sure that external callers cannot pass in the confirm bypass extra
...
* commit 'b4881f79e1c065b40f234710b6fb28acce9e164f':
Make sure that external callers cannot pass in the confirm bypass extra
2013-09-27 11:46:25 -07:00
Amith Yamasani
b4881f79e1
am 451d8225
: am 49187c94
: am 53a56ad8
: am 447415f4
: am 78708503
: am 77aa51e5
: Make sure that external callers cannot pass in the confirm bypass extra
...
* commit '451d8225ef3ae407f52512a93bcf04e6400eb997':
Make sure that external callers cannot pass in the confirm bypass extra
2013-09-27 11:27:47 -07:00
Amith Yamasani
53a56ad89c
am 447415f4
: am 78708503
: am 77aa51e5
: Make sure that external callers cannot pass in the confirm bypass extra
...
* commit '447415f4f17dc91d3844394625f4e6fa10efedad':
Make sure that external callers cannot pass in the confirm bypass extra
2013-09-27 11:18:04 -07:00
Amith Yamasani
447415f4f1
am 78708503
: am 77aa51e5
: Make sure that external callers cannot pass in the confirm bypass extra
...
* commit '7870850387dabd32a54e3fca7d65dea5f45a9a16':
Make sure that external callers cannot pass in the confirm bypass extra
2013-09-27 11:14:30 -07:00
Amith Yamasani
7870850387
am 77aa51e5
: Make sure that external callers cannot pass in the confirm bypass extra
...
* commit '77aa51e5b7261638590af1d69ac03f4c8cd25692':
Make sure that external callers cannot pass in the confirm bypass extra
2013-09-27 11:10:37 -07:00
Svetoslav
8181c8166f
Merge "Add icons to the printer list items in settings." into klp-dev
2013-09-27 02:25:36 +00:00
Svetoslav
a749adae03
Add icons to the printer list items in settings.
...
bug:10955751
Change-Id: Iea87a9a07624d6e26274030a51f912f8d2ef0e10
2013-09-26 18:56:27 -07:00
Lifu Tang
4ba66781f3
Merge "Hacked to display Puzzle icon for GCore" into klp-dev
2013-09-27 00:18:22 +00:00
Lifu Tang
2f78d82ab3
Merge "Don't show help menu when browser unavailable" into klp-dev
2013-09-27 00:17:54 +00:00
Svetoslav Ganov
2a2fcdd6db
am bc2c3db8
: Add print job settings screen.
...
* commit 'bc2c3db8f923b9ee25345f5ebbad9f6c762a1e23':
Add print job settings screen.
2013-09-26 14:14:55 -07:00
Svetoslav Ganov
bc2c3db8f9
Add print job settings screen.
...
Added a list of active print jobs to the main print settings
screen. Selecting a print job from there leads to a print job
settings screen with more information about the print job and
actions to change the prit job state such as cancel and restart.
bug:10935736
Change-Id: Idd6826a998309941c3d8478dafe4b039c8ca4f45
2013-09-26 13:58:59 -07:00
Lifu Tang
9335f14082
Hacked to display Puzzle icon for GCore
...
- Fix b/10856957
Change-Id: I0716c9f5c6d818cd38dfc30a6b0b29deaa994367
2013-09-26 11:01:14 -07:00
Martijn Coenen
01aa793030
am 077f83a2
: Merge "Latest UX for Tap & pay." into klp-dev
...
* commit '077f83a22c3d9b8650b2ba4dab4f17e55fde59fb':
Latest UX for Tap & pay.
2013-09-26 11:00:49 -07:00
Martijn Coenen
077f83a22c
Merge "Latest UX for Tap & pay." into klp-dev
2013-09-26 17:57:47 +00:00
Lifu Tang
66d879ce9f
Don't show help menu when browser unavailable
...
- Fix b/10860551
Change-Id: I71d073ef96d406f1705672d7ccf75337e5250ec6
2013-09-25 17:49:00 -07:00
Amith Yamasani
77aa51e5b7
Make sure that external callers cannot pass in the confirm bypass extra
...
Security fix for vulnerability where an app could launch into the screen lock
change dialog without first confirming the existing password/pattern.
Also, make sure that the fragments are launched with the correct corresponding
activity.
Bug: 9858403
Change-Id: I0f2c00a44abeb624c6fba0497bf6036a6f1a4564
2013-09-25 17:11:34 -07:00
Amith Yamasani
d5e430b59a
am cb407569
: Merge "Make sure that external callers cannot pass in the confirm bypass extra" into klp-dev
...
* commit 'cb407569b35d0605ffedfd6c00ee9a88c8da3aa4':
Make sure that external callers cannot pass in the confirm bypass extra
2013-09-25 16:52:45 -07:00
Amith Yamasani
cb407569b3
Merge "Make sure that external callers cannot pass in the confirm bypass extra" into klp-dev
2013-09-25 23:48:34 +00:00
Martijn Coenen
0e940d6c00
Latest UX for Tap & pay.
...
Bug: 10862185
Change-Id: I4344f70533a69d422159547c58bbc981f4d889ca
2013-09-25 15:01:24 -07:00
Amith Yamasani
66026773bb
Make sure that external callers cannot pass in the confirm bypass extra
...
Security fix for vulnerability where an app could launch into the screen lock
change dialog without first confirming the existing password/pattern.
Also, make sure that the fragments are launched with the correct corresponding
activity.
Bug: 9858403
Change-Id: I0f2c00a44abeb624c6fba0497bf6036a6f1a4564
2013-09-25 14:05:33 -07:00
Brian Carlstrom
594ffa25b0
am 372b6f74
: Enable runtime selection for art for user builds
...
* commit '372b6f74b17fe1ef207bcda511dd71a93f792682':
Enable runtime selection for art for user builds
2013-09-25 11:28:35 -07:00
Brian Carlstrom
372b6f74b1
Enable runtime selection for art for user builds
...
Bug: 10069754
Change-Id: I4b9780b52d3aac900e5d4da629e3e6b22c3cb323
2013-09-25 11:22:19 -07:00
Edward Jee
1146695e4b
am 5ad8bf07
: Merge "Once the user allows PBAP phonebook access, do not ask again." into klp-dev
...
* commit '5ad8bf0700cf3297773617e14456d82bbc8f9585':
Once the user allows PBAP phonebook access, do not ask again.
2013-09-24 15:26:23 -07:00
Edward Jee
5ad8bf0700
Merge "Once the user allows PBAP phonebook access, do not ask again." into klp-dev
2013-09-24 22:23:26 +00:00
Christopher Tate
c268bf379b
am 254975aa
: Merge "Use a generic icon for Home" into klp-dev
...
* commit '254975aac1e42997c2e068a623e7221470525ee1':
Use a generic icon for Home
2013-09-24 11:46:11 -07:00
Christopher Tate
254975aac1
Merge "Use a generic icon for Home" into klp-dev
2013-09-24 18:44:14 +00:00
David Christie
820816e02c
am 4fff3d9b
: Merge "Don\'t show background apps in Settings->Location (b/10806272)" into klp-dev
...
* commit '4fff3d9b9d3677383fe1eef9c067058a92fdc5b7':
Don't show background apps in Settings->Location (b/10806272)
2013-09-23 19:00:49 -07:00
Dianne Hackborn
6be9bffa6f
am 88cf7709
: Implement issue #10895990 : Better durations for proc stats
...
* commit '88cf7709cb7ed829980cb8ddac3d5c7ac945d772':
Implement issue #10895990 : Better durations for proc stats
2013-09-23 19:00:12 -07:00
Jeff Sharkey
d572a03ad8
Use a generic icon for Home
...
It's only a *foolish* consistency that is the hobgoblin of
little minds.
Bug 10849877
Change-Id: Ice60cbb13a754edc104ae8630cb3d8dfe637d1af
2013-09-23 17:48:37 -07:00
David Christie
4fff3d9b9d
Merge "Don't show background apps in Settings->Location (b/10806272)" into klp-dev
2013-09-24 00:18:39 +00:00
David Christie
b1e381be21
Don't show background apps in Settings->Location (b/10806272)
...
Change-Id: I7ed0249bbc4509e4116dfc88181faccde60365e1
2013-09-23 15:52:24 -07:00
Edward Jee
46c746551f
Once the user allows PBAP phonebook access, do not ask again.
...
Bug: 9876209
Change-Id: I8d9dcfa03e8d85577af4c4664fa34b3830e3d8f6
2013-09-23 15:21:27 -07:00
Dianne Hackborn
88cf7709cb
Implement issue #10895990 : Better durations for proc stats
...
Add new option to select data duration to show, with the default
being 3 hours.
Reworked how menus are updated to remove redundant code.
Switch to using new proc stats service API for retrieving stats,
which is more efficient and won't hit IPC limits.
Fixed layout for details items to ellipsize long items.
Change-Id: I1a0f8a4adf8fc330c2639077323c6379d23ad987
2013-09-23 15:02:13 -07:00
David Christie
133233780b
am 1efb1b52
: Merge "Remove "Android System" from recent apps list in Settings (b/10855277)" into klp-dev
...
* commit '1efb1b52d6901ca58104030e3b98512473bed7fb':
Remove "Android System" from recent apps list in Settings (b/10855277)
2013-09-21 09:35:41 -07:00
David Christie
1efb1b52d6
Merge "Remove "Android System" from recent apps list in Settings (b/10855277)" into klp-dev
2013-09-21 16:33:51 +00:00
Svetoslav
a771964fe6
am 995e69d1
: Merge "Offer to enable a print service after it is installed (Settings)." into klp-dev
...
* commit '995e69d1e130d54b371e4278e90d508e025de9a2':
Offer to enable a print service after it is installed (Settings).
2013-09-20 18:18:32 -07:00
Svetoslav
995e69d1e1
Merge "Offer to enable a print service after it is installed (Settings)." into klp-dev
2013-09-21 01:15:52 +00:00
David Christie
bec860d6c4
Remove "Android System" from recent apps list in Settings (b/10855277)
...
Change-Id: I22d74c22c482786298af088abb7b25c790fd4b21
2013-09-20 18:08:54 -07:00
Svetoslav
0ad40283bb
Offer to enable a print service after it is installed (Settings).
...
The user has to explicitly enable a print service from the settings UI
before using it. Usually, users very rarely if at all interact with print
services, therefore all print service management task are performed from
the print settings. We also have to get user consent warning that the
user's data is about to be given to a third-party app. We now post a
notification allowing the user to go directly to the settings screen to
turn the service on.
bug:10447510
Change-Id: Ibfb5368a09b1e012dd6dd0f3d33a5ad10e5ee00e
2013-09-20 17:34:34 -07:00
David Braun
41b18f71b2
am 1a2bfad4
: Merge "Fix crash rotating with default SMS dialog up." into klp-dev
...
* commit '1a2bfad4250cb231d60823affbb8288b6c6d1797':
Fix crash rotating with default SMS dialog up.
2013-09-20 16:31:23 -07:00