Skip to content

vgisc-labs/arcane-android

This branch is 1122 commits ahead of, 503 commits behind deltachat/deltachat-android:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3a5f9b3 · Dec 13, 2024
Nov 29, 2024
Jun 12, 2024
Jul 15, 2024
Oct 16, 2024
Apr 14, 2023
Dec 13, 2024
Sep 11, 2024
Dec 13, 2024
Dec 13, 2024
Sep 20, 2024
Sep 15, 2020
Aug 14, 2018
Jun 13, 2024
Aug 25, 2024
Dec 13, 2024
Nov 30, 2023
Nov 11, 2024
Aug 14, 2018
Aug 30, 2024
Nov 9, 2024
Dec 13, 2024
Dec 12, 2024
Dec 12, 2024
Aug 26, 2024
Nov 5, 2023
Apr 14, 2023
Apr 14, 2023
May 24, 2024
Apr 14, 2023
May 20, 2020

Repository files navigation

ArcaneChat Android Client

A Delta Chat client for Android.

Get it on F-Droid Get it on IzzyOnDroid Disponible en Apklis Get it on GitHub

Screenshot Screenshot

WebXDC

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 account
  • 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.

Credits

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.

About

⚡ Fast encrypted chats for the family

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 55.6%
  • HTML 42.3%
  • C 1.6%
  • Shell 0.4%
  • JavaScript 0.1%
  • Makefile 0.0%