summaryrefslogtreecommitdiffstats
path: root/android/source/src/java
Commit message (Expand)AuthorAgeFilesLines
* tdf#134405 android: Add null checkMichael Weghorn2020-07-011-2/+5
* tdf#131195 android: Don't destroy doc while loading itMichael Weghorn2020-04-011-2/+6
* tdf#131622 android: Handle password callback for non-editing case, tooMichael Weghorn2020-03-271-0/+1
* android: Pass Intent's action in ctor alreadyMichael Weghorn2020-03-131-2/+1
* android: Move "Display language" setting to "General" sectionMichael Weghorn2020-03-061-1/+4
* android: Hide cursor again when selection was done due to searchMichael Weghorn2020-03-061-0/+8
* android: Make keyboard in search bar show "search button"Michael Weghorn2020-03-061-0/+19
* android: Fix inverted naming for up/down in searchMichael Weghorn2020-03-061-1/+1
* android: Avoid a crash when recently used file has unknown typeMichael Weghorn2020-03-061-1/+4
* android: LOKitThread::refresh: Add null checkMichael Weghorn2020-03-061-1/+1
* android: LibreOfficeMainActivity::onStop: Add null checkMichael Weghorn2020-03-061-1/+2
* android: Avoid crash when tapping while document is being loadedMichael Weghorn2020-03-061-1/+1
* android: Use system locale by defaultMichael Weghorn2020-01-223-9/+11
* tdf#115698 android: Don't modify doc on color palette initializationMichael Weghorn2019-12-122-3/+4
* android: Allow zooming for Calc as wellMichael Weghorn2019-12-041-9/+3
* android: avoid NPE when trying to create cache fileChristian Lohmaier2019-11-192-3/+5
* android: keep float for row/column dimensions to unbreak buildChristian Lohmaier2019-11-151-2/+3
* lok: calc: switch row / column / grouping data to pixels.Michael Meeks2019-11-131-3/+2
* Fixing '....'Andrea Gelmini2019-09-061-2/+2
* Fix '..'Andrea Gelmini2019-09-011-1/+1
* tdf#102040 Don't type doubled characters when using external keyboard.Dawid Gan2019-06-281-1/+0
* Fix typoAndrea Gelmini2019-04-031-1/+1
* android: lock away editing mode in separate build flavorChristian Lohmaier2018-11-132-4/+7
* [Pardus] ability to change slide nameMert Tumer2018-11-043-11/+13
* Fix nullptr exception in presentation on AndroidMert Tumer2018-11-041-0/+1
* [Pardus] fix highlight color in Presentation On AndroidMert Tumer2018-11-022-2/+9
* [Pardus] fix missing break in switch case on AndroidMert Tumer2018-11-021-1/+2
* [Pardus] removed ignore hidden files on AndroidMert Tumer2018-11-021-3/+0
* [Pardus] language improvements on AndroidMert Tumer2018-11-026-15/+19
* Fix permission settings on Android ViewerMert Tumer2018-11-022-8/+5
* Added language support on Android ViewerMert Tumer2018-10-184-1/+77
* Extract hardcoded strings to string resource file on Android ViewerMert Tumer2018-10-064-16/+16
* Added Clear Formatting button on Android ViewerMert Tumer2018-08-211-1/+5
* Fix listing all options (presentation and spreadsheet) on all documentsMert Tumer2018-08-212-11/+10
* tdf#89860 ability to print from Android ViewerMert Tumer2018-08-153-1/+111
* Added PDF Export option on Android ViewerMert Tumer2018-08-113-2/+44
* tdf#106648 save current work when switching to other appsMert Tumer2018-08-073-4/+67
* Fix floating action button disappears after closing a documentMert Tumer2018-08-071-9/+10
* tdf#119082 Exception wrong thread on Android ViewerMert Tumer2018-08-071-1/+6
* Show Save document dialog when using colorpickerMert Tumer2018-08-072-0/+2
* Rename/Delete worksheets and slides option on Android ViewerMert Tumer2018-07-317-2/+162
* Setting visibility of menu items instead of disabling or enabling themMert Tumer2018-07-312-4/+24
* Developer ModeXimeng Zu2018-07-153-13/+157
* Style tab added to Android ViewerMert Tumer2018-07-121-0/+5
* tdf#118622 fix unhandled exception when selecting remove serverMert Tumer2018-07-121-8/+14
* tdf#118585 Fix exception when closing Android ViewerMert Tumer2018-07-121-0/+1
* Fix remote server can not be selected on Android ViewerMert Tumer2018-07-121-1/+1
* Fix endless loop when selecting remote server on Android ViewerMert Tumer2018-07-121-6/+6
* android: simplify boolean statementChristian Lohmaier2018-06-301-3/+2
* android: get rid of unsafe/unchecked castsChristian Lohmaier2018-06-302-28/+20