mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-03-01 05:48:23 +03:00
Reformat code and bump version
This commit is contained in:
parent
521ae4891d
commit
716b58bd16
4 changed files with 12 additions and 13 deletions
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
|
@ -6,8 +6,8 @@ android {
|
||||||
applicationId "us.spotco.malwarescanner"
|
applicationId "us.spotco.malwarescanner"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 38
|
versionCode 39
|
||||||
versionName "2.8"
|
versionName "2.9"
|
||||||
resConfigs "en"
|
resConfigs "en"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
@ -23,7 +23,6 @@ import android.content.Intent;
|
||||||
import android.content.SharedPreferences;
|
import android.content.SharedPreferences;
|
||||||
import android.content.pm.PackageManager;
|
import android.content.pm.PackageManager;
|
||||||
import android.os.Build;
|
import android.os.Build;
|
||||||
import android.preference.PreferenceManager;
|
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.net.Socket;
|
import java.net.Socket;
|
||||||
|
@ -37,7 +36,7 @@ class Utils {
|
||||||
public final static int MAX_SCAN_SIZE_REALTIME = MAX_SCAN_SIZE / 2; //40MB
|
public final static int MAX_SCAN_SIZE_REALTIME = MAX_SCAN_SIZE / 2; //40MB
|
||||||
|
|
||||||
public final static int MAX_HASH_LENGTH = 12;
|
public final static int MAX_HASH_LENGTH = 12;
|
||||||
public final static boolean TRIM_VARIANT_NUMBER = true;
|
public final static boolean TRIM_VARIANT_NUMBER = false;
|
||||||
|
|
||||||
public static int FILES_SCANNED = 0;
|
public static int FILES_SCANNED = 0;
|
||||||
private static ThreadPoolExecutor threadPoolExecutor = null;
|
private static ThreadPoolExecutor threadPoolExecutor = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue