-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/check network state #111
Conversation
Add snackbar with shortcut to connection settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When you re-enable the network and go back to the app too fast the toast that says "Please enable network connection" is shown, even though the network connection was just enabled.
When the network connection is disabled in e.g. mainactivity no error is given, even though it should still update the blockchain.
Develop bugfix
…e-play-store Feature/update readme play store
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Snackbar is an improvement. Handling lost network connection in the rest of the app will be done at a later point.
Please also run 'optimize imports' on the project one last time.
app/src/main/res/values/strings.xml
Outdated
<string name="please_enable_connect_message">Please enable network connection</string> | ||
<string name="no_connection">No Network</string> | ||
|
||
<string name="go_network_settings">Settings</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change this to "WIFI SETTINGS" so it's more clear where the button will take the users.
waiting for #139 for updated translations, |
Closes #103
Checks network state in SplashActivity