663 Commits

Author SHA1 Message Date
FlorianDahn
94d22318f8 - change SetKeyboardType method to Property 2019-09-27 23:08:55 +02:00
FlorianDahn
2028e2f9e6 - adding ButtonGrid control to Readme 2019-09-27 21:26:43 +02:00
FlorianDahn
394209b303 updating both projects to .Net 4.7.2 2019-09-27 00:01:20 +02:00
FlorianDahn
f0fa953819 Updating csproj Files 2019-09-26 23:27:38 +02:00
FlorianDahn
1d44b50883 - small change 2019-09-26 20:57:51 +02:00
FlorianDahn
3c21af8f68 - small change and adding comments 2019-09-26 20:57:16 +02:00
FlorianDahn
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
2019-09-26 20:54:35 +02:00
FlorianDahn
94195ec5bf - added another Edit Method for InlineKeyboardMarkup
- change Send method parameter ReplyKeyboardMarkup to ReplyMarkupBase to allow also RemoveKeyboard
2019-09-26 20:51:30 +02:00
FlorianDahn
256cac825f - adding Load method for controls 2019-09-26 20:50:33 +02:00
FlorianDahn
69e5a6717b - Splitting enums into single files for more structure
- remove old Enum file
2019-09-26 17:14:12 +02:00
FlorianDahn
a6d22cdd82 Update version v1.5.2.0 2019-09-17 16:44:14 +02:00
FlorianDahn
ee4a3d765c Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework 2019-09-17 16:43:10 +02:00
FlorianDahn
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
2019-09-17 16:43:02 +02:00
Florian Dahn
138fee9772
Update README.md
adding paypal
2019-09-17 16:33:51 +02:00
Florian Dahn
d60399514f
Update README.md 2019-09-04 15:13:42 +02:00
FlorianDahn
ae0fa3b0e3 Added simple Markdown/HTML Generator
Use with:

"Bold Text".Bold();

"Other text".Italic();

"www.google.de".Link("Google")
2019-08-28 17:33:18 +02:00
FlorianDahn
6a2ac7a309 Added simple Markdown/HTML Generator
Use with:

"Bold Text".Bold();

"Other text".Italic();

"www.google.de".AsLink("Google")
2019-08-28 17:32:08 +02:00
FlorianDahn
1a76b2b3f8 added some forms to obsolete, cause their use is bad for ram management 2019-08-26 01:34:50 +02:00
FlorianDahn
5893108bd3 Update readme v1.5.1.0 2019-08-23 14:55:54 +02:00
FlorianDahn
d668f57711 Update readme 2019-08-23 14:53:24 +02:00
FlorianDahn
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
2019-08-23 14:02:24 +02:00
FlorianDahn
805ffb9ec7 Update version 2019-07-15 13:33:01 +02:00
FlorianDahn
aeddd82ea9 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework 2019-07-15 13:31:07 +02:00
FlorianDahn
1ec14ce680 Updating nuget packages 2019-07-15 13:31:02 +02:00
Florian Dahn
3a309baeae
Update README.md v1.5.0.0 2019-07-14 23:14:37 +02:00
FlorianDahn
e02af0fc76 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework 2019-07-14 23:13:19 +02:00
FlorianDahn
530e01f971 new images 2019-07-14 23:13:16 +02:00
Florian Dahn
dcf3cf804f
Update README.md 2019-07-14 23:00:06 +02:00
Florian Dahn
a42d3934b5
Update README.md 2019-07-14 22:52:59 +02:00
Florian Dahn
2126b45fed
Update README.md 2019-07-14 22:47:04 +02:00
FlorianDahn
b6b9d5b6b1 Update images 2019-07-14 22:46:29 +02:00
FlorianDahn
eed5f012dc adding images for example 2019-07-14 22:38:10 +02:00
FlorianDahn
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
2019-07-14 22:27:16 +02:00
FlorianDahn
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
2019-07-14 22:22:04 +02:00
FlorianDahn
cb4a797b12 Updating ButtonBase to enable Url Buttons 2019-07-14 22:13:23 +02:00
FlorianDahn
94d153e141 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework 1.4.3.0 2019-06-26 12:48:37 +02:00
FlorianDahn
e13cb6d4ef - Updating NavigateTo to set PreviousForm now correctly 2019-06-26 12:48:25 +02:00
Florian Dahn
c0e285d39e
Update README.md 2019-06-24 13:50:55 +02:00
Florian Dahn
8338c5c066
Update README.md 2019-06-24 13:49:37 +02:00
FlorianDahn
52c01b3dfd Update 1.4.2.0 2019-06-22 15:16:51 +02:00
FlorianDahn
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
2019-06-22 15:15:29 +02:00
FlorianDahn
022eee4b57 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework 2019-05-04 18:59:08 +02:00
FlorianDahn
ea971979e2 - Added comments
- added Edit method
2019-05-04 18:59:05 +02:00
Florian Dahn
9585a231bd
Update README.md 2019-05-04 18:43:54 +02:00
Florian Dahn
c07aca96a4
Update README.md 2019-05-04 16:56:44 +02:00
Florian Dahn
01de9ec932
Update README.md 2019-05-04 16:56:25 +02:00
FlorianDahn
94fe263676 Merge branch 'master' of https://github.com/MajMcCloud/TelegramBotFramework 2019-05-04 16:32:50 +02:00
FlorianDahn
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

Examples:
- SimpleForm (#1) derived now from AutoCleanForm to show deletion mode for both sides
2019-05-04 16:32:48 +02:00
Florian Dahn
1491fc1795
Update README.md 2019-04-16 13:46:37 +02:00
Florian Dahn
b2db44fe4c
Update README.md 1.4.0.0 2019-03-27 14:10:43 +07:00