ArcaneChat for Android: Fast encrypted chats for the family
Find a file
2025-12-16 20:31:45 +01:00
.github add publishing to ZapStore to CI 2025-11-30 03:00:58 +01:00
.tx update scripts to new res and assets folder location 2024-06-12 22:17:54 +02:00
docs update README screenshots 2024-07-15 17:59:28 +02:00
fastlane/metadata/android Adding Russian metadata translation (#62) 2025-12-05 19:00:30 +01:00
gradle/wrapper update gradle and some deps 2025-08-06 19:38:41 +02:00
jni Merge remote-tracking branch 'upstream/main' 2025-12-16 18:50:00 +01:00
scripts update scripts 2025-12-16 20:30:50 +01:00
src allow to set subject in email threads 2025-12-16 20:25:05 +01:00
store remove IzzyOnDroid 2025-03-09 00:55:45 +01:00
.editorconfig Expand tabs in dc_wrapper.c 2020-09-15 23:57:22 +03:00
.gitattributes Initial commit 🌱 2018-08-14 17:20:46 +02:00
.gitignore Merge remote-tracking branch 'upstream/main' into adb/merge-code-tree-changes 2024-06-13 18:50:37 +02:00
.gitmodules update core submodule URL 2025-03-10 22:39:13 +01:00
build.gradle Merge remote-tracking branch 'upstream/main' 2025-12-16 18:50:00 +01:00
BUILDING.md improve building and releasing docs 2025-11-22 22:43:21 +01:00
CHANGELOG-upstream.md Merge remote-tracking branch 'upstream/main' 2025-12-16 18:50:00 +01:00
CONTRIBUTING.md move building to its own file 2025-10-16 16:44:26 +02:00
Dockerfile build: update NDK to r27 2024-11-11 16:22:55 +00:00
flake.lock Update Rust from 1.86.0 to 1.91.1 2025-11-17 16:54:57 +00:00
flake.nix flake.nix: update Android SDK from 35 to 36 2025-12-06 21:02:00 +00:00
google-services.json update google-services.json 2025-01-09 18:01:16 +01:00
gradle.properties fix warning about non-final resource IDs 2025-02-25 17:46:09 +01:00
gradlew Upgrade from Gradle 7.5 to Gradle 8.0.2 2023-04-14 13:08:52 +00:00
gradlew.bat Upgrade from Gradle 7.5 to Gradle 8.0.2 2023-04-14 13:08:52 +00:00
LICENSE Initial commit 🌱 2018-08-14 17:20:46 +02:00
makefile add makefile 2025-12-05 23:18:41 +01:00
proguard-rules.pro Merge remote-tracking branch 'upstream/main' 2025-11-05 17:13:44 +01:00
README.md Update README.md 2025-10-16 16:02:49 +00:00
RELEASE.md improve building and releasing docs 2025-11-22 22:43:21 +01:00
settings.gradle Setup Android plugin using plugins and pluginManagement 2023-04-14 13:08:52 +00:00
standards.md standards.md has been moved to the core 2020-05-20 17:40:22 +02:00
test-proguard-rules.pro add R8 rules and set minifyEnabled true 2025-11-02 00:23:58 +01:00
zapstore.yaml add publishing to ZapStore to CI 2025-11-30 03:00:58 +01:00

ArcaneChat Android Client

A Delta Chat client for Android. Learn more at: https://arcanechat.me

Get it on Google Play Get it on F-Droid 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.
  • 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 Chatmail Core Library.