summaryrefslogtreecommitdiffstats
path: root/android
Commit message (Expand)AuthorAgeFilesLines
* android: x86 porting work.Michael Meeks2012-07-211-8/+13
* couple more file extensionMichael Meeks2012-07-121-0/+2
* Added DocumentViewer class to hide page navigation/caching details.Iain Billett2012-07-111-51/+183
* Use page thumbnails for icons.Iain Billett2012-07-046-58/+90
* Moved headers in xml files. Save page 1 thumbnail in onDestroy.Iain Billett2012-07-048-7/+39
* Added licence headers on java & xml files.Iain Billett2012-07-0412-0/+83
* removed progress bar - layout issues - will come back to it.Iain Billett2012-07-041-16/+10
* Added progress bar.Iain Billett2012-07-041-38/+46
* Some optimisations of the open method to re use page views where possible. wo...Iain Billett2012-07-041-16/+42
* This is Java, not C++Tor Lillqvist2012-07-011-1/+1
* Update for SDK tools rev 20Tor Lillqvist2012-06-301-6/+7
* Hacking on on-demand multiple-level-of-detail quad-tree ideasTor Lillqvist2012-06-301-6/+380
* android: add more extensions, fix build issueMichael Meeks2012-06-292-1/+6
* android: cleanup the file extension guessing and expand it for prettinessMichael Meeks2012-06-293-116/+146
* First draft of "navigator", a strip of "live" thumbnails which are clickable.Iain Billett2012-06-282-25/+116
* Some styling of document viewer. Transparent overlayed action bar with hide/s...Iain Billett2012-06-286-5/+302
* update cppunit to 1.13.0Markus Mohrhard2012-06-272-2/+2
* Use "largeHeap" and "hardwareAccelerated" (quite visible improvement)Tor Lillqvist2012-06-271-2/+5
* Adapt page switch animation duration to fling velocityTor Lillqvist2012-06-271-4/+6
* Use GestureImageView again but still do handle page changesTor Lillqvist2012-06-274-51/+39
* Whitespace cleanupTor Lillqvist2012-06-271-3/+3
* android: make launcher function as expected - starts writer.Michael Meeks2012-06-261-11/+6
* android: remove duplicate services.rdb from config, and static bitsMichael Meeks2012-06-261-4/+9
* Fixed some erroneous package references.Iain Billett2012-06-257-21/+18
* Add some "thinking aloud" style commentsTor Lillqvist2012-06-251-5/+32
* Fixed file opening.Iain Billett2012-06-222-1/+22
* LibreOffice4Android can now open actual .odt documents from the file explorer.Iain Billett2012-06-221-4/+4
* LibreOffice4Android now builds.Iain Billett2012-06-228-0/+38
* An new project to combine DocumentLoader with the Android UI. (Not building -...Iain Billett2012-06-2259-0/+4535
* Added a preferences activity to set default behaviour.Iain Billett2012-06-227-11/+121
* Use actual view size instead of 1024x1024Tor Lillqvist2012-06-201-7/+22
* Parametrize the page cache sizeTor Lillqvist2012-06-201-24/+28
* Further tweaks to the async codeTor Lillqvist2012-06-201-47/+31
* Asynchronous document loading and page renderingTor Lillqvist2012-06-191-134/+225
* Added file sorting - alphabetical, by size, by last modified.Iain Billett2012-06-199-28/+150
* Re-organised the Android UI code to make better use of Android lifecycle even...Iain Billett2012-06-192-55/+89
* Pass also scale and offset to createScreenCompatibleDeviceUsingBuffer()Tor Lillqvist2012-06-181-26/+64
* Some UI tweeks - trying to get long filenames to display nicely.Iain Billett2012-06-153-14/+23
* Fixed folder navigation in list view.Iain Billett2012-06-151-2/+5
* Fixed view type persistence problem.Iain Billett2012-06-151-5/+3
* Fix view toggle menu item label.Iain Billett2012-06-151-2/+2
* Added a list view to the Android UI.Iain Billett2012-06-156-47/+450
* Make sure homeDirectory existsTor Lillqvist2012-06-151-0/+1
* Bin two unneeded (and not found!?) importsTor Lillqvist2012-06-151-2/+0
* Experiment with ViewFlipperTor Lillqvist2012-06-141-44/+178
* More work on the file explorer. Added file type filtering. Maintains state if...Iain Billett2012-06-146-31/+183
* some eclipse projects with pure Android UI stuff. LO code not yet integrated.Iain Billett2012-06-1450-0/+1307
* Use XToolkit2::createScreenCompatibleDeviceUsingBufferTor Lillqvist2012-06-123-80/+42
* Verify that we do get the RGBX format DIB we expectTor Lillqvist2012-06-071-2/+9
* Use 32bpp bitmaps on Android (and iOS)Tor Lillqvist2012-06-053-84/+115