Commit Graph

40 Commits

Author SHA1 Message Date
f5ca04caca Related to fdo#60724: correct spelling
Using the autocorrect list of LibreOffice
extras/source/autotext/lang/en-US/acor/DocumentList.xml

Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657
Script: http://pastebin.ca/2327716
2013-03-03 17:14:16 +01:00
f252b332dd fdo#46808, renamet awt::XToolkit2 to XToolkitExperimental..
..because we want to use the name for the new merged interface
for the Toolkit service.

Change-Id: Ib1e193c7d04729f6420ee6984231fd50181e59d3
2012-10-24 16:49:49 +02:00
5476c14de5 Adapt to disable-dynloading style
No need to load any native libraries here any more.

For now, using the same native-code.cxx as over in ../DocumentLoader
works. In other words, we end up with the same code in
liblo-native-code.so. This will obviously change if/when the UNO APIs
that are called start to differ.

Change-Id: Ia47ce833c5a290a93986005f92e981c89f63bf71
2012-10-11 10:07:11 +03:00
37a2fa5d5a fdo#51304: Remove the author of some java source files
This patch remove some '@author' for Java souce files, and removes some
commented code founded when removing the '@author'.

Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22
2012-10-01 14:10:03 +02:00
e989d16748 dung out no longer needed initUCBHelper methods; thanks to sberg. 2012-09-19 18:41:45 +01:00
6dc9552e22 Move Bootstrap setup and lib pre-loading (for easier debugging) to onCreate()
Change-Id: I77c08dc1236c4c77cfb7711f3be659ebfe877dd1
2012-09-06 17:32:57 +03:00
4967a9d8f9 libmerged: add fsstorage, svl, sot, vcl
Change-Id: Ibebf00d99fdf8212afbdba21ca13844d2ff1c412
2012-08-20 11:22:22 +02:00
e40f2678ab Added soft shadow around thumbnails.
Change-Id: I09926356c54e566a26b9fc944f61d3944dbd4ce0
2012-08-15 11:35:22 +01:00
6078a31949 Moved Animation code to DocumentViewer.
Change-Id: I3a21783a1ade19bd0c868f58137d244a13e0d132
2012-08-15 11:35:22 +01:00
318590b290 android: recover from un-thumb-nail-able documents without crashing 2012-08-14 10:29:35 +01:00
9031cd89e3 Some minor bug fixes and code clean-up.
Change-Id: I857407ac46ce51be5ee3eab26e9af75afc612a41
2012-08-10 01:27:11 +01:00
5db8fb7c1f Added a static loading page.
Change-Id: I20a9972c52e39a821e42851f5f075fb870ea0447
2012-08-10 01:27:10 +01:00
2b5828e374 Complete internal rework of DocumentViewer.
Change-Id: If080c114d38fa39d50a22127def217ad59f262fd
2012-08-10 01:27:10 +01:00
3adeac41a0 Reduce the legacy.osl logging verbosity here, too
BTW, do we really need/want this (outdated) fork of DocumentLoader?
Either LibreOffice4Android should use the "real" DocumentLoader class
(and that should then be modified as necessary, but making sure it
still works as a separate test app), or this fork should be called
something else and be radically different.

Change-Id: I8536336140ee0190d01d35dde1a4c78e7b22c6bd
2012-08-09 10:57:51 +03:00
95ef04b536 Fixed problems after rebase.
Change-Id: I7fa1dedd33e3ef59a99112e4ddc73e9ac38e7752
2012-08-07 15:24:25 +01:00
36e1debe4a Quick fix for upside down thumbnails.
Change-Id: I089c78f050fbea068b394de9205322dc62e28764
2012-08-07 15:23:54 +01:00
12fff840ab Async loading of thumbnails.
Change-Id: I385f5fce8b332b2b9eaa5e6c4dc58516f4cfa9b8
2012-08-07 15:23:54 +01:00
779baa0572 Changed folder icon to show thumbnails of docs within folder.
Change-Id: I8ec061a3daafef733b8786c34269165697c2b443
2012-08-07 15:23:54 +01:00
cbddf975d3 Added methods to check if a file has a thumbnail.
Change-Id: I362ff20d8768be1dffbf857e442fbc30822079a7
2012-08-07 15:23:54 +01:00
d5fdc95225 Added Actionbar-sherlock lib & added dark striped actionbar with Holo.light 2012-08-07 15:23:54 +01:00
97576def7d Some work on styling. Fix filter exception.
Change-Id: Ibf03680a29a0e7d5a484fedfa25863e88e063581
2012-08-07 15:23:53 +01:00
5f09718dba android: fewer exceptions, and more debug output on null renderables
cleanup some library mentions
2012-08-06 10:33:47 +01:00
a42f5034af couple more file extension 2012-07-12 10:40:25 +01:00
df82184b2a Added DocumentViewer class to hide page navigation/caching details.
Change-Id: Ic201bea9c22bc567d6769201df260aa2a38c6c16
2012-07-11 19:58:05 +01:00
b8c2ade611 Use page thumbnails for icons.
Change-Id: I5df6341e5d1d8d775d2676d4ef5a52a528c6615c
2012-07-04 18:38:24 +01:00
731332e6cc Moved headers in xml files. Save page 1 thumbnail in onDestroy.
Change-Id: I7586c6475a8e717f3db24a31dca2b1e31068edc2
2012-07-04 18:38:24 +01:00
7e7eafb19f Added licence headers on java & xml files.
Change-Id: I2b9a62e3426e7842baeac24cf122fc83b4f238da
2012-07-04 18:38:24 +01:00
478ba74ac4 removed progress bar - layout issues - will come back to it.
Change-Id: Ie949a416d2898750e8d76bd119ecb462d920d6ff
2012-07-04 18:38:24 +01:00
e11cd35387 Added progress bar. 2012-07-04 18:38:23 +01:00
75e43a66dc Some optimisations of the open method to re use page views where possible. work in progress 2012-07-04 18:38:23 +01:00
daa5157a63 This is Java, not C++
Change-Id: I287fcb74ca4351867c27035c6d82def93c044056
2012-07-01 09:43:43 +03:00
98ec4db47a android: add more extensions, fix build issue 2012-06-29 16:04:01 +01:00
5f091e66d7 android: cleanup the file extension guessing and expand it for prettiness 2012-06-29 15:54:09 +01:00
06b935baa5 First draft of "navigator", a strip of "live" thumbnails which are clickable.
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 19:45:32 +01:00
797df2912a Some styling of document viewer. Transparent overlayed action bar with hide/show on tap. Navigation overlay with page thumbnails. 2012-06-28 19:45:31 +01:00
478465f216 Fixed some erroneous package references. 2012-06-25 14:26:18 +01:00
a84eb85c35 Fixed file opening. 2012-06-22 21:28:50 +01:00
c19c312c87 LibreOffice4Android can now open actual .odt documents from the file explorer. 2012-06-22 18:25:53 +01:00
3e0c6d83d5 LibreOffice4Android now builds. 2012-06-22 18:16:06 +01:00
d3949d453d An new project to combine DocumentLoader with the Android UI. (Not building - see manifest) 2012-06-22 17:33:51 +01:00