├── .gradle └── 2.8 │ └── taskArtifacts │ ├── cache.properties │ ├── cache.properties.lock │ ├── fileHashes.bin │ ├── fileSnapshots.bin │ ├── outputFileStates.bin │ └── taskArtifacts.bin ├── .idea ├── .name ├── compiler.xml ├── copyright │ └── profiles_settings.xml ├── encodings.xml ├── gradle.xml ├── libraries │ └── support_v4_18_0_0.xml ├── misc.xml ├── modules.xml ├── runConfigurations.xml └── vcs.xml ├── README.md ├── app ├── app.iml ├── build.gradle ├── build │ ├── generated │ │ └── source │ │ │ ├── buildConfig │ │ │ ├── androidTest │ │ │ │ └── debug │ │ │ │ │ └── com │ │ │ │ │ └── sovnem │ │ │ │ │ └── lockrelease │ │ │ │ │ └── test │ │ │ │ │ └── BuildConfig.java │ │ │ └── debug │ │ │ │ └── com │ │ │ │ └── sovnem │ │ │ │ └── lockrelease │ │ │ │ └── BuildConfig.java │ │ │ └── r │ │ │ └── debug │ │ │ └── com │ │ │ └── sovnem │ │ │ └── lockrelease │ │ │ └── R.java │ ├── intermediates │ │ ├── blame │ │ │ └── res │ │ │ │ └── debug │ │ │ │ ├── multi │ │ │ │ ├── values-v11.json │ │ │ │ ├── values-v14.json │ │ │ │ └── values.json │ │ │ │ └── single │ │ │ │ ├── drawable-hdpi-v4.json │ │ │ │ ├── drawable-mdpi-v4.json │ │ │ │ ├── drawable-xhdpi-v4.json │ │ │ │ ├── drawable-xxhdpi-v4.json │ │ │ │ └── layout.json │ │ ├── classes │ │ │ └── debug │ │ │ │ └── com │ │ │ │ └── sovnem │ │ │ │ └── lockrelease │ │ │ │ ├── BuildConfig.class │ │ │ │ ├── GestureLockView$1.class │ │ │ │ ├── GestureLockView$2.class │ │ │ │ ├── GestureLockView$3.class │ │ │ │ ├── GestureLockView$GestureLockCallback.class │ │ │ │ ├── GestureLockView$PPoint.class │ │ │ │ ├── GestureLockView$PWDPath.class │ │ │ │ ├── GestureLockView$Result.class │ │ │ │ ├── GestureLockView.class │ │ │ │ ├── MainActivity.class │ │ │ │ ├── OtherActivity.class │ │ │ │ ├── R$attr.class │ │ │ │ ├── R$drawable.class │ │ │ │ ├── R$id.class │ │ │ │ ├── R$layout.class │ │ │ │ ├── R$string.class │ │ │ │ ├── R$style.class │ │ │ │ ├── R$styleable.class │ │ │ │ ├── R.class │ │ │ │ ├── SecretPrefUtil.class │ │ │ │ ├── SetsecretActivity$1.class │ │ │ │ ├── SetsecretActivity.class │ │ │ │ ├── VerifyActivity$1.class │ │ │ │ └── VerifyActivity.class │ │ ├── incremental │ │ │ ├── compileDebugAidl │ │ │ │ └── dependency.store │ │ │ ├── compileDebugAndroidTestAidl │ │ │ │ └── dependency.store │ │ │ ├── mergeDebugAndroidTestAssets │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugAndroidTestResources │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugAssets │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugJniLibFolders │ │ │ │ └── merger.xml │ │ │ └── mergeDebugResources │ │ │ │ └── merger.xml │ │ ├── manifest │ │ │ └── androidTest │ │ │ │ └── debug │ │ │ │ └── AndroidManifest.xml │ │ ├── manifests │ │ │ └── full │ │ │ │ └── debug │ │ │ │ └── AndroidManifest.xml │ │ ├── pre-dexed │ │ │ └── debug │ │ │ │ ├── debug_89995d99bebafd545a7fb4c1de77e8eee788dff6.jar │ │ │ │ └── support-v4-18.0.0_82f4b57f1a05e72829110fce151ef333860df540.jar │ │ ├── res │ │ │ ├── merged │ │ │ │ └── debug │ │ │ │ │ ├── drawable-hdpi-v4 │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-mdpi-v4 │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xhdpi-v4 │ │ │ │ │ ├── a.png │ │ │ │ │ ├── b.png │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xxhdpi-v4 │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── layout │ │ │ │ │ ├── activity_main.xml │ │ │ │ │ ├── other.xml │ │ │ │ │ ├── setsecret.xml │ │ │ │ │ └── verify.xml │ │ │ │ │ ├── values-v11 │ │ │ │ │ └── values-v11.xml │ │ │ │ │ ├── values-v14 │ │ │ │ │ └── values-v14.xml │ │ │ │ │ └── values │ │ │ │ │ └── values.xml │ │ │ ├── resources-debug-androidTest.ap_ │ │ │ └── resources-debug.ap_ │ │ └── transforms │ │ │ └── dex │ │ │ └── debug │ │ │ └── folders │ │ │ └── 1000 │ │ │ └── 1f │ │ │ └── main │ │ │ └── classes.dex │ └── outputs │ │ ├── apk │ │ ├── app-debug-unaligned.apk │ │ └── app-debug.apk │ │ └── logs │ │ └── manifest-merger-debug-report.txt └── src │ └── main │ ├── AndroidManifest.xml │ ├── java │ └── com │ │ └── sovnem │ │ └── lockrelease │ │ ├── GestureLockView.java │ │ ├── MainActivity.java │ │ ├── OtherActivity.java │ │ ├── SecretPrefUtil.java │ │ ├── SetsecretActivity.java │ │ └── VerifyActivity.java │ └── res │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ ├── a.png │ ├── b.png │ └── ic_launcher.png │ ├── drawable-xxhdpi │ └── ic_launcher.png │ ├── layout │ ├── activity_main.xml │ ├── other.xml │ ├── setsecret.xml │ └── verify.xml │ ├── values-v11 │ └── styles.xml │ ├── values-v14 │ └── styles.xml │ └── values │ ├── attrs.xml │ ├── strings.xml │ └── styles.xml ├── build.gradle ├── build └── intermediates │ └── dex-cache │ └── cache.xml ├── getsturelock.iml ├── gif └── fd.gif ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── import-summary.txt ├── local.properties └── settings.gradle /.gradle/2.8/taskArtifacts/cache.properties: -------------------------------------------------------------------------------- 1 | #Thu Feb 18 10:34:09 CST 2016 2 | -------------------------------------------------------------------------------- /.gradle/2.8/taskArtifacts/cache.properties.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/.gradle/2.8/taskArtifacts/cache.properties.lock -------------------------------------------------------------------------------- /.gradle/2.8/taskArtifacts/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/.gradle/2.8/taskArtifacts/fileHashes.bin -------------------------------------------------------------------------------- /.gradle/2.8/taskArtifacts/fileSnapshots.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/.gradle/2.8/taskArtifacts/fileSnapshots.bin -------------------------------------------------------------------------------- /.gradle/2.8/taskArtifacts/outputFileStates.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/.gradle/2.8/taskArtifacts/outputFileStates.bin -------------------------------------------------------------------------------- /.gradle/2.8/taskArtifacts/taskArtifacts.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/.gradle/2.8/taskArtifacts/taskArtifacts.bin -------------------------------------------------------------------------------- /.idea/.name: -------------------------------------------------------------------------------- 1 | 高仿解锁 -------------------------------------------------------------------------------- /.idea/compiler.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /.idea/encodings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.idea/gradle.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 23 | 24 | -------------------------------------------------------------------------------- /.idea/libraries/support_v4_18_0_0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 19 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 46 | 47 | 48 | 49 | 50 | 1.7 51 | 52 | 57 | 58 | 59 | 60 | 61 | 62 | -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /.idea/runConfigurations.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 11 | 12 | -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # gesturelock 2 | 一个高仿android原生解锁的demo 3 | 4 | 高仿android的原生手势解锁 5 | 6 | 这里写图片描述
7 | -------------------------------------------------------------------------------- /app/app.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 8 | 9 | 10 | 11 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | -------------------------------------------------------------------------------- /app/build.gradle: -------------------------------------------------------------------------------- 1 | apply plugin: 'com.android.application' 2 | 3 | android { 4 | compileSdkVersion 14 5 | buildToolsVersion "23.0.2" 6 | 7 | defaultConfig { 8 | applicationId "com.sovnem.lockrelease" 9 | minSdkVersion 14 10 | targetSdkVersion 14 11 | } 12 | 13 | buildTypes { 14 | release { 15 | minifyEnabled false 16 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' 17 | } 18 | } 19 | } 20 | 21 | dependencies { 22 | compile 'com.android.support:support-v4:18.0.0' 23 | } 24 | -------------------------------------------------------------------------------- /app/build/generated/source/buildConfig/androidTest/debug/com/sovnem/lockrelease/test/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Automatically generated file. DO NOT MODIFY 3 | */ 4 | package com.sovnem.lockrelease.test; 5 | 6 | public final class BuildConfig { 7 | public static final boolean DEBUG = Boolean.parseBoolean("true"); 8 | public static final String APPLICATION_ID = "com.sovnem.lockrelease.test"; 9 | public static final String BUILD_TYPE = "debug"; 10 | public static final String FLAVOR = ""; 11 | public static final int VERSION_CODE = -1; 12 | public static final String VERSION_NAME = ""; 13 | } 14 | -------------------------------------------------------------------------------- /app/build/generated/source/buildConfig/debug/com/sovnem/lockrelease/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Automatically generated file. DO NOT MODIFY 3 | */ 4 | package com.sovnem.lockrelease; 5 | 6 | public final class BuildConfig { 7 | public static final boolean DEBUG = Boolean.parseBoolean("true"); 8 | public static final String APPLICATION_ID = "com.sovnem.lockrelease"; 9 | public static final String BUILD_TYPE = "debug"; 10 | public static final String FLAVOR = ""; 11 | public static final int VERSION_CODE = 1; 12 | public static final String VERSION_NAME = "1.0"; 13 | } 14 | -------------------------------------------------------------------------------- /app/build/generated/source/r/debug/com/sovnem/lockrelease/R.java: -------------------------------------------------------------------------------- 1 | /* AUTO-GENERATED FILE. DO NOT MODIFY. 2 | * 3 | * This class was automatically generated by the 4 | * aapt tool from the resource data it found. It 5 | * should not be modified by hand. 6 | */ 7 | 8 | package com.sovnem.lockrelease; 9 | 10 | public final class R { 11 | public static final class attr { 12 | /**

Must be a color value, in the form of "#rgb", "#argb", 13 | "#rrggbb", or "#aarrggbb". 14 |

This may also be a reference to a resource (in the form 15 | "@[package:]type:name") or 16 | theme attribute (in the form 17 | "?[package:][type:]name") 18 | containing a value of this type. 19 | */ 20 | public static final int normalColor=0x7f010000; 21 | /**

Must be a color value, in the form of "#rgb", "#argb", 22 | "#rrggbb", or "#aarrggbb". 23 |

This may also be a reference to a resource (in the form 24 | "@[package:]type:name") or 25 | theme attribute (in the form 26 | "?[package:][type:]name") 27 | containing a value of this type. 28 | */ 29 | public static final int wrongColor=0x7f010001; 30 | } 31 | public static final class drawable { 32 | public static final int a=0x7f020000; 33 | public static final int b=0x7f020001; 34 | public static final int ic_launcher=0x7f020002; 35 | } 36 | public static final class id { 37 | public static final int button_open=0x7f060001; 38 | public static final int button_set=0x7f060002; 39 | public static final int imageView_open=0x7f060000; 40 | public static final int lock=0x7f060006; 41 | public static final int textView1=0x7f060004; 42 | public static final int textView_desc=0x7f060005; 43 | public static final int textView_pwd=0x7f060003; 44 | } 45 | public static final class layout { 46 | public static final int activity_main=0x7f030000; 47 | public static final int other=0x7f030001; 48 | public static final int setsecret=0x7f030002; 49 | public static final int verify=0x7f030003; 50 | } 51 | public static final class string { 52 | public static final int app_name=0x7f050000; 53 | public static final int hello_world=0x7f050001; 54 | public static final int title_activity_other=0x7f050002; 55 | public static final int title_activity_setsecret=0x7f050003; 56 | public static final int title_activity_verify=0x7f050004; 57 | } 58 | public static final class style { 59 | /** API 11 theme customizations can go here. 60 | API 14 theme customizations can go here. 61 | 62 | Theme customizations available in newer API levels can go in 63 | res/values-vXX/styles.xml, while customizations related to 64 | backward-compatibility can go here. 65 | 66 | */ 67 | public static final int AppBaseTheme=0x7f040000; 68 | /** All customizations that are NOT specific to a particular API-level can go here. 69 | */ 70 | public static final int AppTheme=0x7f040001; 71 | } 72 | public static final class styleable { 73 | /** Attributes that can be used with a lockview. 74 |

Includes the following attributes:

75 | 76 | 77 | 78 | 79 | 80 | 81 |
AttributeDescription
{@link #lockview_normalColor com.sovnem.lockrelease:normalColor}
{@link #lockview_wrongColor com.sovnem.lockrelease:wrongColor}
82 | @see #lockview_normalColor 83 | @see #lockview_wrongColor 84 | */ 85 | public static final int[] lockview = { 86 | 0x7f010000, 0x7f010001 87 | }; 88 | /** 89 |

This symbol is the offset where the {@link com.sovnem.lockrelease.R.attr#normalColor} 90 | attribute's value can be found in the {@link #lockview} array. 91 | 92 | 93 |

Must be a color value, in the form of "#rgb", "#argb", 94 | "#rrggbb", or "#aarrggbb". 95 |

This may also be a reference to a resource (in the form 96 | "@[package:]type:name") or 97 | theme attribute (in the form 98 | "?[package:][type:]name") 99 | containing a value of this type. 100 | @attr name com.sovnem.lockrelease:normalColor 101 | */ 102 | public static final int lockview_normalColor = 0; 103 | /** 104 |

This symbol is the offset where the {@link com.sovnem.lockrelease.R.attr#wrongColor} 105 | attribute's value can be found in the {@link #lockview} array. 106 | 107 | 108 |

Must be a color value, in the form of "#rgb", "#argb", 109 | "#rrggbb", or "#aarrggbb". 110 |

This may also be a reference to a resource (in the form 111 | "@[package:]type:name") or 112 | theme attribute (in the form 113 | "?[package:][type:]name") 114 | containing a value of this type. 115 | @attr name com.sovnem.lockrelease:wrongColor 116 | */ 117 | public static final int lockview_wrongColor = 1; 118 | }; 119 | } 120 | -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-v11.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "outputFile": "F:\\ABOUTWORK\\getsturelock\\app\\build\\intermediates\\res\\merged\\debug\\values-v11\\values-v11.xml", 4 | "map": [ 5 | { 6 | "to": { 7 | "startLine": 2, 8 | "startColumn": 4, 9 | "startOffset": 55, 10 | "endLine": 4, 11 | "endColumn": 9, 12 | "endOffset": 178 13 | }, 14 | "from": { 15 | "file": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\values-v11\\styles.xml", 16 | "position": { 17 | "startLine": 6, 18 | "startColumn": 1, 19 | "startOffset": 173, 20 | "endLine": 8, 21 | "endColumn": 9, 22 | "endOffset": 298 23 | } 24 | } 25 | } 26 | ] 27 | } 28 | ] -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-v14.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "outputFile": "F:\\ABOUTWORK\\getsturelock\\app\\build\\intermediates\\res\\merged\\debug\\values-v14\\values-v14.xml", 4 | "map": [ 5 | { 6 | "to": { 7 | "startLine": 2, 8 | "startColumn": 4, 9 | "startOffset": 55, 10 | "endLine": 4, 11 | "endColumn": 9, 12 | "endOffset": 192 13 | }, 14 | "from": { 15 | "file": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\values-v14\\styles.xml", 16 | "position": { 17 | "startLine": 7, 18 | "startColumn": 1, 19 | "startOffset": 216, 20 | "endLine": 9, 21 | "endColumn": 9, 22 | "endOffset": 355 23 | } 24 | } 25 | } 26 | ] 27 | } 28 | ] -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "outputFile": "F:\\ABOUTWORK\\getsturelock\\app\\build\\intermediates\\res\\merged\\debug\\values\\values.xml", 4 | "map": [ 5 | { 6 | "to": { 7 | "startLine": 3, 8 | "startColumn": 4, 9 | "startOffset": 196, 10 | "endColumn": 42, 11 | "endOffset": 234 12 | }, 13 | "from": { 14 | "file": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\values\\strings.xml", 15 | "position": { 16 | "startLine": 3, 17 | "startColumn": 1, 18 | "startOffset": 56, 19 | "endColumn": 39, 20 | "endOffset": 94 21 | } 22 | } 23 | }, 24 | { 25 | "to": { 26 | "startLine": 4, 27 | "startColumn": 4, 28 | "startOffset": 239, 29 | "endColumn": 52, 30 | "endOffset": 287 31 | }, 32 | "from": { 33 | "file": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\values\\strings.xml", 34 | "position": { 35 | "startLine": 4, 36 | "startColumn": 1, 37 | "startOffset": 97, 38 | "endColumn": 49, 39 | "endOffset": 145 40 | } 41 | } 42 | }, 43 | { 44 | "to": { 45 | "startLine": 5, 46 | "startColumn": 4, 47 | "startOffset": 292, 48 | "endColumn": 70, 49 | "endOffset": 358 50 | }, 51 | "from": { 52 | "file": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\values\\strings.xml", 53 | "position": { 54 | "startLine": 7, 55 | "startColumn": 1, 56 | "startOffset": 257, 57 | "endColumn": 67, 58 | "endOffset": 323 59 | } 60 | } 61 | }, 62 | { 63 | "to": { 64 | "startLine": 6, 65 | "startColumn": 4, 66 | "startOffset": 363, 67 | "endColumn": 57, 68 | "endOffset": 416 69 | }, 70 | "from": { 71 | "file": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\values\\strings.xml", 72 | "position": { 73 | "startLine": 5, 74 | "startColumn": 1, 75 | "startOffset": 148, 76 | "endColumn": 54, 77 | "endOffset": 201 78 | } 79 | } 80 | }, 81 | { 82 | "to": { 83 | "startLine": 7, 84 | "startColumn": 4, 85 | "startOffset": 421, 86 | "endColumn": 54, 87 | "endOffset": 471 88 | }, 89 | "from": { 90 | "file": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\values\\strings.xml", 91 | "position": { 92 | "startLine": 6, 93 | "startColumn": 1, 94 | "startOffset": 204, 95 | "endColumn": 51, 96 | "endOffset": 254 97 | } 98 | } 99 | }, 100 | { 101 | "to": { 102 | "startLine": 8, 103 | "startColumn": 4, 104 | "startOffset": 476, 105 | "endLine": 14, 106 | "endColumn": 9, 107 | "endOffset": 747 108 | }, 109 | "from": { 110 | "file": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\values\\styles.xml", 111 | "position": { 112 | "startLine": 6, 113 | "startColumn": 1, 114 | "startOffset": 182, 115 | "endLine": 12, 116 | "endColumn": 9, 117 | "endOffset": 457 118 | } 119 | } 120 | }, 121 | { 122 | "to": { 123 | "startLine": 15, 124 | "startColumn": 4, 125 | "startOffset": 752, 126 | "endLine": 17, 127 | "endColumn": 9, 128 | "endOffset": 898 129 | }, 130 | "from": { 131 | "file": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\values\\styles.xml", 132 | "position": { 133 | "startLine": 15, 134 | "startColumn": 1, 135 | "startOffset": 492, 136 | "endLine": 17, 137 | "endColumn": 9, 138 | "endOffset": 640 139 | } 140 | } 141 | } 142 | ] 143 | } 144 | ] -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-hdpi-v4.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "merged": "F:\\ABOUTWORK\\getsturelock\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi-v4\\ic_launcher.png", 4 | "source": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\drawable-hdpi\\ic_launcher.png" 5 | } 6 | ] -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-mdpi-v4.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "merged": "F:\\ABOUTWORK\\getsturelock\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi-v4\\ic_launcher.png", 4 | "source": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\drawable-mdpi\\ic_launcher.png" 5 | } 6 | ] -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-xhdpi-v4.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "merged": "F:\\ABOUTWORK\\getsturelock\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\a.png", 4 | "source": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\drawable-xhdpi\\a.png" 5 | }, 6 | { 7 | "merged": "F:\\ABOUTWORK\\getsturelock\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\ic_launcher.png", 8 | "source": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\drawable-xhdpi\\ic_launcher.png" 9 | }, 10 | { 11 | "merged": "F:\\ABOUTWORK\\getsturelock\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi-v4\\b.png", 12 | "source": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\drawable-xhdpi\\b.png" 13 | } 14 | ] -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v4.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "merged": "F:\\ABOUTWORK\\getsturelock\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi-v4\\ic_launcher.png", 4 | "source": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\drawable-xxhdpi\\ic_launcher.png" 5 | } 6 | ] -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/layout.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "merged": "F:\\ABOUTWORK\\getsturelock\\app\\build\\intermediates\\res\\merged\\debug\\layout\\setsecret.xml", 4 | "source": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\layout\\setsecret.xml" 5 | }, 6 | { 7 | "merged": "F:\\ABOUTWORK\\getsturelock\\app\\build\\intermediates\\res\\merged\\debug\\layout\\other.xml", 8 | "source": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\layout\\other.xml" 9 | }, 10 | { 11 | "merged": "F:\\ABOUTWORK\\getsturelock\\app\\build\\intermediates\\res\\merged\\debug\\layout\\verify.xml", 12 | "source": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\layout\\verify.xml" 13 | }, 14 | { 15 | "merged": "F:\\ABOUTWORK\\getsturelock\\app\\build\\intermediates\\res\\merged\\debug\\layout\\activity_main.xml", 16 | "source": "F:\\ABOUTWORK\\getsturelock\\app\\src\\main\\res\\layout\\activity_main.xml" 17 | } 18 | ] -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/BuildConfig.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/BuildConfig.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/GestureLockView$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/GestureLockView$1.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/GestureLockView$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/GestureLockView$2.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/GestureLockView$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/GestureLockView$3.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/GestureLockView$GestureLockCallback.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/GestureLockView$GestureLockCallback.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/GestureLockView$PPoint.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/GestureLockView$PPoint.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/GestureLockView$PWDPath.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/GestureLockView$PWDPath.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/GestureLockView$Result.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/GestureLockView$Result.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/GestureLockView.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/GestureLockView.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/MainActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/MainActivity.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/OtherActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/OtherActivity.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/R$attr.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/R$drawable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/R$drawable.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/R$id.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/R$layout.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/R$string.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/R$string.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/R$style.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/R$style.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/R$styleable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/R$styleable.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/R.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/SecretPrefUtil.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/SecretPrefUtil.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/SetsecretActivity$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/SetsecretActivity$1.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/SetsecretActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/SetsecretActivity.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/VerifyActivity$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/VerifyActivity$1.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/sovnem/lockrelease/VerifyActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/classes/debug/com/sovnem/lockrelease/VerifyActivity.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental/compileDebugAidl/dependency.store: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /app/build/intermediates/incremental/compileDebugAndroidTestAidl/dependency.store: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugAndroidTestAssets/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugAndroidTestResources/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugAssets/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 我是一个需要手势密码打开的activitya高仿解锁输入手势设置密码Hello world! -------------------------------------------------------------------------------- /app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 16 | 17 | -------------------------------------------------------------------------------- /app/build/intermediates/manifests/full/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 10 | 11 | 16 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 28 | 29 | 32 | 33 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /app/build/intermediates/pre-dexed/debug/debug_89995d99bebafd545a7fb4c1de77e8eee788dff6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/pre-dexed/debug/debug_89995d99bebafd545a7fb4c1de77e8eee788dff6.jar -------------------------------------------------------------------------------- /app/build/intermediates/pre-dexed/debug/support-v4-18.0.0_82f4b57f1a05e72829110fce151ef333860df540.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/pre-dexed/debug/support-v4-18.0.0_82f4b57f1a05e72829110fce151ef333860df540.jar -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/ic_launcher.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/ic_launcher.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/a.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/b.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/ic_launcher.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gamedirty/gesturelock/35f6b9b01e621e83cefe08df4b3b6cf9432cd16a/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/ic_launcher.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/activity_main.xml: -------------------------------------------------------------------------------- 1 | 7 | 8 | 16 | 17 |