Open GoogleCodeExporter opened 9 years ago
I think that this patch should solve the problem :
http://code.google.com/p/apv/source/detail?r=f4f29ca4682cdde0167964317d112c7ac3c
0b720
But APV needs a new release...
Original comment by ldro...@gmail.com
on 11 Feb 2011 at 4:56
Could you try this package and tell me if it's better:
http://apv.googlecode.com/files/pdfview2-aligned.apk
Original comment by ldro...@gmail.com
on 22 Feb 2011 at 7:37
Works for me.
However, I do not think that the read phone state and identity permission was
needed in the market version.
I might be wrong about that, though.
Original comment by kohe...@gmail.com
on 1 Mar 2011 at 9:24
Great!
The new permissions are set by the new SDK automatically for backward
compatibility with android 1.5 devices.
Original comment by ldro...@gmail.com
on 1 Mar 2011 at 11:13
The issue with the "read phone state and identity" permission is described here
http://code.google.com/p/android/issues/detail?id=4101
There are two workarounds:
Set <uses-sdk> in AndroidManifest.xml
<uses-sdk android:minSdkVersion="4"/>
Or set
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4" />
if you want to support Android 1.5 devices.
Original comment by Milan.No...@gmail.com
on 20 Jul 2011 at 9:17
Does this mean that APV support horizontal swipe on tablets?
Could you please help me or give me a hint or a clue on how to make APV view a
pdf files and load each page horizontally?
I did try to do this with APV, no luck..
Thank you for any suggestion.
Original comment by ikate...@gmail.com
on 6 Sep 2011 at 7:00
You have rotate buttons in the menu
Original comment by ldro...@gmail.com
on 6 Sep 2011 at 10:22
But I think that even if you use the rotate, the pages get lined up one over
the next.
Original comment by arpruss
on 15 Sep 2011 at 2:24
Original issue reported on code.google.com by
thorsten...@gmail.com
on 9 Feb 2011 at 11:41