663 Commits

Author SHA1 Message Date
FlorianDahn
3a78a98b9e Update Readme.md 2019-03-27 14:09:53 +07:00
FlorianDahn
b14fa2dc87 - adding new SentData Event in FormBase for User uploads (for Photo, Audio, Video, Contact, Location, Document)
- adding RequestUserLocation and RequestUserContact to Device class
- Update to Device class
- updating examples
- adding example for data upload
- small documentary Updates (Readme.md)
2019-03-27 14:01:48 +07:00
FlorianDahn
5cd54fc746 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework 2019-03-20 22:24:42 +07:00
FlorianDahn
fb68da6ab1 - added request contact to DeviceSession
- added request location to DeviceSession
2019-03-20 22:24:00 +07:00
FlorianDahn
2f7ded8ce5 - added constructor for adding custom config of TelegramBotClient
- added Log all messages to Action events
2019-03-20 22:21:10 +07:00
Florian Dahn
906177a5f9
Update README.md 2019-03-20 17:54:35 +07:00
FlorianDahn
873c91a165 Update Readme 2019-03-20 17:53:06 +07:00
FlorianDahn
46c1acbf99 Update Readme.md 2019-03-20 17:51:40 +07:00
FlorianDahn
acd06a6948 Update Testproject/Readme 2019-03-20 17:50:11 +07:00
Florian Dahn
a97305fa35
Update README.md 2019-03-20 17:48:18 +07:00
FlorianDahn
16baef0c45 Update Readme 2019-03-20 17:43:50 +07:00
FlorianDahn
211bc55aff - Cleanup of unecessary init calls
- added form1/form2 option to start menu in test project
- added example for different forms with and without event handlers
- added form examples to Readme.md
2019-03-20 17:42:33 +07:00
FlorianDahn
19f3c9c195 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework 1.3.1.2 2019-03-20 16:57:15 +07:00
FlorianDahn
c6666f72bc - Improvements to system calls
- system calls now async with await
- added start command to example
- added "handled" property to system call event args
2019-03-20 16:57:10 +07:00
Florian Dahn
bf7f6f851a
Update README.md 2019-03-20 14:00:11 +07:00
FlorianDahn
816bf4cbbe Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework 2019-03-20 13:44:48 +07:00
FlorianDahn
da80af86e3 Small fix in Systemcall management 2019-03-20 13:44:44 +07:00
Florian Dahn
929db3ae88
Update README.md 1.3.1.0 2019-03-20 11:18:03 +07:00
FlorianDahn
582f005b35 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework 2019-03-20 11:14:41 +07:00
FlorianDahn
bbf90deccc - Added easy to use Proxy functionality into constructor
- improved DeviceSession
- added IsGroup property to DeviceSession
2019-03-20 11:14:38 +07:00
Florian Dahn
1d8b367bea
Update README.md 2019-03-18 14:40:16 +07:00
FlorianDahn
3856271e30 - Updated system call management
- parameters are now easier available
- example project added parameter example
1.3.0.0
2019-03-18 12:03:55 +07:00
FlorianDahn
e5ae3be86e Readme.md Update 2019-03-18 11:15:51 +07:00
FlorianDahn
75ceb824d6 Readme update 2019-03-18 10:59:51 +07:00
FlorianDahn
e158ae7b8a Readme update 2019-03-18 10:59:15 +07:00
FlorianDahn
a81818d019 Readme 2019-03-17 15:29:18 +07:00
FlorianDahn
4577fe6901 Simplified and removed unecessary Init Calls in Example Project 2019-03-17 15:27:58 +07:00
FlorianDahn
cbd162fd3b simplified json serialization (changed Method to m and Value to v, to safe space for more valuable text) 2019-02-24 17:22:45 +01:00
FlorianDahn
42c0edf8cb Update Readme.md 2019-02-24 16:36:45 +01:00
FlorianDahn
7cd573a584 Update Readme.md 2019-02-24 16:35:22 +01:00
FlorianDahn
d2bf0aab33 Update Readme.md 2019-02-24 16:31:46 +01:00
FlorianDahn
b648067fee Update Readme.md 2019-02-24 16:29:12 +01:00
FlorianDahn
18be891c1d Update of progressbar Test and Readme.md 2019-02-24 16:16:19 +01:00
FlorianDahn
31a2259ffd Update Readme.md 2019-02-24 16:10:32 +01:00
FlorianDahn
e8524d8a07 Update 2019-02-22 21:00:47 +01:00
FlorianDahn
80389a36a7 - Botbase english translations added
- added const for NavigationMaximum
2019-02-22 20:57:45 +01:00
FlorianDahn
1691d12fc8 - Added two registration form examples 2019-02-22 20:57:00 +01:00
FlorianDahn
aa53dc9386 - adding a lot of english translations
- switching german to english
- some bug fixes in device sessions and improvements
- adding xml documentation
2019-02-22 16:35:35 +01:00
FlorianDahn
7439b009be Added licence file 2019-02-20 18:01:15 +01:00
FlorianDahn
d3c4845a3f Update of Readme.md 2019-02-20 17:58:21 +01:00
FlorianDahn
04d7a52921 Issue fixed for no Raw message Result and Device Session extended 2019-02-19 19:20:01 +01:00
FlorianDahn
04f7dde3dd Another fix 2018-10-14 02:29:00 +02:00
FlorianDahn
7cb7da4833 t 2018-10-14 02:27:48 +02:00
FlorianDahn
be19bbec5d - Adding a progress bar control
- Adding a control base class
- Adding an option to log all incomming messages with an event handler
- Some necessary added try/catch stuff to catch exceptions for "blocked" Bots, to prevent crashing
- Added some progress bar Test to Testproject
2018-10-14 02:26:50 +02:00
FlorianDahn
f431a4afc2 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework.git 2018-08-30 01:44:56 +02:00
FlorianDahn
43fe6533d2 added more exception handling 2018-08-30 01:44:33 +02:00
Florian Dahn
d86bef4c8e
Update README.md 2018-05-20 04:35:44 +02:00
FlorianDahn
7142c8e59f Test Update 2018-05-20 04:34:18 +02:00
FlorianDahn
9416e2ec85 Update Testproject 2018-05-20 04:31:38 +02:00
FlorianDahn
6a42d75267 Update of Testproject 2018-05-20 04:06:38 +02:00