As promised, the major change in 0.7.1 is Thomas Hirsch's wiki
features. That is, viewing the expedition's page on the Geohashing
wiki, adding messages to the expedition page, and uploading images to
add to a gallery on said expedition page. As per what I'm going to
upload later, I've got a good amount of it debugged and cleaned up,
but only for the message-posting and wiki-viewing parts.
For the picture-uploading, there's still a few issues I'm trying to
work out, mostly in how it displays the pictures on your phone. For
Thomas: The major problem is that when I tried it on my phone (loaded
with pics), the picture that got uploaded to my test site didn't match
what I selected. That much I think I've got fixed (minor difference
between the ID of the pic and the order in which the Cursor selected
them), but I'm also trying to make sure it sorts out the camera pics
first. If there's any other image files on the SD card (i.e.
downloads or installing Google's My Maps Editor, which dumps a couple
hundred icons in), it'll put those in with the stuff from the camera,
so I'm trying to ensure that the camera takes precedence. I think
I've almost got that.
Once 0.7.1 is done, 0.7.2 will be an Android 1.6 app, meaning it
should properly change the way the display is laid out on larger/
smaller screens. Since I don't have an Android 2.0 phone (and it
seems T-Mobile and/or HTC are in no hurry to get that update out to
me... I'm looking at the Nexus One soon), I won't be able to take
advantage of any 2.0 features, but I don't think there's anything
there I need yet.
So, 0.7.1-pre1 is coming later tonight, is what I'm saying. Don't try
the picture uploading yet. :-)
I was looking forward to use the official version on tomorrow's
expedition. However I only get a "failed to parse login reply." - I'm
going to have a look at the code to verify it later.
I also noticed that the progress widget should probably stop turning
when an error occurred.
Cheers,
Thomas
As for the progress widget cycling on an error, I can probably fix
that pretty easily (in both WikiMessageEditor and WikiPictureEditor).
So long as that's actually in the API.
There's documentation at http://www.mediawiki.org/wiki/API. I've got
a few XML-reading tools from a previous project which might help, and
I'll port them to GHD once I've got the time.
Please let me know if anything goes wrong!