Ruben Bermudez
bd0c96f5e0
Merge pull request #719 from galimru/dev
...
The fix to workaround OpenJDK bug which throw internal error
2020-04-26 00:48:33 +01:00
Ruben Bermudez
21472d67cd
Merge pull request #735 from Chase22/fix-command-bot-constructors
...
Revert: Added deprecated constructor with the old style (e526b9db
)
2020-04-26 00:37:59 +01:00
Ruben Bermudez
a3781ca0a5
Merge pull request #738 from Chase22/wiki/understanding-the-library
...
Wiki/understanding the library
2020-04-26 00:36:48 +01:00
Ruben Bermudez
da0aacfa40
Merge pull request #745 from Chase22/fix-gradle-string-in-ability-example
...
Fix gradle string in ability example
2020-04-26 00:35:02 +01:00
rubenlagus
f351e63307
Fix bug
2020-04-26 00:33:15 +01:00
rubenlagus
571d58e13f
Update version Api 4.8
2020-04-24 09:03:23 +01:00
Chase22
43082ebeea
Fix gradle string in ability example
...
The current version is 4.7.
Also the compile configuration is deprecated and
was replaced by implementation.
See:
https://docs.gradle.org/current/userguide/java_plugin.html#tab:configurations
2020-04-10 11:08:26 +02:00
Ruben Bermudez
14633b4040
Update version Api 4.7
2020-04-01 09:10:13 +01:00
Lukas Prediger
10ed2b5bf5
Finish first version
2020-03-22 19:55:45 +01:00
Lukas Prediger
2568822d58
Add comments to code
2020-03-22 19:55:42 +01:00
Lukas Prediger
263d690933
Add last updated date
2020-03-22 19:55:40 +01:00
Chase
7b03a2889d
Add poll example
2020-03-22 19:55:37 +01:00
Chase
791826fb02
Add mapping section
2020-03-22 19:55:24 +01:00
chase
e4bb479972
Add Introduction and The Libary and the bot section
2020-03-22 19:55:18 +01:00
Lukas Prediger
cc0e0c9771
Revert: Added deprecated constructor with the old style ( e526b9db
)
...
This commit causes a bug if using the normal constructors without
overriding getBotUsername and since it's no longer abstract it doesn't force you to implement the method,
even though it is needed in any case aside from the deprecated one
2020-03-05 17:01:06 +01:00
galimru
1b18b1ccdb
unwrap cause from internal exception and prevent from breaking thread (ref #629 )
2020-01-28 12:59:27 +04:00
galimru
55e27c1167
added the fix to workaround openjdk bug which thrown internal error (ref #629 )
2020-01-27 21:15:04 +04:00
rubenlagus
00f68950aa
Fix image
2020-01-23 23:39:45 +00:00
rubenlagus
ce2e1f9c7b
Fix image
2020-01-23 23:35:37 +00:00
rubenlagus
d61ade0487
Update 4.6
2020-01-23 23:23:29 +00:00
rubenlagus
581a2f3092
Update 4.5
2019-12-31 12:43:19 +01:00
rubenlagus
2ca6d985fb
Update 4.5
2019-12-31 11:40:47 +01:00
rubenlagus
915a3dcd41
Update 4.5
2019-12-31 11:40:34 +01:00
rubenlagus
d8eacfc0b4
Update changelog
2019-12-31 03:44:16 +01:00
rubenlagus
e2bc7b4794
Fix #697
2019-12-31 03:43:55 +01:00
rubenlagus
6b1cea5e82
Update version 4.5
2019-12-31 03:36:57 +01:00
Ruben Bermudez
b27f273ba7
Merge pull request #708 from recursiveribbons/override-equals
...
Override equals and hashCode for CallbackGame and LoginUrl
2019-12-31 03:29:30 +01:00
Ruben Bermudez
e4b4c07e84
Merge pull request #709 from recursiveribbons/keyboard-constructors
...
Added constructor for setting keyboard in the ReplyKeyboard types
2019-12-31 03:28:57 +01:00
recursiveribbons
59958c57c0
Added constructor for setting keyboard in the ReplyKeyboard types
2019-12-25 19:18:16 +01:00
recursiveribbons
a0b53d1530
Override equals and hashCode for Callbackgame and LoginUrl
2019-12-25 18:53:58 +01:00
Ruben Bermudez
f58def6326
Update changelog
2019-11-23 16:45:03 +00:00
Ruben Bermudez
26f83bd4bb
Merge pull request #692 from kortov/bugfix-691
...
Move init for TelegramFileDownloader to constructor, fix it for proxy usage
2019-11-23 16:32:50 +00:00
Eugene Kortov
ff96318fef
Add DI for TelegramFileDownloader, fix it for proxy usage
...
- add DI for TelegramFileDownloader
- replace volatile variables with final
2019-11-20 16:45:38 +04:00
Ruben Bermudez
27649a99cf
Update dependencies
2019-11-19 01:01:49 +00:00
Ruben Bermudez
030aed2756
Add comment
2019-11-19 00:43:25 +00:00
Ruben Bermudez
0cbc21b142
Update version 4.4.0.2
2019-11-19 00:43:25 +00:00
rubenlagus
44c814256d
Bug fixes and pom dependencies upgrades
2019-11-19 00:43:21 +00:00
rubenlagus
7cfcca3ae3
Fix error importing project
2019-11-19 00:42:17 +00:00
Ruben Bermudez
31e5fe6638
Merge pull request #660 from UnAfraid/slf4j
...
Replacing log4j with slf4j
2019-10-30 23:24:41 +00:00
Ruben Bermudez
777dc843ef
Merge pull request #631 from jugendhacker/patch-jugendhacker-1
...
Fixed case insensitive usernames
2019-10-30 23:15:00 +00:00
UnAfraid
2d27f9e60f
Post merge fixes
2019-10-14 20:08:16 +03:00
j.r@wiuwiu.de
e526b9db14
Added deprecated constructor with the old style
2019-10-13 15:12:22 +02:00
Ruben Bermudez
15fe637998
Merge branch 'dev' into slf4j
2019-10-12 01:02:15 +01:00
Ruben Bermudez
fc12de81c0
Merge pull request #671 from addo37/add-ability-toggle
...
Add Abillity toggles and export default abilities to their own class
2019-10-12 01:00:38 +01:00
Ruben Bermudez
1ebbc68485
Merge branch 'dev' into add-ability-toggle
2019-10-12 01:00:28 +01:00
Ruben Bermudez
5d166d3d90
Merge pull request #672 from addo37/add-extensions-wiki
...
Add wiki for Ability Extensions
2019-10-09 02:06:38 +01:00
Ruben Bermudez
4d3011b89f
Merge pull request #670 from Melancholic/master
...
Fixed #652
2019-10-09 02:05:41 +01:00
Ruben Bermudez
d1f060fb04
Merge pull request #668 from addo37/add-replyflow
...
Add state machine capability to AbilityBot via ReplyFlow
2019-10-08 23:08:48 +01:00
Ruben Bermudez
8e97852ee1
Merge pull request #665 from addo37/fix-replies-wiki
...
Change sender to silent for the usage of forceReply in wiki
2019-10-08 23:07:51 +01:00
Ruben Bermudez
51df90464e
Merge pull request #666 from addo37/fix-execute-async
...
Fix executeAsync in SilentSender to properly call sender.executeAsync
2019-10-08 23:07:25 +01:00