@capacitor-community/background-geolocation
Advanced tools
+1
-1
| { | ||
| "name": "@capacitor-community/background-geolocation", | ||
| "version": "1.2.21", | ||
| "version": "1.2.22", | ||
| "description": "Receive geolocation updates even while the app is in the background.", | ||
@@ -5,0 +5,0 @@ "repository": { |
+6
-0
@@ -209,2 +209,8 @@ # Background Geolocation | ||
| ### v1.2.22 | ||
| - Avoid interfering with safe area insets on Android | ||
| ### v1.2.21 | ||
| - Customize the notification color on Android. | ||
| ### v1.2.19 | ||
@@ -211,0 +217,0 @@ - Fix a bug preventing the foreground service starting on Android. |
| <?xml version="1.0" encoding="utf-8"?> | ||
| <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
| xmlns:app="http://schemas.android.com/apk/res-auto" | ||
| xmlns:tools="http://schemas.android.com/tools" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="match_parent" | ||
| tools:context="com.getcapacitor.BridgeActivity" | ||
| > | ||
| <WebView | ||
| android:id="@+id/webview" | ||
| android:layout_width="fill_parent" | ||
| android:layout_height="fill_parent" /> | ||
| </androidx.coordinatorlayout.widget.CoordinatorLayout> |
| <?xml version="1.0" encoding="utf-8"?> | ||
| <resources> | ||
| </resources> |
| <resources> | ||
| <string name="my_string">Just a simple string</string> | ||
| </resources> |
| <resources> | ||
| </resources> |
250
2.46%48605
-1.3%18
-18.18%