Compare commits
8 Commits
rc/1.3.0-b
...
1.3.0-beta
Author | SHA1 | Date | |
---|---|---|---|
07dafa7039 | |||
8a1f539668 | |||
19325b5b7f | |||
b68d6539b6 | |||
aa8c402f97 | |||
343d39d157 | |||
b056de5230 | |||
f7e139b963 |
@ -83,7 +83,7 @@ class AppSettings {
|
|||||||
'location-updates-interval': oldLocationTrackingInterval * 60 * 1000,
|
'location-updates-interval': oldLocationTrackingInterval * 60 * 1000,
|
||||||
//'location-updates-priority': 100,
|
//'location-updates-priority': 100,
|
||||||
'location-updates-show-notification': true,
|
'location-updates-show-notification': true,
|
||||||
'foreground-location-tracking': false
|
'foreground-location-tracking': true
|
||||||
});
|
});
|
||||||
} catch (e, stack) {
|
} catch (e, stack) {
|
||||||
Logger.e("[MIGRATION] Can't start new location tracking: $e", stacktrace: stack);
|
Logger.e("[MIGRATION] Can't start new location tracking: $e", stacktrace: stack);
|
||||||
|
@ -142,7 +142,7 @@ class _IntegrationSettingsPageState extends State<IntegrationSettingsPage> {
|
|||||||
if (_useForegroundService) {
|
if (_useForegroundService) {
|
||||||
notes.add(_getNoteWidget('* Notification is mandatory for foreground service', false));
|
notes.add(_getNoteWidget('* Notification is mandatory for foreground service', false));
|
||||||
} else {
|
} else {
|
||||||
notes.add(_getNoteWidget('* Use foreground service for intervals less then 15 minutes', false));
|
notes.add(_getNoteWidget('* Use foreground service for more accurate and stable tracking', false));
|
||||||
}
|
}
|
||||||
if (_useForegroundService && _locationInterval.inMinutes < 10) {
|
if (_useForegroundService && _locationInterval.inMinutes < 10) {
|
||||||
notes.add(_getNoteWidget('* Battery consumption will be noticeable', true));
|
notes.add(_getNoteWidget('* Battery consumption will be noticeable', true));
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: hass_client
|
name: hass_client
|
||||||
description: Home Assistant Android Client
|
description: Home Assistant Android Client
|
||||||
|
|
||||||
version: 1.3.0+1309
|
version: 1.3.0+1310
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
@ -27,8 +27,8 @@ dependencies:
|
|||||||
hive_flutter: ^0.3.0+2
|
hive_flutter: ^0.3.0+2
|
||||||
device_info: ^0.4.2+4
|
device_info: ^0.4.2+4
|
||||||
firebase_crashlytics: ^0.1.3+3
|
firebase_crashlytics: ^0.1.3+3
|
||||||
syncfusion_flutter_core: ^18.2.44
|
syncfusion_flutter_core: ^18.2.54
|
||||||
syncfusion_flutter_gauges: ^18.2.44
|
syncfusion_flutter_gauges: ^18.2.54
|
||||||
flutter_map: ^0.10.1+1
|
flutter_map: ^0.10.1+1
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user