Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/xdata
Florian Schmaus 2cba6a68eb Fix DataFormProvider parsing 'fixed' FormFields
b71039660b made FormField.setType(Type)
throw an illegal argument exception if type is fixed, but the
DataFormProvider was not changed, so it still would call
setType(Type.fixed).

Change DataFormProvider so that the non-argument constructer of
FormField is used when type == fixed.
2015-01-26 07:54:12 +01:00
..
packet Make DataForm type an enum 2015-01-10 20:10:46 +01:00
provider Fix DataFormProvider parsing 'fixed' FormFields 2015-01-26 07:54:12 +01:00
Form.java Make DataForm type an enum 2015-01-10 20:10:46 +01:00
FormField.java Fix DataFormProvider parsing 'fixed' FormFields 2015-01-26 07:54:12 +01:00
XDataManager.java Add XDataManager.isSupported(String) 2015-01-21 09:50:50 +01:00