Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cordova-background-geolocation
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Aksimaya
cordova-background-geolocation
Commits
19e95385
Commit
19e95385
authored
Nov 26, 2015
by
Heddi Heryadi
💪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upload t aksimaya repo
parent
2fbfdb28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
11 deletions
+12
-11
plugin.xml
plugin.xml
+12
-11
No files found.
plugin.xml
View file @
19e95385
...
...
@@ -2,9 +2,9 @@
<plugin
xmlns=
"http://www.phonegap.com/ns/plugins/1.0"
xmlns:android=
"http://schemas.android.com/apk/res/android"
id=
"com.
giganti.m1.background-geolocation-3
"
id=
"com.
aksimaya.background-geolocation-services
"
version=
"0.0.3"
>
<name>
BackgroundGeolocation
</name>
<name>
Aksimaya
BackgroundGeolocation
</name>
<description>
Sophisticated, battery-efficient background-geolocation plugin for Cordova
</description>
<license>
MIT
</license>
<keywords>
cordova, phonegap, background geolocation
</keywords>
...
...
@@ -25,18 +25,19 @@
<!-- android -->
<platform
name=
"android"
>
<framework
src=
"com.google.android.gms:play-services-location:+"
/>
<!--
<framework src="src/android/build.gradle" custom="true" type="gradleReference" />
<resource-file src="src/android/libs/tslocationmanager.aar" target="src/android/libs/tslocationmanager.aar" />
<source-file src="src/android/CDVBackgroundGeolocation.java" target-dir="src/com/transistorsoft/cordova/bggeo" />
<source-file src="src/android/BootReceiver.java" target-dir="src/com/transistorsoft/cordova/bggeo" />
-->
<dependency
id=
"com.google.playservices"
url=
"https://github.com/LogicsSoftware/google-play-services.git"
/>
<!-- V24 instead of framework -->
<
!--<
dependency id="com.google.playservices" url="https://github.com/LogicsSoftware/google-play-services.git" /><!-- V24 instead of framework -->
<source-file
src=
"src/android/aar/eventbus-3.0.0-beta1.jar"
target-dir=
"libs"
/>
<source-file
src=
"src/android/aar/classes.jar"
target-dir=
"libs"
/>
<!-- transistor-locationmanager.jar -->
<source-file
src=
"src/android/aar/CDVBackgroundGeolocation.java"
target-dir=
"src/com/transistorsoft/cordova/bggeo"
/>
<source-file
src=
"src/android/aar/BootReceiver.java"
target-dir=
"src/com/transistorsoft/cordova/bggeo"
/>
<config-file
target=
"AndroidManifest.xml"
parent=
"/manifest/application"
>
<service
android:name=
"com.transistorsoft.locationmanager.BackgroundGeolocationService"
/>
<service
android:name=
"com.transistorsoft.locationmanager.LocationService"
/>
...
...
@@ -59,17 +60,17 @@
<uses-permission
android:name=
"com.google.android.gms.permission.ACTIVITY_RECOGNITION"
/>
<uses-permission
android:name=
"android.permission.RECEIVE_BOOT_COMPLETED"
/>
</config-file>
</config-file>
<config-file
target=
"res/xml/config.xml"
parent=
"/*"
>
<feature
name=
"BackgroundGeolocation"
>
<param
name=
"android-package"
value=
"com.transistorsoft.cordova.bggeo.CDVBackgroundGeolocation"
/>
</feature>
</config-file>
</platform>
</config-file>
</platform>
<platform
name=
"ios"
>
<!-- required background modes: App registers for location updates -->
<config-file
target=
"*-Info.plist"
parent=
"NSLocationAlwaysUsageDescription"
>
<string>
TSLocationManager requires background location tracking
</string>
</config-file>
...
...
@@ -91,7 +92,7 @@
<framework
src=
"src/ios/TSLocationManager.framework"
custom=
"true"
/>
<source-file
src=
"src/ios/CDVBackgroundGeolocation.m"
/>
<header-file
src=
"src/ios/CDVBackgroundGeolocation.h"
/>
</platform>
</platform>
<!-- wp8 -->
<platform
name=
"wp8"
>
...
...
@@ -110,12 +111,12 @@
<config-file
target=
"Properties/WMAppManifest.xml"
parent=
"/Deployment/App/Capabilities"
>
<Capability
Name=
"ID_CAP_LOCATION"
/>
</config-file>
</config-file>
<source-file
src=
"src/wp8/BackgroundGeoLocation.cs"
/>
<source-file
src=
"src/wp8/BackgroundGeoLocationOptions.cs"
/>
<source-file
src=
"src/wp8/DebugAudioNotifier.cs"
/>
<source-file
src=
"src/wp8/ExtensionMethods.cs"
/>
<source-file
src=
"src/wp8/IBackgroundGeoLocation.cs"
/>
<source-file
src=
"src/wp8/IBackgroundGeoLocation.cs"
/>
</platform>
</plugin>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment