ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

Display progress spinner when resources are being sorted #67

Closed kirillt closed 2 years ago

kirillt commented 3 years ago

Huge folders can cause ResourcesFragment freeze during sorting — sorting of 5000 resources freezes for 5 seconds on my Huawei P10. We should inform user about operation in progress. Also would be great to attach short label to any spinner animation: like "indexing" and "sorting" to provide a user with clue about what exactly takes time (so she can disable sorting for instance).

kirillt commented 2 years ago

Implemented in #106