Removes 'been' action button from the geofencing notifications. Also updates a dependency minor version, and modifies the notification text message.
Also also: fixes an issue with fresh installs on Android P: the "high accuracy" location setting that must be set for geofencing to work on lower APIs, no longer exists in P and appears to no longer be necessary, so do not redirect user to app settings in that case. If app had not been installed before upgrading to P, this would cause the app to go to settings page on every launch.
Demo
Testing
Trigger a geofencing notification in the emulator by sending coordinates near a place marked 'liked' or 'want to go'
Notification should have no actions at bottom, and check notification text
Overview
Removes 'been' action button from the geofencing notifications. Also updates a dependency minor version, and modifies the notification text message.
Also also: fixes an issue with fresh installs on Android P: the "high accuracy" location setting that must be set for geofencing to work on lower APIs, no longer exists in P and appears to no longer be necessary, so do not redirect user to app settings in that case. If app had not been installed before upgrading to P, this would cause the app to go to settings page on every launch.
Demo
Testing
Closes #157.