V4.3.0a - added grouping function to data sharing event editing screen

This commit is contained in:
Graham Jones
2025-07-14 18:58:54 +01:00
parent 9892aa43f4
commit 4d9c3009ce
20 changed files with 353 additions and 48 deletions

View File

@@ -3,6 +3,8 @@
<string name="app_name">OpenSeizureDetector</string>
<string name="changelog">
"\n
\nV4.3.0a - Added support for Android 14 (API 34) and above.
\n - Simplified data sharing editor by grouping events for editing.
\nV4.2.12 - Added butons and menu items for 'Help' and 'Troubleshooting' to point users to the web page instructoins.
\nV4.2 - Added support for PineTime and BangleJS Watches using Bluetooth data source.
\n - Added support for Version 2 of the Garmin watch app, which reduces battery drain
@@ -588,4 +590,5 @@
<string name="DefaultSMSFalseAlarmMsgText">False Alarm, Sorry!</string>
<string name="sms_false_alarm_message_summary">Text of \'False Alarm\' SMS message</string>
<string name="sms_false_alarm_message_title">SMS False Alarm Message</string>
<string name="group_remote_events">Group Remote Events</string>
</resources>