- Apr 13, 2015
-
-
Aaron Wells authored
-
-
- Apr 07, 2015
-
-
Aaron Wells authored
In order to avoid conflicting with Solent users who have been using 2.0.0.
-
Scott Allen authored
-
Scott Allen authored
-
- May 03, 2013
-
-
Jonathan Sharp authored
-
Jonathan Sharp authored
-
Jonathan Sharp authored
-
- Mar 28, 2013
-
-
Jonathan Sharp authored
-
- Jul 25, 2012
- Jul 18, 2012
- Jun 28, 2012
-
-
Alan McNatty authored
-
Alan McNatty authored
A large commit that moves the artefactdatasqlhelper 'stuff' into a content provider so we can set upa content observer and listen for content changes. This is significant in the cleanliness of the artefacts .. an uninstall and reinstall will be required. Also split the Utils class into Sync and Account Util classes so it's a bit more focused (easier to know where to look etc).
-
- Jun 27, 2012
-
-
Alan McNatty authored
The 2nd last commit with UI changes for help/introduction changes moved about some of the list-adapter set-up which didn't work to well adjusting to changes in the list. These are now fixed. There is still issues in th ArtefactSettingsActivity when thumbnails are added. The UI does not adjust tofit them it properly.
-
- Jun 26, 2012
-
-
Alan McNatty authored
Also make some changes to the strings to make things more obvious.
-
Alan McNatty authored
- Help text to be included. 2. Fixed a NPE bug in the httpclient if a space or similar exists in the post URI 3. Adjusted the onActivityResult method to support attaching multiple files
-
- Jun 24, 2012
-
-
Alan McNatty authored
Resolved issues with camera - if the intent is null just use the imageUri created when the camera intent was raised (some phones don't populkate correctly so you have to remember it :(...)
-
- Jun 23, 2012
-
-
Alan McNatty authored
Fixed syncing notifications by having the sync API return the time() from server so we don't rely on handset knowning server time , etc, etc. Also added the sync.time to preferences for debugging purposes. Also fixed the 'bug' where if we 'write' a journal if no default journal pick the first journal.
-
- Jun 19, 2012
-
-
Alan McNatty authored
Still remains issue of server time - I believe solution will be to get the server to respond with it's time which can be recorded as last sync time. The device time is not relevant.
-
Alan McNatty authored
-
Alan McNatty authored
Fixed a sync bug - the notifications needed a count not trim to see if any existed. That bug must have been around for a bit. Also added a couple ot Util methods to perform account stuff getAccount and deleteAccount. We now also delete the old account if any authentication details have changed. Also the sync process has some new logging and the order (if not noticed from last commit) has reverted back to sync then upload - I found a bug with the token changing midway through a bunch of uploads (may need to check how frequently the pref value is checked if a sync happens mid upload).
-
- Jun 18, 2012
-
-
Alan McNatty authored
Also after some testing have got the periodic sync functionality working again.
-
Alan McNatty authored
Some bug fixes around the default folder (Utils + TransferService), removed some null code from the sync adapter and authenticator activity and simplified my stub for forced sync (which may be removed as it might not be needed).
-
Alan McNatty authored
Reworked some of the application preferences and made some small refactoring changes as a result (moving methods to Utils to get base url and upload/sync built properly).
-
- Jun 17, 2012
-
-
Alan McNatty authored
Also improved thumbnail, added default - changed way the default is shown (not on details -I think that is OK). Also fixed the intent handling by adding some mimetype setDataAndType .. pretty nasty how you have to find the mime-type and set the filter for each possible type .. doesn't seem to be a better way .. oh well - best efforts for our supported content (see Manifest activity filters).
-
Alan McNatty authored
Working around the main UI redraw with a default intent on notification to reload it and setting the activity as singleTop in Manifest. Also found some basic boundary 'null' case bugs for image gallery - should now be resolved (i.e. no image in post ;).
-
Alan McNatty authored
With the last commit - moved to an actual gallery. Also as we're nearing stable we've set debug / verbose off by default now
-
Alan McNatty authored
- Some tweaks to the Artefact Settings UI (renaming the layout) - A first cut of a gallery to show images being worked on the Artefacts Settings UI
-
- Jun 16, 2012
-
-
Alan McNatty authored
Starting working on artefact_settings screen showing the attached files (not operational but worthy of a commit) Made some changes to the artefact settings UI as raised in a review with Kristina. Also made a bit of sense of the Camera/Gallery stuff on the settings page so you canchange the image.
-
-
Alan McNatty authored
-
- Jun 15, 2012
-
-
Grant Patterson authored
-
Grant Patterson authored
-
Grant Patterson authored
Removed unneeded libraries. Closed cursors.
-
- Jun 14, 2012
-
-
Alan McNatty authored
-
Alan McNatty authored
-
- Jun 13, 2012
-
-
Alan McNatty authored
Also added support for thumbnails on the list view - still to add to the details view also.
-
- Jun 06, 2012
-
-
Alan McNatty authored
Another big round of changes ticking off much of the Journal extras (is draft, allow comments) handling. As a result quite a few UI changes to accommodate these fields. Also fixes a few bug (but probably also introduces a few more. Much more robust getting closer to a final test release candidate.
-