-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java? #9
Comments
good idea, but unfortunately the java bindings are not standalone, they are part of the android client. so this could be a bit tricky. |
the java bindings are pretty separated, though. they are in the folder https://github.com/deltachat/deltachat-android/tree/master/src/com/b44t/messenger @EchedeyLR so, if you want to push this forward, you can copy this folder (together with the jni part) and use it. or just use the whole deltachat-android as a subproject. of course, i expect some things to be adapted. also a "high-level" api missing. if there are actual bots in java, at some point, we can think over to separate this, however, this comes at costs, so the advantages and disadvantages should be weighted carefully. |
Thank you. I will check. As I never tried to mount a bot before I expected an example in the language I can use and try to extend from it. |
The following imports depend on android / the android ui code:
|
@Simon-Laux thanks for the list, i made a pr removing these dependencies, deltachat/deltachat-android#1825 |
https://github.com/angelo-fuchs/dc-jni-playground is the attempt to make the java bindings standalone as a maven package |
With deltachat/deltachat-android#2976 merged we still have Android-related hack It provides fallback implementations for Also need to move |
Whats about implement the same bot in Java?
The text was updated successfully, but these errors were encountered: