FlorianDahn
8e29652148
Fixing possible Deadlock in AutoCleanForm
v4.0.2
2021-10-17 15:39:31 +02:00
Florian Dahn
5bb316d874
Merge pull request #15 from victorrar/f/update-readme
...
Fix documentation inaccuracy
Thanks !
2021-10-04 21:35:59 +02:00
Victor
d2ae08771e
Fix documentation inaccuracy
2021-10-04 21:55:41 +03:00
Florian Dahn
9162c0894c
Merge pull request #14 from MajMcCloud/development
...
AutoCleanForm FIX
v4.0.1
2021-10-01 18:36:24 +02:00
FlorianDahn
e0ec133209
AutoCleanForm FIX
...
- adding MessageDeleted event to AutoCleanForm for catching messages getting deleted outside of AutoCleanForm
- added OnMessageDelete invoke to DeleteMessage in DeviceSession
2021-10-01 18:35:05 +02:00
Florian Dahn
7004ee5963
Merge pull request #13 from MajMcCloud/development
...
Development
v4.0.0
2021-08-13 15:33:12 +03:00
FlorianDahn
ef8ca3c988
Adding basic example for different types of ConfirmAction
2021-08-01 13:50:18 +03:00
FlorianDahn
f021f12486
Update Localization.cs
...
- change to abstract so it can't be used accidentally
2021-07-27 17:00:16 +02:00
FlorianDahn
d06e1eaa52
Update README.md
2021-07-26 15:52:59 +02:00
FlorianDahn
23969881c1
Update README.md
2021-07-26 15:44:06 +02:00
FlorianDahn
9fa3df2889
Update README.md
2021-07-26 15:42:04 +02:00
FlorianDahn
6ed91224eb
Update README.md
2021-07-26 15:39:47 +02:00
FlorianDahn
aabc7f04b7
Adding documentation about NavigationController
2021-07-26 15:38:47 +02:00
FlorianDahn
71433c0e4e
MAJOR CHANGE for ButtonGrids, Dynamic data sources, etc
...
- introducing a dynamic data source class (IDataSource)
- introducing a ButtonRow class for better managability
- replacing that List<ButtonBase> with ButtonRow object
- introducing ButtonFormDataSource with special methods for ButtonGrid controls
- updating ButtonGrid and refactoring of the Load/Action methods
- updating CheckButtonList and refactoring of the Load/Action methods
- updating TaggedButtonGrid and refactoring of the Load/Action methods
- adding example to the Test project
2021-07-26 15:10:10 +02:00
FlorianDahn
894d0799c8
Localizations updated
...
- moved German Localization to its seperate file
- cleaned up Localization class
2021-07-26 14:55:29 +02:00
FlorianDahn
6c2543630d
Adding .NET 4.7.2 back into with conditional compilation
...
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/preprocessor-directives
2021-07-26 13:32:32 +02:00
FlorianDahn
84d18f6f45
Small readability improvements
2021-07-26 01:26:33 +02:00
FlorianDahn
5f49e25458
Adding CheckAll and UncheckAllTags methods
2021-07-26 01:23:31 +02:00
FlorianDahn
f28c9b1e22
Add DeleteReplyMessage property
2021-07-26 01:22:58 +02:00
FlorianDahn
0db0c00cd0
Update example project
2021-07-25 22:25:29 +02:00
FlorianDahn
2158f53cde
Fixing ReplyKeyboard flicker on TaggedButtonGrid
...
- fixing ReplyKeyboard flicker
- updating message handling on existing messages
2021-07-25 17:44:43 +02:00
FlorianDahn
fd7d72b986
Update NavigationController.cs
2021-07-25 16:40:09 +02:00
FlorianDahn
47a5b502b9
Updating package targetFramework to .NET 5
2021-07-25 16:38:53 +02:00
FlorianDahn
ce4c7b6f1c
Update TelegramBotBase.csproj
2021-07-25 16:36:43 +02:00
FlorianDahn
5bae650edc
Updating compilation targets
...
- Removing .NET 4.7.2 and and replacing it with .NET 5
2021-07-25 16:35:15 +02:00
FlorianDahn
9eae63dae6
Updating Testproject
...
- adding example for NavigationController
- readability improvement in Menu
2021-07-25 16:34:29 +02:00
FlorianDahn
6f005114bc
Update NavigationController.cs
...
- Adding PopToRootAsync method
- small comment change
2021-07-25 16:33:05 +02:00
Florian Dahn
00440a50e8
Merge pull request #11 from MajMcCloud/master
...
Move Master changes to development branch
2021-07-25 05:07:31 +03:00
FlorianDahn
ae9dd17ae3
Adding NavigationController for better and optional Push/Pop navigation
2021-07-25 01:54:16 +02:00
FlorianDahn
be2660239a
Creating DeviceSession and other stuff slight earlier in the LoadSessionStates methods
2021-07-25 01:53:55 +02:00
Florian Dahn
e88114049e
Merge pull request #8 from Xilosof/feat/QuickDeletionOfMsgs
...
Thanks for the added change. I will approve it now.
2021-07-25 02:10:30 +03:00
Xilosof
177c198916
Added event call
2021-07-23 16:47:42 +03:00
FlorianDahn
1f7a9900c4
Updating TelegramBotBaseTest project
...
- adding new simple AddStartCommand, AddHelpCommand and AddSettingsCommand to Program.cs to make it easier
2021-07-17 18:36:56 +02:00
Florian Dahn
d6051ce607
Merge pull request #10 from MajMcCloud/development
...
Updating to TelegramBotFramework 16.0.2
2021-07-17 19:35:17 +03:00
FlorianDahn
5613e84bc3
Updating to TelegramBotFramework 16.0.2
...
ATTENTION: UserIds will no longer be "int", instead it has to be of the long datatype
- updating DeviceSession methods for new datatype
- updating LinkReplaceTest class example
- adding .NET 5 as target framework
2021-07-17 18:34:27 +02:00
Florian Dahn
d52fd41467
Merge pull request #9 from MajMcCloud/development
...
Development
2021-07-14 23:11:32 +03:00
Florian Dahn
8df6e4ce55
Merge pull request #7 from NTDV/master
...
CalendarPicker fixes
2021-07-14 22:35:13 +03:00
Xilosof
9012ec76b1
feat(AutoCleanForm): change deletion of msgs
...
- made faster deletion of old messages;
- added server error handling
2021-07-13 22:48:01 +03:00
Danich Volk
36fb40b6bd
CalendarPicker:
...
+ Added days, monthes and years range check
+ Added language selection
* Fixed default language (it is English now)
2021-07-13 21:18:55 +03:00
FlorianDahn
47aa8c2aaa
Extracting custom field conversion for use in other places
2021-06-07 01:35:02 +02:00
FlorianDahn
1709631965
adding GetObject and SaveObject methods for custom session serialization
...
- adding GetObject and SaveObject methods for custom session serialization
2021-06-07 01:33:57 +02:00
FlorianDahn
264a998052
Update FormBase.cs
...
- making more basic methods virtual for easiert overriding
- adding existing control check to AddControl method
2021-06-07 01:33:19 +02:00
FlorianDahn
a00aaacbfb
Update ButtonGrid.cs
...
- adding DeleteReplyMessage property for seperating now deleting the message from the user and the message (buttons) send by the control
2021-06-07 01:31:41 +02:00
Florian Dahn
bd908db867
Merge pull request #4 from MajMcCloud/development
...
A lot of updates and fixes
2021-05-16 15:09:09 +02:00
FlorianDahn
e2c485aede
Adding some conversion checks for JSON State serialization
2021-04-25 15:51:19 +02:00
FlorianDahn
c8936d0748
Adding more details to PromptDialog
...
- replacing the default EventArgs within the Completed event with a more detailed one
- adding new PromptDialogCompletedEventArgs class for easier details access
2021-03-29 23:51:39 +02:00
FlorianDahn
92f12735c8
Adding more details on ConfirmDialog
...
- adding a Tag property for optional use in ArrayPromptDialog and ConfirmDialog
- adding it to the ButtonClickedEventArgs
2021-03-29 23:50:42 +02:00
Florian Dahn
8142b626b2
Merge pull request #3 from Xilosof/bug/ApiRequestException-handling
...
Fix handling ApiRequestException when sending a request.
2021-03-14 20:34:07 +01:00
Xilosof
5dcbe04a73
Added initialization of MaxNumberOfRetries setting
2021-03-14 22:03:13 +03:00
Xilosof
e742ded371
Change exception handling when sending a request.
...
1) Now RetryAfter is multiplied by 1000, because request contains value in second instead milliseconds. (see https://core.telegram.org/bots/api#responseparameters )
2) Now calls occur in a loop, but a limited number of times. This also ensures that exceptions are caught during a repeated request.
2021-03-14 22:00:51 +03:00