# 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=QRealTime
qgisMinimumVersion=3.00
description=This plugin connects you to ODK Server and do autoupdation of data to and from aggregate
version=3.9.10
author=Shiva Reddy Koti, Prabhakar Alok Verma
email=kotishiva@gmail.com

about=This software is designed and developed in Indian Institute of Remote Sensing, ISRO for mobile data collection. Form designing to data compilation every step is automated in a way that everything can be done inside GIS environment.

tracker=https://github.com/shivareddyiirs/QRealTime/
repository=https://github.com/shivareddyiirs/QRealTime/
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog= 3.9.10: Added support for mongolia language 3.9.9: Bug fixing for sync time and make online 3.9.8:Removed bug: runtime error when not able to connect to server 3.9.7: Removed dependency on third party library 3.9.6: Added support for spanish translation. early adopter are requested to  raise issues if any 3.9.5: Removed requirement of pip install pyxform3.9.4: added support for spanish translation 3.9.1: only recommended for advanced user for testing purpose only,experimental support for koboToolbox server, currently tested with humanatarian instance hosted by UNOCHA,url validation 3.8:Bug fixed causing no import when trying to import from password protected forms. Support for date-time field is also added. 3.6: this version has major bug fixings for sync functionality. User are highly recommended to update. 3.5.2: Improved geometry field detection: Now field is choosen based on its type rather than name. Url encoding to avoid 400 error 3.5.1: Removed unnecesary import pip.3.5: Now installing package 'pyxform' automatically. Tested in Mac and Windows. 3.4: Changes Major refactoring to replace 'print' statements with QgsMessageLog: It avoids QGIS crashes and make it thread safe.Now user can see all print statement outputs in log messages under 'QRealTime' tag. Some UI Improvements and minor bug fixes.
# Tags are comma separated with spaces allowed
tags= ODK,Kobo,KoboToolbox,Forms,XForms, Data Collection, Mobile GIS
homepage=https://shivareddyiirs.github.io/QRealTime/
category=Plugins
icon=icon.png
# experimental flag
experimental=True

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

