chase
ed18c2c265
Add test for TelegramFileDownloader
2019-03-26 22:39:54 +01:00
chase
ef0d78eb4c
Move TelegramFileDownloader and finish implementation
...
The fileDownloader now offers all necessary methods. Still needs some
polishing
2019-03-26 22:39:36 +01:00
chase
a317001d4b
Add TelegramFileDownloader
...
Add a seperate file downloader to look at the download code more
isolated. Might be merged back into DefaultAbsSender later
2019-03-24 20:22:55 +01:00
Rubenlagus
1883320445
Update versions
2019-01-27 23:37:46 +00:00
Ruben Bermudez
261384b9d7
Update more unsafe dependencies
2019-01-27 23:36:57 +00:00
Rubenlagus
f96c91cd48
Update wiki
2019-01-27 23:26:38 +00:00
Ruben Bermudez
390808c804
Merge pull request #569 from Chase22/FIX/annotation-for-bot-session
...
Use stream to scan for annotations and to execute the methods
2019-01-27 22:57:34 +00:00
Ruben Bermudez
18412d9c98
Merge pull request #545 from romangraef/dev
...
Extensions for AbilityBots
2019-01-27 22:54:54 +00:00
chase
05c92d4037
Use stream to scan for annotations and to execute the methods
2019-01-19 09:49:44 +01:00
Roman Gräf
d37ea25fa6
Merge pull request #1 from addo37/dev
...
Consolidated ExtensionTest objects and minor refactoring
2019-01-16 17:34:50 +01:00
Ruben Bermudez
61d1eb3319
Merge pull request #566 from addo37/additional-examples
...
Added additional examples section for AbillityBot wiki, addresses #482
2019-01-04 18:39:27 +01:00
Abbas Abou Daya
c1597058f4
Add additional examples to sidebar
2019-01-03 06:12:06 +02:00
Abbas Abou Daya
fed36f60f8
Added additional examples section for AbillityBot wiki, addresses #482
2019-01-03 06:09:55 +02:00
Abbas Abou Daya
2f05976d0a
Consolidated ExtensionTest objects and minor refactoring
2019-01-03 05:46:09 +02:00
Rubenlagus
f998cc2509
Update versions
2019-01-02 16:19:43 +01:00
Rubenlagus
e203abfab5
Update versions
2019-01-02 16:12:05 +01:00
Ruben Bermudez
293d903083
Fix #563
2019-01-02 15:56:45 +01:00
Ruben Bermudez
702285e631
Merge branch 'aNNiMON-typo-fix' into dev
2019-01-02 15:16:52 +01:00
Rubenlagus
97e0aaa10f
Fix inheritance of deprecated methods
2019-01-02 15:16:03 +01:00
Ruben Bermudez
885a2b69ff
Merge branch 'typo-fix' of https://github.com/aNNiMON/TelegramBots into aNNiMON-typo-fix
2019-01-02 15:04:53 +01:00
Ruben Bermudez
e746a99188
Merge branch 'aNNiMON-timeperiod-improvements' into dev
2019-01-02 15:03:10 +01:00
Ruben Bermudez
4ea1651b28
Merge branch 'timeperiod-improvements' of https://github.com/aNNiMON/TelegramBots into aNNiMON-timeperiod-improvements
2019-01-02 15:00:28 +01:00
Ruben Bermudez
c06aa5344c
Merge branch 'fbascheper-dev' into dev
2019-01-02 14:57:41 +01:00
Rubenlagus
880c8a2087
Fix guava dependency
2019-01-02 14:57:27 +01:00
Ruben Bermudez
8e8156646c
Merge branch 'dev' of https://github.com/fbascheper/TelegramBots into fbascheper-dev
2019-01-02 14:55:47 +01:00
Ruben Bermudez
6b0a738dac
Merge pull request #565 from Chase22/FIX/Missing-Field-disableNotifications-in-SendMessge-toString
...
Add missing "disableNotification" field to toString() of SendMessage class
2019-01-02 14:20:09 +01:00
Ruben Bermudez
72464edd2b
Merge pull request #561 from Chase22/FEATURE/Annotation-for-bot-session
...
Add annotation to allow bot to get botSession
2019-01-02 14:19:46 +01:00
chase
4c86a3994d
Add missing "disableNotification" field to toString() of SendMessage class
2019-01-02 14:04:01 +01:00
chase
ad195d8d59
Add annotation to allow bot to get botSession
...
A method annotated with @AfterBotRegistration will be invoked after
the bot is registered.
Optionally the method can have a parameter of
type BotSession to get passed the BotSession the bot was created with.
2018-12-19 22:19:22 +01:00
Victor
d091480f71
Ability to set time periods with Instant, Duration and ZonedDateTime
2018-12-12 19:18:09 +02:00
Victor
1099ea07a3
Fix typo in package
2018-12-12 17:28:25 +02:00
Victor
9a6682688e
Merge branch 'dev' into typo-fix
2018-12-12 17:10:18 +02:00
Ruben Bermudez
f7bde89ec8
Merge pull request #544 from aNNiMON/maskposition-fix
...
Fix wrong type in Sticker maskPosition field
2018-12-11 00:50:25 +00:00
Ruben Bermudez
5fec33f9ea
Merge pull request #540 from aNNiMON/actiontype-videonote
...
Video note support in ActionType
2018-12-11 00:49:58 +00:00
Ruben Bermudez
c71c2a3c29
Merge pull request #539 from aNNiMON/switchpmparameter-fix
...
Allow hyphen character in switchPmParameter
2018-12-11 00:49:43 +00:00
Ruben Bermudez
d420625e7b
Merge pull request #538 from aNNiMON/stickerpositioninset-fix
...
Fix setStickerPositionInSet
2018-12-11 00:49:30 +00:00
Erik-Berndt Scheper
28740da0df
Update dependencies to fix https://github.com/rubenlagus/TelegramBots/issues/547
2018-11-14 07:09:41 +01:00
romangraef
ee78c70164
removed more accidental configs
2018-11-10 22:35:50 +01:00
romangraef
ff01673f8f
removed accidental tests
2018-11-10 22:33:39 +01:00
romangraef
159de38b29
added tests for ability extension functionality
2018-11-10 22:07:41 +01:00
romangraef
a05988f5b4
merge upstream
2018-11-10 00:51:39 +01:00
romangraef
d515d8e44f
Added the extensions to abilities
2018-11-10 00:51:00 +01:00
Victor
4916e9f853
Fix wrong type in Sticker maskPosition field
2018-11-08 13:52:31 +02:00
Victor
ce05d68e81
Fix wrong class and method names
2018-11-07 12:34:50 +02:00
Victor
f133572a3a
Fix test case
2018-11-06 16:40:50 +02:00
Victor
aa3e1fcf63
Fix typos and error messages
2018-11-06 16:35:55 +02:00
Victor
0f611bfd17
Add record/upload video note to ActionType
2018-11-06 14:33:50 +02:00
Victor
1e764dfaf2
Allow hyphen character in switchPmParameter
2018-11-06 14:12:13 +02:00
Victor
cc5d365aed
Fix setStickerPositionInSet method
2018-11-06 13:14:21 +02:00
Ruben Bermudez
bdc8db3c87
Merge pull request #528 from d35h/master
...
Add addAll method for keyboardrow class
2018-10-31 20:14:34 +00:00