NightWhistler / PageTurner

Android e-book reader with cloud synchronization
pageturner-reader.org
GNU General Public License v3.0
466 stars 221 forks source link

Migrating Old Version to New Version #562

Open jamesmartins opened 9 years ago

jamesmartins commented 9 years ago

Hi, I'm using an old version (two years ago) this awesome library. In my current project it's working. But I need to parse CSS Styles e want to update the library PageTurner in my project to achieve new features. I have a ReaderActivity that it's using "findFragmentById(R.id.fragment_reading)". In ''fragment_reading" instancing "net.nightwhistler.pageturner.activity.ReadingFragment".

Now, the structure has changed a lot. Try to find the ReadingFragment, but not exist more. Please, I need your help!

My environment is a Mac OS + ADT Eclipse + java 7 compiler

NightWhistler commented 9 years ago

Hi James,

If you just need the css support, you might want to update to the 2.2_bugfix branch instead of the current master. On the master branch I have been doing a lot of restructuring, including a move to java 8 using retrolambda.

jamesmartins commented 9 years ago

Thank you very much! You saved my life. But I have another question: the PageTurner app that on the play store is based on the current master brach?

Thanks. James.

On Tue, Nov 25, 2014 at 11:57 AM, Alex Kuiper notifications@github.com wrote:

Hi James,

If you just need the css support, you might want to update to the 2.2_bugfix branch instead of the current master. On the master branch I have been doing a lot of restructuring, including a move to java 8 using retrolambda.

— Reply to this email directly or view it on GitHub https://github.com/NightWhistler/PageTurner/issues/562#issuecomment-64402554 .

James Mendes Miranda Martins Android Developer/ System Analyst Cel:015-981147539

NightWhistler commented 9 years ago

The current version on Google Play is 2.2.6, which corresponds to the 2.2.6 tag on Git, which was made on the 2.2_bugfix branch.

I still have some fixes to implement before releasing the 2.3 branch to Google Play.

NightWhistler commented 9 years ago

By the way: what's your project?

jamesmartins commented 9 years ago

So, my project is CPB Store App ( https://play.google.com/store/apps/details?id=br.com.cpb.reader&hl=pt_BR). CPB Store is a epub reader of the Brazilian Publish House. But I using pageturner reader engine to read epub files. I've updated my project with the bugfix 2.2 branch. But solved some Css Styles only. I've still with little bugs. Exemple: In the free ebook "Viva com Esperança" the first letter of the first paragraph of each chapter must be uppercase. I've uploaded the same epub in the your PageTurner App. But not working too.

I sending the "VivaComEsperança.epub" attachment.

Thank you for your attention.

James.

On Thu, Nov 27, 2014 at 10:53 AM, Alex Kuiper notifications@github.com wrote:

By the way: what's your project?

— Reply to this email directly or view it on GitHub https://github.com/NightWhistler/PageTurner/issues/562#issuecomment-64786822 .

James Mendes Miranda Martins Android Developer/ System Analyst Cel:015-981147539

NightWhistler commented 9 years ago

Looks nice... I don't see the code on your Github account I think?

Are you hosting the code somewhere else, or did I just not look properly?