From 68a466fb776a1b2f20da14a784492e44602eb0b4 Mon Sep 17 00:00:00 2001 From: fr3ts0n Date: Fri, 13 Sep 2019 13:29:50 +0000 Subject: [PATCH] Add AndrOBD Plugins: GpsProvider, SensorProvider --- ...com.fr3ts0n.androbd.plugin.gpsprovider.yml | 29 +++++++++++++++++++ ....fr3ts0n.androbd.plugin.sensorprovider.yml | 29 +++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 metadata/com.fr3ts0n.androbd.plugin.gpsprovider.yml create mode 100644 metadata/com.fr3ts0n.androbd.plugin.sensorprovider.yml diff --git a/metadata/com.fr3ts0n.androbd.plugin.gpsprovider.yml b/metadata/com.fr3ts0n.androbd.plugin.gpsprovider.yml new file mode 100644 index 0000000000..3da517ff0e --- /dev/null +++ b/metadata/com.fr3ts0n.androbd.plugin.gpsprovider.yml @@ -0,0 +1,29 @@ +Categories: + - Connectivity +License: GPL-3.0-or-later +WebSite: https://github.com/fr3ts0n/AndrOBD-Plugin/wiki +SourceCode: https://github.com/fr3ts0n/AndrOBD-Plugin +IssueTracker: https://github.com/fr3ts0n/AndrOBD-Plugin/issues +Changelog: https://github.com/fr3ts0n/AndrOBD-Plugin/releases +Donate: https://paypal.me/fr3ts0n +Bitcoin: 19UApzsc5eDJ5VNDNYCA1bpszPnkcpWeFP + +AutoName: AndrOBD GPS data provider + +RepoType: git +Repo: https://github.com/fr3ts0n/AndrOBD-Plugin.git + +Builds: + - versionName: V1.0.3 + versionCode: 10003 + commit: V1.0.3 + subdir: GpsProvider + submodules: + - true + gradle: + - yes + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: V1.0.3 +CurrentVersionCode: 10003 diff --git a/metadata/com.fr3ts0n.androbd.plugin.sensorprovider.yml b/metadata/com.fr3ts0n.androbd.plugin.sensorprovider.yml new file mode 100644 index 0000000000..985411145f --- /dev/null +++ b/metadata/com.fr3ts0n.androbd.plugin.sensorprovider.yml @@ -0,0 +1,29 @@ +Categories: + - Connectivity +License: GPL-3.0-or-later +WebSite: https://github.com/fr3ts0n/AndrOBD-Plugin/wiki +SourceCode: https://github.com/fr3ts0n/AndrOBD-Plugin +IssueTracker: https://github.com/fr3ts0n/AndrOBD-Plugin/issues +Changelog: https://github.com/fr3ts0n/AndrOBD-Plugin/releases +Donate: https://paypal.me/fr3ts0n +Bitcoin: 19UApzsc5eDJ5VNDNYCA1bpszPnkcpWeFP + +AutoName: AndrOBD Sensor data provider + +RepoType: git +Repo: https://github.com/fr3ts0n/AndrOBD-Plugin.git + +Builds: + - versionName: V1.0.3 + versionCode: 10003 + commit: V1.0.3 + subdir: SensorProvider + submodules: + - true + gradle: + - yes + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: V1.0.3 +CurrentVersionCode: 10003