663 Commits

Author SHA1 Message Date
Florian Zevedei
edaa082e93 Renaming label control 2023-09-13 14:51:13 +02:00
Florian Zevedei
f99c8ef14c Adding test for ArrayPromptDialog 2023-09-13 14:49:03 +02:00
Florian Zevedei
3817d01836 Removing obsolete code from ArrayPromptDialog 2023-09-13 14:48:48 +02:00
Florian Zevedei
98eba1c5f9 Adding simplified versions for BotBaseBuilder serialization options. 2023-09-12 14:40:12 +02:00
Florian Zevedei
d34df46087 Update README.md 2023-09-12 14:27:54 +02:00
Florian Zevedei
95235ea7c7 Updating Readme file and adding links to test project for controls 2023-09-12 14:26:24 +02:00
Florian Zevedei
c48ee0a295 Renaming test classes to fit *Form scheme 2023-09-12 14:25:48 +02:00
Florian Zevedei
727d9d5508 Updating project file and version number 2023-09-12 14:15:25 +02:00
Florian Zevedei
89a023e9f0 Delete packages.config 2023-09-12 14:14:58 +02:00
Florian Zevedei
243c9c82a8 Adding new simple label control and example 2023-09-12 14:14:38 +02:00
Florian Zevedei
105ac9fa5b Updating project files 2023-09-12 14:13:17 +02:00
Florian Zevedei
809847ecd4 Fixing some compiler warnings 2023-09-12 14:11:59 +02:00
Florian Zevedei
d21a5f8937 Removing Telegram.Bot.Extensions.Polling nuget package 2023-09-10 18:03:33 +02:00
Florian Zevedei
f5b441000e Adding Nuget reference to new version 2023-09-10 17:10:41 +02:00
FlorianDahn
c7480159c8 Update README.md 2023-09-10 17:04:56 +02:00
FlorianDahn
3b17700ada Create README.md 2023-09-10 17:04:19 +02:00
FlorianDahn
f7578384e6 Adding new example project for Inline- and ReplyMarkup combination 2023-09-10 16:58:12 +02:00
FlorianDahn
54e131d852 Fixing copyright 2023-09-09 18:50:13 +02:00
FlorianDahn
0700e1e1ba Fixing class renaming of TelegramBot framework 18 to 19 2023-09-09 18:49:52 +02:00
Florian Zevedei
26182bad55
Merge pull request #44 from MajMcCloud/development
Adding minimal example for WebApplication and TelegramBot side-by-side
2023-09-09 18:33:02 +02:00
FlorianDahn
6369a809b7 Add missing Program.cs file 2023-09-09 18:28:39 +02:00
FlorianDahn
5af308da33 Adding minimal example for WebApplication and TelegramBot side-by-side 2023-09-09 18:28:39 +02:00
FlorianDahn
375362ac46 Add missing Program.cs file 2023-09-09 15:46:13 +02:00
FlorianDahn
a4b24d9433 Adding minimal example for WebApplication and TelegramBot side-by-side 2023-09-09 15:41:38 +02:00
FlorianDahn
be7d31ca69 Adding Test project to Readme 2023-09-03 17:08:41 +02:00
Florian Zevedei
44cdea43df
Update LICENCE.md 2023-08-30 17:39:16 +02:00
Florian Zevedei
5c5b7e7a25
Update README.md 2023-08-30 17:36:14 +02:00
Florian Zevedei
cb99ec595c
Merge pull request #43 from MajMcCloud/development
Merging development branch to master
v5.3.0
2023-08-25 22:41:40 +02:00
Florian Zevedei
b10cc30156
Update FUNDING.yml 2023-08-11 15:49:05 +02:00
FlorianDahn
da8a2f630b Switching MessageId property from private to public #42 2023-06-04 17:59:55 +02:00
Florian Zevedei
f70531dd73
Merge pull request #29 from ZavaruKitsu/development
QoL changes accepted.
2023-06-04 17:30:36 +02:00
Florian Zevedei
d7abe6f023
Merge branch 'development' into development 2023-06-04 17:29:28 +02:00
FlorianDahn
c463878bb4 Bugfix TaggedButtonGrid max page calculation 2023-06-04 17:17:32 +02:00
FlorianDahn
54513c0214 Moving TaggedButtonGrid icons into localization file 2023-06-04 17:17:15 +02:00
FlorianDahn
6ae92b0b29 Bugfix for TaggedButtonGrid in combination with AutoCleanForm 2023-06-04 17:15:30 +02:00
FlorianDahn
cd75275950 Fix in example project 2023-06-04 16:49:15 +02:00
FlorianDahn
c0e67d6262 Fixing AutoCleanForm and NavigationController
- AutoCleanForm does not work properly inside a NavigationController (Some messages wont get deleted)
2023-01-27 20:11:45 +01:00
Florian Zevedei
284634d7d1
Update README.md
- changes nuget version icon to "Release" version, not pre-release
v5.3.1-alpha
2023-01-22 02:25:36 +01:00
Florian Zevedei
34890e35ac
Merge pull request #40 from palashjhabak/development
Add Web App Inline Keyboard Button
2023-01-21 17:01:40 +01:00
Florian Zevedei
25019f6c46
Merge pull request #35 from alex6dj/Fix_IDisposable_implementation
Use Dispose pattern in FormBase IDisposable implementation
2023-01-21 16:56:21 +01:00
Palash Jhabak
6343a8a719 Add Web App Inline Keyboard Button 2023-01-21 09:47:28 +05:30
ZavaruKitsu
e12e21845f docs(readme): improve grammar 2023-01-04 16:04:36 +03:00
ZavaruKitsu
c3c7d8f0c4 Merge remote-tracking branch 'upstream/development' into development
# Conflicts:
#	TelegramBotBase.Test/packages.config
#	TelegramBotBase/Form/CallbackData.cs
#	TelegramBotBase/TelegramBotBase.nuspec
2023-01-04 15:57:29 +03:00
Alexei Agüero Alba
138199e811
Correctly implement Dispose pattern in FormBase for use on derived classes 2022-12-05 17:18:54 -05:00
Florian Zevedei
0d390f30fe
Merge pull request #34 from alex6dj/development
Call Serialize implicitly when assigning to a string
2022-12-03 01:27:44 +01:00
Alexei Agüero Alba
c86ce7a9e0
Call Serialize implicitly when assigning to a string 2022-12-01 09:45:43 -05:00
Florian Zevedei
ec65d609ba
Merge pull request #33 from MajMcCloud/master
Updating development with latest changes
2022-11-23 13:17:37 +01:00
Florian Zevedei
355c601e17
Merge pull request #32 from MajMcCloud/development
Updating to 5.2
v5.2.0
2022-11-23 13:15:35 +01:00
FlorianDahn
75a70c6ed4 Updating AsyncFormUpdates example 2022-11-23 13:14:17 +01:00
FlorianDahn
8b2d70e016 Update SystemCommandsBot.csproj 2022-11-23 13:12:26 +01:00