-
Notifications
You must be signed in to change notification settings - Fork 163
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
Readium sdk for lcp #216
Readium sdk for lcp #216
Conversation
…ium-sdk-1 into feature/sdkForLcp
@drminside we are going to look at merging this pull request this week. We will ping you if there are any difficulties. |
I'm taking a look at this pull request. I was able to download the code from your branch (drminside:feature/sdkForLcp) and build it in Xcode. I was able to run the Launcher with it. So far it worked fine, I was able to open "Children's literature" and "Shared Culture" and play the video in it without any problem. I'll be taking a deeper look at the code now. |
By the way, this suersedes #211 |
So, after some discussion around this pull request in the latest Readium SDK meeting, we are all in to get this pull request merged into develop. I took a look to see if I could do that, however currently GitHub is stating that there are merge conflicts in the code, and therefore the pull request cannot be done. I was trying to make a manual merge of the pull request, using the command line tools, but I ended up giving up on that. I was concerned that I could mess up the merge, and on top of that I don't have the LCP code that you guys are using to make sure that the change is still working fine with LCP. Given that, can you guys solve the merge conflicts? If the command line tools become too difficult for you guys, you always have the alternative of creating a branch from develop and then copy your changes there, and that for sure would work. Then, once the merge conflicts are solved, you can just do a merge automatically. Anyways, let me know how that goes with you. |
_uncompressed_size = strings[0]; | ||
} | ||
///////////////////////////////////////////////////////////////////////////// | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that this addresses this issue:
#162 (comment)
I send a pull request for Readium SDK to implement LCP whose target is develop.
However it shows "can't automatically merge" message, which had no at the request to the master.