The v1.34 Update should be a stable version.

It resolved the issue previous article mentioned, its a final solution.

You need to clear data no matter what version you are on.

It also fixed a critical issue that if you suddenly lost the network connection when you are using the app, then the phone will become very slow like freezing for a few minutes.

I know I update too frequently, and made a lot of mistakes, but the inner change from 1.25 to 1.30 is very very big, like rewrite a half of total codes. So please forgive me for the buggy updates.

The mistake I made when update.

I use Serializable classes to save data in database, but Proguard changed the name of the Serializable classes, so if I modified the classes when update, the deserialization would fail, and the app would crash.

The save mistake was made when I release the 1.25 update.

The V1.33 was a quick fix, so it’s not a final solution.

V1.34 need to clear data and reauthorize, it’s the final solution for this issue.

I’m working on a single account version Coolands for Twitter.

It will be named as “Coolands for Twitter S”. “S” is for “single account”, “slim” and “speed”.
It’ll use less memory and CPU power and be 3 times faster when opening and loading.
In order to achieve that, I need to rewrite all the data structures.

It’s not an upgrade of the current version, you can install both of them at same time.

Current version supports three accounts, but only one account can receive notifications.

So if you install both, you’ll be able to receive notifications for two account at the same time.