Commit Graph

  • 08a0de8087
    Update README.md Florian Dahn 2020-09-01 19:00:11 +02:00
  • 82469cff70 - Adding not about search feature FlorianDahn 2020-08-30 20:48:44 +02:00
  • 81eafe1219
    Merge pull request #1 from JTOne123/master Florian Dahn 2020-08-09 17:25:00 +02:00
  • 183e89c36f Adding paging/search example FlorianDahn 2020-08-09 17:22:19 +02:00
  • ad6cf9539c Adding filter functionality to ButtonGrid FlorianDahn 2020-08-09 17:00:04 +02:00
  • 46576eb819 Update ButtonForm.cs FlorianDahn 2020-08-09 16:59:25 +02:00
  • cf9e2285f1 Adding DynamicButton for Button with dynamic Text updates FlorianDahn 2020-07-25 15:11:15 +02:00
  • ecfacdadbb Update AssemblyInfo.cs FlorianDahn 2020-07-25 15:09:01 +02:00
  • c00c2e8d8f Update DeviceSession.cs FlorianDahn 2020-07-25 15:08:55 +02:00
  • bfd905d590 Update TelegramBotBase.csproj FlorianDahn 2020-07-25 15:08:41 +02:00
  • 7b1bf75dde Update ToggleButton FlorianDahn 2020-07-25 15:08:22 +02:00
  • 7a7a65c3a7 Update FormBase.cs FlorianDahn 2020-07-25 15:07:36 +02:00
  • 8a42a861cf [COMMIT] The proj files have been updated to enable SourceLink [TelegramBotBase.csproj] Pavlo Datsiuk 2020-06-25 15:54:40 +03:00
  • 47876681e0 IgnoreState and SaveState addings for better session serialization FlorianDahn 2020-05-07 23:49:08 +02:00
  • 9314b4c0e5 Update ButtonGrid.cs FlorianDahn 2020-05-06 20:56:38 +02:00
  • 01c19b9900 Update README.md FlorianDahn 2020-05-04 15:33:50 +02:00
  • 0af587d27f Updating readme and test project FlorianDahn 2020-05-04 15:33:21 +02:00
  • 97b9176c3a Updating packages FlorianDahn 2020-05-04 15:22:33 +02:00
  • dfa479d409 Fix in StateMachines FlorianDahn 2020-05-04 15:18:48 +02:00
  • 07dec0dc9d Small fixes and clarifications v3.1.0 FlorianDahn 2020-05-04 02:20:16 +02:00
  • 2fc16b18da DefaultStateForm FlorianDahn 2020-05-04 02:12:50 +02:00
  • 11eeb0dcab Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework FlorianDahn 2020-04-29 22:11:29 +02:00
  • fbfcbe99fb Update SystemCommandsBot.csproj FlorianDahn 2020-04-29 22:11:26 +02:00
  • 948c1368d7
    Update README.md Florian Dahn 2020-04-28 20:18:24 +02:00
  • d66df4978d Create Program.cs FlorianDahn 2020-04-28 20:17:18 +02:00
  • 7d8895850a Example for a Join/Leave Messages delete Bot FlorianDahn 2020-04-28 20:10:18 +02:00
  • 5e87d00c58 Localization updates FlorianDahn 2020-04-21 21:50:59 +02:00
  • efe5fef7d0 Adding setting for automated session serialization on shutdown FlorianDahn 2020-04-21 21:45:21 +02:00
  • eebb5cb6f5 Create eSettings.cs FlorianDahn 2020-04-21 21:44:01 +02:00
  • 992065d289 Update BotBase.cs FlorianDahn 2020-04-21 21:43:25 +02:00
  • 1acfeb873f Buttongrid Paging support and Localization updates FlorianDahn 2020-04-21 21:40:47 +02:00
  • de35ebb66e
    Update README.md Florian Dahn 2020-04-18 13:16:53 +02:00
  • 2c3e707673 Session serialization update FlorianDahn 2020-04-15 20:30:42 +02:00
  • 6d39d2fb73 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework FlorianDahn 2020-04-15 20:27:54 +02:00
  • ef667d12d8 Update DeviceSession.cs FlorianDahn 2020-04-15 20:27:46 +02:00
  • d24f8e7ac5 Localizations FlorianDahn 2020-04-15 20:26:39 +02:00
  • e5dc3fd2bc Update ButtonForm.cs FlorianDahn 2020-04-15 20:23:39 +02:00
  • 6ebb96bd93
    Update README.md Florian Dahn 2020-04-15 20:20:57 +02:00
  • a1b3b9246b Update BotBase.cs FlorianDahn 2020-04-11 19:42:24 +02:00
  • 25a0ff2e3e Update BotCommandEventArgs.cs FlorianDahn 2020-04-11 19:41:56 +02:00
  • b74233d66d Update BotBase.cs FlorianDahn 2020-04-11 19:24:31 +02:00
  • fb7b624ad8 BotCommands and refactoring FlorianDahn 2020-04-11 19:12:34 +02:00
  • 965e6e18b9
    Update README.md Florian Dahn 2020-04-10 10:24:29 +02:00
  • b1c518cbd3
    Update README.md Florian Dahn 2020-04-10 10:16:25 +02:00
  • ab0ae5cda4
    Update README.md Florian Dahn 2020-04-10 10:11:20 +02:00
  • b850330f65 update readme FlorianDahn 2020-04-10 10:09:03 +02:00
  • 317dad7d24 - adding state machine documentation FlorianDahn 2020-04-10 10:08:02 +02:00
  • eb61d40a38 -Projectfile update v3.0.0 FlorianDahn 2020-04-09 15:32:48 +02:00
  • 2ed030b2fb - adding MarkdownV2 escape function - adding MarkdownV2 autoescape feature FlorianDahn 2020-04-09 11:57:45 +02:00
  • fd6f6fef34 - moving LoadSessionStates and SaveSessionStates from BotBase to SessionBase FlorianDahn 2020-04-09 11:18:23 +02:00
  • 54176f9136 Update SessionBase.cs FlorianDahn 2020-04-05 23:47:27 +07:00
  • f80fda8ff9 More Attributes for Serialization FlorianDahn 2020-04-05 23:46:33 +07:00
  • 8b66842d34 Update BotBase.cs FlorianDahn 2020-04-05 23:31:37 +07:00
  • 0cdb8c3a1a Adding StateMachine for Session serialization FlorianDahn 2020-04-05 13:13:11 +07:00
  • 8b9929198a Modal and Form updates FlorianDahn 2020-04-04 19:52:15 +07:00
  • 7a3e4721bd Update DataResult.cs FlorianDahn 2020-04-03 21:54:32 +07:00
  • f914920919 Update LinkReplaceTest.cs FlorianDahn 2020-04-02 12:41:26 +07:00
  • 0435c68281 Update DeviceSession.cs FlorianDahn 2020-04-02 12:39:48 +07:00
  • 5a1e050aec Update Generator.cs FlorianDahn 2020-04-02 12:39:26 +07:00
  • 6a62d73fe0 Adding Edited Features FlorianDahn 2020-04-02 12:37:53 +07:00
  • 519a6fe41c Update ButtonGrid.cs FlorianDahn 2020-04-02 12:30:38 +07:00
  • 201dfd10dd - updating Testproject to latest changes in Main project FlorianDahn 2020-03-29 11:12:34 +07:00
  • 78a412c630 - simplify function returns and improving memory use FlorianDahn 2020-03-28 10:58:25 +07:00
  • 7a7014cec3 - adding SendTextFile to simplify sending csv or textfiles by code without saving them to harddrive FlorianDahn 2020-03-28 10:55:32 +07:00
  • 64311d0cd9 - adding link to documentation FlorianDahn 2020-03-28 10:29:34 +07:00
  • 762fb27294 Markdown Fix FlorianDahn 2020-03-27 12:41:36 +07:00
  • 164194ac66 Update FlorianDahn 2020-03-27 12:08:34 +07:00
  • 321bd7c0ff - adding GetButtonByValue to ButtonForm FlorianDahn 2020-03-27 11:03:15 +07:00
  • 37ef30ebee - changing OpenModal and NavigateTo to virtual, so you could override it FlorianDahn 2020-03-25 18:10:13 +07:00
  • 9b1461ad78 Update README.md FlorianDahn 2020-03-25 12:45:07 +07:00
  • 38fa0a4e99 Update README.md FlorianDahn 2020-03-25 12:44:29 +07:00
  • fba922049f Updates and fixes FlorianDahn 2020-03-25 12:37:16 +07:00
  • d5a9a5f7a4 - adding Hidden method to ControlBase which will be called on leaving form or on opening a modal one FlorianDahn 2020-03-25 12:27:01 +07:00
  • 5126074419 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework FlorianDahn 2020-03-23 13:06:56 +07:00
  • aa38492bde - more refactoring and renaming models *Result to *EventArgs FlorianDahn 2020-03-23 13:06:52 +07:00
  • 9c68914e9d
    Delete TelegramBotBase.2.1.0.zip Florian Dahn 2020-03-23 13:03:59 +07:00
  • 3fe2779b1e
    Delete TelegramBotBase.2.0.0.zip Florian Dahn 2020-03-23 13:03:51 +07:00
  • 8e6de4a0e1 - Refactoring and moving all EventArgs structures to folder Args FlorianDahn 2020-03-23 13:02:31 +07:00
  • 382ae2de2d - adding example project for Bot to start predefined system commands FlorianDahn 2020-03-10 01:24:09 +01:00
  • 77fd3393de - update spaces FlorianDahn 2020-03-10 01:22:52 +01:00
  • 0f1da77aca - update on AutoCleanForm for better message deletion on leaving FlorianDahn 2020-03-10 01:22:28 +01:00
  • 1561c1dd08 -adding HideKeyboardOnCleanup and DeletePreviousMessage on ButtonGrid Control FlorianDahn 2020-03-10 01:21:42 +01:00
  • 5b38f2e1e2 - adding sendvideo to device for videos or gifs FlorianDahn 2019-12-04 01:29:22 +01:00
  • 2989456fe5 - change Formbase for better navigation management FlorianDahn 2019-12-04 01:28:15 +01:00
  • 7e4174a3be Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework FlorianDahn 2019-12-04 01:27:07 +01:00
  • 73f81cc8a2 Revert "- adding new exceptions" FlorianDahn 2019-12-02 03:54:10 +01:00
  • 2071ba2eeb - adding new exceptions FlorianDahn 2019-12-02 03:48:43 +01:00
  • a08ba8f512 -update on FormBase which should prevent issues on control management FlorianDahn 2019-12-02 03:46:40 +01:00
  • 649b94dafe
    Delete dotnetcore.yml Florian Dahn 2019-11-28 17:17:19 +01:00
  • 7be0f15ca4 - updated readme for groups - adding readme to project solution v2.1.0.0 FlorianDahn 2019-11-28 15:41:44 +01:00
  • e29be4f1f4 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework FlorianDahn 2019-11-23 02:44:59 +01:00
  • 176107300b - adding group examples for: link replacing group change notifications welcoming users FlorianDahn 2019-11-23 02:44:50 +01:00
  • 0ceab58059 - updating namespaces in test project - adding chat splitter to testproject to allow single chat and group chat examples at the same time FlorianDahn 2019-11-23 02:44:05 +01:00
  • 6ebdd9f208 - additional stuff for group management FlorianDahn 2019-11-23 02:41:17 +01:00
  • 595efd2276 - adding base class for group management FlorianDahn 2019-11-23 02:40:51 +01:00
  • 85a479d826 - adding useful tasks for groups FlorianDahn 2019-11-23 02:40:25 +01:00
  • 150e9f731d - addes SplitterForm to switch between "normal" chats and group chats FlorianDahn 2019-11-23 02:39:56 +01:00
  • 0eab45bdbb - making Events property of FormBase public, for use in sub classes - making ResultBase derive from Eventargs - adding messagetype to messageresult FlorianDahn 2019-11-21 21:38:20 +01:00
  • a33cf5b841
    Create dotnetcore.yml Florian Dahn 2019-11-14 22:58:50 +01:00
  • 1f9539a23d - updating readme FlorianDahn 2019-10-11 22:38:50 +02:00