office-gobmx/android
Tor Lillqvist 511b9fefe2 Use actual size of view instead of hardcoded 1000x600
The View size is available only after the view has been connected to the
activity, it seems, so move the Bitmap creation to onDraw().

Note that the code in SvpSalFrame::SvpSalFrame() in vcl/headless/svpframe.cxx
still hardcodes another (!) size, 800x600. This affcects the size of the
desktop-style "top-level window" displayed by the android/experimental/desktop
app. I didn't yet figure out the right way to pass the actual view size to the
SvpSalFrame. And there is also a hardcoded third (!) size, 1280x750, in
AndroidSalInstance::GetWorkArea(), although I don't know what that affects, if
anything.

Change-Id: I042bf764cd66efa7069c36601170b90d57fa174c
2013-02-25 15:44:19 +02:00
..
abs-lib s/the the/the/ 2013-02-22 09:58:19 +02:00
Bootstrap We are not using NativeActivity, nor do we plan to, IIUC 2013-02-22 22:30:23 +02:00
experimental Use actual size of view instead of hardcoded 1000x600 2013-02-25 15:44:19 +02:00
prj
qa Rename android/qa/desktop to android/experimenmtal/desktop 2013-02-22 18:15:57 +02:00
sdremote Bump android remote version to 1.0.3+, version code to 5 2013-02-19 21:09:59 +01:00
.gitignore
CustomTarget_docloader.mk
CustomTarget_lo4android.mk
CustomTarget_sdremote.mk
Makefile
Module_android.mk
README

android specific code, wrapper logic and tests