julianwi / javainstaller

an android application to install a full java runtime on a phone.
GNU General Public License v3.0
37 stars 9 forks source link

Orientation #3

Closed veganaize closed 10 years ago

veganaize commented 10 years ago

If the orientation is switched during download, the progressbar disappears and doesn't come back. It is possible to start a second download (even though the first is still running in background and will overtake control when it's finished).

julianwi commented 10 years ago

I changed in the AndroidManifest.xml the configChanges. So now the Activity won't restart on orientation change. The second thing is I made download dialog cancel able false. I close this issue now. Thanks for the many bug reports they very helped me.