Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] 0.3.0 #23

Merged
merged 1 commit into from
Jan 30, 2019
Merged

[Release] 0.3.0 #23

merged 1 commit into from
Jan 30, 2019

Conversation

christocracy
Copy link
Member

[0.3.0] - 2019-01-30

  • [Added] New schedule feature for specifying "location+geofence" tracking or "geofence-only" in any schedule period. See docs for Config.schedule.
  • [Added] New DeviceSettings API for querying if Android app is ignoring battery optimization, in addition to methods for redirecting to "Ignore Battery Optimziations" settings screen. Also introduces a method DeviceSettings.showPowerManager method for showing vendor-specific "Power Management" screen (eg: Huawei Settings->Battery->Launch).
bool isIgnoring = await DeviceSettings.isIgnoringBatteryOptimizations;
if (!isIgnoring) {
  // Show Android "Ignore Battery Optimizations" settings screen.
  DeviceSettings.showIgnoreBatteryOptimizations();
}

// Show Android vendor-specific "Power Manager" device settings screen (eg: Huawei)
DeviceSettings.showPowerManager();

…use location+geofence or geofences-only tracking. See Config.schedule. Add new DeviceSettings API for querying info about Android device settings and redirecting user to vendor-specific Power Manager settings screen. This is for helping to solve vendor-specific background-operation issues (eg: Huawei).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant