What We’ve Been Doing…
We’re still very much involved with iPhone development.
We have some other iPhone stuff going on, and we’ve begun to take on development work for iPhone apps, we’ll talk more about that at a later date though
As for MobileChat, we’re not going to disappear like last time for 6 months with no updates. We’re currently debating on how to proceed with the application.
Here’s the technical details of what’s been going on with MobileChat:
Before the SDK came out, I was in the process of completely redoing the interface of the application, since my understand of the iPhone UIKit framework has greatly evolved, it was time to ditch the old codebase and move forward with a better app that doesn’t max out the iPhones memory limits.
With the release of the iPhone SDK, I learned a great deal about the UIViewController/UINavigationController classes and began implementing this into the app. These classes were never included in any toolchain distribution that I know of, and there seems to be a few major changes apple made to the classes for the 1.2/2.0 firmware. In an attempt to allow a seamless transition from 1.1.x to 1.2/2.0, we’ve been modifying those classes to emulate the 1.2/2.0 behavior on 1.1.x.
We’ve also began the process of pulling out all of the libpurple stuff and moving it to a daemon that will run in the background. The UI application will actually quit every time you leave the app to go do something else, like all of Apple’s applications do. When you come back, it will rebuild the interface to what you were doing before you left, so as far as you know, the application was running the whole time.
This will also enable us to program simultaneously for Apple’s App Store (where we can’t run anything in the background and the application is forced to disconnect on quit) and as a 3rd party app that you install without App Store and you can run the daemon in the background and always be connected.
And now, you’re all up to date.
about how much is it gonna be till the next update?