odk-collect: resolves issue 84. It turns out that it wasn't the disk write...
odk-collect: resolves issue 84. It turns out that it wasn't the disk write that was causing the program to hang, it was the answer checking before the form saved. This checkin moves the answer validation into the background task.
Showing
- res/values/strings.xml 1 addition, 1 deletionres/values/strings.xml
- src/org/odk/collect/android/activities/FormEntryActivity.java 21 additions, 39 deletions...org/odk/collect/android/activities/FormEntryActivity.java
- src/org/odk/collect/android/listeners/FormSavedListener.java 1 addition, 1 deletionsrc/org/odk/collect/android/listeners/FormSavedListener.java
- src/org/odk/collect/android/tasks/SaveToDiskTask.java 49 additions, 14 deletionssrc/org/odk/collect/android/tasks/SaveToDiskTask.java
Loading
Please register or sign in to comment