| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Change-Id: I77a3c0eb997d6f2aaf9b1add59480c496e55e43d
Ticket: -
|
|
|
|
|
| |
Change-Id: If7eac9a9fa7e145c9d35ece91a8ccab33601a1ca
Ticket: -
|
|
|
|
|
| |
Change-Id: I599894bfd30ff9d78253482981737fc8a440a826
Ticket: -
|
|
|
|
|
|
|
|
|
| |
https://android.googlesource.com/platform/frameworks/base into cm-13.0"
This reverts commit 0e1dbed9194839a90755670d8fdf9046a75b85f7, reversing
changes made to 564f10b8f05ddf4d9ea2c0e64f1b113fe6dad4b8.
Change-Id: Ife3a8c9c898034d5161fbf25a03eaf173ec66246
|
|
|
|
| |
Change-Id: Ib87e41106982b159d249ebbe0653e569f9c7b454
|
|
|
|
| |
Change-Id: I3849e73aee18720b20529d406c7657c0a0cee320
|
|
|
|
| |
Change-Id: Ib371d8f862dced4aa36cfe076f876e9ae4bd62c2
|
|
|
|
| |
Change-Id: I4af2a6a904e9229b261e95818f716d6b5708a6f4
|
|\
| |
| |
| |
| |
| |
| |
| | |
https://android.googlesource.com/platform/frameworks/base into cm-13.0
Android 6.0.1 release 22
Change-Id: I0d31899b234156a91accb61e0a7fb3d8d16d5062
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
\'mm\' for VPN dialogs" into mnc-dev
* commit '515a8406aa649fb5ea63a79f697eb04afadf4a3d':
Use 'dp' paddings instead of 'mm' for VPN dialogs
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* commit 'f1da9a1401fe1304bee8a550a0141c79ecc3c0b3':
DO NOT MERGE: Remove DayNight theme
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I6f7e9a4d7d72272d445319a26b386d7098aa26a4
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I96f3c5a41d3c52473c161aaf2c97d821caa99bb9
|
| |_|/
|/| |
| | |
| | |
| | | |
Change-Id: I08b112bde5280593b52c7aa50b56d41092f94056
Auto-generated-cl: translation import
|
| |/
|/|
| |
| |
| |
| |
| |
| | |
The values had gradually shifted away from what they need to be to
line up with other UI elements (ie. title bar)
Bug: 22314161
Change-Id: I03fd15632db02b723348e42066f9e45158eae148
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Do not go gentle into that good night,
Old age should burn and rave at close of day;
Rage, rage against the dying of the light.
Though wise men at their end know dark is right,
Because their words had forked no lightning they
Do not go gentle into that good night.
Bug: 21854466
Change-Id: I0b7cd116c23f7df88e94f31b3aee7dd22a102804
|
|/
|
|
|
| |
Change-Id: I600637b0abc1f3de8f2156137b216b2d271cd575
Auto-generated-cl: translation import
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Settings and SystemUI need to act on other users than USER_OWNER.
This is gated by INTERACT_ACROSS_USERS_FULL in addition to the existing
CONTROL_VPN checks, so the number of processes able to interfere with
other profiles' VPNs should be quite small.
Bug: 20692490
Bug: 20747154
Bug: 20872408
Change-Id: I6e5d7220f73435bec350719e7b4715935caf4e19
|
|
|
|
| |
Change-Id: I745f90561c957c83540e75a2886e294633c83be1
|
|
|
|
|
| |
Change-Id: I72c5378c90345a929c525db99e47abd0c67fdb2f
Auto-generated-cl: translation import
|
|
|
|
|
| |
Change-Id: Ia2267065864b0a7ff750e2956f0bab7507b8c32c
Auto-generated-cl: translation import
|
|
|
|
| |
Change-Id: I031443de83f93eb57a98863001826671b18f3b17
|
|
|
|
|
| |
Change-Id: I6f5eaee0cfc5d0fd3995c600fb5eaf0afa032d4d
Auto-generated-cl: translation import
|
|
|
|
|
| |
Change-Id: I8aed2731e04350bbf8c50de7ebc81f9aaddf8fee
Auto-generated-cl: translation import
|
|
|
|
|
| |
Change-Id: I1506acd4f2df7bda4a8d4fb968b5e9e316326ec6
Auto-generated-cl: translation import
|
|\
| |
| |
| |
| |
| |
| | |
"permission" with an actual permission." into lmp-mr1-dev
* commit 'b431a198ec255be7efb30b4c81a779a4eb5009f6':
Enforce VPN control "permission" with an actual permission.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
actual permission." into lmp-mr1-dev
* commit 'e6bc5adf2d4639b63001a5889ad301bae47bcd7f':
Enforce VPN control "permission" with an actual permission.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The current implementation uses a whitelist of package names. Use a
system|signature permission instead of rolling our own security and
add that permission to the existing set of whitelisted packages
(SystemUI and VpnDialogs).
In addition to being less of a security risk (using well-known methods
like Context.enforceCallingPermission rather than manually querying
PackageManager and checking UIDs for package names), this enables
other system-privileged apps to control VPN as needed per the below
bug.
Bug: 18327583
Change-Id: I38617965c40d62cf1ac28e3cb382c0877fb1275d
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Ibf9918cdba50fa589ab7d179462eceefbee706a1
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I605546fc701703baebd8e91bb6cc198223eb6c3c
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Ica37ab94e0e2158a111b50bff6022d180ef45e27
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Ia455f5ceec1e3c7d2c646e0f2ff252683ec46201
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: If9cd12a06876011fcb55612cedaa24d9e1b945ff
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Ied3684129384c44a0f9c374c4b1c4f22191a3f33
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: Iaaa6b27c60a7641bc236b062976f1b4ffd9e55d5
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I47639f199561b9f1061eb77db1c2de15e03e52b3
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I8569ab7d0cc1824cfe1724b9cfb3062f35aa4316
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I8ed4abf1dbac2d0aae2cd37c57e41d38e6dc31e4
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I6783166fd9372026a11fecef3a491f98152b1f74
Auto-generated-cl: translation import
|
| | |
| | |
| | |
| | |
| | | |
Change-Id: I98bdfdd87bee6fd3794cf336d96cbf8a05a8906e
Auto-generated-cl: translation import
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
dialog." into lmp-dev
* commit 'baf519c9599a7ecb06db3281746708e5ccdeb10c':
Restore legacy VPN stats dialog.
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit '785957866a3a2978929ad2c79865575204c7216a':
Restore legacy VPN stats dialog.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Was originally removed in ag/522961, but restoring to keep legacy VPN
behavior the same from within VpnSettings. This dialog is only
accesible from VpnSettings and so should only ever be shown for legacy
VPNs.
Bug: 17164793
Change-Id: I06c4e136e1023b8f84edfd15a15264d2e41d325b
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
dialog strings." into lmp-dev
* commit '531b322ee6e6d1c7d192056a2cdebf2660fd4bbf':
Restore legacy VPN stats dialog strings.
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit 'daf5448383a02017bb761841d675c3630ec94cac':
Restore legacy VPN stats dialog strings.
|
| | |
| | |
| | |
| | |
| | | |
Bug: 17164793
Change-Id: I5927cdc4f1ceef4cd1cc1b5d17ae97d285bd9a39
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Change-Id: I18c5d0d4a4c0512ed892347d46a0af8697bcd8c9
Auto-generated-cl: translation import
|
|\ \ \ \
| |/ / /
|/| / /
| |/ /
| | |
| | |
| | | |
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.
|