mrpdaemon / encdroid

Encdroid is an Android application for accessing EncFS volumes on cloud storage
GNU General Public License v3.0
86 stars 20 forks source link

Wrap EDAsyncTask into their own TaskFragment #71

Closed mrpdaemon closed 9 years ago

mrpdaemon commented 9 years ago

For completing the Fragment conversion we need the AsyncTask's and the related ProgressDialog handling to be wrapped in a Fragment class. This way we can get rid of the custom activity restore code we have and let the framework deal with restoring AsyncTask state.

mrpdaemon commented 9 years ago

Issue #60 depends on this.

mrpdaemon commented 9 years ago

Fixed at 2128e0c441d9d16a0bd9b3f54bdfa9a96dec940c