summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2015-05-11editing/experimental mode as user-preference (Android Viewer)Christian Lohmaier10-56/+156
also exposes the other preferences (default document filter, default sorting) in a default settings dialog Change-Id: I7a4080f70f5727bfb2fabe8d8f57cb5b8337481f Reviewed-on: https://gerrit.libreoffice.org/15638 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2015-05-03android: optipng the images.Jan Holesovsky22-0/+0
Change-Id: Iac510a12dcca59209af75ea8d77f9290025c5c03
2015-05-03android: Plain .component files are not used from what I know.Jan Holesovsky1-2/+1
Change-Id: I6e70dd44430a7b0e61c7618e3f0da42deadcd43d
2015-04-30fix theme with AppCompat 22.1 or laterChristian Lohmaier1-2/+1
AppCompat 22.1 is stricter in regards to what flags it it accepts Change-Id: If9b77e59604147cb7050b5721380ab213fcdb9a6 Reviewed-on: https://gerrit.libreoffice.org/15571 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-04-24viewer: Enable taps to be able to handle hyperlinks.Jan Holesovsky2-7/+10
Change-Id: I0b735d8db3204dc826c2b5fa9a568a5b425353e4
2015-04-23intent preference overrides default prefs.Siqi Liu1-0/+21
Change-Id: I315d283f6c000d971421a098264e9c594930283e
2015-04-23load default prefs once and use new sortmode/filter mode on refresh.Siqi Liu1-24/+6
Change-Id: I54c3e25e960ade172eeb0f4bf24104b3b06e2ee2
2015-04-23Use switch... and effectively sorts before listing.Siqi Liu2-50/+52
Change-Id: Ia7eb2c53dc8a69b3d65e56afc7a27f0548c63d07
2015-04-23Formatting for consistencySiqi Liu1-36/+56
Change-Id: Ifd153869c965ffa33640e23e9794defaa57dba0b
2015-04-23Set correct title for sort mode after changes.Siqi Liu2-8/+19
Change-Id: I4f75f5ee68de6ed6f3b07d93b3681aa2307cb2dc
2015-04-23Remove unimplemented search functionalitySiqi Liu1-4/+0
Change-Id: I955bec2c94c386ee18fff8e8f5d90a7a90edf9d2
2015-04-23formatting for consistancy and remove unused file.Siqi Liu4-209/+13
TODO(siqi): try to refactor the ListItemAdapter to a separate file later. Change-Id: I01b82d1fea65cda353d5bb08da42e2faf1c8cf13
2015-04-23Do NOT browse files from "Documents" folder. Browse from root instead.Siqi Liu1-2/+1
This is more likely what users expect. Previously we assumed that all the documents are stored in root_folder/Documents and there is no way to navigate up to other folders. Change-Id: Idf0ce2476d3abe638b2e8b0f35b6da577032742b
2015-04-23refactor xml styling for listview textsSiqi Liu2-15/+15
Change-Id: Id52d33807c34b0fa12bc563ed479f5519103c8fe
2015-04-23formatting for consistancy across Java codeSiqi Liu1-61/+61
Change-Id: I7bde4c9c024dfe7a18c92a36069433f044fc89bc
2015-04-23use LOGTAG insteadSiqi Liu1-2/+5
Change-Id: Ie89afb3526ff670581094107c59a4a20597d9225
2015-04-23formatting for consistancy across Java codeSiqi Liu2-75/+67
Change-Id: I4d53376ea1b5ffa158cbb3412353c3cf5ba860d5
2015-04-21android: typo in InvalidationHandler documentationMiklos Vajna1-1/+1
Change-Id: Ibd6a53f358c1ae844d458440947d10d3c514948a
2015-04-14add debugging missing services to READMESiqi Liu1-1/+19
Change-Id: Ib30a0e3d56ca9ebd07ee55e0aee9b13c0474a060
2015-04-14disable saving on .tmp files.Siqi Liu3-6/+27
Change-Id: I80af505d0dd9a71eda5d640dd336a034288a574d
2015-04-14android: add commentsTomaž Vajngerl11-5/+73
Change-Id: I30f8180dd9cf9c94eedca61926ab706f241142df
2015-04-13LOK_STATE_CHANGED callback implemented with sfx events interception.Siqi Liu2-13/+27
2015-04-13java part handles received statechange callbackSiqi Liu5-3/+109
2015-04-13android: hide the keyboard when scrolling velocity exceeds 18Tomaž Vajngerl1-1/+5
Change-Id: Ibc3c1e384e73f0ecdd10f5a0c8972a04e4101a59
2015-04-13android: transition first, then move the viewport to the cursorTomaž Vajngerl1-4/+4
Change-Id: Iabc9b45dc3198472adda9b6fad1d531c41635f00
2015-04-13android: move strikeout button after underlineMiklos Vajna1-6/+6
So that it matches the order we show on the desktop. Change-Id: Ia5be2a233bc4ab3adc37b013b22784032d58a174
2015-04-13android: tune the viewport moving to cursor position on key inputTomaž Vajngerl3-10/+43
Change-Id: Ie420307f28cc05ca03fabe47f46712f67c6f18fa
2015-04-13android: hide keyboard on scrolling at a more correct locationTomaž Vajngerl2-2/+1
When animation happens the scrollbars appear. This hides the keyboard when the user types and the viewport is repositioned. With this change, trigger the keyboard hiding only when we really do scrolling (panning). Change-Id: I17dc651a6641e807a386d5184868412dd6710a28
2015-04-13android: reposition the viewport to the cursor at key eventTomaž Vajngerl2-0/+13
Change-Id: I9b18001d0629e203bee41ebbf4a3bd57adfea88e
2015-04-13android: don't need the cursor position from DocumentOverlayTomaž Vajngerl2-8/+0
Change-Id: I79155f9c5c8df211b35137cc61430cebccb4cfe3
2015-04-13android: add possibility to move the viewport and zoom + animationTomaž Vajngerl3-0/+46
Change-Id: I294ad30b1fdd7f1a3d5099304cc4f077034567b7
2015-04-13android: separate layer functionality to DocumentOverlayLayerTomaž Vajngerl1-43/+52
Change-Id: Ie69259dbc5826dafbaebc8eec08163256b459337
2015-04-13android: rename TextCursorLayer{View} -> DocumentOverlay{View}Tomaž Vajngerl6-58/+55
Change-Id: I53a55e2d30c298e7c34f18b7713de91f3c77d5f2
2015-04-13android: get cursor position from TextCursorLayer/ViewTomaž Vajngerl2-0/+8
Change-Id: I7629deb6e01ace052ac8bec70202844bc627ea85
2015-04-13android: add Cursor class for drawing the cursor to the canvasTomaž Vajngerl2-23/+57
Change-Id: I5d8191ffb3d3dd3d3ab11c757a3b7d5dc3fb2e82
2015-04-08android: update emulator / debugging documentationMiklos Vajna1-37/+33
Change-Id: I402e9073f15dccb3618c06e355559b9f8ff7f763
2015-04-07implement strike out and .uno:SaveSiqi Liu7-1/+12
.uno:Save works out of box for when tested against documents (impress, calc) loaded directly from dropbox for example. However, it doesn't work with impress/calc documents loaded from local files. Writer documents won't save, either locally or from network resources. More research needed. Change-Id: Ibdcc209a71f14ec91ba9c1152b305e0278787713
2015-04-07add saving action placeholderSiqi Liu3-2/+11
Change-Id: Ibb4595e297a4328f2bb108e1b9e71bb50843e3b9
2015-04-07add italic/underline button with icons for different screen resSiqi Liu16-1/+21
Change-Id: Ib158f32af7ef8d65d4ddd822839b260161a74343
2015-04-07android: update startup details of READMEMiklos Vajna1-20/+2
Change-Id: I88a0483e96f2de38ae3c1bc6f707e3b5b504bbac
2015-04-07android: remove dead GSoC-2012-eclipse-workspaceMiklos Vajna60-2134/+0
Change-Id: I62e551b99904036e8c0e67f0684dc16e5ade2b90
2015-04-07android: Insure -> EnsureMiklos Vajna2-5/+5
Change-Id: I33d8282210329d8bb3a471a7c717fcf653930e95
2015-04-07android: remove unneeded layerView stuffTomaž Vajngerl2-18/+3
Change-Id: Ide81f4b5dd7f71a3dda21ff51d02a12d7fe9a315
2015-04-07android: don't modify if the value is same - all in TextCursorViewTomaž Vajngerl1-18/+40
Change-Id: Ia90458ca037959c07244673fc5521fb940737390
2015-04-07android: don't update position, if it is the sameTomaž Vajngerl1-0/+6
Change-Id: I8f0759db2c9cc6577ce25bfacb8272f3a5f6db92
2015-04-07android: don't reset position at showCursorTomaž Vajngerl1-3/+0
Change-Id: I9a8eb1df0821e357ed268ad7730be98b69b5f249
2015-04-07android: remove selection handles from xml definitionTomaž Vajngerl1-24/+0
Change-Id: I41d1d121f9d2d805624c4c8380a7c67bcd12f856
2015-04-07android: update READMETomaž Vajngerl1-6/+115
Change-Id: I8e3d0e5b8032ee5e8cc65b943855b365e7db3864
2015-04-07android: extract BitmapHandle from SelectionHandleTomaž Vajngerl5-35/+109
Change-Id: I16ef07414eb7ab9b4a9b8169c8f1d8bfe9bd628e
2015-04-07android: propagate visibility to graphic selection handlesTomaž Vajngerl1-0/+7
Change-Id: I39ff4b0dd6d4b6f71146721920c9524ce04ae84e