Commit Graph

662 Commits

Author SHA1 Message Date
rubenlagus 97c8011972 Reduce maven verbosity for travis 2019-07-30 00:33:36 +01:00
rubenlagus 0d0fea0f54 Reduce maven verbosity for travis 2019-07-30 00:05:36 +01:00
rubenlagus e7e369472b Update changelog 2019-07-29 23:48:13 +01:00
rubenlagus 378b1e3eb8 Update version libraries versions 2019-07-29 23:45:23 +01:00
rubenlagus 5cee266478 Update version link 2019-07-29 23:39:49 +01:00
rubenlagus b19ae64899 Fix text to Junit5 2019-07-29 00:24:30 +01:00
Ruben Bermudez d7875bba34 Merge branch 'Chase22-Feature/Refactor-file-download' into java11 2019-07-28 23:47:04 +01:00
Ruben Bermudez e551c64eea Merge branch 'Feature/Refactor-file-download' of https://github.com/Chase22/TelegramBots into Chase22-Feature/Refactor-file-download 2019-07-28 23:38:50 +01:00
rubenlagus 87bd7aefd2 Update version in poms 2019-07-28 21:27:12 +01:00
rubenlagus fd342ad7a7 Update to Api Layer 4.4 2019-07-28 21:13:58 +01:00
rubenlagus 830b873776 Remove BotLogger 2019-07-27 13:19:54 +01:00
rubenlagus 08bcf2bdac Fix remaining tests 2019-07-09 20:50:50 +01:00
Ruben Bermudez 0448bd82bc
Merge pull request #632 from addo37/java11
Modified tests to accommodate JUnit5 and Mockito API changes
2019-07-09 21:46:01 +02:00
Abbas Abou Daya c633f1fcc2 Modified tests to accommodate JUnit5 and Mockito API changes 2019-07-08 23:18:08 -07:00
rubenlagus 251d19f456 Update travis 2019-07-08 20:55:14 +01:00
rubenlagus 37eea6c2be Update travis 2019-07-08 20:44:41 +01:00
rubenlagus 04248e64a7 Update pom to support earlier versions as well 2019-07-08 20:42:42 +01:00
rubenlagus 7b5acf0987 Update travis yalm 2019-07-08 20:37:04 +01:00
rubenlagus 679ad618b9 Java 11, initial version 2019-07-08 20:22:51 +01:00
Ruben Bermudez 7c11293d07 Fix #628 2019-06-15 18:10:27 +01:00
Ruben Bermudez 7c64bf5f1b Update version 2019-06-08 20:39:08 +01:00
Ruben Bermudez c89ee9b07c Merge branch 'dev' of https://github.com/rubenlagus/TelegramBots into dev 2019-06-08 20:34:04 +01:00
Ruben Bermudez 25e69f8055 Closes #625 2019-06-08 20:33:28 +01:00
Ruben Bermudez 14652bdd21
Merge pull request #617 from UnAfraid/dev
Adding mvnw (maven wrapper)
2019-06-01 12:51:23 +01:00
Rubenlagus b3914c5e76 Api version 4.3 2019-06-01 12:50:17 +01:00
Ruben Bermudez 06dad7c262
Merge pull request #620 from recursiveribbons/message-poll-field
Added Poll field to Message
2019-05-31 00:00:28 +01:00
Ruben Bermudez c125b103e6
Merge pull request #622 from recursiveribbons/profile-photos-offset-optional
Allow offset to be null in GetUserProfilePhotos
2019-05-30 23:58:29 +01:00
iamvincentliu 54383aa626 Allow offset to be null in GetUserProfilePhotos 2019-05-27 03:52:06 +02:00
UnAfraid ba3555fefc Adding mvnw (maven wrapper) 2019-05-21 13:13:04 +03:00
iamvincentliu 59f2f8e9cd Added Poll field to Message 2019-05-17 21:31:09 +02:00
Ruben Bermudez 6e689fbf88
Merge pull request #606 from aNNiMON/stoppoll-getter
Add getter and setter for messageId in StopPoll
2019-05-08 23:56:47 +01:00
Ruben Bermudez ee89128adb
Merge pull request #608 from recursiveribbons/jar-link
Link to download jar from mvnrepository
2019-05-08 23:54:30 +01:00
iamvincentliu 4a3ebed6ac Link to download jar from mvnrepository 2019-04-24 18:36:54 +02:00
Victor Melnik c578d47e9c
Add missing getter in StopPoll 2019-04-16 11:22:44 +03:00
Ruben Bermudez b76d4da5bf
Merge pull request #599 from bernikr/dev
Back up maps in the database as a collection of key value pairs
2019-04-16 00:12:06 +01:00
Ruben Bermudez 20f45bd604 Api version 4.2 2019-04-16 00:11:11 +01:00
Rubenlagus 64b0be3154 Api version 4.2 2019-04-08 01:43:46 +01:00
Bernhard 506329e51a apply the minor changes requested in the pull request 2019-04-07 15:54:43 +02:00
Ruben Bermudez d78acbdda0 Update poms and fix guava 2019-04-05 00:52:35 +01:00
Ruben Bermudez 3861b29b25 Improves #498 2019-04-03 02:24:15 +01:00
Ruben Bermudez 140574f54e Closes #578 2019-04-03 02:18:53 +01:00
Ruben Bermudez d20cf9d4bd
Merge pull request #575 from taksoidet/master
Change stream in FAQ
2019-04-03 01:34:28 +01:00
Ruben Bermudez 16308c1be7
Merge pull request #597 from Clevero/dev
Fix typo in ability gradle instruction
2019-04-03 01:33:32 +01:00
Ruben Bermudez a4c7d73f0a
Merge pull request #583 from robatipoor/master
add hasAudio and hasVoice method in Message class
2019-04-03 01:20:31 +01:00
Bernhard a80ee81ba4 back up maps in the database as a collection of key value pairs
this allows all objects to be used as keys and not only strings
2019-03-29 15:58:35 +01:00
Clevero 0c72769976
fix typo in ability gradle instruction 2019-03-27 23:44:56 +01:00
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
robatioor 21a308079c add method hasAudio and method hasVoice to Message class 2019-03-02 16:44:12 +03:30