openMF / android-client

An android client for the MifosX platform
https://openmf.github.io/mobileapps.github.io/
Mozilla Public License 2.0
196 stars 581 forks source link

Restricting the user to move ahead from passcode activity is internet is not connected. #848

Closed AkshGautam closed 6 years ago

AkshGautam commented 6 years ago

Summary:

Taking the idea from mifos mobile app the user is not allowed to move to further activities from passcode if the internet is not connected.

Steps to reproduce:

How can we reproduce the issue?

1)run the app 2)enter passcode without internet

Expected behavior:

A snackbar and restricting user to move further if internet is absent.

Observed behavior:

User is able to move further without internet connection.

Device and Android version:

Android 5.0.2,API 21

I am working on this.

AkshGautam commented 6 years ago

@therajanmaurya @tarun0 I am working on this

tarun0 commented 6 years ago

@AkshGautam Passcode is saved offline only. He can use the offline-functionalities when there is no internet. If you deny the user access to the offline features, then implementing them in the first place doesn't make any sense!

AkshGautam commented 6 years ago

@tarun0 sure I agree,you may close this issue.