summaryrefslogtreecommitdiff
path: root/android/source/src
AgeCommit message (Expand)Author
2023-11-23tdf#158331 android: Fix "Save As" for non-experimental modeMichael Weghorn
2023-11-17android: Reuse launcher icon in activitiesMichael Weghorn
2023-11-15android: Add button to open privacy URLMichael Weghorn
2023-11-15android: Drop "More Info" item in "About" dialogMichael Weghorn
2023-11-09android: Drop unused LayerView#mFullScreenMichael Weghorn
2023-11-09android: Drop Robocop commentMichael Weghorn
2023-11-09android: Drop never-assigned to LayerRenderer#mPixelBufferMichael Weghorn
2023-11-09tdf#158125 android: Don't insist on RGB 565 EGL configMichael Weghorn
2023-11-09android: Drop obsolete TODO commentMichael Weghorn
2023-11-09android: Drop unused GLController#checkForLostContextMichael Weghorn
2023-11-09android: Cast to GL10 in getter, not callersMichael Weghorn
2023-11-09android: Use local var instead of 'mGL' memberMichael Weghorn
2023-11-09android: Use local var instead of class memberMichael Weghorn
2023-11-09android: Drop unused LayerRenderer#Frame#getMaskForLayerMichael Weghorn
2023-11-09android: Drop LayerRenderer#Frame#mFrameStartTimeMichael Weghorn
2023-11-09android: Inline LayerRenderer#createFrameMichael Weghorn
2023-11-09android: Add "@Override"Michael Weghorn
2023-11-09android: Drop misleading comments wrt methods invoked via JNIMichael Weghorn
2023-11-09android: Drop unused LayerView#registerCxxCompositorMichael Weghorn
2023-11-09android: Drop unused LayerView#{g,s}etPaintStateMichael Weghorn
2023-11-09android: Drop unused GLController#waitForValidSurfaceMichael Weghorn
2023-11-09android: Drop unused GLController#resumeCompositorIfValid etc.Michael Weghorn
2023-11-09android: Drop unused GLController#provideEGLSurfaceMichael Weghorn
2023-09-21tdf#147906 used StrictMath.hypot for Pythagorean additionapurvapriyadarshi
2023-02-17android: Drop unused TextureViewMichael Weghorn
2023-02-17android: Drop unused LayerView#isIMEEEnabledMichael Weghorn
2023-02-06tdf#147906 Use Math.hypot() for Pythagorean additionYomnasalama
2023-01-18android: Hide UI to creat new files for SDK version < 19Michael Weghorn
2023-01-18android: Only offer creating docs when editing enabledMichael Weghorn
2023-01-17tdf#153058 android: Use "fit page" for min zoom levelMichael Weghorn
2023-01-17android: Drop superfluous ZoomConstraints#mAllow{,DoubleTap}ZoomMichael Weghorn
2022-12-30android: Offer "Save" entry independent of edit actionsMichael Weghorn
2022-12-28android: Enable multidex, update com.google.android.material to 1.7.0Michael Weghorn
2022-12-23android: Add buttons to increase/decrease indentMichael Weghorn
2022-12-20tdf#85592 android: .uno:BackColor deprecated, use .uno:CharBackColorJustin Luth
2022-05-09Fix typo in codeAndrea Gelmini
2022-05-08android: Don't use res Id in switch-case (ToolbarController)Michael Weghorn
2022-05-08android: Don't use res ID in switch-case (SearchController)Michael Weghorn
2022-05-08android: Avoid using res ID in switch-case (FormattingController)Michael Weghorn
2022-05-08android: Allow setting auto font/bg colorMichael Weghorn
2022-05-08android: Handle auto color as suchMichael Weghorn
2022-05-08android: Don't show any color in palette as selected if none matchesMichael Weghorn
2022-05-08android: Switch order of these if/else statementsMichael Weghorn
2022-05-08android: Don't store selected pos in ColorPickerAdapterMichael Weghorn
2022-05-08android: Make Color{Palette,Picker}Adapter members privateMichael Weghorn
2022-05-08android: Drop explicit type arguments when calling ctorsMichael Weghorn
2022-05-08android: Move assignment to existing loopMichael Weghorn
2022-05-08android: Use existing Color.WHITE constantMichael Weghorn
2022-05-04android: Don't use log tag longer than 23 charsMichael Weghorn
2022-05-04android: Make clear that column index is non-negativeMichael Weghorn