You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by willianantunes <gi...@git.apache.org> on 2018/05/05 13:47:18 UTC

[GitHub] camel pull request #2318: CAMEL-12478: Allow use of custom keyboard

GitHub user willianantunes opened a pull request:

    https://github.com/apache/camel/pull/2318

    CAMEL-12478: Allow use of custom keyboard

    As described [here](https://issues.apache.org/jira/browse/CAMEL-12478), it will permit the usage of custom keyboard in order to increase the interaction with the user as it's a lot easier to select an option instead of ask the user writing one.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/willianantunes/camel telegram-custom-keyboard

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/2318.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2318
    
----
commit 745f15f33158a9e57f8c5cacd97dfd8ebef2d62b
Author: Willian Antunes <wi...@...>
Date:   2018-05-01T23:16:58Z

    Test to cover custom keyboard

commit 0c2a18ad55ad37d79caee29561e95e76e9b2b961
Author: Willian Antunes <wi...@...>
Date:   2018-05-01T23:17:55Z

    Updated client to be more dynamic (JSON instead of FORM)

commit 11dfa490dadc8401f758487db24436b56497011a
Author: Willian Antunes <wi...@...>
Date:   2018-05-01T23:18:38Z

    New/updated models to comply with JSON/API requirements

commit 98fe1d38703f2f076ebbffbdb91f96bd2bcb091a
Author: Willian Antunes <wi...@...>
Date:   2018-05-01T23:46:49Z

    In order to disable custom keyboard if it's activated

commit 70d81f9f0e3059883bac578295c4d8561173c47d
Author: Willian Antunes <wi...@...>
Date:   2018-05-05T13:18:47Z

    OutgoingTextMessage builder and a test considering producer situation

----


---

[GitHub] camel pull request #2318: CAMEL-12478: Allow use of custom keyboard

Posted by oscerd <gi...@git.apache.org>.
Github user oscerd closed the pull request at:

    https://github.com/apache/camel/pull/2318


---