| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \
| |/ / /
|/| / /
| |/ /
| | |
| | |
| | | |
other UX tweaks." into lmp-dev
* commit '1ff358ad2a0b2c0702fde65ff68f4656e55c545f':
Less intrusive VPN dialog and other UX tweaks.
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit '709941fd34e02fb6639ab31e04404b023c820dec':
Less intrusive VPN dialog and other UX tweaks.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
-The ability to launch VPNs is now sticky; once approved by the user,
further approvals are not needed UNLESS the connection is revoked in
Quick Settings.
-The old persistent notification has been removed in favor of the new
Quick Settings UI.
-The name of the VPN app is now pulled from the label of the VPN
service rather than the app itself, if one is set.
Bug: 12878887
Bug: 16578022
Change-Id: I102a14c05db26ee3aef030cda971e5165f078a91
|
| |/
| |
| |
| |
| | |
Change-Id: Iad4e740bda603a5a7fb00961c82f01d34b07d8d4
Auto-generated-cl: translation import
|
| |
| |
| |
| | |
Change-Id: Iac5489639edae2373ed0ce92f7d0fe22629a249a
|
| |
| |
| |
| |
| | |
Change-Id: I2fc59a477e3f48d343b9d715093bb7ee64cb48c8
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: Id7f28a52e8983b6b235d247cde93ae5d08a7d063
Auto-generated-cl: translation import
|
| |
| |
| |
| | |
Change-Id: I5aca8efd30aa8859e0d39f536a3502a9a933293f
|
|/
|
|
| |
Change-Id: I9789601a2fffc8eb8e6eeff4a8bd6c83fbf6fb10
|
|
|
|
|
| |
Change-Id: I45fc44712db4f2dafeab5f99fc2ca9a5276e75ba
Auto-generated-cl: translation import
|
|
|
|
|
| |
Change-Id: Ibca0bb8ef3a7f047b15355ed614651beb4795eec
Auto-generated-cl: translation import
|
|
|
|
| |
Change-Id: Ib8eea6153eaf7e0e93e54c69fe59e63e98a409a6
|
|
|
|
| |
Change-Id: Ib545a143f1959b6104adbc9d594dd626851d90b3
|
|
|
|
|
| |
Change-Id: I90b992fe5850b901f15b4c9ae778a316d574edb2
Auto-generated-cl: translation import
|
|
|
|
|
| |
Bug:11340849
Change-Id: Ib99486303927a6bce308b113d70f8e5b5bce4a13
|
|
|
|
| |
Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
|
|
|
|
|
| |
Change-Id: I9a274d2dae9b41ed8378f460da42507f44f429c5
Auto-generated-cl: translation import
|
|\
| |
| |
| |
| |
| |
| | |
klp-dev
* commit 'adcf86961356157089daa4dc13c865258d1eea49':
Fix incorrect VPN time
|
| |\
| | |
| | |
| | |
| | | |
* commit 'b1992b55e967329f3bc9a63229615130761df701':
Fix incorrect VPN time
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
First, startTime's default value is -1 and not 0, so use it to test
if the startTime is set. Also, startTime isn't being set when connecting
legacy VPN; this change fixes that too.
Bug: 10985174
Change-Id: Ibf52b8f489b18c96efba501b76aa73e9a9e0e3e8
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Iea99a461037b5ef6dc3cd573b594b483692222ef
Auto-generated-cl: translation import
|
| |/
| |
| |
| |
| | |
Change-Id: Ie76c722a4e7525264922041684f25b5b35286973
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: I2512b43867fbd6821e94b937b31768c313bfd8b4
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: I41d53a68f479490dab20dc25d2d020ec098a1ff8
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: I2ae3c5acea8bc6736dc896c9a51647894a5f3175
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: I65179cd29f91ec7e22edef7d6cdde4dfccdbef4b
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: I5b04fc1fefa16588f7b6e935473f722b073f757c
Auto-generated-cl: translation import
|
|/
|
|
|
| |
Change-Id: Ie06cabcb736bd0cf12f4c1f393bf691a3a732495
Auto-generated-cl: translation import
|
|
|
|
|
|
|
|
|
|
| |
Move away from storing the configs in the Intent to prevent issues with
PendingIntents and multiple configs.
The Dialog now queries ConnectivityService for the configuration to
display in the management dialog.
Change-Id: I0e0ef52db840152914d117a24f776d8106e836ff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"signatureOrSystem" permissions are no longer available to all apps
residing en the /system partition. Instead, there is a new /system/priv-app
directory, and only apps whose APKs are in that directory are allowed
to use signatureOrSystem permissions without sharing the platform cert.
This will reduce the surface area for possible exploits of system-
bundled applications to try to gain access to permission-guarded
operations.
The ApplicationInfo.FLAG_SYSTEM flag continues to mean what it is
says in the documentation: it indicates that the application apk was
bundled on the /system partition. A new hidden flag FLAG_PRIVILEGED
has been introduced that reflects the actual right to access these
permissions.
At some point the "system" permission category will be
renamed to "privileged".
Bug 8765951
Change-Id: I6f0fd9cdb9170e076dfc66d83ecea76f8dd7335d
|
|
|
|
| |
Change-Id: Ifcc919c36006c88e36363f5160f9334df0cf7e5b
|
|
|
|
|
|
|
| |
Replaces the current usage of the GB alert
drawable with theme-consistent holo ones.
Change-Id: I8594ef8276db5bb0e192f3a541937d7281321043
|
|
|
|
|
|
|
|
| |
Generate the racoon and mtpd daemon arguments in system_server,
instead of accepting them from Settings.
Bug: 5756357
Change-Id: I42c1a644f6add477fe4222342640d7db15982cb8
|
|
|
|
|
|
|
|
|
|
|
|
| |
Created base tracker that handles common bookkeeping, and move VPN
to become a tracker. VPN status is now reflected in NetworkInfo, and
is mapped to LegacyVpnInfo.
Legacy VPN now "babysits" any init services it starts, watching for
when they stop unexpectedly.
Bug: 5756357
Change-Id: Iba7ec79da69469f6bd9a970cc39cf6b885b4c9c4
|
|
|
|
|
| |
Change-Id: I0f6f872984c04033f03960aec8312f86b0451fd0
Auto-generated-cl: translation import
|
|
|
|
|
| |
Change-Id: I64327f26c87a11b1395acd7dfa217c3fd386b133
Auto-generated-cl: translation import
|
|
|
|
|
| |
Bug: 6632536
Change-Id: Iece647c077caf5298ccfe7d7aba5f0911a4ed0d1
|
|
|
|
| |
Change-Id: Iaa68a41570f03ee73c3f36502862477746c474a3
|
|
|
|
| |
Change-Id: I2761d2e7bb8795ab23a0024ed41ec299abc400e1
|
|
|
|
|
| |
Bug: 5954284
Change-Id: I2321984d4f423e951989d799073a9da17a577ef9
|
|
|
|
|
| |
Bug: 5699057
Change-Id: Iad1b32cafa32f98b27b6c96a63e1e9d97908983a
|
|
|
|
| |
Change-Id: I71efb16f2c6b257dfd444728c7e56ada662e6f77
|
|
|
|
| |
Change-Id: I83ab00ec220b7c0ba0d37e7f4c91e945e35aab39
|
|
|
|
| |
Change-Id: Id046f8008aef32a1b94b4fa5b57e2beb2f9f2e80
|
|
|
|
| |
Change-Id: Ic8e228878fde375b90797c6e344fcb3114180f1d
|
|
|
|
|
|
|
| |
Also hide statistics when they are not available.
Bug: 5372746
Change-Id: Iceffc8732cd51461630127f4fd17d505bc8b05aa
|
|
|
|
| |
Change-Id: I5e375bebc8f74d9108a929246f16608427ce9317
|
|
|
|
| |
Change-Id: Id826838661e8cfa20d01a4f51943f7744a2665e2
|
|
|
|
| |
Change-Id: I51443c14c2f113a149818dc060fb90fa16527545
|
|
|
|
| |
Change-Id: Iac73006cfaf846d210855496f6732cbdc6ad0de8
|