aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/android
AgeCommit message (Expand)Author
2025-06-16Always enable 16KB alignment for 64-bit Android.levlam
2025-06-10Android: Enable 16 KB ELF alignment for `arm64-v8a` and `x86_64` platformsvkryl
2025-02-13Increase required CMake version to 3.10.levlam
2024-09-07Improve error message.levlam
2024-08-30Use TD_GENERATE_SOURCE_FILES in Android example.levlam
2024-08-13Use caps for a keyword in Dockerfile.levlam
2024-06-03Document building shared OpenSSL libraries.levlam
2024-05-31Update hash of the minimum supported commit in DockerFile for Android.levlam
2024-05-31Support OpenSSL shared library build in Android example.levlam
2024-05-31Update OpenSSL version in examples.levlam
2024-05-31Support JSON for Java interface in Android example.levlam
2024-05-31Improve relative paths in .gitignore.levlam
2024-05-14Update base Docker Android build Ubuntu image to 24.04.levlam
2024-05-13Increase minimal supported commit for Android docker build, because SDK platf...levlam
2024-05-13Add example of building TDLib for Android with JSON interface.levlam
2024-05-13Android example: use build-tools for Android 34 and add support for NDK 26+.levlam
2024-05-13Update Android command line tools version.levlam
2024-02-27Improve README wording.levlam
2023-04-25Exit check-environment script if make installation is unsupported.levlam
2023-03-26Update default OpenSSL versions in examples.levlam
2022-10-07Add Dockerfile for Android example.levlam
2022-08-15Android example: avoid usage of case, which doesn't seem to work in outdated ...levlam
2022-08-15Add check for JDK to be actually installed. macOS has dummy /usr/bin/java.levlam
2022-08-14Android example: improve AddIntDef.php.levlam
2022-08-14Android example: avoid using of unsupported API versions with new NDK.levlam
2022-08-14Android example: change working directory after resolving relative paths.levlam
2022-08-13Explicitly specify jar files to Javadoc.levlam
2022-08-13Use cmake and ninja from Android NDK.levlam
2022-08-13Android example: quietly generate javadoc.levlam
2022-08-13Android example: improve checks for existence of output directory.levlam
2022-08-13Allow to specify custom path for prebuilt Android OpenSSL.levlam
2022-08-12Improve name of OPENSSL_VERSION argument.levlam
2022-08-12Minor fixes.levlam
2022-08-12Mention c++_shared in Android README.levlam
2022-08-12Support c++_shared build in Android example.levlam
2022-08-12Define HOST_ARCH in check-environment.sh.levlam
2022-08-12Check argument correctness in Android build scripts.levlam
2022-08-12Add .gitignore for Android example.levlam
2022-08-12Add check for glibc presense on Linux.levlam
2022-08-11Use the current directory as classpath for javadoc. Multiple classpathlevlam
2022-08-11Fix javadoc usage.levlam
2022-08-11Add example of building TDLib for Android.levlam