mibrito707 / cordova-plugin-secure-storage-echo

Secure storage plugin for Apache Cordova
MIT License
73 stars 73 forks source link

Android performance issue #18

Closed dwlrathod closed 4 years ago

dwlrathod commented 5 years ago

The plugin is blocking UI thread for few ms and white page is appearing. I have made some changes and added cordova.getThreadPool().execute() and it improved the overall startup time. Please check these Logs for more info.

BorntraegerMarc commented 4 years ago

@dwlrathod I think the code needs to be re-merged with the base because we have merge conflicts now.

@mibrito707 friendly ping as a reminder for a review :)

dwlrathod commented 4 years ago

All the changes included in this PR are already applied to the newer version of the plugin, so we no longer need this PR.