summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-31tdf#125425 add cell selection markers and cell auto fill markerfeature/co4-gsoc19-sidebar-workTomaž Vajngerl8-3/+274
2019-07-29Don't combine tiles a long way from each other.Michael Meeks3-1/+19
2019-07-25Add a comment where the HULLO response is handled.Jan Holesovsky1-0/+2
2019-07-25kit: take ownership when saving a document templateHenry Castro1-1/+1
2019-07-24wsd: introduce "TemplateSource" WOPI propertyHenry Castro14-28/+262
2019-07-23Temporarily resurrect the context toolbar, but for the iOS app onlyTor Lillqvist1-4/+32
2019-07-23android: Load the document only after we've got the permission.Jan Holesovsky1-14/+17
2019-07-23android: Obviously we need to request for writing, not only reading.Jan Holesovsky1-5/+5
2019-07-23android: No need for the extra wrapper, use the LOActivity directly.Jan Holesovsky5-27/+12
2019-07-23Allow the iOS app to run on iPhone, tooTor Lillqvist1-2/+2
2019-07-22android: add cut, copy, paste support to document viewer.kaishu-sahu3-34/+123
2019-07-22android: fix keyboard popping out on clicking edit button.kaishu-sahu1-2/+2
2019-07-19added server uptime field to admin consoleGeorge9-2/+31
2019-07-19android: Fix the LOActivity lifecycle in several ways.Jan Holesovsky2-4/+30
2019-07-19android: Fix a threading / ordering issue.Jan Holesovsky1-19/+15
2019-07-19android: add insert image feature to document viewerkaishu-sahu2-7/+44
2019-07-19Guard against this._map['mouse'] being undefinedTor Lillqvist1-2/+7
2019-07-19Fix not working clicks in dialogs on mobile devicesSzymon Kłos1-6/+14
2019-07-18tdf#125681: Get rid of ChildSession::getDocumentMutex() and associated codeTor Lillqvist4-155/+50
2019-07-15android: Issue an error message when the document cannot be loaded.coas-0.1.0Jan Holesovsky2-7/+21
2019-07-15android: Rename the .xml files to avoid potential conflicts.Jan Holesovsky5-3/+3
2019-07-15It's ios/Mobile/Branding that we wantTor Lillqvist1-1/+1
2019-07-15loleaflet: mobile: enable graphic draggingHenry Castro2-10/+41
2019-07-15loleaflet: mobile enable tripletap for opening linksMarco Cecchetti1-0/+19
2019-07-15Increase selectable cell areaSzymon Kłos2-1/+40
2019-07-12android: Split the actual editing Activity into an own library.Jan Holesovsky26-729/+821
2019-07-11loleaflet: mobile: remove Map.CalcTap initialisationHenry Castro1-12/+0
2019-07-11aloleaflet: mobile: activate manual drag and dropHenry Castro1-12/+2
2019-07-11loleaflet: mobile: prevent more default actionsHenry Castro1-2/+16
2019-07-11Revert "loleaflet: mobile: check against undefined values"Henry Castro1-22/+6
2019-07-11loleaflet: mobile: avoid undefined values when panningHenry Castro1-0/+4
2019-07-11loleaflet: mobile: remove Map.TouchZoomHenry Castro2-123/+0
2019-07-11loleaflet: mobile: check against undefined valuesHenry Castro1-6/+22
2019-07-11loleaflet: mobile: add handlers to pinch eventsHenry Castro3-15/+31
2019-07-11loleaflet: mobile: remove context toolbarHenry Castro1-20/+6
2019-07-11loleaflet: mobile: do no use setTimeout to set focusHenry Castro1-1/+1
2019-07-11loleaflet: mobile: fix single tap to set focusHenry Castro1-4/+4
2019-07-11loleaflet: mobile: prevent default action of the 'contextmenu' eventHenry Castro1-0/+2
2019-07-11loleaflet: mobile: remove obsolete Map.Tap handlerHenry Castro3-148/+0
2019-07-11loleaflet: mobile: show context toolbar when press...Henry Castro2-0/+25
2019-07-11loleaflet: mobile: rename Map.CalcTap to Map.TouchGestureHenry Castro4-9/+9
2019-07-10android: Needs the same treatment of .uno:Sidebar as iOS.Jan Holesovsky2-12/+10
2019-07-10Add optional semicolon for consistencyTor Lillqvist1-1/+1
2019-07-10Show the View menu in the iOS app for Calc docsTor Lillqvist1-3/+7
2019-07-10Sync the initial internal and apparent state of the sidebar in the iOS appTor Lillqvist1-0/+6
2019-07-10loleaflet: mobile: create Map.CalcTap handler when initialize L.MapHenry Castro11-27/+33
2019-07-10loleaflet: mobile: iuse initialize function in L.Map.CalcTap handlerHenry Castro1-9/+28
2019-07-10loleaflet: mobile: attach 'touchend' event handler to $.contextMenuHenry Castro1-1/+14
2019-07-10loleaflet: mobile: enable panning events in read-only documentsHenry Castro1-6/+3
2019-07-10loleaflet: mobile: hide the context toolbar on tap eventHenry Castro2-1/+4