Mian Khalid

Results 17 comments of Mian Khalid

Nothing worked for me so this is the function that I wrote to workaround the issue: ```java private void setToolBarFont() { final Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); for (int i...

By mobile terminal, do you mean the mobile app? If yes, then we haven't had the need to implement a PDF reader within the app. If you have an implementation...

The exception is saying that you are providing something other than a JSON Object where a JSON Object is expected and in your case whatever API you are hitting is...

Good catch @FDoubleman, I had been seeing those exceptions too. Upon investigation here are the steps for reproduction: 1. Login using valid credentials. 2. Logout and you'll see the exception...

This is something that we know and is on our radar to be taken care of in the near future. p.s. Don't have a strict timeline as to when we'll...

Whats your use-case? and why do you need this full fledge project to be a library project/module?

Same as @farhan in this case. Will have to invest some time into it.

Also, since this change: 1. might require pulling data from different models or queries that need to be done on the db 2. and increase the JSON response size so,...

Great @GlugovGrGlib, thanks for making these changes! Do let us know when the PR is ready for another pass.

@GlugovGrGlib @volodymyr-chekyrta here are some more things that should be added to the Blocks API (`/api/mobile/v3/course_info/blocks/`) that are currently available in the Enrollments API (`/api/mobile/v3/users/{username}/course_enrollments/`): 1. Elements in red boxes...