ojacquemart / vlilleChecker

Android Vlille Checker app
https://play.google.com/store/apps/details?id=com.vlille.checker
GNU General Public License v3.0
13 stars 12 forks source link

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

Closed datalossdetector closed 2 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) When I change the orientation of the device screen, the star assigned is lost in StationInfoActivity 2019-07-21 05-46-28_before 2019-07-21 05-46-28_after

2) When I change the orientation of the device screen, Update Time ToggleButton changes its color in SettingsActivity 2019-07-21 03-44-22_before 2019-07-21 03-44-22_after

3) When I change the orientation of the device screen, the link to the email loses the highlight in AboutActivity 2019-07-21 10-49-27_before 2019-07-21 10-49-27_after

ojacquemart commented 5 years ago

Thanks for your feedback! Indeed, it's a bug... I will take a look :)

ojacquemart commented 5 years ago

@dlicse1 It should be fixed. I will do a release soon.

Thanks again for your report!