Ernesto Castellotti
567f0f6059
Update README.md
2 years ago
Ernesto Castellotti
df9e98088b
JTDLib development closure
3 years ago
Ernesto Castellotti
27c45df3d5
Set our packages name
3 years ago
Ernesto Castellotti
552db21bb4
Implemented the methods to customize tdlib parameters
...
Now the EasyClient constructor does not directly start TDLib, you must always use the create() method (e.g. "var client = new BotClient("791655237:AAEs1bgsn9kL8jnj-aXSOEaGgZaTS_iXjkI").create();")
Now can be specified the name and lastname (only for UserClient) of the user to be used during registration through the UserClien constructor
3 years ago
Ernesto Castellotti
ab1016125d
Fix write mistake
3 years ago
Ernesto Castellotti
f36dacf55d
Use our package names
3 years ago
Andrea Cavalli
830a11c9cc
Implemented the choice of the first name/last name during registration to prevent the user from blocking telegram with the use of UserClient
3 years ago
Ernesto Castellotti
339ca80745
Setup new arch in java loadlibrary
4 years ago
Ernesto Castellotti
55e256b9e1
Updated tdjni (C++ wrapper for JTDLib) and added new architectures
4 years ago
Ernesto Castellotti
07e94ca000
Compile a shared library instead statical library
4 years ago
Ernesto Castellotti
e73c5f907c
Add archive destination in CMake
4 years ago
Ernesto Castellotti
024787b141
Added td_jni.cpp for C++ bindings as cmake project
4 years ago
Ernesto Castellotti
0d6ddd5f3f
Test
4 years ago
Ernesto Castellotti
ae0d29022c
Added tdlib submodule
4 years ago
Ernesto Castellotti
e4ded90d84
Added missing license
4 years ago
Ernesto Castellotti
9d9f2ec3d4
Updated TdApi to new Tdlib (v1.3.0)
...
Fixed issue https://github.com/ErnyTech/JTDLib/issues/4
4 years ago
Ernesto Castellotti
f8e0f352c3
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
4 years ago
Ernesto Castellotti
f6887374db
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>
4 years ago
Ernesto Castellotti
0d00748f0f
protected to public
4 years ago
ErnyTech
6949f35fcb
Updated docs for package description
4 years ago
ErnyTech
bbe6b0dd5a
Support for jitpack
...
- Support for jitpack
- Updated docs
- Added README
- Added .gitignore
- Clean up build.gralde
4 years ago
ErnyTech
2d772d2f42
Initial tdlib
4 years ago