-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
- Native iPhone 6 & 6 Plus support
- Adopt the
UIApplicationOpenSettingsURLStringto take user into settings to easily change notification or location services permissions - Add Mute action to background notifications (iOS 8 interactive notifications, details)
- Default the Units setting (mi/km) at first app launch based on the device's Region setting
- Add setting to disable analytics (also add explanation that they are anonymous, etc) and crash reporting
- Add sounds to local notifications when connection status changes
- Provide mechanism to disable GPS in app (eg. for motorcycle) to save power, but remain connected to V1 (would simply disable auto mute feature)
- this can also handle the case where the app doesn't receive location services permissions
- Add notifications/sounds for laser alerts
- Localize strings
- Add test button in Settings to play an alert sound for users to check volume
- Change double tap to unmute to swipe up? (removes single tap delay)
- Add new tour/coachmarks for app update path (new features)
- Add a “what’s new” popup for app updates
- Detect when there is no or minimal movement and enter standby mode automatically after 5-10 minutes in the background (to prevent battery drain), even when device is set to run in background for unlimited time
- Add more info to each setting, enable adopt auto layout and self-sizing cells in all table views
- Handle errors w/ location services (notify if permissions are not granted)
- Add more content to FAQ, consider making it server-side driven
- Add debug menu/screen with console log, battery status, etc for developer testing
Reactions are currently unavailable