Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev:
  Update store listing and contact
  update error messages
  • Loading branch information
shalzz committed Jun 20, 2018
2 parents 3fff1f8 + 94d1571 commit 368745c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/src/main/play/contactEmail
Original file line number Diff line number Diff line change
@@ -1 +1 @@
support@8bitlabs.in
support@8bitlabs.tech
1 change: 1 addition & 0 deletions app/src/main/play/contactWebsite
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8bitlabs.tech
6 changes: 6 additions & 0 deletions app/src/main/play/en-US/listing/fulldescription
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ Features:
* Ordered and detailed attendance list
* Background syncing of attendance and time table.
* Search: Jump straight to a subject to see its details.

We rely on 3rd Party API's to provide your data. These API's are generally
not as reliably as our own servers and may become unavailable from time to time.
You can check the status of these API's and our own at https://status.8bitlabs.tech to keep
yourself informed about their general availability and downtime. We appreciate your
trust and decision to use out services.
6 changes: 2 additions & 4 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,14 @@
<!--//// Actual user visible text ////-->

<!--User friendly error messages-->
<string name="generic_server_down">It seems the web server is down or not responding.</string>
<string name="generic_server_down">It seems the web server is down or not responding. Please try again later.</string>
<string name="no_internet">No Connection. Please try again when you are connected to the internet</string>
<string name="generic_error">Network error occurred.</string>
<string name="proxy_error">Proxy Authentication failed. Please check your credentials.</string>
<string name="unexpected_error">An unexpected error occurred</string>
<string name="form_userid_error">Phone number is invalid.</string>
<string name="form_password_error">Password is required.</string>
<string name="auth_error">The phone number is not registered.
Please use your registered number or contact your college IT dept. to
register.</string>
<string name="auth_error">Phone number not registered. Please use your registered number or contact your college IT dept.</string>
<string name="no_data_title">Nothing Here</string>
<string name="no_data_content">No data available on the server right now</string>
<string name="no_connection_title">No connection.</string>
Expand Down

0 comments on commit 368745c

Please sign in to comment.