ArcaneChat for Android: ⚡ Fast encrypted chats for the family
|
|
||
|---|---|---|
| .github | ||
| .tx | ||
| docs | ||
| fastlane/metadata/android | ||
| gradle/wrapper | ||
| jni | ||
| scripts | ||
| src | ||
| store | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| build.gradle | ||
| BUILDING.md | ||
| CHANGELOG-upstream.md | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| flake.lock | ||
| flake.nix | ||
| google-services.json | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| makefile | ||
| proguard-rules.pro | ||
| README.md | ||
| RELEASE.md | ||
| settings.gradle | ||
| standards.md | ||
| test-proguard-rules.pro | ||
| zapstore.yaml | ||
ArcaneChat Android Client
A Delta Chat client for Android. Learn more at: https://arcanechat.me

WebXDC
This app has some extended support for WebXDC apps:
window.webxdc.arcanechata string with the ArcaneChat version and can be used by app developers to detect when they can use the ArcaneChat-specific features.sendToChat(): extra propertysubjectcan be set to a text string to set message/email's subject.sendToChat(): extra propertyhtmlcan be set to a string of html markup to set the HTML part of the email/message.sendToChat(): the file object parameter also accepts atypefield that can be one of:"sticker""image""audio""video""file"(default iftypefield 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.tomlfield: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.