summaryrefslogtreecommitdiff
path: root/android/source/src
AgeCommit message (Expand)AuthorFilesLines
2024-05-23android: Use "compact_fonts" LibreOfficeKit optionMichael Weghorn2-28/+10
2024-05-16android: Disable multidex, only needed for minSdkVersion < 21Michael Weghorn1-2/+2
2024-05-16tdf#157009 android: Add icon symlink for F-DroidMichael Weghorn1-0/+1
2024-05-16android: Avoid unnecessary prefs processingMichael Weghorn1-6/+1
2024-05-16android: Drop indirection listening to pref changeMichael Weghorn3-79/+8
2024-05-16android: Apply enabled experimental mode when doc openMichael Weghorn1-7/+6
2024-05-16android: No longer manually set UI languageMichael Weghorn4-87/+1
2024-05-16android: Port Settings{Activity,Fragment} from deprecated APIMichael Weghorn1-10/+15
2024-05-16android: Port to non-deprecated androidx PreferenceManagerMichael Weghorn3-5/+3
2024-05-14android: Fix taking photos by dropping permissionMichael Weghorn1-25/+13
2024-05-14android: Don't restrict taking photo to rear cameraMichael Weghorn1-1/+1
2023-12-11android lint: Add API level check for EXTRA_INITIAL_URIMichael Weghorn1-2/+6
2023-12-08android: Bump minSdkVersion to 21 (Android 5.0)Michael Weghorn4-42/+7
2023-11-30android: Separate build ID and vendor from versionNameMichael Weghorn1-15/+9
2023-11-30android: Simplify vendor info handling for about dialogMichael Weghorn1-5/+3
2023-11-30android: Simplify version info handling for about dialogMichael Weghorn1-4/+2
2023-11-30tdf#124480 android: Use an actual button for "Select file to open"Michael Weghorn1-3/+2
2023-11-27tdf#158398 android: Draw light gray background for Calc headersMichael Weghorn1-7/+14
2023-11-27tdf#158398 android: Center Calc header textMichael Weghorn1-1/+6
2023-11-27android: Make CalcHeaderCell fields finalMichael Weghorn1-5/+5
2023-11-26android: Suggest file name for PDF exportMichael Weghorn2-0/+9
2023-11-23tdf#158331 android: Fix "Save As" for non-experimental modeMichael Weghorn1-1/+1
2023-11-17android: Reuse launcher icon in activitiesMichael Weghorn3-3/+3
2023-11-15android: Add button to open privacy URLMichael Weghorn1-0/+11
2023-11-15android: Drop "More Info" item in "About" dialogMichael Weghorn1-7/+0
2023-11-09android: Drop unused LayerView#mFullScreenMichael Weghorn1-10/+0
2023-11-09android: Drop Robocop commentMichael Weghorn1-2/+0
2023-11-09android: Drop never-assigned to LayerRenderer#mPixelBufferMichael Weghorn1-15/+0
2023-11-09tdf#158125 android: Don't insist on RGB 565 EGL configMichael Weghorn1-1/+2
2023-11-09android: Drop obsolete TODO commentMichael Weghorn1-3/+0
2023-11-09android: Drop unused GLController#checkForLostContextMichael Weghorn1-11/+0
2023-11-09android: Cast to GL10 in getter, not callersMichael Weghorn2-3/+3
2023-11-09android: Use local var instead of 'mGL' memberMichael Weghorn1-12/+6
2023-11-09android: Use local var instead of class memberMichael Weghorn1-5/+4
2023-11-09android: Drop unused LayerRenderer#Frame#getMaskForLayerMichael Weghorn1-39/+0
2023-11-09android: Drop LayerRenderer#Frame#mFrameStartTimeMichael Weghorn1-4/+0
2023-11-09android: Inline LayerRenderer#createFrameMichael Weghorn1-5/+1
2023-11-09android: Add "@Override"Michael Weghorn1-0/+3
2023-11-09android: Drop misleading comments wrt methods invoked via JNIMichael Weghorn1-4/+0
2023-11-09android: Drop unused LayerView#registerCxxCompositorMichael Weghorn1-14/+1
2023-11-09android: Drop unused LayerView#{g,s}etPaintStateMichael Weghorn1-21/+0
2023-11-09android: Drop unused GLController#waitForValidSurfaceMichael Weghorn1-17/+0
2023-11-09android: Drop unused GLController#resumeCompositorIfValid etc.Michael Weghorn3-13/+0
2023-11-09android: Drop unused GLController#provideEGLSurfaceMichael Weghorn1-20/+0
2023-09-21tdf#147906 used StrictMath.hypot for Pythagorean additionapurvapriyadarshi2-2/+5
2023-02-17android: Drop unused TextureViewMichael Weghorn1-59/+5
2023-02-17android: Drop unused LayerView#isIMEEEnabledMichael Weghorn1-7/+0
2023-02-06tdf#147906 Use Math.hypot() for Pythagorean additionYomnasalama1-1/+1
2023-01-18android: Hide UI to creat new files for SDK version < 19Michael Weghorn1-8/+4
2023-01-18android: Only offer creating docs when editing enabledMichael Weghorn2-1/+7