aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/java
AgeCommit message (Expand)Author
2026-01-01Update copyright year.levlam
2025-10-15Fix chat.theme assignment in UpdateChatTheme update handler in Java Example.Alex
2025-10-10Pass MessageTopic to sendMessage methods.levlam
2025-09-23Improve Java example README.levlam
2025-08-11Remove now unneeded specific working directory for Javadoc invocation.levlam
2025-05-10Improve target_include_directories calls.levlam
2025-02-13Increase required CMake version to 3.10.levlam
2025-01-01Update copyright year.levlam
2024-11-20Fix formatting.levlam
2024-09-05Compare TdApi.java and tdjni versions.levlam
2024-06-16Fix misprint.levlam
2024-05-31Add example of JSON interface usage from Java.levlam
2024-05-31Improve relative paths in .gitignore.levlam
2024-05-30Delete also class-file directory before building in Java example.levlam
2024-05-30Generate documentation only for specific files in Java example.levlam
2024-05-30Remove docs directory before generation of new documentation in Java example.levlam
2024-02-16Replace `noinspection` instruction with proper `@SuppressWarnings` annotationVyacheslav
2024-01-29Add registerUser.disable_notification.levlam
2024-01-11Remove setTdlibParameters.enable_storage_optimizer/ignore_file_names paramete...levlam
2024-01-01Update copyright year.levlam
2023-10-30Remove mentions of unused NullPointerException.levlam
2023-10-30Update Java example to use type-safe Client.Execute.levlam
2023-10-30Fix Exception class name and base class.levlam
2023-10-30Fix Client.execute Java documentation.levlam
2023-10-16Add td_api::linkPreviewOptions.levlam
2023-10-26Strong typed API for synchronous TDLib method execution in Java interfaceVyacheslav
2023-09-06Find only JVM component of JNI in CMake 3.24+ by @cavallium.levlam
2023-08-16Update Java example to the latest TDLib version.levlam
2023-08-07Fix Java interface with SplitSource.levlam
2023-06-12Update sendMessage usages in tests and examples.levlam
2023-04-26Use lazy initialization for Java class identifiers to avoid global reference ...levlam
2023-04-26Remove finalizer from Java Client.levlam
2023-01-02Improve punctuation.levlam
2023-01-01Update copyright year.levlam
2022-09-08Explicitly load tdjni in Client.java and TdApi.java.levlam
2022-09-08Update Java example.levlam
2022-09-07Inline tdlibParameters in setTdlibParameters.levlam
2022-09-07Remove separate authorizationStateWaitEncryptionKey.levlam
2022-07-21Restore Java example compatibility with Java 1.8.levlam
2022-07-15Fix Java example for old Java versions.levlam
2022-07-08Add Java example of fatal error handler.levlam
2022-07-08Fix Java example formatting.levlam
2022-07-08Remove deprecated for more than 3 years Log.java from example.levlam
2022-07-08Add Client.setLogMessageHandler to Java example.levlam
2022-06-16Explicitly specify charset for javadoc.levlam
2022-06-04Explicitly specify encoding for javac and javadoc.levlam
2022-01-01Update copyright year.levlam
2021-12-27Add some missing new lines at the end of files.levlam
2021-12-19Improve Java example README.levlam
2021-12-17Documentation improvements.levlam