Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-12 | couple more file extension | Michael Meeks | |
2012-07-11 | Added DocumentViewer class to hide page navigation/caching details. | Iain Billett | |
Change-Id: Ic201bea9c22bc567d6769201df260aa2a38c6c16 | |||
2012-07-04 | Use page thumbnails for icons. | Iain Billett | |
Change-Id: I5df6341e5d1d8d775d2676d4ef5a52a528c6615c | |||
2012-07-04 | Moved headers in xml files. Save page 1 thumbnail in onDestroy. | Iain Billett | |
Change-Id: I7586c6475a8e717f3db24a31dca2b1e31068edc2 | |||
2012-07-04 | Added licence headers on java & xml files. | Iain Billett | |
Change-Id: I2b9a62e3426e7842baeac24cf122fc83b4f238da | |||
2012-07-04 | removed progress bar - layout issues - will come back to it. | Iain Billett | |
Change-Id: Ie949a416d2898750e8d76bd119ecb462d920d6ff | |||
2012-07-04 | Added progress bar. | Iain Billett | |
2012-07-04 | Some optimisations of the open method to re use page views where possible. ↵ | Iain Billett | |
work in progress | |||
2012-07-01 | This is Java, not C++ | Tor Lillqvist | |
Change-Id: I287fcb74ca4351867c27035c6d82def93c044056 | |||
2012-06-30 | Update for SDK tools rev 20 | Tor Lillqvist | |
Change-Id: I482d0a488e9de5b59ce74b9c4057b4103fb048dc | |||
2012-06-30 | Hacking on on-demand multiple-level-of-detail quad-tree ideas | Tor Lillqvist | |
Change-Id: Ie5efb45d401721e844e3137474c1a7473a1ac144 | |||
2012-06-29 | android: add more extensions, fix build issue | Michael Meeks | |
2012-06-29 | android: cleanup the file extension guessing and expand it for prettiness | Michael Meeks | |
2012-06-28 | First draft of "navigator", a strip of "live" thumbnails which are clickable. | Iain Billett | |
Open method to open random page, not first. Put some UI set up in documentLoadTask as the UI requires the number of pages in the document which is only know on load. | |||
2012-06-28 | Some styling of document viewer. Transparent overlayed action bar with ↵ | Iain Billett | |
hide/show on tap. Navigation overlay with page thumbnails. | |||
2012-06-27 | update cppunit to 1.13.0 | Markus Mohrhard | |
Change-Id: If3896361c31a84b77e4c446dac75aeb9268605a0 | |||
2012-06-27 | Use "largeHeap" and "hardwareAccelerated" (quite visible improvement) | Tor Lillqvist | |
Change-Id: I853ab39599fdc8d1b1eae5d2b2748f39535ebf64 | |||
2012-06-27 | Adapt page switch animation duration to fling velocity | Tor Lillqvist | |
Change-Id: I30e177b45b0e25d92fd7dea02ffe4e9c0731dce5 | |||
2012-06-27 | Use GestureImageView again but still do handle page changes | Tor Lillqvist | |
Make the GestureImageView constructors take a OnGestureListener, and store that, Move the FlingListener class into GestureImageViewTouchListener so that FlingListener has access to the fields of GestureImageViewTouchListener. If the image is fully zoomed out and can't be dragged, pass flings on up, to DocumentLoader's gestureListener. Change-Id: I574280de23bdab2772a361833f561dff3e182bcd | |||
2012-06-27 | Whitespace cleanup | Tor Lillqvist | |
Change-Id: I52590908e6ba59c19aded2771d779c1cfa3a45ea | |||
2012-06-26 | android: 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-06-26 | android: remove duplicate services.rdb from config, and static bits | Michael Meeks | |
2012-06-25 | Fixed some erroneous package references. | Iain Billett | |
2012-06-25 | Add some "thinking aloud" style comments | Tor Lillqvist | |
Change-Id: Ib4a57649ec98bcbce851687633f35e52771f137a | |||
2012-06-22 | Fixed file opening. | Iain Billett | |
2012-06-22 | LibreOffice4Android can now open actual .odt documents from the file explorer. | Iain Billett | |
2012-06-22 | LibreOffice4Android now builds. | Iain Billett | |
2012-06-22 | An new project to combine DocumentLoader with the Android UI. (Not building ↵ | Iain Billett | |
- see manifest) | |||
2012-06-22 | Added a preferences activity to set default behaviour. | Iain Billett | |
2012-06-20 | Use actual view size instead of 1024x1024 | Tor Lillqvist | |
Change-Id: I66ae59fe88411f3f0d2423fd6f1412f7ac0e1a36 | |||
2012-06-20 | Parametrize the page cache size | Tor Lillqvist | |
Change-Id: Ia3d5538feaf1fc0aad4a0f1d901ae7bd22eae61d | |||
2012-06-20 | Further tweaks to the async code | Tor Lillqvist | |
Change-Id: Ib1e76687054a254a9918a4391a1cb512c59c6515 | |||
2012-06-19 | Asynchronous document loading and page rendering | Tor Lillqvist | |
Change-Id: I085024b6bfccf6846167a5de316912a395f4e301 | |||
2012-06-19 | Added file sorting - alphabetical, by size, by last modified. | Iain Billett | |
2012-06-19 | Re-organised the Android UI code to make better use of Android lifecycle ↵ | Iain Billett | |
events. A little code streamlining, also. | |||
2012-06-18 | Pass also scale and offset to createScreenCompatibleDeviceUsingBuffer() | Tor Lillqvist | |
Pass on to VirtualDevice where used to set the MapMode of the device appropriately. Adapt DocumentLoader, use to scale the page rendering to exactly fit the virtual device. Change-Id: I4b0bc67e12114d3d9d493ff1aca2ef5d2cc78912 | |||
2012-06-15 | Some UI tweeks - trying to get long filenames to display nicely. | Iain Billett | |
2012-06-15 | Fixed folder navigation in list view. | Iain Billett | |
2012-06-15 | Fixed view type persistence problem. | Iain Billett | |
2012-06-15 | Fix view toggle menu item label. | Iain Billett | |
2012-06-15 | Added a list view to the Android UI. | Iain Billett | |
2012-06-15 | Make sure homeDirectory exists | Tor Lillqvist | |
Change-Id: I3a89bcac3bf46405e8e474f7765d74c643b7ab43 | |||
2012-06-15 | Bin two unneeded (and not found!?) imports | Tor Lillqvist | |
Change-Id: I4b2f716f4a40fe4be91e204d8c78dc8c5e6a439e | |||
2012-06-14 | Experiment with ViewFlipper | Tor Lillqvist | |
Change-Id: I0b1523b5c898375b5cf23294b0a9462a6a651e32 | |||
2012-06-14 | More work on the file explorer. Added file type filtering. Maintains state ↵ | Iain Billett | |
if user switches to viewer and back. | |||
2012-06-14 | some eclipse projects with pure Android UI stuff. LO code not yet integrated. | Iain Billett | |
2012-06-12 | Use XToolkit2::createScreenCompatibleDeviceUsingBuffer | Tor Lillqvist | |
Render directly to a direct ByteBuffer allocated on the Java side. Change-Id: I2d66e4146df77e92260918a78ef22cd9b8c95384 | |||
2012-06-07 | Verify that we do get the RGBX format DIB we expect | Tor Lillqvist | |
Change-Id: I9f44547fbc5e13daa297720dfd814d2192114125 | |||
2012-06-05 | Use 32bpp bitmaps on Android (and iOS) | Tor Lillqvist | |
Modify DocumentLoader correspondingly. Take Android bug 32588 into account. Ideal would be to extend the XDevice stuff, or something, so that one could hand it a pre-allocated RGBA buffer into which the drawing/rendering would go. Then one could get rid of the silly convert-to-BMP phase, which prefixes the bitmap data with BMP and DIB headers (and thus, I guess, has to copy and allocate another copy). Will see. Change-Id: I4597cd933db8faa8105dc8f19638d712d5d2238a | |||
2012-05-31 | Use Jason Polites's GestureImageView, and some cleanup | Tor Lillqvist | |
Change-Id: I916c36b3b55681cdf8f0d1ffd0236e54f3b67b86 |