diff --git a/app/googlePlayFlavor/release/output-metadata.json b/app/googlePlayFlavor/release/output-metadata.json index e14a8847..987fa914 100644 --- a/app/googlePlayFlavor/release/output-metadata.json +++ b/app/googlePlayFlavor/release/output-metadata.json @@ -10,8 +10,8 @@ { "type": "SINGLE", "filters": [], - "versionCode": 101, - "versionName": "1.6.25-googlePlay", + "versionCode": 102, + "versionName": "1.6.30-googlePlay", "outputFile": "app-googlePlayFlavor-release.apk" } ] diff --git a/fastlane/metadata/android/de-DE/changelogs/101.txt b/fastlane/metadata/android/de-DE/changelogs/101.txt new file mode 100644 index 00000000..c95cda9e --- /dev/null +++ b/fastlane/metadata/android/de-DE/changelogs/101.txt @@ -0,0 +1 @@ +Fehler behoben, bei dem die App abgestürzt ist, wenn eine Regel gespeichert wurde während der Dienst lief. \ No newline at end of file diff --git a/fastlane/metadata/android/de-DE/changelogs/102.txt b/fastlane/metadata/android/de-DE/changelogs/102.txt new file mode 100644 index 00000000..3dcab515 --- /dev/null +++ b/fastlane/metadata/android/de-DE/changelogs/102.txt @@ -0,0 +1,3 @@ +Neuer Auslöser: Benachrichtigungen anderer Anwendungen auswerten. +Neue Aktion: Sounddatei abspielen. +Die üblichen Aufräumarbeiten und Fehlerbehebungen. \ No newline at end of file diff --git a/fastlane/metadata/android/de-DE/changelogs/97.txt b/fastlane/metadata/android/de-DE/changelogs/97.txt new file mode 100644 index 00000000..49bf2a4c --- /dev/null +++ b/fastlane/metadata/android/de-DE/changelogs/97.txt @@ -0,0 +1 @@ +Initiale F-Droid Version \ No newline at end of file diff --git a/fastlane/metadata/android/de-DE/changelogs/99.txt b/fastlane/metadata/android/de-DE/changelogs/99.txt new file mode 100644 index 00000000..90d1d264 --- /dev/null +++ b/fastlane/metadata/android/de-DE/changelogs/99.txt @@ -0,0 +1,2 @@ +Ort verschoben, an dem die Konfigurationsdatei gespeichert wird (nun ein Programm-spezifisches Verzeichnis unterhalb von Android/data). +Wenn Sie das Programm bisher schon verwendet haben, d.h. Ihre Dateien am alten Ort angelegt wurden, werden sie beim ersten Start verschoben. Wenn das erfolgreich war, ist die Berechtigung android.permission.WRITE_EXTERNAL_STORAGE nicht länger notwendig. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/102.txt b/fastlane/metadata/android/en-US/changelogs/102.txt new file mode 100644 index 00000000..f066bd24 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/102.txt @@ -0,0 +1,3 @@ +New trigger: You can now use notifications of other apps. +New action: Play a sound file. +The usual cleanups and bugfixes. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index caef8b19..95e53017 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -18,6 +18,7 @@ Supported triggers: * Bluetooth connection * Headset connected * Phone call running +* Notifications of other apps Supported actions: * Change wifi state @@ -36,6 +37,7 @@ Supported actions: * Open music player * Change screen brightness * Send text message +* Play sound file 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 reported to me. But for that I'm dependend on your input. @@ -65,7 +67,7 @@ PROCESS_OUTGOING_CALLS: You can use current calls as trigger. E.g. if wife calls SEND_SMS: You can have SMS sent as action. If you choose to do so you can enter the destination number manually or optionally pick one of your contacts which brings us to READ_CONTACTS -READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE: If you initially installed the app after March 2021 this is not required. In the past the app used to store its config file on the regular storage like "sdcard". The permission is still in there to ensure the app is also still working for legacy users. There the app will migrate the files to the new location. +READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE: If you initially installed the app after March 2021 this is not required. In the past the app used to store its config file on the regular storage like "sdcard". The permission is still in there to ensure the app is also still working for legacy users. There the app will migrate the files to the new location. Reading is also required if you want to play sound files. GET_TASKS: For trigger "check if another app is running" @@ -74,7 +76,7 @@ BATTERY_STATS: Check battery level as trigger MODIFY_AUDIO_SETTINGS, ACCESS_NOTIFICATION_POLICY: From higher versions on this is required to be able to change, e.g. the ringtone or generally the sound settings. https://stackoverflow.com/questions/43123650/android-request-access-notification-policy-and-mute-phone/43127589#43127589 -ACCESS_NOTIFICATION_POLICY is also included to prepare for a new trigger - to use notifications of other applications as trigger. But this feature has not been implemented, yet. +ACCESS_NOTIFICATION_POLICY is also included for the trigger that reads other apps' notifications. RECORD_AUDIO: For trigger "check background noise". Btw - my use case for this is: My phone will turn on sounds in the morning. During the week that is quite early. But what if I have a day off? Then it will monitor the background noise as an additional condition. If there's noise it's fairly certain I'm actually awake. Unfortunately Google deactivated this feature with Android 8.