A Fork of Element Android
Go to file
Jarno Rankinen aa609fdeb6 Update README.md 2023-08-29 23:30:14 +03:00
.github Send new issues to new triage board (#8567) 2023-06-30 16:18:15 +02:00
.idea Code style 2023-05-04 11:57:49 +02:00
changelog.d Changelog for version 1.6.5 2023-07-25 14:56:03 +02:00
docs Rust Crypto SDK is now the default, and the build will replace the existing application. 2023-05-09 22:07:08 +02:00
fastlane Adding fastlane file for version 1.6.5 2023-07-25 14:56:31 +02:00
gradle/wrapper Update Gradle Wrapper from 7.5.1 to 7.6. 2022-11-27 00:26:10 +00:00
library Add setting in Labs to hide the encyption shields from next to messages in rooms 2023-08-29 23:29:36 +03:00
matrix-sdk-android Fix unhandled crashes when network is not reacheable. 2023-07-11 18:10:38 +02:00
matrix-sdk-android-flow Merge branch 'develop' into feature/bca/rust_flavor 2023-01-30 16:46:54 +01:00
resources/img Add logo to resources 2023-08-29 00:29:05 +03:00
tools Update the release script to release the flavor `rustCrypto` - small revert 2023-05-17 16:37:08 +02:00
vector Add setting in Labs to hide the encyption shields from next to messages in rooms 2023-08-29 23:29:36 +03:00
vector-app Add setting in Labs to hide the encyption shields from next to messages in rooms 2023-08-29 23:29:36 +03:00
vector-config Add setting in Labs to hide the encyption shields from next to messages in rooms 2023-08-29 23:29:36 +03:00
.editorconfig Enables trailing comma editor config 2022-07-19 14:51:07 +02:00
.gitattributes Merge branch 'develop' into feature/bca/rust_flavor 2022-12-13 11:52:46 +01:00
.gitignore Git ignore library/rustCrypto/matrix-rust-sdk-crypto.aar, to avoid committing it again. 2023-05-03 15:25:36 +02:00
AUTHORS.md Add ability to share profile by QR code 2020-11-20 14:49:39 +01:00
CHANGES.md Changelog for version 1.6.5 2023-07-25 14:56:03 +02:00
CONTRIBUTING.md Run knit. 2022-11-24 16:44:07 +01:00
Gemfile Setup Danger to Element Android project. 2022-07-29 10:02:40 +02:00
Gemfile.lock Bump git from 1.11.0 to 1.13.0 2023-01-09 22:01:21 +00:00
LICENSE Update README.md & Create LICENSE 2019-03-04 19:18:15 +01:00
README.md Update README.md 2023-08-29 23:30:14 +03:00
SECURITY.md Add SECURITY.md (copied from https://github.com/vector-im/.github/blob/main/SECURITY.md) 2023-01-11 15:18:28 +01:00
build.gradle Remove Jcenter repository ref (#2773) 2023-06-23 19:00:06 +02:00
coverage.gradle add workflow for rust test 2023-04-25 16:40:43 +02:00
dependencies.gradle Merge pull request #8440 from vector-im/jonny/feat/rich-text-mentions 2023-06-21 11:26:13 +01:00
dependencies_groups.gradle Remove Jcenter repository ref (#2773) 2023-06-23 19:00:06 +02:00
flavor.gradle Rust Crypto SDK is now the default, and the build will replace the existing application. 2023-05-09 22:07:08 +02:00
gradle.properties try fix lfs 2023-03-16 09:19:43 +01:00
gradlew Update Gradle Wrapper from 7.5.1 to 7.6. 2022-11-27 00:26:10 +00:00
gradlew.bat Update Gradle Wrapper from 7.5.1 to 7.6. 2022-11-27 00:26:10 +00:00
integration_tests_script.sh - Fix integration tests (still not perfect while github actions are very very limited for that) 2022-01-05 23:42:57 +02:00
integration_tests_script_github.sh - Fix integration tests (still not perfect while github actions are very very limited for that) 2022-01-05 23:42:57 +02:00
settings.gradle Import source from https://github.com/dm77/barcodescanner 2023-06-23 18:58:42 +02:00
towncrier.toml updating the removal towncrier usage to be an explicit sdk category 2022-01-14 16:22:46 +00:00

README.md

Volfram

logo

This is a fork of Element Android, with slight modifications mainly to the UI.

Idea is to stay close to Element, but introduce changes that make the app a bit more approachable.

Current changes:

  • Based on the 1.6.5 release of Element
  • Use black theme instead of dark when set to follow system theme
  • Toggle for visibility of encryption shields in Labs, by default shields are hidden
  • New icon, name and logo to differentiate from upstream and allow simultaneous install

All credits belong to devs of https://github.com/vector-im/element-android, I barely know what I'm doing with Kotlin.