Compare commits

...

8 Commits

Author SHA1 Message Date
07dafa7039 fix 2020-08-25 13:19:46 +03:00
8a1f539668 minor fix 2020-08-25 13:17:35 +03:00
19325b5b7f lib updates 2020-08-25 13:15:14 +03:00
b68d6539b6 Bump version code 2020-08-25 12:48:34 +03:00
aa8c402f97 text change 2020-08-25 12:46:04 +03:00
343d39d157 Start location tracking in foreground after migration 2020-08-25 12:44:22 +03:00
b056de5230 Merge pull request #584 from estevez-dev/rc/1.3.0-b1
Rc/1.3.0 b1
2020-08-25 12:38:59 +03:00
f7e139b963 Merge pull request #583 from estevez-dev/rc/1.3.0-b1
Rc/1.3.0 b1
2020-08-25 12:14:05 +03:00
3 changed files with 5 additions and 5 deletions

View File

@ -83,7 +83,7 @@ class AppSettings {
'location-updates-interval': oldLocationTrackingInterval * 60 * 1000,
//'location-updates-priority': 100,
'location-updates-show-notification': true,
'foreground-location-tracking': false
'foreground-location-tracking': true
});
} catch (e, stack) {
Logger.e("[MIGRATION] Can't start new location tracking: $e", stacktrace: stack);

View File

@ -142,7 +142,7 @@ class _IntegrationSettingsPageState extends State<IntegrationSettingsPage> {
if (_useForegroundService) {
notes.add(_getNoteWidget('* Notification is mandatory for foreground service', false));
} 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) {
notes.add(_getNoteWidget('* Battery consumption will be noticeable', true));

View File

@ -1,7 +1,7 @@
name: hass_client
description: Home Assistant Android Client
version: 1.3.0+1309
version: 1.3.0+1310
environment:
@ -27,8 +27,8 @@ dependencies:
hive_flutter: ^0.3.0+2
device_info: ^0.4.2+4
firebase_crashlytics: ^0.1.3+3
syncfusion_flutter_core: ^18.2.44
syncfusion_flutter_gauges: ^18.2.44
syncfusion_flutter_core: ^18.2.54
syncfusion_flutter_gauges: ^18.2.54
flutter_map: ^0.10.1+1