sethumadhavan / apv

Automatically exported from code.google.com/p/apv
GNU General Public License v3.0
0 stars 0 forks source link

APV uses only half of the display on Galaxy Tab #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
On Samsung Galaxy Tab APV uses inly half of the display. APV shows up correctly 
but dont scale to full display size so that there is a big black border around 
it.

Original issue reported on code.google.com by thorsten...@gmail.com on 9 Feb 2011 at 11:41

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
You have rotate buttons in the menu

Original comment by ldro...@gmail.com on 6 Sep 2011 at 10:22

GoogleCodeExporter commented 8 years ago
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