andrekir
e72b046c53
refactor: convert gpsString to Position extension
2023-09-04 18:40:21 -03:00
Andre K
271124dc9c
refactor: implement CompatExtensions ( #641 )
...
updates deprecated methods, classes, and flags introduced in Android SDK 33, while ensuring compatibility with previous Android versions
2023-05-30 18:30:46 -03:00
andrekir
c9bff2b942
fix: remove unnecessary SDK_INT < 21 check
2023-03-19 07:55:19 -03:00
andrekir
00de511907
update targetSdkVersion to 31
2022-11-04 18:31:18 -03:00
Kevin Hester
5b653d29f8
reformat per coding conventions
2021-03-29 20:33:06 +08:00
Kevin Hester
d290555aba
fix notification to include text message even when not expanded
2021-02-08 13:25:29 +08:00
Vadim Furman
e2c8ca2fb2
Separate notification channel for messages
2021-02-07 17:38:54 -08:00
Kevin Hester
9cb9e93dd2
never use app specific icons when <= android 5.1.1
2021-02-06 09:29:11 +08:00
Kevin Hester
2c3b73ae88
fix(?) for cyanogen problem with custom statusbar icons
2021-02-05 09:31:25 +08:00
Kevin Hester
55fd7c7330
make a guaranteed non vector version of icon for older androids
2021-02-04 08:20:43 +08:00
Kevin Hester
0693d7786d
use new icons from @thepoweroftwo
2021-01-30 14:59:28 +08:00
Ken Van Hoeylandt
3610f0b53e
refactored MeshService
...
- moved MeshService start-related code to `MeshServiceStarter`
- moved `LocationCallback` to `MeshServiceLocationCallback`
- coroutine scope is now handled in `MeshService` positio ncallback.
- refactored `onLocationResult()` to be easier to read
- created `MeshServiceNotifications` for creating and updating of notifications
- moved `SavedSettings` to `MeshServiceSettingsData`
2020-10-01 22:20:19 +02:00