Commit Graph

945 Commits

Author SHA1 Message Date
Abbas Abou Daya 05566742c0 Fix handling of poll updates without user information 2020-04-25 17:32:38 -07:00
Ruben Bermudez 52d69853e3
Merge pull request #687 from SokoMishaLov/starter-upgrade-2.2.0
upgrade spring boot to 2.2.1.RELEASE, replaced Optional bean with ObjectProvider in autoconfiguration
2020-04-26 00:51:49 +01:00
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
Anton Petrov 2083b29ae5 Update wiki pages 2020-04-06 15:29:38 +03:00
Ruben Bermudez a7aec1e581
Merge pull request #740 from rubenlagus/dev
Update version Api 4.7
2020-04-01 09:15:09 +01: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
Abbas Abou Daya 21822f7803 Remove redundant commits to DB 2020-02-29 16:27:05 -08:00
Abbas Abou Daya 5120595cb0 Move the commit to the end of the update pipeline 2020-02-29 16:22:48 -08:00
Ruben Bermudez caf3659de9
Update README.md 2020-02-23 17:41:05 +00: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
Ruben Bermudez bd5c5a2f41
Merge pull request #718 from rubenlagus/dev
Update 4.6
2020-01-23 23:41:32 +00: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
Ruben Bermudez 32be70c9eb
Merge pull request #711 from rubenlagus/dev
Update 4.5
2019-12-31 15:56:48 +01: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
sokomishalov 4f0e5f6af0
Merge branch 'dev' into starter-upgrade-2.2.0 2019-11-25 00:01:11 +05:30
Ruben Bermudez 547013dcd9
Merge pull request #694 from rubenlagus/dev
Dev
2019-11-23 17:03:36 +00: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