2 Commits

Author SHA1 Message Date
2e3e829abb Bugfix in sendTextMessage variable replacement 2022-01-21 13:56:21 +01:00
f3c4a0fd91 ringmode bug fixed 2022-01-14 19:28:33 +01:00
9 changed files with 12 additions and 7 deletions

View File

@ -11,8 +11,8 @@ android {
compileSdkVersion 29 compileSdkVersion 29
buildToolsVersion '29.0.2' buildToolsVersion '29.0.2'
useLibrary 'org.apache.http.legacy' useLibrary 'org.apache.http.legacy'
versionCode 116 versionCode 117
versionName "1.7.2" versionName "1.7.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -11,8 +11,8 @@
"type": "SINGLE", "type": "SINGLE",
"filters": [], "filters": [],
"attributes": [], "attributes": [],
"versionCode": 116, "versionCode": 117,
"versionName": "1.7.2-googlePlay", "versionName": "1.7.3-googlePlay",
"outputFile": "app-googlePlayFlavor-release.apk" "outputFile": "app-googlePlayFlavor-release.apk"
} }
], ],

View File

@ -694,7 +694,7 @@ public class Actions
// am.setVibrateSetting(AudioManager.VIBRATE_TYPE_RINGER, AudioManager.VIBRATE_SETTING_OFF); // am.setVibrateSetting(AudioManager.VIBRATE_TYPE_RINGER, AudioManager.VIBRATE_SETTING_OFF);
// } // }
// else // else
// myAudioManager.setRingerMode(desiredSoundSetting); myAudioManager.setRingerMode(desiredSoundSetting);
} }
private static String getIPAddressUsb(final boolean useIPv4) private static String getIPAddressUsb(final boolean useIPv4)
@ -1074,7 +1074,7 @@ public class Actions
PendingIntent pi = PendingIntent.getActivity(context, 0, new Intent(context, Actions.class), 0); PendingIntent pi = PendingIntent.getActivity(context, 0, new Intent(context, Actions.class), 0);
SmsManager sms = SmsManager.getDefault(); SmsManager sms = SmsManager.getDefault();
sms.sendTextMessage(phoneNumber, null, message, pi, null); sms.sendTextMessage(phoneNumber, null, textToSend, pi, null);
} }
catch (Exception e) catch (Exception e)
{ {

View File

@ -0,0 +1 @@
* Fehler beim Setzen des Klingelmodus behoben

View File

@ -1 +1 @@
* New action: Create notification * Fixed a bug in setting ring mode

View File

@ -0,0 +1 @@
* New action: Create notification

View File

@ -0,0 +1 @@
* Se ha corregido un error en la configuración del modo de anillo

View File

@ -0,0 +1 @@
* Risolto un bug nell'impostazione della modalità anello

View File

@ -0,0 +1 @@
* Een bug opgelost in de ringmodus instellen