# This file contains metadata for your plugin. Since
# version 2.0 of QGIS this is the proper way to supply
# information about a plugin. The old method of
# embedding metadata in __init__.py will
# is no longer supported since version 2.0.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=QgisODK
qgisMinimumVersion=2.14
description= A tool for authoring and managing mobile surveys Open Data Kit (ODK) from QGIS
version=1.9.1
author=Enrico Ferreguti
email=enricofer@gmail.com

about=The Qgis plugin allows to build a "on field" mobile survey in minutes starting from a Qgis layer and get back collected data with the help of Open Data Kit tools and services. Open Data Kit (ODK) https://opendatakit.org/ is a free and open-source set of tools which help to manage mobile data collection solutions.
  The typical ODK collection workflow is based on the following activities:
  - survey form design (XlsForm/XForm)
  - deployment of survey forms on ODK collect Android App
  - on field data collection by a mobile device
  - data aggregation on server


tracker=https://github.com/enricofer/QgisODK/issues
repository=https://github.com/enricofer/QgisODK
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
# changelog=1.1 ODK_validate wrapper removed
  1.2 missing UI files issue fixed
  1.3 python exception on plugin initialization under MacOs fixed
  1.4 google drive: embedding submission_url in XForms, select from availables data collection tables
  1.5 Google Drive export and import issues fixed
  1.6 issues behind proxy fixed
  1.7 data collection issues fixed, data collect dialog improvements, odk project linked to qgis project feature
  1.8 google api key renewal issue fixed
  1.9 odk aggregate server support. Portions of the code is (C) 2017 by IIRS https://github.com/shivareddyiirs
  1.9.1 download media issues fixed


# Tags are comma separated with spaces allowed
tags= ODK,open data kit,data collection,collection,on field,onfield,mobile,android,survey

homepage=https://github.com/enricofer/QgisODK
category=Plugins
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

