Commit Graph

  • 9cbde4830e - adding OpenModal/CloseModal features to leave a form open and "just" show a prompt and get back - added new "ModalDialog" class to present modal forms - updating examples for prompt dialog to use the modal feature FlorianDahn 2019-10-11 22:37:54 +02:00
  • 3bea2783b1 - updated Readme FlorianDahn 2019-10-11 21:41:02 +02:00
  • 038a941d33 - PromptDialog has been changed to ConfirmDialog - PromptDialog is now (like in JavaScript) for text inputs - examples corrected FlorianDahn 2019-10-11 21:33:33 +02:00
  • 48c62e57f8 - moving TelegramBaseTest to TelegramBotBaseTest FlorianDahn 2019-09-29 00:47:18 +02:00
  • b0e6a8b981 -migrate from .net 4.7.2 to .Net standard 2.0 for the library and .Net core 3.0 for the example project FlorianDahn 2019-09-28 14:06:19 +02:00
  • 2e0656dc06 - update readme FlorianDahn 2019-09-28 01:19:55 +02:00
  • d1456d5bd1 - update readme and formbase FlorianDahn 2019-09-28 01:17:38 +02:00
  • 058539777f - removing obsolete Property and methods - updating test project FlorianDahn 2019-09-27 23:24:31 +02:00
  • 5c69289198 - small additions FlorianDahn 2019-09-27 23:18:18 +02:00
  • 4c8b085655 - small cleanup FlorianDahn 2019-09-27 23:14:28 +02:00
  • 94d22318f8 - change SetKeyboardType method to Property FlorianDahn 2019-09-27 23:08:55 +02:00
  • 2028e2f9e6 - adding ButtonGrid control to Readme FlorianDahn 2019-09-27 21:26:43 +02:00
  • 394209b303 updating both projects to .Net 4.7.2 FlorianDahn 2019-09-27 00:01:20 +02:00
  • f0fa953819 Updating csproj Files FlorianDahn 2019-09-26 23:27:38 +02:00
  • 1d44b50883 - small change FlorianDahn 2019-09-26 20:57:51 +02:00
  • 3c21af8f68 - small change and adding comments FlorianDahn 2019-09-26 20:57:16 +02:00
  • 1b811e1786 - added ToKeyboardButton to ButtonBase - added eKeyboardType to switch between Inline and KeykboardButtons - addes some small functions to ButtonForm - added new control "ButtonGrid" which manages Button handling with Event Handler for each Button and can switch between InlineMode and KeyboardMode during runtime - added also Examples to it FlorianDahn 2019-09-26 20:54:35 +02:00
  • 94195ec5bf - added another Edit Method for InlineKeyboardMarkup - change Send method parameter ReplyKeyboardMarkup to ReplyMarkupBase to allow also RemoveKeyboard FlorianDahn 2019-09-26 20:51:30 +02:00
  • 256cac825f - adding Load method for controls FlorianDahn 2019-09-26 20:50:33 +02:00
  • 69e5a6717b - Splitting enums into single files for more structure - remove old Enum file FlorianDahn 2019-09-26 17:14:12 +02:00
  • a6d22cdd82 Update version v1.5.2.0 FlorianDahn 2019-09-17 16:44:14 +02:00
  • ee4a3d765c Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework FlorianDahn 2019-09-17 16:43:10 +02:00
  • 703c99eb8d - added a custom exception for maximum length messages, saves to time to sent to API - added a constants file, for have constants to work with - catching maximum message length FlorianDahn 2019-09-17 16:43:02 +02:00
  • 138fee9772
    Update README.md Florian Dahn 2019-09-17 16:33:51 +02:00
  • d60399514f
    Update README.md Florian Dahn 2019-09-04 15:13:42 +02:00
  • ae0fa3b0e3 Added simple Markdown/HTML Generator Use with: FlorianDahn 2019-08-28 17:33:18 +02:00
  • 6a2ac7a309 Added simple Markdown/HTML Generator Use with: FlorianDahn 2019-08-28 17:32:08 +02:00
  • 1a76b2b3f8 added some forms to obsolete, cause their use is bad for ram management FlorianDahn 2019-08-26 01:34:50 +02:00
  • 5893108bd3 Update readme v1.5.1.0 FlorianDahn 2019-08-23 14:55:54 +02:00
  • d668f57711 Update readme FlorianDahn 2019-08-23 14:53:24 +02:00
  • 56c7754408 - Added ToggleButton as an easy switch control (i.e. for settings page) - added control id, for easier separating of controls in one form - added automatic event selection for specific controls, to not raise an event for other controls who has invoked it - changed Action method - added example FlorianDahn 2019-08-23 14:02:24 +02:00
  • 805ffb9ec7 Update version FlorianDahn 2019-07-15 13:33:01 +02:00
  • aeddd82ea9 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework FlorianDahn 2019-07-15 13:31:07 +02:00
  • 1ec14ce680 Updating nuget packages FlorianDahn 2019-07-15 13:31:02 +02:00
  • 3a309baeae
    Update README.md v1.5.0.0 Florian Dahn 2019-07-14 23:14:37 +02:00
  • e02af0fc76 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework FlorianDahn 2019-07-14 23:13:19 +02:00
  • 530e01f971 new images FlorianDahn 2019-07-14 23:13:16 +02:00
  • dcf3cf804f
    Update README.md Florian Dahn 2019-07-14 23:00:06 +02:00
  • a42d3934b5
    Update README.md Florian Dahn 2019-07-14 22:52:59 +02:00
  • 2126b45fed
    Update README.md Florian Dahn 2019-07-14 22:47:04 +02:00
  • b6b9d5b6b1 Update images FlorianDahn 2019-07-14 22:46:29 +02:00
  • eed5f012dc adding images for example FlorianDahn 2019-07-14 22:38:10 +02:00
  • de4cc138ae - New control: CalendarPicker - New control: MonthPicker - New control TreeView - adding examples for all 3 - small change on Progress Bar Control - due latest changes on the base it is now easier to create controls which will be rendered (or not)in several forms depending on user context FlorianDahn 2019-07-14 22:27:16 +02:00
  • e4da70d37d - Update of FormBase for better async event management - Update of ControlBase for partial rendering options - Updating serveral base classes to better asyc event management - separating Enums into different folder - some small bug fixes - removed "CustomEventManagement" cause it doesnt make sense now FlorianDahn 2019-07-14 22:22:04 +02:00
  • cb4a797b12 Updating ButtonBase to enable Url Buttons FlorianDahn 2019-07-14 22:13:23 +02:00
  • 94d153e141 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework 1.4.3.0 FlorianDahn 2019-06-26 12:48:37 +02:00
  • e13cb6d4ef - Updating NavigateTo to set PreviousForm now correctly FlorianDahn 2019-06-26 12:48:25 +02:00
  • c0e285d39e
    Update README.md Florian Dahn 2019-06-24 13:50:55 +02:00
  • 8338c5c066
    Update README.md Florian Dahn 2019-06-24 13:49:37 +02:00
  • 52c01b3dfd Update 1.4.2.0 FlorianDahn 2019-06-22 15:16:51 +02:00
  • fe1aafc9a5 - added IsDisposed to form - removed FormSwitched from FormBase and added to DeviceSession (more logical message loop) - added PreviousForm to DeviceSession, contains last opened form (at initial form is null) -BotBase message loop update - now navigation is possible from every form, not just the latest ones as before FlorianDahn 2019-06-22 15:15:29 +02:00
  • 022eee4b57 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework FlorianDahn 2019-05-04 18:59:08 +02:00
  • ea971979e2 - Added comments - added Edit method FlorianDahn 2019-05-04 18:59:05 +02:00
  • 9585a231bd
    Update README.md Florian Dahn 2019-05-04 18:43:54 +02:00
  • c07aca96a4
    Update README.md Florian Dahn 2019-05-04 16:56:44 +02:00
  • 01de9ec932
    Update README.md Florian Dahn 2019-05-04 16:56:25 +02:00
  • 94fe263676 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework FlorianDahn 2019-05-04 16:32:50 +02:00
  • 4f1eae543d - adding Delete Options for Both sides to AutoCleanForm - general Performance improvements - Adding MessageReceived Event to DeviceSession, will be called before "message loop" - AutoCleanForm optimized and clean process added to public function MessageCleanup (so you could call on your own) - IsGroup for DeviceSession fixed to correct test - IsChannel added to DeviceSession FlorianDahn 2019-05-04 16:32:48 +02:00
  • 1491fc1795
    Update README.md Florian Dahn 2019-04-16 13:46:37 +02:00
  • b2db44fe4c
    Update README.md 1.4.0.0 Florian Dahn 2019-03-27 14:10:43 +07:00
  • 3a78a98b9e Update Readme.md FlorianDahn 2019-03-27 14:09:53 +07:00
  • 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) FlorianDahn 2019-03-27 14:01:48 +07:00
  • 5cd54fc746 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework FlorianDahn 2019-03-20 22:24:42 +07:00
  • fb68da6ab1 - added request contact to DeviceSession - added request location to DeviceSession FlorianDahn 2019-03-20 22:21:54 +07:00
  • 2f7ded8ce5 - added constructor for adding custom config of TelegramBotClient - added Log all messages to Action events FlorianDahn 2019-03-20 22:21:10 +07:00
  • 906177a5f9
    Update README.md Florian Dahn 2019-03-20 17:54:35 +07:00
  • 873c91a165 Update Readme FlorianDahn 2019-03-20 17:53:06 +07:00
  • 46c1acbf99 Update Readme.md FlorianDahn 2019-03-20 17:51:40 +07:00
  • acd06a6948 Update Testproject/Readme FlorianDahn 2019-03-20 17:50:11 +07:00
  • a97305fa35
    Update README.md Florian Dahn 2019-03-20 17:48:18 +07:00
  • 16baef0c45 Update Readme FlorianDahn 2019-03-20 17:43:50 +07:00
  • 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 FlorianDahn 2019-03-20 17:42:33 +07:00
  • 19f3c9c195 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework 1.3.1.2 FlorianDahn 2019-03-20 16:57:15 +07:00
  • c6666f72bc - Improvements to system calls - system calls now async with await - added start command to example - added "handled" property to system call event args FlorianDahn 2019-03-20 16:57:10 +07:00
  • bf7f6f851a
    Update README.md Florian Dahn 2019-03-20 14:00:11 +07:00
  • 816bf4cbbe Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework FlorianDahn 2019-03-20 13:44:48 +07:00
  • da80af86e3 Small fix in Systemcall management FlorianDahn 2019-03-20 13:44:44 +07:00
  • 929db3ae88
    Update README.md 1.3.1.0 Florian Dahn 2019-03-20 11:18:03 +07:00
  • 582f005b35 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework FlorianDahn 2019-03-20 11:14:41 +07:00
  • bbf90deccc - Added easy to use Proxy functionality into constructor - improved DeviceSession - added IsGroup property to DeviceSession FlorianDahn 2019-03-20 11:14:38 +07:00
  • 1d8b367bea
    Update README.md Florian Dahn 2019-03-18 14:40:16 +07:00
  • 3856271e30 - Updated system call management - parameters are now easier available - example project added parameter example 1.3.0.0 FlorianDahn 2019-03-18 12:03:55 +07:00
  • e5ae3be86e Readme.md Update FlorianDahn 2019-03-18 11:15:51 +07:00
  • 75ceb824d6 Readme update FlorianDahn 2019-03-18 10:59:51 +07:00
  • e158ae7b8a Readme update FlorianDahn 2019-03-18 10:59:15 +07:00
  • a81818d019 Readme FlorianDahn 2019-03-17 15:29:18 +07:00
  • 4577fe6901 Simplified and removed unecessary Init Calls in Example Project FlorianDahn 2019-03-17 15:27:58 +07:00
  • cbd162fd3b simplified json serialization (changed Method to m and Value to v, to safe space for more valuable text) FlorianDahn 2019-02-24 17:22:45 +01:00
  • 42c0edf8cb Update Readme.md FlorianDahn 2019-02-24 16:36:45 +01:00
  • 7cd573a584 Update Readme.md FlorianDahn 2019-02-24 16:35:22 +01:00
  • d2bf0aab33 Update Readme.md FlorianDahn 2019-02-24 16:31:46 +01:00
  • b648067fee Update Readme.md FlorianDahn 2019-02-24 16:29:12 +01:00
  • 18be891c1d Update of progressbar Test and Readme.md FlorianDahn 2019-02-24 16:16:19 +01:00
  • 31a2259ffd Update Readme.md FlorianDahn 2019-02-24 16:10:32 +01:00
  • e8524d8a07 Update FlorianDahn 2019-02-22 21:00:47 +01:00
  • 80389a36a7 - Botbase english translations added - added const for NavigationMaximum FlorianDahn 2019-02-22 20:57:45 +01:00
  • 1691d12fc8 - Added two registration form examples FlorianDahn 2019-02-22 20:57:00 +01:00
  • aa53dc9386 - adding a lot of english translations - switching german to english - some bug fixes in device sessions and improvements - adding xml documentation FlorianDahn 2019-02-22 16:35:35 +01:00
  • 7439b009be Added licence file FlorianDahn 2019-02-20 18:01:15 +01:00
  • d3c4845a3f Update of Readme.md FlorianDahn 2019-02-20 17:58:21 +01:00