index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
VpnDialogs
/
src
Age
Commit message (
Expand
)
Author
2021-02-22
Revert "Revert "Delete VPN methods in ConnectivityManager.""
Lorenzo Colitti
2021-02-19
Revert "Delete VPN methods in ConnectivityManager."
Nataniel Borges
2021-02-19
Delete VPN methods in ConnectivityManager.
Lorenzo Colitti
2021-02-08
Switch VpnDialogs from IConnectivityManager to IVpnManager.
Lorenzo Colitti
2020-02-04
Add separate user consent for Platform VPNs
Benedict Wong
2019-05-20
Protect VPN dialogs against overlay.
Chalard Jean
2019-03-29
Make VPN key icon visible in dark theme.
Pavel Grafov
2017-08-15
Add alert dialog when always-on VPN disconnects.
Charles He
2016-05-31
Finish ConfirmDialog when another vpn app is always-on
Victor Chang
2016-05-20
Move VPN restriction check into setup dialog
Robin Lee
2015-12-02
Create Vpn ManageDialog in onCreate, not onResume
Robin Lee
2015-10-02
Moved alert setup code to onCreate
Fyodor Kupolov
2015-05-18
Support cross-user VPN calls (with permission)
Robin Lee
2015-02-28
Remove unused imports in frameworks/base.
John Spurlock
2014-08-22
Restore legacy VPN stats dialog.
Jeff Davidson
2014-08-20
Less intrusive VPN dialog and other UX tweaks.
Jeff Davidson
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-10-02
Fix incorrect VPN time
Vinit Deshapnde
2013-07-16
Support multiple Vpn ManageDialogs
Chad Brubaker
2013-02-13
VpnDialogs: filter obscured touches
Kenny Root
2012-11-15
Framework: Use holo alert drawables
Björn Lundén
2012-08-24
Migrate legacy VPN arguments to system_server.
Jeff Sharkey
2012-08-23
Begin moving VPN to NetworkStateTracker pattern.
Jeff Sharkey
2012-02-27
VpnDialogs: hide the fields when the statistic numbers are unavailable.
Chia-chi Yeh
2012-01-23
VpnDialogs: fix screen flickering when popping up dialogs.
Chia-chi Yeh
2011-09-26
VpnDialogs: revise UI layout.
Chia-chi Yeh
2011-08-03
VPN: move away from the VPN permission.
Chia-chi Yeh
2011-07-15
VpnDialogs: enforce calling permissions.
Chia-chi Yeh
2011-07-03
VPN: convert prepare() into a form which helps solve race conditions.
Chia-chi Yeh
2011-07-03
VPN: minor refinement.
Chia-chi Yeh
2011-07-02
VPN: give legacy VPN a fake package name.
Chia-chi Yeh
2011-07-01
VpnDialogs: prepare for the usages of legacy VPN.
Chia-chi Yeh
2011-06-17
VpnDialogs: migrate to VpnConfig.
Chia-chi Yeh
2011-06-15
VpnDialogs: use IConnectivityManager instead or ConnectivityManager.
Chia-chi Yeh
2011-06-03
The UI part of the user space VPN support.
Chia-chi Yeh