summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2012-05-31Use Jason Polites's GestureImageView, and some cleanupTor Lillqvist15-57/+2076
Change-Id: I916c36b3b55681cdf8f0d1ffd0236e54f3b67b86
2012-05-31Display the rendered documentTor Lillqvist1-7/+62
Change-Id: Ie0735d4eb903b38a44bef8110bf520cfde54cb09
2012-05-31Add a BGR to RGBA twiddling JNI functionTor Lillqvist1-0/+8
Change-Id: Iafa2c1805eea2f521479dc97d5668d82b1c91bef
2012-05-31Progress finallyTor Lillqvist1-6/+25
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 Lillqvist1-4/+78
Change-Id: Ifcfdd33631c257d2cf6f54fe0d00444200f48335
2012-05-30Better comment for how to use lo-straceTor Lillqvist1-1/+1
Change-Id: I29afe81866229bd29fcd997624264fb337c74d95
2012-05-30No cmdline file is created so don't use lo-main-indirect-cmdline thenTor Lillqvist1-3/+1
Change-Id: Ifac7e34b34fcf32fb2a0f117e8b8ad5ab1003fc9
2012-05-30More experimentationTor Lillqvist2-22/+61
Change-Id: I8ad45f173c4f2b37aca6506d9021e8346c17db16
2012-05-30Add temporary test JNI method createWindowFoo()...Tor Lillqvist1-1/+4
Change-Id: I8f99399faa3b0762bdea2aac09f1b849639cd191
2012-05-30Add an "extra" called lo-extra-libs for a list of libs to load earlyTor Lillqvist1-0/+11
Change-Id: I41900eca9a46acbd2f1dfac98fcfc73a62acc150
2012-05-28android: add possibility to add application specific fonts to fontconfigMichael Meeks1-0/+1
2012-05-28android: package much more: calc, chart, embedded objects, writerMichael Meeks1-15/+21
2012-05-28android: disable document recovery, it doesn't demo so well.Michael Meeks1-0/+1
2012-05-28android: make launcher function as expected - starts writer.Michael Meeks2-3/+4
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 Lillqvist1-8/+24
Change-Id: I2623625380b11f3d6bf720387504b23ccce529e1
2012-05-24Don't bother with so many test docsTor Lillqvist1-1/+1
Change-Id: I725255224ae7a38d7a7843516b7ac979f79e0207
2012-05-23android: un-break env. var parsing (sorry)Michael Meeks1-0/+1
2012-05-23android: make launcher function as expected - starts writer.Michael Meeks5-10/+17
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 Lillqvist1-3/+1
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 Meeks1-6/+3
2012-05-22android: remove bits that are now statically linkedMichael Meeks1-3/+0
2012-05-22Don't mention the same rdb files in both UNO_SERVICES and URE_MORE_SERVICESTor Lillqvist1-2/+2
Change-Id: Ieb6aea7d3683411ffcefc6c5e1e7facdef8ed105
2012-05-22A bit more introspective debugging output...Tor Lillqvist1-0/+12
Change-Id: Ibfafe0d6420ad59e12b9eed4847c89e57a18d679
2012-05-17Now with in-process redirection, the adb shell setprop thing is not neededTor Lillqvist1-4/+0
Change-Id: Ibfda0e6e65d0834cffdd95d4c6d87d07644088f6
2012-05-16Don't create the local.properties files in the source tree from configureTor Lillqvist7-16/+20
Change-Id: Ic87be0146360c5e32f1f12f255c897e051c9a50c
2012-05-16Move the sleep (for attaching debugger) earlierTor Lillqvist1-3/+3
Change-Id: I3183ed3da25bd0fbd2121f235f209edb51a21d2e
2012-05-16Don't mention the same rdb file in both UNO_SERVICES and URE_MORE_SERVICESTor Lillqvist1-2/+2
Change-Id: I81b3a451b5fd4eaf83ee525aa38df32686e38cfe
2012-05-16Update library listTor Lillqvist1-5/+2
Change-Id: I9c652fc6940bd856aa8ba5f7e2daaae6a5502b3d
2012-05-16Call lo-bootstrap's redirect_stdioTor Lillqvist1-0/+6
Change-Id: I45732ac81d00837ce517ed5c527c8c767e690abf
2012-04-20Drop libs that now are static, add a few missing onesTor Lillqvist1-6/+3
2012-04-20Enable loading of several documents, and do that thenTor Lillqvist2-19/+28
2012-04-19.gitignoreLuboš Luňák1-0/+1
2012-04-18Move DocumentLoader to the "experimental" subdirectoryTor Lillqvist9-0/+0
2012-04-18Initial start of an Android UI (experimental)Jonathan Aquilina15-0/+190
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 Lillqvist1-0/+10
2012-04-05dlopen() also the sw and swd libs ahead of time so that they can be debuggedTor Lillqvist1-0/+2
2012-04-05Set TMPDIR also in non-NativeActivity appsTor Lillqvist1-3/+3
2012-04-05Open the document read-onlyTor Lillqvist1-1/+5
2012-04-04Do unpack fonts and include them in the experimental Android appTor Lillqvist1-3/+16
2012-04-04Use proper Android font names, use longer rescan intervalTor Lillqvist1-7/+6
2012-04-04Hmm, no, why would we want the desktop GUI images in this app?Tor Lillqvist1-4/+0
2012-04-03Need libswlo.soTor Lillqvist1-0/+1
2012-04-03Add *en-US.res and images_*.zipTor Lillqvist1-0/+7
2012-04-02Add fonts.confTor Lillqvist1-0/+155
2012-04-02Automate setting of FONTCONFIG_FILETor Lillqvist1-0/+12
2012-04-02Add fonts.conf to this app, tooTor Lillqvist1-0/+3
2012-04-02Refactor where patch_libgnustl_shared() and extract_files() are calledTor Lillqvist2-4/+14
2012-04-02More libsTor Lillqvist1-0/+15
2012-03-30Must call patch_libgnustl_shared()Tor Lillqvist1-0/+3
2012-03-28Include unoil.jarTor Lillqvist1-10/+1