Commit Graph

  • 567f0f6059
    Update README.md master Ernesto Castellotti 2020-07-28 15:26:52 +0200
  • df9e98088b
    JTDLib development closure Ernesto Castellotti 2019-11-24 15:10:39 +0100
  • 27c45df3d5 Set our packages name Ernesto Castellotti 2019-01-24 19:14:43 +0100
  • 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 Ernesto Castellotti 2019-01-23 20:21:04 +0100
  • ab1016125d
    Fix write mistake Ernesto Castellotti 2019-01-22 21:44:53 +0100
  • f36dacf55d
    Use our package names Ernesto Castellotti 2019-01-22 21:44:29 +0100
  • 71a987e296 Merge remote-tracking branch 'ErnyTech/master' Andrea Cavalli 2019-01-22 17:05:45 +0100
  • b24aa9eaf3
    Update EasyClient.java Andrea Cavalli 2019-01-22 17:01:29 +0100
  • 830a11c9cc Implemented the choice of the first name/last name during registration to prevent the user from blocking telegram with the use of UserClient Andrea Cavalli 2019-01-22 16:47:52 +0100
  • a329c59bf0
    Update EasyClient.java Andrea Cavalli 2019-01-22 16:43:29 +0100
  • 938bcb5d00
    Update .travis.yml dev Ernesto Castellotti 2018-11-30 18:29:13 +0100
  • 624369df7d
    Update win.sh Ernesto Castellotti 2018-11-30 18:19:29 +0100
  • f29929c94d
    Update win.sh Ernesto Castellotti 2018-11-30 07:33:45 +0100
  • a3db21c7a4
    Update win.sh Ernesto Castellotti 2018-11-30 06:58:08 +0100
  • b23ef92399
    Update win.sh Ernesto Castellotti 2018-11-30 06:51:53 +0100
  • 59b0ac0899
    Update linux.sh Ernesto Castellotti 2018-11-29 21:15:48 +0100
  • 85179fe64c
    Update linux.sh Ernesto Castellotti 2018-11-29 21:12:20 +0100
  • d95fb578c2
    Update win.sh Ernesto Castellotti 2018-11-29 21:11:45 +0100
  • 75f9784c14
    Update linux.sh Ernesto Castellotti 2018-11-29 21:08:54 +0100
  • 3734d739ee
    Update .travis.yml Ernesto Castellotti 2018-11-29 20:55:47 +0100
  • 241359a679 Initial porting to travis-ci Ernesto Castellotti 2018-11-29 17:58:52 +0100
  • 339ca80745 Setup new arch in java loadlibrary Ernesto Castellotti 2018-11-26 16:17:57 +0100
  • 55e256b9e1 Updated tdjni (C++ wrapper for JTDLib) and added new architectures Ernesto Castellotti 2018-11-26 15:33:59 +0100
  • 07e94ca000 Compile a shared library instead statical library Ernesto Castellotti 2018-11-24 17:55:58 +0100
  • e73c5f907c Add archive destination in CMake Ernesto Castellotti 2018-11-24 14:10:47 +0100
  • 024787b141 Added td_jni.cpp for C++ bindings as cmake project Ernesto Castellotti 2018-11-23 18:19:32 +0100
  • 0d6ddd5f3f Test Ernesto Castellotti 2018-11-21 16:03:51 +0100
  • ae0d29022c Added tdlib submodule Ernesto Castellotti 2018-11-21 15:57:44 +0100
  • e4ded90d84
    Added missing license Ernesto Castellotti 2018-11-20 18:51:11 +0100
  • 9d9f2ec3d4 Updated TdApi to new Tdlib (v1.3.0) Ernesto Castellotti 2018-11-20 18:27:45 +0100
  • f8e0f352c3 Implemented new checks in authorizationHandler for check if bot token, phone number, code or password are invalid Ernesto Castellotti 2018-11-19 17:59:57 +0100
  • 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 Ernesto Castellotti 2018-11-18 12:17:43 +0100
  • 0d00748f0f
    protected to public v0.1.2 Ernesto Castellotti 2018-07-19 19:53:14 +0200
  • 6949f35fcb Updated docs for package description ErnyTech 2018-07-18 17:17:37 +0200
  • bbe6b0dd5a Support for jitpack v0.1.1 ErnyTech 2018-07-18 17:02:05 +0200
  • 925b33999d Fix EasyClient missing import and fix markdown mistake v0.1 ErnyTech 2018-07-18 12:55:54 +0200
  • fe5d99ab24 Updated docs stylesheet ErnyTech 2018-07-18 12:39:33 +0200
  • 6bd2bfecea Add .gitignore and README.md ErnyTech 2018-07-18 12:36:17 +0200
  • 2d772d2f42 Initial tdlib ErnyTech 2018-07-18 12:24:37 +0200