- (types) bugfix: Apply patch to fix
index.d.ts
- Merge PR#38: Android 11 (API 30) target support
- Merge PR#30: Fix for Android X
- Merge PR#31: (Android) discover apps on
getAvailableApps()
call - (iOS) Rework hook scripts to detect development platform and projects so as to only run iOS-specific hooks if iOS platform project exists and development platform is OSX.
- Resolves #36
- (Doc): Remove erroneous reference to native picker UI and make it clear that none is provided out-of-the-box.
- Resolves #33
- (iOS): Remove postinstall/postlink scripts and document manual process to replace them.
- Resolves #34
- Merge PR#18: Use project's minSdkVersion if available
- Merge PR#20: Update
build.gradle
to useimplementation
instead of deprecatedcompile
directive.
- Pass
navigate=yes
to Waze on Android if input type is an address. See dpa99c/phonegap-launch-navigator#213. - Fix checks for empty strings/objects on iOS.
- iOS fix: Make LNEmptyCoord static to scope it to the class.
- Merge PR#10: Fixed
LaunchNavigator.navigate
never resolving the returned promise when AppleMaps/MapKit is used on iOS
Fix check for empty extras parameter on iOS. See dpa99c/phonegap-launch-navigator#212.
Enable specification of Google API key for geocoding on Android. See dpa99c/phonegap-launch-navigator#211.
Fix auto-linking scripts to prevent multiple linking/unlinking attempts. Resolves #2.
Set FLAG_ACTIVITY_NEW_TASK on Android when launching intent to invoke navigation apps. Resolves #1.
Initial release: functionality ported from phonegap-launch-navigator