Commit graph

11 commits

Author SHA1 Message Date
James Rich
88f0522927 refactor: Set minSdk to 32 and remove legacy code
This commit increases the minimum SDK version to 32 (Android 12L), allowing for the removal of compatibility code for older Android versions.

Key changes include:
*   Updated `MIN_SDK` from 26 to 32.
*   Removed conditional logic for API levels below 32, particularly for permissions, foreground services, and UI components.
*   Simplified Bluetooth permission handling to only target modern APIs.
*   Cleaned up AndroidManifest by removing legacy permission tags.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-12-28 18:08:55 -06:00
James Rich
daf6b5d36b
chore: Update VERSION_NAME_BASE to 2.7.10 (#3986)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-12-12 20:27:20 +00:00
James Rich
e7616b23a3
chore: Update VERSION_NAME_BASE to 2.7.9 (#3917)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-12-06 12:54:42 +00:00
James Rich
f9575a2aec
chore: Update VERSION_NAME_BASE to 2.7.8 (#3779)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-11-21 15:08:11 +00:00
James Rich
4a46908ddd
chore: Update VERSION_NAME_BASE to 2.7.7 (#3715) 2025-11-15 22:45:35 -06:00
James Rich
88ba47cc9b
Update VERSION_NAME_BASE to 2.7.6 (#3588)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-10-31 16:40:05 +00:00
James Rich
30660db028
chore: Update VERSION_NAME_BASE to 2.7.5 (#3527)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-10-22 21:59:59 +00:00
James Rich
43400f8d61
chore(repo): Update VERSION_NAME_BASE to 2.7.4 (#3457)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-10-13 20:39:18 +00:00
James Rich
ec81101a31
chore: Update VERSION_NAME_BASE to 2.7.3 (#3367)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-10-07 02:33:28 +00:00
James Rich
0dbc628378
chore(repo): Update VERSION_NAME_BASE to 2.7.2 (#3294) 2025-10-02 12:06:55 -05:00
James Rich
c5da2c4e13
build: use git commit count for versionCode (#3233)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
2025-09-28 19:49:12 +00:00