Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AsyncTaskWithWaitingDialog.java line 77 #42

Closed
Sapelli opened this issue Dec 14, 2015 · 1 comment
Closed

AsyncTaskWithWaitingDialog.java line 77 #42

Sapelli opened this issue Dec 14, 2015 · 1 comment

Comments

@Sapelli
Copy link

Sapelli commented Dec 14, 2015

in uk.ac.ucl.excites.sapelli.collector.util.AsyncTaskWithWaitingDialog.onPostExecute

  • Number of crashes: 1
  • Impacted devices: 1

There's a lot more information about this crash on crashlytics.com:
https://fabric.io/ucl-excites/android/apps/uk.ac.ucl.excites.sapelli.collector/issues/566e8b3bf5d3a7f76b572c95

mstevens83 added a commit that referenced this issue Dec 30, 2015
- dialog is now (re)created in onPreExecute()
- safer dialog dismissing code in onPostExecute() and onCancelled() - should fix issue #42

Signed-off-by: Matthias Stevens <matthias.stevens@gmail.com>
@mstevens83
Copy link
Collaborator

9e454b0 should fix this.

mstevens83 added a commit that referenced this issue Jan 13, 2016
**Release notes**
* BUGFIX: fixes for issues/crashes #28, #32, #34, #35, #40, #42, #43, #38, #33, #39, #26, #44 & #47.
* BUGFIX: no long showing HTML code in about dialog (thanks to @michalis-vitos)
* NEW: Merged <Video> support (thanks to @benelliott)
* NEW: Merged new media UIs (thanks to @benelliott), it is not possible to view/playback photos/audio/video in a gallery, etc.
* IMPROVEMENT: Leaving a field to exit form or app without saving now happens unconditionally
* BUGFIX: listening for backspace in <Text> field did not work on recent Android versions
* NEW: import data from CSV files (in addition to XML files)
* NEW: data exports (both in CSV and XML form) now contain a virtual column listing media field attachement filenames
* IMPROVEMENT: "Export all" only exports user-created data an no longer Sapelli-internal data
* IMPROVEMENT/BUGFIX: several improvements to CSV and XML exporting code (including a fix for #33)
* IMPROVEMENT: made several improvements to make the AsyncTaskWithWaitingDialog class safer
* IMPROVEMENT/BUGFIX: A LOT of major improvements and bug fixes to the storage layer
  * simple list columns
  * added support for default values in Columns
  * RecordStore delete by SingleRecordQuery
  * TimeStamp improvements
  * improvements to Record querying facilities
  * Introduced Schema flags (allows for solving of a number of long-standing issues/limitations)
  * Model serialisation: store Project XML instead of using Java Object serialisation
  * Introduced proper database versioning and upgrade logic
  * improved column name sanitation
  * improvements & bugfixes to Record import/exporting (XML/CSV) facilities
  * made Columns aware of their ability to produce "lossy" binary serialisations
  * introduced choice between lossy/lossless in all binary serialisation methods on ValueSet and Column(s)
  * many other improvements to binary serialisation behaviour on ValueSet and Column(s)
  * reimplemented/improved all String serialisation behaviour on ValueSet and Column(s)
  * many improvements to ColumnPointer class
  * improved table name generation for SQL(ite)RecordStore
  * fixed handling of ValueSetColumns with all-null/all-optional subcolumns in SQL(ite)RecordStore and XML/CSV exports
  * many other improvements/fixes to SQL(ite)RecordStore
  * much, much more...
* NEW: AdvancedSpinnerAdapter class used in for MultiList fields as well as transmission config UI
* IMPROVEMENT: updated several dependencies
* MISC: killed code warnings, fixed code formatting, & added license disclaimers
* Anything else I forgot...

Signed-off-by: Matthias Stevens <matthias.stevens@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants