Conversation
# Conflicts: # src/main/java/org/amahi/anywhere/AmahiModule.java # src/main/java/org/amahi/anywhere/activity/AuthenticationActivity.java # src/main/java/org/amahi/anywhere/fragment/NavigationFragment.java # src/main/java/org/amahi/anywhere/server/client/ServerClient.java # src/main/res/layout/layout_authentication.xml # src/main/res/values/strings.xml
|
Issues with auth_token, will be fixed soon. |
|
Non-Admin User works fine now. User is able to login by just using a PIN which they can set up at |
|
@chirag-jn I feel it would be better to replace the normal "EditText" on the PIN Access Fragment and replace them with "TextInputLayout - Floating EditText" with counter enabled and locking it to 4 or 6, alternatively to indicate by a change in color if character exceeds. |
| <EditText | ||
| android:id="@+id/edit_text_pin" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:gravity="center" | ||
| android:hint="@string/hint_pin" | ||
| android:imeOptions="actionGo" | ||
| android:inputType="textPassword" | ||
| android:textSize="@dimen/text_large" /> |
There was a problem hiding this comment.
These are the codes I recommend you to convert to the UI element I specified.
|
That seems to be a good change, though note that the length of the pin can be 3-5 |
|
Corrected issue of navigation bar not visible for non admin user. |
|
This pull request has conflicting changes, the author must resolve the conflicts before this pull request can be merged. |
|
This pull request has conflicting changes, the author must resolve the conflicts before this pull request can be merged. |
No description provided.