summaryrefslogtreecommitdiff
path: root/android/source/build.gradle
AgeCommit message (Expand)Author
2022-08-08android: Add scrollbars.ui into APKMichael Weghorn
2022-08-08android: Drop empty main.jni.srcDirs from sourceSetsMichael Weghorn
2022-08-08android: Update Android Gradle Plugin to 7.2.2Michael Weghorn
2022-06-14android: Update com.google.android.material to 1.6.1Michael Weghorn
2022-05-28android: Update Android Gradle Plugin to 7.2.1Michael Weghorn
2022-05-26android: Update compileSdkVersion/targetSdkVersion to 32Michael Weghorn
2022-05-26android: Update androidx.constraintlayout to 2.1.4Michael Weghorn
2022-05-26android: Update com.google.android.material to 1.6.0Michael Weghorn
2022-05-21android: Update Android Gradle Plugin to 7.2.0Michael Weghorn
2022-04-21android: use mavenCentral instead of jcenter repositoryMichael Weghorn
2022-04-20android: Set archivesBaseName differently after gradle updateMichael Weghorn
2022-04-20android: Update dependencies to current versionsMichael Weghorn
2022-04-20android: Drop obsolete "sourceCompatibility 6"Michael Weghorn
2022-04-20android: Update Android Gradle Plugin to 7.1.3Michael Weghorn
2022-04-20android: Update compileSdkVersion/targetSdkVersion to 31Michael Weghorn
2022-04-14android: Port from Android Support Lib to AndroidXMichael Weghorn
2021-04-12android: Turn 3 "internal" docs into raw resourcesMichael Weghorn
2021-03-22tdf#141111 android: Don't crash trying to edit read-only sectionMichael Weghorn
2021-03-22tdf#129833 android: Drop non-working ownCloud/nextCloud supportMichael Weghorn
2021-03-16tdf#141052 android: Include 'tabbuttons.ui' and 'tabviewbar.ui'Michael Weghorn
2021-03-15tdf#141044 android: Update included .ui filesMichael Weghorn
2020-08-19Remove BuildVersion also from Android and iOS version ini filesStephan Bergmann
2020-07-17tdf#134846 Android Viewer: Include native libs againMichael Weghorn
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
2020-04-08tdf#116243 android: Include headerfootermenu.uiMichael Weghorn
2020-03-27tdf#131622 android: Extract native libs againMichael Weghorn
2020-03-11android: Fix asset handling in build.gradleMichael Weghorn
2020-03-11tdf#126909 android: include icons into APKMichael Weghorn
2020-03-06android: Update gradleMichael Weghorn
2020-03-06android: Bump compileSdkVersion, targetSdkVersionMichael Weghorn
2020-03-06tdf#131179 android: Support docs containing commentsMichael Weghorn
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt
2019-11-20android: fixup - the menu file was meant to go to the non-extracted assetsChristian Lohmaier
2019-11-19tdf#128101 android: fix documents with manual page breakChristian Lohmaier
2019-11-19tdf#124536 android: fix breakiterator mismatch (separate data files for zh/ja)Christian Lohmaier
2019-11-08tdf#127540 android: fix type-detection error when trying About|Show LicenseChristian Lohmaier
2019-10-24android: Allow using SDK and NDK directly from the Android Studio.Jan Holesovsky
2019-09-01Fix '..'Andrea Gelmini
2019-08-08android: support NDK 19 and above (20 as of this commit)Christian Lohmaier
2018-11-13android: lock away editing mode in separate build flavorChristian Lohmaier
2018-06-30android: bump gradle, gradle-plugin, support libary & target versionsChristian Lohmaier
2018-01-18android: use unified headers and llvm-c++ STL (x86) with NDK 16Christian Lohmaier
2017-09-24use gradle to build the owncloud-android-libChristian Lohmaier
2017-09-23buildscripts section actually needs dedicated repositoriesChristian Lohmaier
2017-09-22android: bump support library & buildtools/SDK versionsChristian Lohmaier
2017-09-15android: textrelocations are no longer an issue (can target 23 and later)Christian Lohmaier
2017-09-07android: drop workarounds for ndk-gdb support (can still run manually)Christian Lohmaier
2017-08-31use extractNativeLibs="false" for less disk usage and faster installationChristian Lohmaier
2017-05-30android: bump build-tools, support-lib and gradle-plugin versionsChristian Lohmaier
2017-03-30tdf#106325 - No way to create a new Documentbrainbreaker