Skip to content

deltalab-org/deltalab-android

 
 

Repository files navigation

DeltaLab Android Client

DeltaLab is a Delta Chat client for Android.

Get it on IzzyOnDroid Disponible en Apklis Get it on GitHub

Screenshot Chat List Screenshot Chat View

WebXDC

DeltaLab has some extended support for WebXDC apps:

  • window.webxdc.deltalab is a string with the DeltaLab version and can be used by app developers to detect when they can use the DeltaLab-specific features.
  • sendToChat(): extra property subject can be set to a text string to set message/email's subject.
  • sendToChat(): extra property html 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 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.
  • manifest.toml field: orientation, if you set it to "landscape" your app will be launched in landscape mode.

Translations

Android metadata and changelogs are translated using Weblate.

Translation status

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.

Packages

No packages published

Languages

  • Java 59.5%
  • HTML 38.4%
  • C 1.6%
  • Shell 0.4%
  • JavaScript 0.1%
  • Makefile 0.0%