SchildiChat per Android è un client Matrix basato su Element Android, con un design diverso e varie modifiche aggiuntive, opzioni di personalizzazione e funzioni aggiuntive della comunità. Un elenco dei cambiamenti rispetto a Element è disponibile qui, ma è bene tenere presente che questo elenco potrebbe non essere sempre aggiornato.
Go to file
SpiritCroc d4cb55eeaa Merge tag 'v1.5.20' into sc
Change-Id: I438392b41ebe84dccfae1639ae90102c3d45c680

Conflicts:
	dependencies.gradle
	matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/store/db/RealmCryptoStore.kt
	matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/room/timeline/TimelineChunk.kt
	matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/sync/handler/room/RoomSyncHandler.kt
	vector/src/main/java/im/vector/app/core/resources/StringProvider.kt
	vector/src/main/res/xml/vector_settings_advanced_settings.xml
2023-01-13 14:50:46 +01:00
.github [TMP] Automatic upstream merge preparation 2023-01-13 14:43:06 +01:00
.idea
changelog.d Changelog for version 1.5.20 2023-01-10 16:21:33 +01:00
docs crypto migration tests (#7645) 2022-12-13 11:38:49 +01:00
fastlane [TMP] Automatic upstream merge preparation 2023-01-13 14:43:06 +01:00
fastlane_alternatives
gradle/wrapper Update Gradle Wrapper from 7.5.1 to 7.6. 2022-11-27 00:26:10 +00:00
graphics Adds in source SVGs for monochrome icons 2022-12-03 01:40:05 -08:00
library Merge tag 'v1.5.20' into sc 2023-01-13 14:50:46 +01:00
matrix-sdk-android Merge tag 'v1.5.20' into sc 2023-01-13 14:50:46 +01:00
matrix-sdk-android-flow thread list loading (#7766) 2022-12-14 18:56:16 +01:00
newsfragment
resources/img
tmp_sc_.github [TMP] Automatic upstream merge preparation 2023-01-13 14:43:06 +01:00
tmp_sc_fastlane [TMP] Automatic upstream merge preparation 2023-01-13 14:43:06 +01:00
tools Merge pull request #7875 from vector-im/feature/bma/releaseScript3 2023-01-06 18:45:18 +01:00
vector Merge tag 'v1.5.20' into sc 2023-01-13 14:50:46 +01:00
vector-app Merge tag 'v1.5.20' into sc 2023-01-13 14:50:46 +01:00
vector-config Merge tag 'v1.5.12' into sc 2022-12-15 11:01:52 +01:00
.editorconfig
.gitattributes crypto migration tests (#7645) 2022-12-13 11:38:49 +01:00
.gitignore Merge tag 'v1.5.2' into sc 2022-10-07 20:32:26 +02:00
AUTHORS.md
CHANGES.md Changelog for version 1.5.20 2023-01-10 16:21:33 +01:00
CONTRIBUTING.md Run knit. 2022-11-24 16:44:07 +01:00
FEATURES.md FEATURES.md: Add missed emote sending 2022-12-27 08:39:36 +01:00
Gemfile
Gemfile.lock Bump git from 1.11.0 to 1.13.0 2023-01-09 22:01:21 +00:00
LICENSE
PRIVACY.md
README.md [TMP] Automatic upstream merge preparation 2023-01-13 14:43:06 +01:00
alternative_package.sh
build.gradle Bump oss-licenses-plugin from 0.10.5 to 0.10.6 2023-01-09 08:56:28 +00:00
correct_strings.sh Fix Element-Call string with minus 2022-10-10 15:40:56 +02:00
correct_strings_de.sh
coverage.gradle
dependencies.gradle Merge tag 'v1.5.20' into sc 2023-01-13 14:50:46 +01:00
dependencies_groups.gradle Merge tag 'v1.5.6' into sc 2022-11-03 09:31:58 +01:00
generate_bubbles.sh
generate_themes.sh
gradle.properties Merge tag 'v1.5.20' into sc 2023-01-13 14:50:46 +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
increment_version.sh pre_merge.sh: tag last pre-merge commit 2022-11-18 15:13:36 +01:00
integration_tests_script.sh
integration_tests_script_github.sh
legacy_icons.sh
merge_helpers.sh Revert "[TMP] merge_helpers.sh: Hardcode develop branch" 2022-12-15 11:02:24 +01:00
post_merge.sh Fix some neutral grey icons 2022-10-28 18:29:51 +02:00
pre_merge.sh pre_merge.sh: tag last pre-merge commit 2022-11-18 15:13:36 +01:00
settings.gradle
tmp_sc_README.md [TMP] Automatic upstream merge preparation 2023-01-13 14:43:06 +01:00
towncrier.toml

README.md

Latest build Weblate Element Android Matrix room #element-android:matrix.org Quality Gate Status Vulnerabilities Bugs

Element Android

Element Android is an Android Matrix Client provided by Element. The app can be run on every Android devices with Android OS Lollipop and more (API 21).

It is a total rewrite of Riot-Android with a new user experience.

Get it on Google Play Get it on F-Droid

Build of develop branch: GitHub Action Nightly test status: allScreensTest

New Android SDK

Element is based on a new Android SDK fully written in Kotlin (like Element). In order to make the early development as fast as possible, Element and the new SDK currently share the same git repository.

At each Element release, the SDK module is copied to a dedicated repository: https://github.com/matrix-org/matrix-android-sdk2. That way, third party apps can add a regular gradle dependency to use it. So more details on how to do that here: https://github.com/matrix-org/matrix-android-sdk2.

Roadmap

The version 1.0.0 of Element still misses some features which was previously included in Riot-Android. The team will work to add them on a regular basis.

Releases to app stores

There is some delay between when a release is created and when it appears in the app stores (Google Play Store and F-Droid). Here are some of the reasons:

  • Not all versioned releases that appear on GitHub are considered stable. Each release is first considered beta: this continues for at least two days. If the release is stable (no serious issues or crashes are reported), then it is released as a production release in Google Play Store, and a request is sent to F-Droid too.
  • Each release on the Google Play Store undergoes review by Google before it comes out. This can take an unpredictable amount of time. In some cases it has taken several weeks.
  • In order for F-Droid to guarantee that the app you receive exactly matches the public source code, they build releases themselves. When a release is considered stable, Element staff inform the F-Droid maintainers and it is added to the build queue. Depending on the load on F-Droid's infrastructure, it can take some time for releases to be built. This always takes at least 24 hours, and can take several days.

If you would like to receive releases more quickly (bearing in mind that they may not be stable) you have a number of options:

  1. Sign up to receive beta releases via the Google Play Store.
  2. Install a release APK directly - download the relevant .apk file and allow installing from untrusted sources in your device settings. Note: these releases are the Google Play version, which depend on some Google services. If you prefer to avoid that, try the latest dev builds, and choose the F-Droid version.
  3. If you're really brave, install the very latest dev build - pick a build, then click on Summary to download the APKs from there: vector-Fdroid-debug and vector-Gplay-debug contains the APK for the desired store. Each file contains 5 APKs. 4 APKs for every supported specific architecture of device. In doubt you can install the universal APK.

Contributing

Please refer to CONTRIBUTING.md if you want to contribute on Matrix Android projects!

Come chat with the community in the dedicated Matrix room.

Also this documentation can hopefully help developers to start working on the project.

Triaging issues

Issues are triaged by community members and the Android App Team, following the triage process.

We use issue labels to sort all incoming issues.