summaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Expand)AuthorFilesLines
2022-05-04android: Don't use log tag longer than 23 charsMichael Weghorn1-1/+1
2022-05-04android: Make clear that column index is non-negativeMichael Weghorn1-1/+1
2022-05-04android: Call base class implementation in 'onActivityResult'Michael Weghorn2-0/+2
2022-04-30android: Show Impress icon for .pps filesMichael Weghorn1-1/+1
2022-04-30tdf#111427 android: Enable support for .ppsxMichael Weghorn3-2/+3
2022-04-27android: Slightly clean up style of LOKitTileProvider#resetPartsMichael Weghorn1-2/+4
2022-04-27android: Reuse existing LOKitTileProvider#resetPartsMichael Weghorn1-18/+2
2022-04-27android: Leave part names starting with "Sheet" etc. intactMichael Weghorn1-2/+0
2022-04-26android: Use 'if' instead of switch-cases with just 1 caseMichael Weghorn1-6/+3
2022-04-26android: Drop redundant check for SDK version <= 11Michael Weghorn1-4/+0
2022-04-21android: Show file chooser despite package visibility filtering in API 30Michael Weghorn1-1/+4
2022-04-21android: Slightly improve style in use of arraysMichael Weghorn1-4/+4
2022-04-21android: Drop unused import and extra semicolonMichael Weghorn1-2/+1
2022-04-21android: Avoid using resource ID in switch-caseMichael Weghorn1-41/+33
2022-04-21android: Explicitly load libc++_sharedMichael Weghorn1-0/+1
2022-04-21android: Use drawable tag already supported with API level 16Michael Weghorn1-2/+2
2022-04-21android: use mavenCentral instead of jcenter repositoryMichael Weghorn1-2/+2
2022-04-20android: Use android.ndkPath property to set path to NDKMichael Weghorn1-2/+4
2022-04-20android: Set archivesBaseName differently after gradle updateMichael Weghorn2-1/+1
2022-04-20android: Update dependencies to current versionsMichael Weghorn1-2/+2
2022-04-20android: Drop obsolete "sourceCompatibility 6"Michael Weghorn1-4/+0
2022-04-20android: Update Android Gradle Plugin to 7.1.3Michael Weghorn2-3/+3
2022-04-20android: Stop using ANDROID_SDK_HOME env variableMichael Weghorn3-5/+5
2022-04-20android: Use property instead of ANDROID_NDK_HOME env varMichael Weghorn1-2/+3
2022-04-20android: Remove redundant label attribute from activitiesMichael Weghorn1-2/+0
2022-04-20android: Update compileSdkVersion/targetSdkVersion to 31Michael Weghorn2-4/+6
2022-04-14android: Use proper Intent to open doc for API level < 19Michael Weghorn1-2/+3
2022-04-14android: Use "ContentResolver#query" available from API level 1Michael Weghorn1-1/+1
2022-04-14android: Port from Android Support Lib to AndroidXMichael Weghorn23-73/+73
2022-04-13android: Deduplicate LOKitThread#load{,New}DocumentMichael Weghorn1-14/+6
2022-04-13tdf#148556 android: Don't delay refresh when loading docMichael Weghorn1-11/+2
2022-04-11android: Drop leftover German translationMichael Weghorn1-1/+0
2022-04-11android: Pass variable for "selected" paramMichael Weghorn1-12/+4
2022-03-29android: Enable support for FODSMichael Weghorn1-2/+0
2021-12-09Convert example document from cz to en-usJan-Marek Glogowski1-0/+0
2021-10-22LOK: maintain blocked command list per viewPranam Lashkari1-1/+1
2021-09-03tdf#131548 Android: jump to cellIlhan Yesil2-4/+51
2021-06-13tdf#142618 android: Don't crash when passed MIME type is nullMichael Weghorn1-1/+1
2021-05-21tdf#106893 android: Show whole doc when closing soft keyboardMichael Weghorn3-10/+12
2021-05-21android: Inline 'LayerView#setViewportSize' to only call siteMichael Weghorn1-5/+1
2021-05-21android: Don't reset zoom and position on refresh eventMichael Weghorn1-10/+12
2021-05-21tdf#106370 android: Make inserting pictures workMichael Weghorn3-14/+3
2021-05-19tdf#142348 android: Avoid extra refresh after loading docMichael Weghorn1-1/+8
2021-05-11android: Don't crash trying to process non-existing file from recentsMichael Weghorn1-0/+3
2021-05-07tdf#142153 android: Delete unused textures immediatelyMichael Weghorn1-8/+6
2021-05-05tdf#135136 Android: Don't hardcode height of TextViewsMichael Weghorn1-2/+2
2021-04-23android: Some trivial style improvementsMichael Weghorn15-37/+28
2021-04-23android: Drop unused FileUtilities membersMichael Weghorn1-41/+1
2021-04-23android: Drop unused FolderIconView classMichael Weghorn1-204/+0
2021-04-23android: Offer 'Save As' in readonly modeMichael Weghorn6-10/+12