index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
w16.2
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
SystemUI
/
src
/
com
/
android
/
systemui
/
statusbar
/
policy
/
SecurityControllerImpl.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'android-13.0.0_r35' of https://android.googlesource.com/platform/f...
George Zacharia
2023-04-03
1
-5
/
+19
|
\
|
*
Replace getCurrentUser() calls with UserTracker
Alex Stetson
2022-11-14
1
-6
/
+19
*
|
SystemUI: Add VPN tile
Danny Baumann
2022-10-21
1
-1
/
+76
|
/
*
Remove FileDescriptor from systemui.Dumpable.
Dave Mankoff
2022-04-05
1
-2
/
+1
*
Manually register Dumpables to DumpManager
Ned Burns
2021-09-08
1
-1
/
+5
*
QS: Do not display specific disclosure when the work profile is off
Alex Johnston
2021-06-24
1
-0
/
+6
*
Update Quick Settings footer and dialog text for a financed device
Salud Lemus
2021-03-15
1
-0
/
+14
*
Merge "Use public API Network#getNetId() to get netid" am: 0292235a96 am: 994...
Lucas Lin
2021-03-04
1
-2
/
+2
|
\
|
*
Use public API Network#getNetId() to get netid
lucaslin
2021-03-03
1
-2
/
+2
*
|
Merge "Switch SystemUI from IConnectivityManager to VpnManager." am: 0b303f2d...
Lorenzo Colitti
2021-02-10
1
-21
/
+13
|
\
|
|
*
Switch SystemUI from IConnectivityManager to VpnManager.
Lorenzo Colitti
2021-02-09
1
-21
/
+13
*
|
Merge "Fix test breakage caused by adding new capability by default" am: 57d0...
Treehugger Robot
2021-01-15
1
-7
/
+2
|
\
|
|
*
Fix test breakage caused by adding new capability by default
junyulai
2021-01-15
1
-7
/
+2
*
|
Parental Controls disclaimer
Jason Parks
2020-10-27
1
-0
/
+51
*
|
6/N Move everything into SysUIComponent.
Dave Mankoff
2020-08-16
1
-2
/
+2
*
|
Create a DemoMode controller
Evan Laird
2020-08-13
1
-2
/
+4
|
/
*
Show disclosure for organization-owned work profile
arangelov
2020-06-17
1
-0
/
+5
*
Use a BgExecutor in SecurityControllerImpl
Beverly
2020-02-26
1
-40
/
+27
*
BroadcastDispatcher can use Executors now
Fabian Kozynski
2020-01-09
1
-1
/
+2
*
Conslidate @MainHandler and similar to @Main (and similar).
Dave Mankoff
2019-12-20
1
-2
/
+2
*
Finish migrating to BroadcastDispatcher
Fabian Kozynski
2019-11-04
1
-6
/
+7
*
Merge "[SecurityController] Listen to USER_UNLOCKED"
TreeHugger Robot
2019-10-29
1
-9
/
+7
|
\
|
*
[SecurityController] Listen to USER_UNLOCKED
phweiss
2019-10-22
1
-9
/
+7
*
|
Move DI related coded into new dagger package.
Dave Mankoff
2019-10-21
1
-4
/
+2
|
/
*
Remove Dependency.get usages from SecurityControllerImpl
Jason Monk
2018-12-26
1
-6
/
+11
*
Clean up DependencyProvider a bit
Jason Monk
2018-12-21
1
-0
/
+9
*
SecurityControllorImpl: Log whole exception
phweiss
2018-09-10
1
-1
/
+1
*
Have the status bar listen to all macro-users VPN changes.
Chalard Jean
2018-03-22
1
-0
/
+1
*
Fix and add unittests for SecurityController
phweiss
2017-05-22
1
-0
/
+6
*
Implement CACert queries in SecurityController
phweiss
2017-05-05
1
-4
/
+69
*
Redesign of QSSecurityFooter
phweiss
2017-04-13
1
-9
/
+39
*
Work on sysui dependencies
Jason Monk
2017-01-23
1
-1
/
+4
*
Add network logging icon to Quicksettings when enabled
phweiss
2016-12-08
1
-0
/
+5
*
Link from Quick Settings to Enterprise Privacy page
Bartosz Fabianowski
2016-12-06
1
-0
/
+5
*
Merge "Added getProfileIds method returning array of userIds" into nyc-dev am...
Fyodor Kupolov
2016-04-11
1
-8
/
+8
|
\
|
*
Added getProfileIds method returning array of userIds
Fyodor Kupolov
2016-04-07
1
-8
/
+8
*
|
Add a branded VPN icon for quick settings and status bar.
Daniel Nishi
2016-03-28
1
-0
/
+43
|
/
*
Referencing static interpolators.
Winson
2016-01-29
1
-4
/
+0
*
DPM.isDeviceOwnerApp() and getDeviceOwner() now check calling user
Makoto Onuki
2015-11-24
1
-3
/
+3
*
Hide VPN "settings" button when VPN is restricted
Robin Lee
2015-10-06
1
-0
/
+7
*
Fixed VPN support for restricted profiles in split system user model
Fyodor Kupolov
2015-09-28
1
-3
/
+3
*
am 27912dfd: am e6b0282a: am a2681383: am acace94c: Fix race condition by gua...
Jorim Jaggi
2015-08-28
1
-10
/
+18
|
\
|
*
Fix race condition by guarding callbacks
Jorim Jaggi
2015-08-28
1
-10
/
+18
*
|
More USER_OWNER cleanup.
Xiaohui Chen
2015-08-24
1
-1
/
+2
|
/
*
Check legacy VPN is connected before alerting
Robin Lee
2015-07-10
1
-2
/
+13
*
SystemUI: show owner VPN for restricted profile
Robin Lee
2015-06-26
1
-6
/
+13
*
Switch over to updated VPN warning strings
Robin Lee
2015-06-09
1
-17
/
+66
*
SecurityController: track VPN for all users
Robin Lee
2015-04-21
1
-70
/
+46
*
systemui: Handle case when network has been lost
Raju Yadav
2015-03-10
1
-1
/
+2
*
Add VPN Key to signal icons
Jason Monk
2014-09-05
1
-2
/
+2
[next]