New version prep, fix attempt in notification listener

This commit is contained in:
2024-01-21 23:46:08 +01:00
parent b7677bdcce
commit f7ff8a38e1
18 changed files with 223 additions and 27 deletions

View File

@ -15,14 +15,22 @@ Mögliche Auslöser:
* Flugzeugmodus
* Roaming aktiv oder nicht
* NFC tags
************** Aktivitätserkennung (nicht in F-Droid Version)
* Bluetooth Gerät verbunden
* Headset verbunden
* Telefongespräch im Gange
* Benachrichtigungen anderer Anwendungen
* Geräteausrichtung (Gyroskop)
* Profile aktiv oder nicht
************ Bildschirmzustand (aus-/eingeschaltet)
************ Musikwiedergabestatus
************ Gerät startet
************ Dienst startet
* Broadcasts anderer Anwendungen
************ Router-Zustand
************ Zustände (Bluetooth/WLAN aus oder an)
* Variablen, die gesetzt wurden
*********** Kalendertermine
* Telefongespräch im Gange
Mögliche Aktionen:
* WLAN ein-/ausschalten
@ -37,15 +45,25 @@ Mögliche Aktionen:
* Warten (zwischen anderen Aktionen)
* Bildschirm ein-/ausschalten
* Flugzeugmodus ein-/ausschalten
* Datenverbindung ein-/ausschalten
* Mobile Daten ein-/ausschalten
* Text sprechen (TTS)
* Musikplayer öffnen
********** Medienwiedergabe steuern
* Bildschirmhelligkeit ändern
* SMS verschicken
* Sounddatei abspielen.
* Sounddatei abspielen
******** Vibrieren
* Benachrichtigungen erstellen
******* Benachrichtigungen schließen
******* Broadcast verschicken
******** Script/Befehl ausführen
******* Bildschirm aktiv halten
* Variablen setzen
* Telefonanrufe starten
**********Telefonanrufe beenden
********** Text in Zwischenablage kopieren
********* Screenshot erstellen
********* GPS Einstellungen setzen
* SMS verschicken
Es ist ziemlich schwierig diese Anwendung über die vielen verschiedenen Geräte und Android Versionen am Laufen zu halten. Ich kann vieles im Emulator testen, aber eben nicht alles.
Wenn also eine bestimmte Funktion nicht so tut wie sie sollte - lassen Sie es mich wissen. Über die Jahre habe ich noch alle Fehler behoben, die mir vernünftig gemeldet wurden. Aber dafür bin ich auf Ihre Mithilfe angewiesen.

View File

@ -8,21 +8,29 @@ Supported triggers:
* Charging state
* Battery level
* USB connection to computer established
* Your current speed
* Current speed
* Background noise (only until Android 7)
* Wifi connection
* Other applications running
* Airplane mode
* Roaming status
* NFC tags
* Activity detection (not in F-Droid version)
* Bluetooth connection
* Headset connected
* Phone call running
* Notifications of other apps
* Device orientation (gyroscope)
* Profile active or not
* Screen state (on or off)
* Status of media playback
* Device is starting
* Service is starting
* Broadcasts of other apps
* Router state
* System states (Bluetooth/wifi)
* Variables that have been set
* Calendar appointments
* Phone call running
Supported actions:
* Change wifi state
@ -40,12 +48,21 @@ Supported actions:
* Toggle mobile data connection
* Speak text
* Open music player
* Control media playback
* Change screen brightness
* Send text message
* Play sound file
* Create notifications
* Close notifications
* Send broadcasts
* Run script/command
* Maintain screen active
* Set variables
* Initiate phone calls
* Terminate phone calls
* Copy text to clipboard
* Make screenshot
* Change location setting
* Send text message
It's quite hard to keep this app working across the many different hardwares as well as the many changes Android undergoes over the versions. I can test it in the emulator, but that cannot show all bugs.
So if a certain feature is not working on your device - let me know. Over the years I have fixed almost all bugs that have been reasonably reported to me. But for that I'm dependend on your input.

View File

@ -15,14 +15,22 @@ Disparadores:
* Modo de vuelo
* Estado de roaming
* NFC tags
* Detection de actividad (no en la versión F-Droid)
* Bluetooth conexión
* Headset conectado
* Llamado de teléfono activo
* Notificaciónes de otras apps
* Orientación del dispositivo (giroscopio)
* Perfil activado o no
* Estado de la pantalla
* Estado de la reprodución de audio
* Dispositivo está enciendo
* Servicio está enciendo
* Broadcasts de otras apps
* Estado del router
* Estados (Bluetooth/Wifi)
* Variables que se han establecido
* Citas en el calendar
* Llamado de teléfono activo
Aciónes:
* Pasar de wifi
@ -40,12 +48,22 @@ Aciónes:
* Pasar datos móviles
* Leer texto
* Abrir reproductor de música
* Cambiar luminosidad del monitor
* Enviar mensaje
* Tocar archivo sonido
* Controllar reproducion de música
* Cambiar luminosidad de la pantalla
* Reproducir audio
* Vibrar
* Crear notificaciones
* Cerrar notificationes
* Enviar broadcast
* Ejecutar script/programa
* Mantener pantalla encendido
* Establecer variables
* Iniciar llamadas telefónicas
* Terminar llamadas telefónicas
* Copiar texto al portapapeles
* Hacer screenshot
* Cambiar ajustes de localización
* Enviar mensaje
Es muy dificil mantener esta applicación functionando en todos los hardwares y versiónes de Android. Puedo probrar mucho en el emulator, pero no puedo enviar todos los errores.
Si una función no funcióna - digame. En muchos años resolvaba la mayoria de los errores que los halladores me informaron bien. Pero dependo en su ayuda.