GenomeSearch Update

So far today I’ve made the actual search feature itself work, added hyperlinks to theseed.org in the results display, and added a scrollbar to display results which take more room than the screen has available. In addition, the bulk of the search work now happens in a separate thread from the UI and a progress dialog is shown. I’m pretty happy with the performance of the app now, with one notable exception being that the Android AutoCompleteTextView code is a little on the slow side. This has been noted on a variety of Android blogs and such, but there doesn’t seem to be any way to improve it other than writing a new autoComplete class entirely.