Update to target Android 15 (SDK 35) - had to do some adjustment to layout to make MainAcivity2 display correctly

This commit is contained in:
Graham Jones
2025-07-16 21:34:18 +01:00
parent 4d9c3009ce
commit 4212860dc1
10 changed files with 36 additions and 10 deletions

View File

@@ -2,9 +2,11 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/activity_main2_root_layout"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">
android:orientation="vertical"
>
<TextView
android:id="@+id/versionTv"

View File

@@ -3,7 +3,7 @@
<string name="app_name">OpenSeizureDetector</string>
<string name="changelog">
"\n
\nV4.3.0a - Added support for Android 14 (API 34) and above.
\nV4.3.0 - Added support for Android 15 (API 35) 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.