A Delta Chat client for Android.
This app has some extended support for WebXDC apps:
window.webxdc.arcanechat
a string with the ArcaneChat version and can be used by app developers to detect when they can use the ArcaneChat-specific features.window.webxdc.isCommunity
true if the current account is a community accountsendToChat()
: extra propertysubject
can be set to a text string to set message/email's subject.sendToChat()
: extra propertyhtml
can be set to a string of html markup to set the HTML part of the email/message.sendToChat()
: the file object parameter also accepts atype
field that can be one of:"sticker"
"image"
"audio"
"video"
"file"
(default iftype
field is not present)
- Inside apps, clicking external links is supported, ex. to open in browser, so you can include links to your website or donation pages.
manifest.toml
field:orientation
, if you set it to"landscape"
your app will be launched in landscape mode.
This app is based on the official Delta Chat client with several improvements.
This app uses a modified version of the Delta Chat Core Library.