Most Recent
Forum Legend
Following
New Comments
Locked Topic
Pinned Topic
I'm not sure where to put this, I didn't see any forum for the smartphone apps.
I like the Android app, and I use it regularly. I'm a an android developer, and I would gladly fix these bugs (or give you a better report at least) if I had source.
The problem I see is that the app fails to realize that I've already logged in if it is resumed. So for instance, if it gets called via onResume(), it fails, vs if it gets called via onStart().
This happens if you've navigated away from the app, and you resume by switching to the app with HOME-long press, or if the phone rings while you are thinking, and it returns to the app after the call.
The solution is to go back to home screen and start the app via the main launch intent, and then it realizes you are already signed on.