Force Closes and the Future
First I want to apologize to all the users who started experiencing force closes after the last update. In my excitement to push out the last update, I missed one somewhat important line of code. For those who care, I simply forgot to call super.onStop() when I overrode the onStop method in the Preferences activity. Anyway, an update is out and all should be good again.
Meanwhile, I'm not planning on adding any new updates to the Android app for the time being. Instead I'll be trying to create a web version of noodles that will sync with the mobile app. After considering the various other existing systems to sync with, I simply haven't found anything that matches with the current model that Noodles uses. The closest one I found was Things, which has been working on web sync for over a year now, so I'm not going to hold my breath.
If anyone is interested in testing the web app or wants to help develop/design it, I'd love to hear from you! I'm most likely going to be using some combination of Django and Google App Engine for the backend. You can contact me at webapp [at] makeramen [dot] com.
