Changes between Version 40 and Version 41 of DeveloperGuidelines/Mobile/Android
- Timestamp:
- 12/04/12 17:18:48 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Mobile/Android
v40 v41 140 140 * Authentication Issues and Solutions 141 141 * Integrate changes made earlier for submitting images via ODK Collect to use the new APIs. Ensure that this functionality works correctly. 142 See [https://docs.google.com/a/ncsu.edu/document/d/1heEvLr6vHafNzlZgr-5JG2kcdTutVYcZGbNBA1-SihQ/edit?pli=1 Sahana Eden Improve existing support for XForms] for additional information. 142 * See [https://docs.google.com/a/ncsu.edu/document/d/1heEvLr6vHafNzlZgr-5JG2kcdTutVYcZGbNBA1-SihQ/edit?pli=1 Sahana Eden Improve existing support for XForms] for additional information. 143 * See [https://docs.google.com/a/ncsu.edu/open?id=0B7_vYLXl8gqrRFFHOE1ST0VTNnM Detailed report for Project -Improve existing support for XForms] for authentication related changes. 144 * Download [https://docs.google.com/a/ncsu.edu/open?id=0B7_vYLXl8gqrcEx3QWowWFpfdGM this] for a short video on the project. 143 145 144 146 * Support Component Tabs for a multi-table form … … 167 169 * Have the list of downloadable XForms more easily configurable (currently hardcoded in controllers/xforms.py formList()) 168 170 * e.g. Use the same approach as Importer does by marking resources in the modules list in 000_config.py 169 170 171 171 === References === 172 172 * ANT samples