A Fork of Element Android
Go to file
Jarno Rankinen 470c827356 Theming, replacing element_green with shades of grey 2023-10-05 23:28:22 +03:00
.github Fix crash when max shortcuts count is exceeded (#8644) 2023-09-13 10:43:03 +00:00
.idea Code style 2023-05-04 11:57:49 +02:00
changelog.d Run towncrier 2022-10-05 17:06:58 +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.6 2023-10-05 16:57:21 +02:00
gradle/wrapper Update Gradle Wrapper from 7.5.1 to 7.6. 2022-11-27 00:26:10 +00:00
library Theming, replacing element_green with shades of grey 2023-10-05 23:28:22 +03:00
matrix-sdk-android code review 2023-10-03 11:29:50 +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 Ignore `LocaleFolder` lint error since we won't fix it. 2023-08-28 15:35:20 +02:00
vector Theming, replacing element_green with shades of grey 2023-10-05 23:28:22 +03:00
vector-app Merge branch 'v1.6.6' into v1.6.6-merge 2023-10-05 21:24:36 +03:00
vector-config Change default settings 2023-10-05 22:53:42 +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.6 2023-10-05 16:55:44 +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-09-02 16:29:54 +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 Bump memory allocated for tests 2023-08-28 15:34:52 +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.