cloudlockr / cloudlockr-app

React Native Android app facilitating the user interface for the CloudLockr device featuring bluetooth communication, location services, API integration, file reconstruction, and user management
2 stars 1 forks source link

Smarter progress indicators #19

Open zfrantzen opened 3 years ago

zfrantzen commented 3 years ago

Currently, the upload/download progress indicators only say "processing..." and display the success or error message once the process completes. We should be able to have more in-depth messages that update the indicator as it is executing by using a background timer (similar to the suggested timer framework in #17).