summaryrefslogtreecommitdiff
path: root/android/experimental/LOAndroid3/src/java/org/libreoffice/LibreOfficeMainActivity.java
AgeCommit message (Expand)Author
2015-05-21Let's simplify the paths and be less 'experimental'Tor Lillqvist
2015-05-11editing/experimental mode as user-preference (Android Viewer)Christian Lohmaier
2015-04-23formatting for consistancy across Java codeSiqi Liu
2015-04-14disable saving on .tmp files.Siqi Liu
2015-04-14android: add commentsTomaž Vajngerl
2015-04-13java part handles received statechange callbackSiqi Liu
2015-04-13android: rename TextCursorLayer{View} -> DocumentOverlay{View}Tomaž Vajngerl
2015-04-07implement strike out and .uno:SaveSiqi Liu
2015-04-07add saving action placeholderSiqi Liu
2015-04-07add italic/underline button with icons for different screen resSiqi Liu
2015-04-07android: replace TextSelection{Handle} with SelectionHandlesTomaž Vajngerl
2015-04-07android: set layerView to TextCursorView{Layer} when availableTomaž Vajngerl
2015-04-07android: register TextSelection & TextCursorLayer once at creationTomaž Vajngerl
2015-03-30android: open csv files in CalcMiklos Vajna
2015-03-23android: reorganize (overlay, canvas packages), move classesTomaž Vajngerl
2015-03-23android: add comment to many classes and methodsTomaž Vajngerl
2015-03-16android: add toolbar button to force-show the soft keyboardMiklos Vajna
2015-03-16android: Make the Bold button actually work - switches to typing in bold.Jan Holesovsky
2015-03-16android: add bold selection to toolbar (experimental)Tomaž Vajngerl
2015-03-16android: add toolbar controllerTomaž Vajngerl
2015-03-16android: clicking on toolbar icon exits edit modeTomaž Vajngerl
2015-03-16android: actually use the new toolbar in the applicationTomaž Vajngerl
2015-03-09add missing Activity importSiqi Liu
2015-03-09android: LOAbout doesn't need to extend ActivityTomaž Vajngerl
2015-03-09refactor swipegesture to be handled by layerviewSiqi Liu
2015-03-02implement swiping gesture as a generic eventSiqi Liu
2015-02-23android: hide soft keyboardTomaž Vajngerl
2015-02-23android: remove LOEventFactoryTomaž Vajngerl
2015-02-16android: organise importsTomaž Vajngerl
2015-02-09android: copy document to temp file when using content schemeTomaž Vajngerl
2015-02-09android: show text cursor in place suggested by invalid. eventTomaž Vajngerl
2015-02-09android: gather text selection handles inside TextSelectionTomaž Vajngerl
2015-02-09android: Actually we don't need ViewFactoryTomaž Vajngerl
2015-02-09android: integrate text selection handles from FennecTomaž Vajngerl
2015-02-09android: key press to key event, use InputConnectionHandlerTomaž Vajngerl
2015-01-26android: Fix loading files that have space in the filenameTomaž Vajngerl
2015-01-26android: remove getDisplayMetrics as it exists in LOKitShellTomaž Vajngerl
2015-01-16android: Add some comments.Tomaž Vajngerl
2015-01-16android: add key_press event and send them to LOKitThreadTomaž Vajngerl
2015-01-16android: show software keyboard on main view in main threadTomaž Vajngerl
2014-12-22fdo#85849 on-demand create thumbnails of tiles in the sidebarTomaž Vajngerl
2014-12-17android: fix loading documents from doc browser's about dialogMiklos Vajna
2014-12-17android: extract LOAbout from LibreOfficeMainActivityMiklos Vajna
2014-12-17android: make the 'more info' document accessible from the about dialogMiklos Vajna
2014-12-16android: disable navigation drawer for WriterMiklos Vajna
2014-12-16android: Adpater -> AdapterMiklos Vajna
2014-12-04android: Fold LayerController into GeckoLayerClientTomaž Vajngerl
2014-10-09android: Fix the application lifecycle.Jan Holesovsky
2014-10-09android: Simplify the About dialog creation.Jan Holesovsky
2014-10-09android: Fix typo.Jan Holesovsky