Release candidate

This commit is contained in:
2025-12-26 16:06:09 +01:00
parent 91fdef99c3
commit fd90b14bdc
10 changed files with 124 additions and 4 deletions

View File

@@ -11,8 +11,8 @@ android {
compileSdkVersion 34
buildToolsVersion '34.0.0'
useLibrary 'org.apache.http.legacy'
versionCode 144
versionName "1.8.3"
versionCode 145
versionName "1.8.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -36,7 +36,7 @@ android {
{
dimension "version"
versionNameSuffix "-googlePlay"
targetSdkVersion 34
targetSdkVersion 35
}
/*

View File

@@ -638,7 +638,7 @@ public class Profile implements Comparable<Profile>
{
Miscellaneous.logEvent("i", "Profile", "Setting haptic feedback to " + String.valueOf(hapticFeedback ? 1 : 0), 4);
if(hapticFeedback)
if(hapticFeedback)
android.provider.Settings.System.putInt(context.getContentResolver(), android.provider.Settings.System.HAPTIC_FEEDBACK_ENABLED, 1); // enable
else
android.provider.Settings.System.putInt(context.getContentResolver(), android.provider.Settings.System.HAPTIC_FEEDBACK_ENABLED, 0); // disable