This commit is contained in:
jens 2025-01-19 16:03:10 +01:00
parent 879e1c6ef3
commit 17edf90086
11 changed files with 42 additions and 7 deletions

View File

@ -36,7 +36,7 @@ android {
{
dimension "version"
versionNameSuffix "-googlePlay"
targetSdkVersion 33
targetSdkVersion 34
}
/*

View File

@ -1764,7 +1764,7 @@ public class Actions
{
try
{
if(Build.VERSION.SDK_INT > Build.VERSION_CODES.O_MR1)
if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.P)
{
if(MobileDataStuff.setMobileNetworkFromAndroid9(desiredState, automationServerRef))
{
@ -1777,9 +1777,9 @@ public class Actions
return false;
}
}
else if (Build.VERSION.SDK_INT > Build.VERSION_CODES.LOLLIPOP)
else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M)
{
if (MobileDataStuff.setMobileNetworkTillAndroid5(desiredState, automationServerRef))
if (MobileDataStuff.setMobileNetworkAndroid6Till8(desiredState, automationServerRef))
{
Miscellaneous.logEvent("i", "setDataConnectionWithRoot()", Miscellaneous.getAnyContext().getResources().getString(R.string.dataConWithRootSuccess), 2);
return true;
@ -1792,7 +1792,7 @@ public class Actions
}
else
{
if (MobileDataStuff.setMobileNetworkAndroid6Till8(desiredState, automationServerRef))
if (MobileDataStuff.setMobileNetworkTillAndroid5(desiredState, automationServerRef))
{
Miscellaneous.logEvent("i", "setDataConnectionWithRoot()", Miscellaneous.getAnyContext().getResources().getString(R.string.dataConWithRootSuccess), 2);
return true;
@ -1813,8 +1813,9 @@ public class Actions
rootString = Miscellaneous.getAnyContext().getResources().getString(R.string.phoneIsNotRooted);
Miscellaneous.logEvent("e", "setDataWithRoot()", "Error setting data setting with root. " + rootString + ": " + Log.getStackTraceString(e), 3);
return false;
}
return false;
}
@SuppressLint("NewApi")

View File

@ -0,0 +1,4 @@
* Behoben: AndereProgramme-Starten-Aktion wurde überarbeitet, eine Bearbeitung Ihrer Aktionen kann erforderlich sein, um weiterarbeiten zu können
* Behoben: Die Aktionsauswahl öffnetein einigen Fällen eine andere Aktion als die Ausgewählte
* Behoben: Aktivieren/deaktivieren der Datenverbindung mit root auf älteren Geräten
* Hinzugefügt: Wochentag und Monat als Textvariablen hinzugefügt

View File

@ -1,2 +1,4 @@
* Fixed: Start other program action revised, editing of your actions may be necessary to continue working
* Fixed: Action type menu would in some cases pick up another action than selected
* Fixed: Action type menu would in some cases pick up another action than selected
* Fixed: Fix while toggling data connection with root on older devices
* Added: Day of week and month added as text variables

View File

@ -0,0 +1,4 @@
* Corregido: Iniciar otra acción del programa revisada, puede ser necesario editar sus acciones para continuar trabajando
* Corregido: El menú de tipo de acción en algunos casos recogía otra acción que la seleccionada
* Solucionado: Solucionado al alternar la conexión de datos con root en dispositivos más antiguos
* Añadido: Día de la semana y mes añadidos como variables de texto

View File

@ -0,0 +1,4 @@
* Corrigé : Démarrer d'autres actions du programme révisées, l'édition de vos actions peut être nécessaire pour continuer à travailler
* Correction : Dans certains cas, le menu de type d'action récupérait une autre action que celle sélectionnée
* Correction : Correction lors du basculement de la connexion de données avec root sur les appareils plus anciens
* Ajouté : le jour de la semaine et le mois ajoutés en tant que variables de texte

View File

@ -0,0 +1,4 @@
* Risolto: Avvia altre azioni del programma riviste, potrebbe essere necessaria la modifica delle tue azioni per continuare a lavorare
* Risolto: il menu del tipo di azione in alcuni casi riprendeva un'azione diversa da quella selezionata
* Risolto: risolto il problema durante l'attivazione della connessione dati con root su dispositivi meno recenti
* Aggiunto: giorno della settimana e mese aggiunti come variabili di testo

View File

@ -0,0 +1,4 @@
* Opgelost: start andere programma-actie herzien, het bewerken van uw acties kan nodig zijn om door te gaan met werken
* Opgelost: het menu van het actietype zou in sommige gevallen een andere actie oppikken dan geselecteerd
* Opgelost: oplossing tijdens het schakelen tussen gegevensverbinding met root op oudere apparaten
* Toegevoegd: Dag van de week en maand toegevoegd als tekstvariabelen

View File

@ -0,0 +1,4 @@
* Naprawiono: Poprawiono uruchamianie innych akcji programu, może być konieczna edycja twoich działań do kontynuowania pracy
* Poprawka: Menu typu akcji w niektórych przypadkach wybierało inną akcję niż wybrana
* Naprawiono: Napraw podczas przełączania połączenia danych z rootem na starszych urządzeniach
* Dodano: Dzień tygodnia i miesiąc dodane jako zmienne tekstowe

View File

@ -0,0 +1,4 @@
* Исправлено: Запуск другого действия программы пересмотрен, редактирование ваших действий может потребоваться для продолжения работы
* Исправлено: Меню типа действия в некоторых случаях подхватывало действие, отличное от выбранного
* Исправлено: Исправление при переключении подключения к данным с root на старых устройствах
* Добавлено: День недели и месяц добавлены в качестве текстовых переменных

View File

@ -0,0 +1,4 @@
* 已修复:启动其他程序操作已修改,可能需要编辑您的操作才能继续工作
* 已修复:在某些情况下,操作类型菜单会选择所选操作以外的其他操作
* 已修复:在旧设备上使用 root 切换数据连接时修复
* 添加:作为文本变量添加的星期几和月份