aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
AgeCommit message (Collapse)Author
2026-07-14Update version to 1.8.66.levlam
2026-06-13Revert "Set CMAKE_MAKE_PROGRAM for iOS build"Kylmakalle
This reverts commit 04adfc87deea4c804def118e88c89a08c388b32b.
2026-06-11Update version to 1.8.65.levlam
2026-05-18fix(python example): keep tdlib log callback alive to prevent ctypes GC crashgiorka
add strong reference for ctypes log callback
2026-05-15fix: remove duplicate "-simulator" when building XCFramework for iOSskribka04
In the Makefile, all targets (including simulators) are predefined, and the existing ifeq construct was appending an extra "-simulator" suffix to already simulator targets. As a result, identifiers like "iphoneos-simulator-simulator" were generated and the build failed.
2026-05-08Update version to 1.8.64.levlam
2026-05-08docs: add react-native-tdlib to JavaScript wrappers sectionVladlen Kaveev
Adds a one-paragraph entry for react-native-tdlib next to the existing NativeScript entry. React Native currently has no listed binding in example/README.md.
2026-04-14Add g000sha256/tdl-coroutines to the list of examples.levlam
2026-04-14Make iOS build reproducible by @g000sha256.levlam
2026-04-09Fix typos.Roj
2026-04-03Update version to 1.8.63.levlam
2026-03-24Update Java example.levlam
2026-03-30Add AshokShau/gotdbot to the list of Go examples.levlam
2026-03-29Update example/README.md.levlam
2026-03-01Update version to 1.8.62.levlam
2026-02-27Send the whole message in updateChatReplyMarkup.levlam
2026-02-19Fix Java example.levlam
2026-02-07Update version to 1.8.61.levlam
2026-01-03Update version to 1.8.60.levlam
2026-01-01Update copyright year.levlam
2025-12-19Add SidusAI exampleisopen
2025-12-19Update version to 1.8.59.levlam
2025-12-11Update example.AYMENJD
2025-12-04Add ARM64 Assemblyisopen
2025-12-04Update version to 1.8.58.levlam
2025-11-26Add ARM Assemblyisopen
2025-11-26Update version to 1.8.57.levlam
2025-10-22Add GNU Assemblerisopen
2025-10-16Add Assembly to build instructions generator.levlam
2025-10-15Add Assembly languages (#3447)isopen
2025-10-15Fix chat.theme assignment in UpdateChatTheme update handler in Java Example.Alex
2025-10-15Update version to 1.8.56.levlam
2025-10-10Pass MessageTopic to sendMessage methods.levlam
2025-09-23Improve Java example README.levlam
2025-09-19Remove trailing spaces.levlam
2025-09-19Update README.mdisopen
2025-09-19Update version to 1.8.55.levlam
2025-09-10Update version to 1.8.54.levlam
2025-09-06Update version to 1.8.53.levlam
2025-08-18Update Android command line tools version.levlam
2025-08-18Android: use 16K pages for OpenSSL libraries.levlam
2025-08-11Remove now unneeded specific working directory for Javadoc invocation.levlam
Javadoc tried to recursively traverse the directory and generate documentation for all found Java files additionally to the specified files. Build directory which is the default working directory shouldn't contain unexpected Java files.
2025-08-06Update version to 1.8.52.levlam
2025-07-03Fix UWP documentation generation.levlam
2025-07-02Update version to 1.8.51.levlam
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-06-10Update version to 1.8.50.levlam
2025-05-27Fix typos (#3330)omahs
2025-05-10Improve target_include_directories calls.levlam