summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Collapse)Author
2012-08-13Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann
Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 "fdo#51252 Disable copying share/prereg/bundled to avoid startup crashes" removed the use of share/prereg, there is no longer need to generate it in the first place (by calling "unopkg sync" at build or installation time), and so no need for the "unopkg sync" sub- command, either. This also allows to simplify some of the jvmfwk code that was only there so that "unopkg sync" (which can require a JVM) can work in "hostile" environments (during build and installation). Conflicts: setup_native/prj/d.lst Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f Signed-off-by: Andras Timar <atimar@suse.com>
2012-05-31Use Jason Polites's GestureImageView, and some cleanupTor Lillqvist
Change-Id: I916c36b3b55681cdf8f0d1ffd0236e54f3b67b86
2012-05-31Display the rendered documentTor Lillqvist
Change-Id: Ie0735d4eb903b38a44bef8110bf520cfde54cb09
2012-05-31Add a BGR to RGBA twiddling JNI functionTor Lillqvist
Change-Id: Iafa2c1805eea2f521479dc97d5668d82b1c91bef
2012-05-31Progress finallyTor Lillqvist
Now I get (a page of) the document rendered into a bitmap. Unfortunately css.awt.XBitmap::getDIB() provides an in-core 24-bit (BGR) BMP file. (Yes, despite the name, it's not just the DIB, but is prefixed with a BMP file header.) Android's Image class wants RGBA. Hmm. Change-Id: Ie0effef20751e1959644861af358d81538b6d6ea
2012-05-31Getting closer, maybeTor Lillqvist
Change-Id: Ifcfdd33631c257d2cf6f54fe0d00444200f48335
2012-05-30Better comment for how to use lo-straceTor Lillqvist
Change-Id: I29afe81866229bd29fcd997624264fb337c74d95
2012-05-30No cmdline file is created so don't use lo-main-indirect-cmdline thenTor Lillqvist
Change-Id: Ifac7e34b34fcf32fb2a0f117e8b8ad5ab1003fc9
2012-05-30More experimentationTor Lillqvist
Change-Id: I8ad45f173c4f2b37aca6506d9021e8346c17db16
2012-05-30Add temporary test JNI method createWindowFoo()...Tor Lillqvist
Change-Id: I8f99399faa3b0762bdea2aac09f1b849639cd191
2012-05-30Add an "extra" called lo-extra-libs for a list of libs to load earlyTor Lillqvist
Change-Id: I41900eca9a46acbd2f1dfac98fcfc73a62acc150
2012-05-28android: add possibility to add application specific fonts to fontconfigMichael Meeks
2012-05-28android: package much more: calc, chart, embedded objects, writerMichael Meeks
2012-05-28android: disable document recovery, it doesn't demo so well.Michael Meeks
2012-05-28android: make launcher function as expected - starts writer.Michael Meeks
Remove now redundant FONTCONFIG cmdline arguments, and add fallbacks for not having cmdline arguments in the intent when launching.
2012-05-24More clueless test hackingTor Lillqvist
Change-Id: I2623625380b11f3d6bf720387504b23ccce529e1
2012-05-24Don't bother with so many test docsTor Lillqvist
Change-Id: I725255224ae7a38d7a7843516b7ac979f79e0207
2012-05-23android: un-break env. var parsing (sorry)Michael Meeks
2012-05-23android: make launcher function as expected - starts writer.Michael Meeks
Remove now redundant FONTCONFIG cmdline arguments, and add fallbacks for not having cmdline arguments in the intent when launching.
2012-05-22adb pushing the cmdline file fails to a real deviceTor Lillqvist
But it isn't needed here anyway, the "command line" is so short, so just use lo-main-cmdline instead. Change-Id: Icca1b57228584cee5962a33cd0d18873b13b2884
2012-05-22android: remove duplicate services.rdb from config, and static bitsMichael Meeks
2012-05-22android: remove bits that are now statically linkedMichael Meeks
2012-05-22Don't mention the same rdb files in both UNO_SERVICES and URE_MORE_SERVICESTor Lillqvist
Change-Id: Ieb6aea7d3683411ffcefc6c5e1e7facdef8ed105
2012-05-22A bit more introspective debugging output...Tor Lillqvist
Change-Id: Ibfafe0d6420ad59e12b9eed4847c89e57a18d679
2012-05-17Now with in-process redirection, the adb shell setprop thing is not neededTor Lillqvist
Change-Id: Ibfda0e6e65d0834cffdd95d4c6d87d07644088f6
2012-05-16Don't create the local.properties files in the source tree from configureTor Lillqvist
Change-Id: Ic87be0146360c5e32f1f12f255c897e051c9a50c
2012-05-16Move the sleep (for attaching debugger) earlierTor Lillqvist
Change-Id: I3183ed3da25bd0fbd2121f235f209edb51a21d2e
2012-05-16Don't mention the same rdb file in both UNO_SERVICES and URE_MORE_SERVICESTor Lillqvist
Change-Id: I81b3a451b5fd4eaf83ee525aa38df32686e38cfe
2012-05-16Update library listTor Lillqvist
Change-Id: I9c652fc6940bd856aa8ba5f7e2daaae6a5502b3d
2012-05-16Call lo-bootstrap's redirect_stdioTor Lillqvist
Change-Id: I45732ac81d00837ce517ed5c527c8c767e690abf
2012-04-20Drop libs that now are static, add a few missing onesTor Lillqvist
2012-04-20Enable loading of several documents, and do that thenTor Lillqvist
2012-04-19.gitignoreLuboš Luňák
2012-04-18Move DocumentLoader to the "experimental" subdirectoryTor Lillqvist
2012-04-18Initial start of an Android UI (experimental)Jonathan Aquilina
Started creating the menu list for the start center Beginning of code for Start Center menu list finished creating menu, issue getting it to display when program run refractored package name to org.libreoffice.experimental added the java files with renamed package added new experimental dir and updated packages with appropriate name
2012-04-10More librariesTor Lillqvist
2012-04-05dlopen() also the sw and swd libs ahead of time so that they can be debuggedTor Lillqvist
2012-04-05Set TMPDIR also in non-NativeActivity appsTor Lillqvist
2012-04-05Open the document read-onlyTor Lillqvist
2012-04-04Do unpack fonts and include them in the experimental Android appTor Lillqvist
2012-04-04Use proper Android font names, use longer rescan intervalTor Lillqvist
2012-04-04Hmm, no, why would we want the desktop GUI images in this app?Tor Lillqvist
2012-04-03Need libswlo.soTor Lillqvist
2012-04-03Add *en-US.res and images_*.zipTor Lillqvist
2012-04-02Add fonts.confTor Lillqvist
2012-04-02Automate setting of FONTCONFIG_FILETor Lillqvist
2012-04-02Add fonts.conf to this app, tooTor Lillqvist
2012-04-02Refactor where patch_libgnustl_shared() and extract_files() are calledTor Lillqvist
2012-04-02More libsTor Lillqvist
2012-03-30Must call patch_libgnustl_shared()Tor Lillqvist