index
:
packages_apps_Settings
replicant-4.2
replicant-6.0
packages/apps/settings
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
android
/
settings
/
SecuritySettings.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix 5428748: Added more options for biometric weak
Danielle Millett
2011-10-19
1
-1
/
+11
*
Reorganized the biometric weak check functions
Danielle Millett
2011-09-30
1
-1
/
+2
*
Delete the temp gallery on return from fallback
Steven Ross
2011-09-30
1
-1
/
+0
*
calling back SetupFaceLock to clean up temporary gallery
Steven Ross
2011-09-29
1
-0
/
+1
*
Fix 5185505: Add weak biometric sensors to security choices.
Jim Miller
2011-09-08
1
-0
/
+3
*
Allow SIM PIN on CDMA LTE devices
Wink Saville
2011-08-19
1
-2
/
+4
*
Fix lock screen timeout summary text on first use.
Amith Yamasani
2011-07-22
1
-1
/
+1
*
Refactoring in Settings/Applications
Gilles Debunne
2011-06-22
1
-1
/
+55
*
Split Location and Security settings.
Gilles Debunne
2011-06-21
1
-125
/
+4
*
Integrating keystore with keyguard (Part 4 of 4)
Brian Carlstrom
2011-06-01
1
-15
/
+2
*
Remove / re-word some settings for WiFi-only devices.
Amith Yamasani
2011-02-24
1
-0
/
+5
*
Have SecuritySettings and SoundSettings use getCurrentPhoneType
Wink Saville
2011-02-02
1
-1
/
+2
*
More work on the Crypt Keeper.
Jason parks
2011-01-27
1
-7
/
+9
*
Display the correct encryption settings.
Jason parks
2011-01-25
1
-7
/
+14
*
Remove unused code.
Jason parks
2011-01-21
1
-97
/
+0
*
Merge "Encrypt inplace settings." into honeycomb
Jason parks
2011-01-20
1
-2
/
+0
|
\
|
*
Encrypt inplace settings.
Jason parks
2011-01-18
1
-2
/
+0
*
|
Extract credential storage dialogs to a new activity.
Chia-chi Yeh
2011-01-20
1
-404
/
+103
|
/
*
Remove obsolete code from SecuritySettings.
Chia-chi Yeh
2011-01-18
1
-124
/
+31
*
Add a setting to enable encryption.
Jason parks
2011-01-13
1
-0
/
+96
*
Fix 3333490,3250193: Update LockScreen settings
Jim Miller
2011-01-10
1
-0
/
+23
*
Fix 3148496: Initial pass at fragmentizing lockscreen settings.
Jim Miller
2010-12-08
1
-2
/
+4
*
Fix 3201870: Move OwnerInfo settings to Location&Security.
Jim Miller
2010-11-30
1
-13
/
+22
*
Conditional remove "haptic" settings if there's no vibrator
Amith Yamasani
2010-11-17
1
-0
/
+9
*
Add 'Use My Location for Google services'.
Mathew Inwood
2010-10-22
1
-3
/
+31
*
Use PreferenceActivity and FragmentBreadCrumbs as they offer the same capabil...
Amith Yamasani
2010-09-21
1
-1
/
+13
*
Fix 2579224: Add a separate timeout for lockscreen vs display
Jim Miller
2010-09-01
1
-4
/
+84
*
Refactor settings top level activities to use fragments.
Amith Yamasani
2010-08-18
1
-43
/
+50
*
Fix build.
Mike Dodd
2010-07-26
1
-0
/
+1
*
am 885ac770: am 46c0a5b1: Merge "Remove unused imports in SecuritySettings.java"
Jean-Baptiste Queru
2010-07-26
1
-5
/
+0
|
\
|
*
am 46c0a5b1: Merge "Remove unused imports in SecuritySettings.java"
Jean-Baptiste Queru
2010-07-26
1
-5
/
+0
|
|
\
|
|
*
Remove unused imports in SecuritySettings.java
Ben Clark
2010-07-24
1
-5
/
+0
*
|
|
Change I546ee2fb: Fix 2677197: Adding minimum complex character support.
Konstantin Lopyrev
2010-05-27
1
-0
/
+1
|
/
/
*
|
am 0b326a6f: Merge "Fix 2579923: Make changing lock screen method more discov...
Jim Miller
2010-04-12
1
-81
/
+7
|
\
|
|
*
Fix 2579923: Make changing lock screen method more discoverable.
Jim Miller
2010-04-11
1
-81
/
+7
|
*
DO NOT MERGE
Oscar Montemayor
2010-03-26
1
-74
/
+6
|
/
*
Fix 2535700: Add support for enforcing password quality
Jim Miller
2010-03-25
1
-14
/
+19
*
Move DeviceAdmin APIs to android.app.admin.
Dianne Hackborn
2010-02-26
1
-1
/
+1
*
Temporarily hiding enabling non-working functionality UI option for Froyo ear...
Oscar Montemayor
2010-02-26
1
-3
/
+2
*
Fix 2448345: Fix tactile feedback bug in password/PIN and pattern unlock.
Jim Miller
2010-02-18
1
-4
/
+1
*
Fix 2332563: Update logic for lockscreen in Settings.
Jim Miller
2010-02-11
1
-24
/
+76
*
Perform master clear via Intent broadcast, rather than using ICheckinService.
Dan Egnor
2010-02-11
1
-22
/
+3
*
Remove USE_LOCATION_FOR_SERVICES from Settings
Bjorn Bringert
2010-02-08
1
-3
/
+0
*
Update to follow password mode->quality API change.
Dianne Hackborn
2010-01-29
1
-2
/
+2
*
Update to follow device policy changes.
Dianne Hackborn
2010-01-28
1
-2
/
+2
*
Start hooking up password device policies
Dianne Hackborn
2010-01-21
1
-18
/
+25
*
Fix 2385283: Add DevicePolicyManager calls to LockScreen.
Jim Miller
2010-01-20
1
-4
/
+6
*
Initial UI for managing device policies.
Dianne Hackborn
2010-01-16
1
-0
/
+13
*
Fix 2332563: Add password-lock support to lockscreen
Jim Miller
2010-01-11
1
-89
/
+64
*
Encrypted File Systems. Recovery process - adding interface settings to toggl...
Oscar Montemayor
2009-12-10
1
-31
/
+78
[next]