bump crengine, cre.cpp: add a few more PageMap / synthetic pages methods#2183
Conversation
Includes: - lvtinydom: buildSyntheticPageMap(): clean page info
|
Do we still need buildSyntheticPageMapIfNoneDocumentProvided? |
|
I thought I would remove them later, so there's no risk if this is being bumped into frontend soon and your PR coming only later. They are user patches using it in the wild :) |
|
We can keep CreDocument:buildSyntheticPageMapIfNoneDocumentProvided() and substitute the call in it. |
|
Together with adding the new methods. |
|
It would replace real pagemap with synthetic one for the people with the user-patch, wouldn't it ? |
Yes, agree. |
bump crengine: fix buildSyntheticPageMap()
Includes:
cre.cpp: add a few more PageMap / synthetic pages methods
Will be useful to koreader/koreader#14405
This change is