jdee / dubsar_android

Dubsar native client for Android
https://dubsar-dictionary.com
1 stars 1 forks source link

forward stack sometimes corrupted when app paused #3

Closed jdee closed 13 years ago

jdee commented 13 years ago

Sometimes if the application is paused for a long time, the forward stack gets corrupted. After going back, the forward button is enabled and changes state when tapped, but nothing happens. Gestures don't work either.

jdee commented 13 years ago

This may have been fixed. Much work has been done around this. One related issue was that any intent that did not have a SearchManager.QUERY extra or a URI was assumed to be for the main activity. Those parameters are also absent in the About, FAQ and Preferences activities. Now the intent's component is also considered.

jdee commented 13 years ago

Lots further work, including a detailed unit test of a critical component, DubsarActivity.equalIntents. A significant bug was uncovered by that unit test. It's likely that this issue is dead.