Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cordova-plugin-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-plugin-background-geolocation
Commits
136cccb3
Commit
136cccb3
authored
Sep 25, 2013
by
Chris Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fleshing out basic architecture
parent
5bdf9f5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
+32
-0
plugin.xml
plugin.xml
+32
-0
CDVBackgroundGeoLocation.java
src/android/CDVBackgroundGeoLocation.java
+0
-0
No files found.
plugin.xml
View file @
136cccb3
<?xml version="1.0" encoding="UTF-8"?>
<plugin
xmlns=
"http://www.phonegap.com/ns/plugins/1.0"
id=
"org.transistorsoft.cordova.background-geolocation"
version=
"0.1.0"
>
<name>
CDVBackgroundGeoLocation
</name>
<description>
Cordova Background GeoLocation Plugin
</description>
<license>
MIT
</license>
<keywords>
phonegap,background geolocation
</keywords>
<!-- android -->
<platform
name=
"android"
>
<config-file
target=
"res/xml/config.xml"
parent=
"/*"
>
<feature
name=
"BackgroundGeoLocation"
>
<param
name=
"android-package"
value=
"org.transistorsoft.cordova.background-geolocation"
/>
</feature>
</config-file>
<source-file
src=
"src/android/CDVBackgroundGeoLocation.java"
target-dir=
"src/org/transistorsoft/background-geolocation"
/>
</platform>
<platform
name=
"ios"
>
<config-file
target=
"config.xml"
parent=
"/*"
>
<feature
name=
"BackgroundGeoLocation"
>
<param
name=
"android-package"
value=
"org.transistorsoft.cordova.background-geolocation"
/>
</feature>
</config-file>
<source-file
src=
"src/android/Calendar.java"
target-dir=
"src/org/transistorsoft/background-geolocation"
/>
</platform>
</plugin>
\ No newline at end of file
src/android/BackgroundGeoLocation.java
→
src/android/
CDV
BackgroundGeoLocation.java
View file @
136cccb3
File moved
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