Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/xdata
Florian Schmaus c9a9982cef Migrate markdown documentation to javadoc
While markdown is easier to write, Smack's markdown documentation was
never tightly coupled with the source. For example, the markdown
documentation never provided links to the actual Java classes and
methods. This poses the risk that the documentation and the code
diverge over time. Furthermore, javadoc is constantly improving (for
example @snippet annotations) and I expect that one will be able to
write javadoc in markdown.

Fixes SMACK-928.
2023-02-03 09:50:35 +01:00
..
form Merge branch '4.4' 2021-08-23 18:02:00 +02:00
packet [xdata] Ensure that hidden FROM_TYPE field is first 2021-03-02 21:40:52 +01:00
provider Replace legacy IQProvider with IqProvider 2022-04-02 16:02:46 +02:00
AbstractMultiFormField.java [xdata] Safe the raw character data of form field values 2021-07-19 15:38:42 +02:00
AbstractSingleStringValueFormField.java [xdata] Safe the raw character data of form field values 2021-07-19 15:38:42 +02:00
BooleanFormField.java [xdata] Add BooleanFormField.getValueAsBooleanOrNull() 2021-12-27 21:24:19 +01:00
FormField.java Accept an empty string as the label value 2021-10-20 10:12:29 +01:00
FormFieldChildElement.java Make ExtensionElement marker interface wrt. QNAME field 2021-04-18 21:07:19 +02:00
FormFieldWithOptions.java Re-work data form API 2020-05-13 20:14:41 +02:00
JidMultiFormField.java Merge branch '4.4' 2021-08-23 18:02:00 +02:00
JidSingleFormField.java Merge branch '4.4' 2021-08-23 18:02:00 +02:00
ListMultiFormField.java Re-work data form API 2020-05-13 20:14:41 +02:00
ListSingleFormField.java Re-work data form API 2020-05-13 20:14:41 +02:00
SingleValueFormField.java [xdata] Safe the raw character data of form field values 2021-07-19 15:38:42 +02:00
TextMultiFormField.java Re-work data form API 2020-05-13 20:14:41 +02:00
TextSingleFormField.java Re-work data form API 2020-05-13 20:14:41 +02:00
XDataManager.java Re-work data form API 2020-05-13 20:14:41 +02:00
package-info.java Migrate markdown documentation to javadoc 2023-02-03 09:50:35 +01:00