forked from cens/ohmagePhone
-
Notifications
You must be signed in to change notification settings - Fork 4
ChangeLog
Cameron Ketcham edited this page May 8, 2013
·
6 revisions
- Improved performance when looking at probe upload with lots of probes
- Fixed bug in probe upload service which could cause some probes to not upload
- Added support for decimal input on number prompts
- Added ActionBar using ActionBarSherlock
- Updated to Android Maps v2
- Server configurations are now defined in the /res/raw/config.yaml file.
- Various other bug fixes.
- General bug fixes from regression testing
- Fixed bug which caused uploads of responses as probes to fail
- Fixed bugs related to timezones for responses and the timestamp prompt
- Changed the authenticator activity so other applications can request the user create an ohmage account on the device.
- Added initial version of probe manager ui
- Fixes and changes for campaign xml. Removed unused fields.
- Fixed bug where loading so many points from the db would fill up memory and cause the service to stop
- Added Permission for which probes are required to use
org.ohmage.SEND_PROBES. All probes which were installed before this version of ohmage must be reinstalled. Any old probe which does not have this permission must be updated. - Probes should now specify meta data about the observers they send in their manifest. (example)
- Mobility 1.4.4 or newer is required since it specifies the
org.ohmage.SEND_PROBESpermission.
- Initial port of https://github.com/cens/ohmagePhone into a Library APK for use by other projects.
- Changed package name to
org.ohmage.library - Uses account manager for storage of the user credentials and extra information about the user
- Data uploads are scheduled by the Android SyncManager