alanszlosek / alanszlosek/android-text-message-backup
Move processing to a separate thread
オープン
enhancement
good first issue
- 主要言語
- Java
- スター
- 0
- フォーク
- 0
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
The export operation is running on the UI thread. Aside from Android complaining about this, it also means we can't increment the ProgressBar each time a message is exported -- the UI thread is busy, and the ProgressBar updates don't show until the export is fully finished. Defeats the purpose.
So we need to move export logic to another thread, and somehow trigger ProgressBar updates from there.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。