diff --git a/apps/gipy_uploader/ChangeLog b/apps/gipy_uploader/ChangeLog new file mode 100644 index 000000000..28f11c1c7 --- /dev/null +++ b/apps/gipy_uploader/ChangeLog @@ -0,0 +1 @@ +0.01: Initial Release diff --git a/apps/gipy_uploader/README.md b/apps/gipy_uploader/README.md new file mode 100644 index 000000000..d51c8c0a2 --- /dev/null +++ b/apps/gipy_uploader/README.md @@ -0,0 +1,11 @@ +# Gipy Uploader + +Uploads and convert a gpx file to the watch for use with gipy. + +## Requests + +Reach out to frederic.wagner@imag.fr if you have feature requests or notice bugs. + +## Creator + +Made by [Frederic Wagner](mailto:frederic.wagner@imag.fr) diff --git a/apps/gipy_uploader/custom.html b/apps/gipy_uploader/custom.html new file mode 100644 index 000000000..69c0a6a84 --- /dev/null +++ b/apps/gipy_uploader/custom.html @@ -0,0 +1,58 @@ + +
+ + + + +Please select a gpx file to be converted to gpc and loaded.
+ + + + + + + + + diff --git a/apps/gipy_uploader/metadata.json b/apps/gipy_uploader/metadata.json new file mode 100644 index 000000000..0ba1dfd49 --- /dev/null +++ b/apps/gipy_uploader/metadata.json @@ -0,0 +1,13 @@ +{ + "id": "gipy_uploader", + "name": "Gipy uploader", + "version": "0.01", + "description": "uploads and convert gpx files for use with gipy", + "icon": "slidingtext.png", + "type": "app", + "tags": "tool.outdoors,gps", + "supports": ["BANGLEJS2"], + "readme": "README.md", + "custom": "custom.html", + "allow_emulator": false +}