-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fixes #2337 - Show captions of image in media details (conflicts fixed) #2933
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
Conversation
|
Tests fails because of changes, please someone with RxJava knowledge review this. |
|
@neslihanturan I have raised a pr for the same on your branch. Tests pass with the same on my local machine. Please have a look : ) |
Neslihanturan sp2710 new
* updated unit test for fetchCaptionByFilename()
Fixed failing test cases
|
@neslihanturan I just noticed that xml api's have been used in the PR, would you mind switching them to the corresponding json one ? |
|
Thanks for working on this. It was long due. |
|
@misaochan Is it OK to merge this after converting the XML call to JSON? |
|
Data client just provides an instance of OkhttpClient. The API would be written as a custom call. So there should be no extra effort required for using it via the data client :) |
Description (required)
Fixes the conflicts from #2662 which solves #2337 to be able to merge changes, the code of @Sp2710 was already working perfectly.