SufficientlySecure / document-viewer

Document Viewer is a highly customizable document viewer for Android.
GNU General Public License v3.0
518 stars 155 forks source link

Unexpected behaviours after a screen orientation change (reported by activity) #312

Open datalossdetector opened 5 years ago

datalossdetector commented 5 years ago

I developed an automatic test case generation tool and it detected these problems in your app. I would like to know if you consider them as failures and, if not, why. Thanks for your collaboration.

1) In RecentActivity, when I change the orientation of the device screen, the textView changes its content from "Books" to "Libros". 2019-07-27 19-48-17_before 2019-07-27 19-48-17_after

2) FragmentedSettingsActivity, when I change the orientation of the device screen, changes the language. 2019-07-27 15-25-03_before 2019-07-27 15-25-03_after

3) AboutActivity, when I change the orientation of the device screen, doesn't keep the scroll position. 2019-07-27 11-10-12_before 2019-07-27 11-10-12_after