summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Collapse)Author
2015-05-21lokdocview: adapt Android pathMiklos Vajna
Change-Id: I786fd580b3d08fa076eeb2bf90bd23b09c9f8182
2015-05-21android: leftover gitignoreMiklos Vajna
Change-Id: I45a709d805e8706a2f186fd44b4f467d173bc61e
2015-05-21Let's simplify the paths and be less 'experimental'Tor Lillqvist
2015-05-21Bin the 'DocumentLoader' Android test appTor Lillqvist
It is the wrong approach, from the time before tiled rendering, and has not been built for a long time.
2015-05-21Remove more obsolete Android code: The 'AppSupport' stuffTor Lillqvist
2015-05-21Bin the since long obsolete "desktop" Android appTor Lillqvist
It was an early approach, indeed experimental, and has been abandoned for quite a while.
2015-05-11editing/experimental mode as user-preference (Android Viewer)Christian Lohmaier
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 Holesovsky
Change-Id: Iac510a12dcca59209af75ea8d77f9290025c5c03
2015-05-03android: Plain .component files are not used from what I know.Jan Holesovsky
Change-Id: I6e70dd44430a7b0e61c7618e3f0da42deadcd43d
2015-04-30fix theme with AppCompat 22.1 or laterChristian Lohmaier
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 Holesovsky
Change-Id: I0b735d8db3204dc826c2b5fa9a568a5b425353e4
2015-04-23intent preference overrides default prefs.Siqi Liu
Change-Id: I315d283f6c000d971421a098264e9c594930283e
2015-04-23load default prefs once and use new sortmode/filter mode on refresh.Siqi Liu
Change-Id: I54c3e25e960ade172eeb0f4bf24104b3b06e2ee2
2015-04-23Use switch... and effectively sorts before listing.Siqi Liu
Change-Id: Ia7eb2c53dc8a69b3d65e56afc7a27f0548c63d07
2015-04-23Formatting for consistencySiqi Liu
Change-Id: Ifd153869c965ffa33640e23e9794defaa57dba0b
2015-04-23Set correct title for sort mode after changes.Siqi Liu
Change-Id: I4f75f5ee68de6ed6f3b07d93b3681aa2307cb2dc
2015-04-23Remove unimplemented search functionalitySiqi Liu
Change-Id: I955bec2c94c386ee18fff8e8f5d90a7a90edf9d2
2015-04-23formatting for consistancy and remove unused file.Siqi Liu
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 Liu
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 Liu
Change-Id: Id52d33807c34b0fa12bc563ed479f5519103c8fe
2015-04-23formatting for consistancy across Java codeSiqi Liu
Change-Id: I7bde4c9c024dfe7a18c92a36069433f044fc89bc
2015-04-23use LOGTAG insteadSiqi Liu
Change-Id: Ie89afb3526ff670581094107c59a4a20597d9225
2015-04-23formatting for consistancy across Java codeSiqi Liu
Change-Id: I4d53376ea1b5ffa158cbb3412353c3cf5ba860d5
2015-04-21android: typo in InvalidationHandler documentationMiklos Vajna
Change-Id: Ibd6a53f358c1ae844d458440947d10d3c514948a
2015-04-14add debugging missing services to READMESiqi Liu
Change-Id: Ib30a0e3d56ca9ebd07ee55e0aee9b13c0474a060
2015-04-14disable saving on .tmp files.Siqi Liu
Change-Id: I80af505d0dd9a71eda5d640dd336a034288a574d
2015-04-14android: add commentsTomaž Vajngerl
Change-Id: I30f8180dd9cf9c94eedca61926ab706f241142df
2015-04-13LOK_STATE_CHANGED callback implemented with sfx events interception.Siqi Liu
2015-04-13java part handles received statechange callbackSiqi Liu
2015-04-13android: hide the keyboard when scrolling velocity exceeds 18Tomaž Vajngerl
Change-Id: Ibc3c1e384e73f0ecdd10f5a0c8972a04e4101a59
2015-04-13android: transition first, then move the viewport to the cursorTomaž Vajngerl
Change-Id: Iabc9b45dc3198472adda9b6fad1d531c41635f00
2015-04-13android: move strikeout button after underlineMiklos Vajna
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ž Vajngerl
Change-Id: Ie420307f28cc05ca03fabe47f46712f67c6f18fa
2015-04-13android: hide keyboard on scrolling at a more correct locationTomaž Vajngerl
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ž Vajngerl
Change-Id: I9b18001d0629e203bee41ebbf4a3bd57adfea88e
2015-04-13android: don't need the cursor position from DocumentOverlayTomaž Vajngerl
Change-Id: I79155f9c5c8df211b35137cc61430cebccb4cfe3
2015-04-13android: add possibility to move the viewport and zoom + animationTomaž Vajngerl
Change-Id: I294ad30b1fdd7f1a3d5099304cc4f077034567b7
2015-04-13android: separate layer functionality to DocumentOverlayLayerTomaž Vajngerl
Change-Id: Ie69259dbc5826dafbaebc8eec08163256b459337
2015-04-13android: rename TextCursorLayer{View} -> DocumentOverlay{View}Tomaž Vajngerl
Change-Id: I53a55e2d30c298e7c34f18b7713de91f3c77d5f2
2015-04-13android: get cursor position from TextCursorLayer/ViewTomaž Vajngerl
Change-Id: I7629deb6e01ace052ac8bec70202844bc627ea85
2015-04-13android: add Cursor class for drawing the cursor to the canvasTomaž Vajngerl
Change-Id: I5d8191ffb3d3dd3d3ab11c757a3b7d5dc3fb2e82
2015-04-08android: update emulator / debugging documentationMiklos Vajna
Change-Id: I402e9073f15dccb3618c06e355559b9f8ff7f763
2015-04-07implement strike out and .uno:SaveSiqi Liu
.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 Liu
Change-Id: Ibb4595e297a4328f2bb108e1b9e71bb50843e3b9
2015-04-07add italic/underline button with icons for different screen resSiqi Liu
Change-Id: Ib158f32af7ef8d65d4ddd822839b260161a74343
2015-04-07android: update startup details of READMEMiklos Vajna
Change-Id: I88a0483e96f2de38ae3c1bc6f707e3b5b504bbac
2015-04-07android: remove dead GSoC-2012-eclipse-workspaceMiklos Vajna
Change-Id: I62e551b99904036e8c0e67f0684dc16e5ade2b90
2015-04-07android: Insure -> EnsureMiklos Vajna
Change-Id: I33d8282210329d8bb3a471a7c717fcf653930e95
2015-04-07android: remove unneeded layerView stuffTomaž Vajngerl
Change-Id: Ide81f4b5dd7f71a3dda21ff51d02a12d7fe9a315
2015-04-07android: don't modify if the value is same - all in TextCursorViewTomaž Vajngerl
Change-Id: Ia90458ca037959c07244673fc5521fb940737390