-
Notifications
You must be signed in to change notification settings - Fork 221
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
Migrating Old Version to New Version #562
Comments
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. |
Thank you very much! You saved my life. Thanks. On Tue, Nov 25, 2014 at 11:57 AM, Alex Kuiper [email protected]
James Mendes Miranda Martins |
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. |
By the way: what's your project? |
So, my project is CPB Store App ( I sending the "VivaComEsperança.epub" attachment. Thank you for your attention. James. On Thu, Nov 27, 2014 at 10:53 AM, Alex Kuiper [email protected]
James Mendes Miranda Martins |
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? |
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
The text was updated successfully, but these errors were encountered: