mudkipme / MoeMemos

An app to help you capture thoughts and ideas
http://memos.moe
Mozilla Public License 2.0
440 stars 40 forks source link

Detect no internet connection #203

Closed Divinelink closed 2 months ago

Divinelink commented 2 months ago

To improve user experience, a notification could be displayed when there is no internet connection. Currently, if the app is opened without access to the memos server, the user sees an empty screen.

Proposed Solution:

This could be addressed by implementing a connectivity manager to monitor the network status. The connectivity manager would check the network connection status and display a snackbar or popup with a message like "You're not connected to the internet" when no connection is detected. This ensures the user is immediately informed about connectivity issues.

Let me know if you're interested as I can start working on the actual implementation!

Divinelink commented 2 months ago

Closing this as it was supposed to be for MoeMemosAndroid