Files
arcanechat-android/README.md
T
adbenitez 35b081b046 fix bug in WebxdcActivity
* allow to open external links
* add window.webxdc.deltalab variable, set to true
* update version number
2023-07-06 20:15:31 +02:00

1.7 KiB

DeltaLab Android Client

DeltaLab is a Delta Chat client for Android.

Get it on IzzyOnDroid Disponible en Apklis

Or get the latest APK from the Releases section.

Screenshot Chat List Screenshot Chat View

WebXDC

DeltaLab has some extended support for WebXDC apps:

  • window.webxdc.deltalab is true and can be used by app developers to detect when they can use the DeltaLab-specific features
  • sendToChat(): the file object parameter also accepts a type field that can be one of:
    • "sticker"
    • "image"
    • "audio"
    • "video"
    • "file" (default if type 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.

Credits

DeltaLab is based on the official Delta Chat client with some small improvements.

DeltaLab uses a modified version of the Delta Chat Core Library.

License

Licensed GPLv3+, see the LICENSE file for details.

Copyright © 2022 DeltaLab contributors.