Commit Graph

7 Commits

Author SHA1 Message Date
Andrea Cavalli 6d508a4415 TelegramClient interface 2020-05-05 17:08:39 +02:00
Andrea Cavalli ff004e1ccd Bounded executor service 2020-05-01 00:31:27 +02:00
Andrea Cavalli 66589cb8a0 Update Client.java, td, and tdjni.so 2020-04-27 15:51:38 +02:00
Andrea Cavalli 4f72741227 Updated to tdlib 1.6.2 2020-04-19 16:32:49 +02:00
Ernesto Castellotti 002f52e55d Implemented new checks in authorizationHandler for check if bot token, phone number, code or password are invalid
Added password hint in password authorization

Check if EasyClient has the authorization before send request

Optimized execute in EasyClient

Implemented close and open for logout from TDLib e re-login

Now client can execute auto, just set logoutAtShutdown to true in initializer

Fix https://github.com/ErnyTech/JTDLib/issues/5
2018-11-19 17:59:57 +01:00
Ernesto Castellotti fbf8a495bb Use initCause when throw exceptions in Init process to pass the real reason for failure when loading TdLib
Fix https://github.com/ErnyTech/JTDLib/issues/2

Signed-off-by: Ernesto Castellotti <erny.castell@gmail.com>
2018-11-18 12:17:43 +01:00
ErnyTech 9df39f368e Initial tdlib 2018-07-18 12:24:37 +02:00