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