summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2012-08-03android: share more common Makefile pieces between a couple of usersMichael Meeks5-92/+63
2012-08-03android: get rule sharing right; it seems we have to nest importsMichael Meeks5-5/+3
2012-08-03android: share the clobbering of ant rules to not compress resourcesMichael Meeks7-156/+52
2012-08-03Reduce confusion, this isn't "DocumentLoader"Tor Lillqvist1-1/+1
2012-08-03Add the largeHeap and hardwareAccelerated attributesTor Lillqvist1-0/+2
2012-08-03Update for current SDKTor Lillqvist1-5/+6
2012-08-03Start the LibreOfficeUIActivity with "make run"Tor Lillqvist1-1/+1
2012-08-03Adapt r8b bits from ../DocumentLoader/MakefileTor Lillqvist1-3/+3
2012-08-03Adapt architecture-specific bits from ../LibreOffice4Android/MakefileTor Lillqvist1-7/+12
2012-07-31More NDK r8b adaptationTor Lillqvist1-2/+2
2012-07-20android: x86 porting work.Michael Meeks1-8/+13
2012-07-12couple more file extensionMichael Meeks1-0/+2
2012-07-11Added DocumentViewer class to hide page navigation/caching details.Iain Billett1-51/+183
2012-07-04Use page thumbnails for icons.Iain Billett6-58/+90
2012-07-04Moved headers in xml files. Save page 1 thumbnail in onDestroy.Iain Billett8-7/+39
2012-07-04Added licence headers on java & xml files.Iain Billett12-0/+83
2012-07-04removed progress bar - layout issues - will come back to it.Iain Billett1-16/+10
2012-07-04Added progress bar.Iain Billett1-38/+46
2012-07-04Some optimisations of the open method to re use page views where possible. wo...Iain Billett1-16/+42
2012-07-01This is Java, not C++Tor Lillqvist1-1/+1
2012-06-30Update for SDK tools rev 20Tor Lillqvist1-6/+7
2012-06-30Hacking on on-demand multiple-level-of-detail quad-tree ideasTor Lillqvist1-6/+380
2012-06-29android: add more extensions, fix build issueMichael Meeks2-1/+6
2012-06-29android: cleanup the file extension guessing and expand it for prettinessMichael Meeks3-116/+146
2012-06-28First draft of "navigator", a strip of "live" thumbnails which are clickable.Iain Billett2-25/+116
2012-06-28Some styling of document viewer. Transparent overlayed action bar with hide/s...Iain Billett6-5/+302
2012-06-27update cppunit to 1.13.0Markus Mohrhard2-2/+2
2012-06-27Use "largeHeap" and "hardwareAccelerated" (quite visible improvement)Tor Lillqvist1-2/+5
2012-06-27Adapt page switch animation duration to fling velocityTor Lillqvist1-4/+6
2012-06-27Use GestureImageView again but still do handle page changesTor Lillqvist4-51/+39
2012-06-27Whitespace cleanupTor Lillqvist1-3/+3
2012-06-26android: make launcher function as expected - starts writer.Michael Meeks1-11/+6
2012-06-26android: remove duplicate services.rdb from config, and static bitsMichael Meeks1-4/+9
2012-06-25Fixed some erroneous package references.Iain Billett7-21/+18
2012-06-25Add some "thinking aloud" style commentsTor Lillqvist1-5/+32
2012-06-22Fixed file opening.Iain Billett2-1/+22
2012-06-22LibreOffice4Android can now open actual .odt documents from the file explorer.Iain Billett1-4/+4
2012-06-22LibreOffice4Android now builds.Iain Billett8-0/+38
2012-06-22An new project to combine DocumentLoader with the Android UI. (Not building -...Iain Billett59-0/+4535
2012-06-22Added a preferences activity to set default behaviour.Iain Billett7-11/+121
2012-06-20Use actual view size instead of 1024x1024Tor Lillqvist1-7/+22
2012-06-20Parametrize the page cache sizeTor Lillqvist1-24/+28
2012-06-20Further tweaks to the async codeTor Lillqvist1-47/+31
2012-06-19Asynchronous document loading and page renderingTor Lillqvist1-134/+225
2012-06-19Added file sorting - alphabetical, by size, by last modified.Iain Billett9-28/+150
2012-06-19Re-organised the Android UI code to make better use of Android lifecycle even...Iain Billett2-55/+89
2012-06-18Pass also scale and offset to createScreenCompatibleDeviceUsingBuffer()Tor Lillqvist1-26/+64
2012-06-15Some UI tweeks - trying to get long filenames to display nicely.Iain Billett3-14/+23
2012-06-15Fixed folder navigation in list view.Iain Billett1-2/+5
2012-06-15Fixed view type persistence problem.Iain Billett1-5/+3