summaryrefslogtreecommitdiffstats
path: root/packages/VpnDialogs/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* DO NOT MERGE: Remove DayNight themeAlan Viverette2015-06-181-2/+2
| | | | | | | | | | | | | 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
* DayNight theme for framework packagesAlan Viverette2015-05-051-2/+2
| | | | Change-Id: I745f90561c957c83540e75a2886e294633c83be1
* Enforce VPN control "permission" with an actual permission.Jeff Davidson2014-11-121-0/+2
| | | | | | | | | | | | | | | | 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
* Restore legacy VPN stats dialog.Jeff Davidson2014-08-221-0/+9
| | | | | | | | | | 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
* Less intrusive VPN dialog and other UX tweaks.Jeff Davidson2014-08-201-9/+0
| | | | | | | | | | | | | | | | -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
* Fix recents theme, add missing headersAlan Viverette2014-04-021-0/+18
| | | | Change-Id: Ib8eea6153eaf7e0e93e54c69fe59e63e98a409a6
* Switch framework Holo references to Quantum.LightAlan Viverette2014-04-011-2/+2
| | | | Change-Id: Ib545a143f1959b6104adbc9d594dd626851d90b3
* VPN: move VpnDialogs away from system uid.Chia-chi Yeh2012-06-081-2/+1
| | | | | Bug: 6632536 Change-Id: Iece647c077caf5298ccfe7d7aba5f0911a4ed0d1
* VpnDialogs: fix screen flickering when popping up dialogs.Chia-chi Yeh2012-01-231-2/+2
| | | | | Bug: 5699057 Change-Id: Iad1b32cafa32f98b27b6c96a63e1e9d97908983a
* VPN: move away from the VPN permission.Chia-chi Yeh2011-08-031-1/+0
| | | | | | VpnBuilder will be replaced by VpnService in the next change. Change-Id: I2dea67a1616b74d17b372f7b214d207f1617198e
* Support full-backup encryption and global backup passwordChristopher Tate2011-07-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the user has supplied a backup password in Settings, that password is validated during the full backup process and is used as an encryption key for encoding the backed-up data itself. This is the fundamental mechanism whereby users can secure their data even against malicious parties getting physical unlocked access to their device. Technically the user-supplied password is not used as the encryption key for the backed-up data itself. What is actually done is that a random key is generated to use as the raw encryption key. THAT key, in turn, is encrypted with the user-supplied password (after random salting and key expansion with PBKDF2). The encrypted master key and a checksum are stored in the backup header. At restore time, the user supplies their password, which allows the system to decrypt the master key, which in turn allows the decryption of the backup data itself. The checksum is part of the archive in order to permit validation of the user-supplied password. The checksum is the result of running the user-supplied password through PBKDF2 with a randomly selected salt. At restore time, the proposed password is run through PBKDF2 with the salt described by the archive header. If the result does not match the archive's stated checksum, then the user has supplied the wrong decryption password. Also, suppress backup consideration for a few packages whose data is either nonexistent or inapplicable across devices or factory reset operations. Bug 4901637 Change-Id: Id0cc9d0fdfc046602b129f273d48e23b7a14df36
* VpnDialogs: enforce calling permissions.Chia-chi Yeh2011-07-151-0/+1
| | | | Change-Id: I1bb3bd4616309f091ef653ee246b97b1a006a225
* VpnDialogs: prepare for the usages of legacy VPN.Chia-chi Yeh2011-07-011-1/+2
| | | | | | | | - Use PendingIntent to start activities. - Handle configs without package names. - Switch to system UID. Change-Id: Ia78112a97e3628b603d9e059705e32694ebe142b
* The UI part of the user space VPN support.Chia-chi Yeh2011-06-031-0/+22
Change-Id: Ia9b7d516f977bc0fa7c30f44ff8111466838d1aa