https://github.com/Zyg0te/Locker

sort by:
Revision Author Date Message Commit Date
f8011c3 Updated README. 13 July 2016, 11:15:13 UTC
b629184 Updated README. 13 July 2016, 11:13:54 UTC
365b5c0 Merge pull request #27 from a-ira/master --updated brazilian portuguese translation (values-pt-rBR/) 20 June 2016, 06:20:08 UTC
368bf14 --updated brazilian portuguese translation (values-pt-rBR/) 19 June 2016, 14:10:26 UTC
bd6a2b5 Updated README. - Fixed typo 17 June 2016, 12:50:11 UTC
1aacf63 Linebreak removal 17 June 2016, 07:56:52 UTC
1d950d8 Removed commented debug code from color transition method. 17 June 2016, 07:55:32 UTC
8aae4fb Added color transition animation for status layout. - When protection status indicator changes we animate the color transition so create a nice elegant effect. 17 June 2016, 07:54:34 UTC
39312fe Updated README 16 June 2016, 20:54:42 UTC
dbef17e Removed unused method dummy parameter and bundle. 15 June 2016, 09:01:46 UTC
e013fe6 Removed unused method dummy parameter. 15 June 2016, 08:59:48 UTC
8339656 Updated version information in manifest. 15 June 2016, 08:52:37 UTC
a39d05c Verify that Locker is active admin app before enabling lock screen protection. - If user disabled admin access manually before enabling the lock screen protection the app may throw a SecurityException. Hence we verify the admin state first. 15 June 2016, 08:47:00 UTC
fe45435 Updated project properties 15 June 2016, 08:23:16 UTC
70052f5 Updated gradle version and distribution URL 15 June 2016, 08:20:39 UTC
adb2b91 Updated translations. - Added additional placeholder values. 27 May 2016, 11:53:35 UTC
4a30ece Updated manifest versioning information. Version code updated to equal 10 and version name set to 1.0.9. 27 May 2016, 10:58:40 UTC
1b8f054 Updated Chinese, Brazilian and Finnish translation. - Added placeholder strings that need translation. TODO: Update translations with localized strings. References #26 27 May 2016, 10:57:37 UTC
9862851 Updated Norwegian translation. - Added safe mode strings - Changed phone specific strings to more device generic equivalents. 27 May 2016, 10:56:40 UTC
fb1e484 Updated strings with notification values. References #26 27 May 2016, 10:51:34 UTC
f76e6a9 Minor layout adjustments to color and elevation. 27 May 2016, 10:51:09 UTC
75135f3 Removed unused import. 27 May 2016, 10:47:15 UTC
c612212 Removed placeholder code in fragment_main layout file. 27 May 2016, 10:45:58 UTC
a0d886b Implemented logic for safe mode. - Safe mode requires lock screen warning bypass as it depends on manually monitoring failed unlock attempts instead of enforcing the device admin API policy. References #26 27 May 2016, 10:44:57 UTC
9a196f1 Removed template code. 27 May 2016, 10:42:45 UTC
61adf33 Added notification helper class and notification icon. - Notification used to notify user when wipe condition is triggered. References #26 27 May 2016, 10:42:11 UTC
a9b3b21 Add safe mode UI logic. - Handle the safe mode checkbox appropriately. References #26 27 May 2016, 08:40:40 UTC
ab1e588 Updated main fragment with safe mode elements and scroll view. - Add a scroll view to improve appearance on devices with low resolution / small screens. - Add layout with safe mode elements - Decreased font sizes for more space efficient layout. References #26 27 May 2016, 08:40:07 UTC
950bcfa Updated strings with Safe Mode related values. References #26 27 May 2016, 08:38:51 UTC
1e60e5e Added orangeColor 27 May 2016, 08:38:24 UTC
d8aaab7 Updated project properties 27 May 2016, 08:05:43 UTC
650f732 Updated android support library version dependency 27 May 2016, 08:00:12 UTC
7839498 Merge branch 'master' of https://github.com/Zyg0te/Locker 28 April 2016, 06:51:55 UTC
01dabbf Updated workspace config 28 April 2016, 06:51:51 UTC
2fd5b03 Updated gradle config - Updated to gradle v 2.1.0 28 April 2016, 06:51:38 UTC
377a445 Merge pull request #21 from a-ira/master --added brazilian portuguese translation (values-pt-rBR/strings.xml) 16 April 2016, 17:08:39 UTC
278d5f9 --added brazilian portuguese translation (values-pt-rBR/strings.xml) 16 April 2016, 15:05:39 UTC
b2821de --added brazilian portuguese translation (values-pt-rBR/strings.xml) 16 April 2016, 15:03:56 UTC
c2605e0 Updated README... again. 14 April 2016, 11:12:17 UTC
d36dbd6 Updated README 14 April 2016, 08:21:30 UTC
aabd029 Updated README 14 April 2016, 08:07:03 UTC
061c9c2 Updated strings. - Reworded the lock screen dialog summary text. - Added necessary strings for reboot functionality. references #12 12 April 2016, 10:48:51 UTC
7969208 Updated gradle classpath version. 11 April 2016, 12:58:40 UTC
2155ce8 Updated README 07 April 2016, 12:55:54 UTC
72bc592 Updated translations. - English placeholder strings added to the Finnish and Chinese translations pending updates. 05 April 2016, 18:49:14 UTC
2893458 Updated versioning information. versionCode incremented to 9. versionName adjsuted to 1.0.8 05 April 2016, 18:48:36 UTC
57c7c47 Updated AOSP bug comment 04 April 2016, 09:10:34 UTC
cd7672e Updated README 04 April 2016, 08:55:38 UTC
670788a Fixed an issue where device administration status was not updated correctly. 04 April 2016, 08:50:56 UTC
b98359d Updated UI color. 04 April 2016, 08:36:02 UTC
f0f9645 Updated Norwegian translation. 04 April 2016, 08:29:15 UTC
24de950 Merge pull request #16 from Zyg0te/stealth-mode Added option to check for number of failed unlock attempts manually and wipe when neccessary. This bypasses the lock screen warning message making the protection more stealthy. Does not work on Android 5.0/5.0.1 04 April 2016, 08:25:59 UTC
7c15d6f Added missing strings. References #4 04 April 2016, 08:24:20 UTC
8d7eaa6 Added exception handling and check for API level 21 - Due to AOSP bug in API level 21, we cant check the number of failed unlock attempts. Hence we hide the checkbox for this option on devices running API level 21. We also verify the functionality before enabling protection. This references #4 04 April 2016, 08:24:02 UTC
939fc20 Implemented the ability to silently monitor lock screen warnings. - Instead of using setMaximumFailedPasswordsForWipe policy we can silently monitor unlock attempts and wipe when necessary. This will hide lock screen warning. References #4 04 April 2016, 07:45:46 UTC
46f2101 Migrated Device Admin functionality into DeviceAdminManager Fixes #15 04 April 2016, 07:24:07 UTC
f25ecc7 Added DeviceAdminManager helper class. - TODO: Move all Device Admin code from MainFragment to this class. References #15 04 April 2016, 07:13:28 UTC
4339758 Added string for UI Checkbox to hide lock screen warning. References #4 04 April 2016, 07:07:12 UTC
e6f3856 Added checkbox to hide lock screen warning. References #4 04 April 2016, 07:06:51 UTC
5a0eff1 Minor UI adjustments - Adjusted margins - Cleaned up colors. 04 April 2016, 06:54:53 UTC
83d2c16 Removed unused import 28 March 2016, 14:26:45 UTC
482b930 Updated README 23 March 2016, 21:53:32 UTC
9372185 Updated Chinese translation. - Commented out device_admin_summary value for now until Android-Studio is updated with fix. 23 March 2016, 20:20:03 UTC
5e3a5e6 Updated versioning information. 23 March 2016, 20:16:27 UTC
bbe6669 Updated gradle build tools version. 23 March 2016, 20:13:23 UTC
df034ea Removed trailing content in zh-rCN translation. 23 March 2016, 20:12:28 UTC
9e3b4f5 Merge pull request #8 from ContactFront/master Initial Simplified Chinese translation 18 March 2016, 09:48:09 UTC
6bab3f0 Initial Simplified Chinese translation 17 March 2016, 21:57:02 UTC
0d5e4f2 Added colors.xmls Instead of hard coding color values everywhere we gather them in a dedicated xml file. 11 March 2016, 08:25:35 UTC
516a9d8 Workaround for Android Studio manifest string reference bug Current bug in Android Studio does not allow references to translated strings in AndroidManfiest.xml. Hence we temporarily remove the problematic string from the translations. 11 March 2016, 08:14:51 UTC
44d8dbd Updated manifest version information 11 March 2016, 08:13:33 UTC
eed202f Merge pull request #3 from mary-kate/master Add Finnish (fi) localization 10 March 2016, 21:13:21 UTC
3ba58f6 Add Finnish (fi) localization 09 March 2016, 19:48:17 UTC
f7ca1ff Updated and cleaned up Manifest - Removed uses-sdk section as that is already declared in gradle build config. - Added fullBackupContent parameter and set it to false. 26 February 2016, 08:10:47 UTC
2fec271 Code cleanup Weaker variable and method declarations, etc. 26 February 2016, 08:06:24 UTC
4ed53d2 Updated fragment_main layout Pushed the seekbar further down. 26 February 2016, 08:03:41 UTC
b21c9f2 Graphics: Added app screenshots. 26 February 2016, 08:00:18 UTC
62f0953 Updated version information 25 February 2016, 13:07:37 UTC
e5e0e60 Added promo graphic 25 February 2016, 12:00:54 UTC
fe99911 Updated app icon 25 February 2016, 09:56:53 UTC
1689681 Updated Norwegian translation. 24 February 2016, 20:17:21 UTC
b9196f1 Updated README 24 February 2016, 20:06:07 UTC
8d02578 Merge pull request #2 from mary-kate/master Minor localization tweaks in the English localization 24 February 2016, 17:36:46 UTC
4675606 phone -> device Because tablets and phablets are a thing! 24 February 2016, 09:57:38 UTC
9fd0eea Capitalize "Locker" properly in the string device_admin_summary 24 February 2016, 09:56:54 UTC
ab36c44 Removed SIM Card lock strings for now. 20 February 2016, 22:37:57 UTC
726f9d2 Updated README. 20 February 2016, 22:12:08 UTC
5f2e1a0 Updated strings 20 February 2016, 22:05:01 UTC
fa422b2 Removed keyfile 20 February 2016, 22:04:16 UTC
3345be7 Removed seemingly unnecessary activity definition in Manifest. 20 February 2016, 21:46:30 UTC
a812367 Weaker variable declaration. 20 February 2016, 21:40:44 UTC
4050a1d Updated support library version. 20 February 2016, 21:35:32 UTC
3868105 Updated target API and build tools, in gradle configs. 20 February 2016, 21:32:37 UTC
704b627 Added some nice elevation to layout elements on main fragment layout. 20 February 2016, 21:31:57 UTC
9c4a6e6 Updated version information and removed boiler plate code. 20 February 2016, 21:30:07 UTC
25ede9c Added Android Studio project. Started work on adding SIM Lock. 27 August 2015, 08:49:51 UTC
a27d6d0 Removed Eclipse-style Android Project 27 August 2015, 08:26:56 UTC
69c7ae3 Set the default value indicating permitted number of unlock attempts to 5. 07 October 2014, 20:24:44 UTC
ff0880c Fixed some bugs with the confirmation dialogs. The correct dialog is now shown in the correct scenario 06 October 2014, 13:30:36 UTC
98daf5e Updated manifest file 06 October 2014, 13:30:29 UTC
back to top