Merge pull request #137 from IzzySoft/fastlane

initial fastlane structures
This commit is contained in:
Adam Brown 2022-09-12 21:32:32 +01:00 committed by GitHub
commit 5a300b1967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<i>SmallTalk</i> is a minimal messenger using the Matrix protocol. It has a comparingly tiny app size and focuses on reliability and stability. Its feature set is rather bare-bones:
* Login with Matrix ID/Password
* Combined Room and DM interface
* End to end encryption
* Message bubbles, supporting text, replies and edits
* Push notifications (DMs always notify, Rooms notify once)
* Importing of E2E room keys from Element clients
* <a href='https://unifiedpush.org/' target='_blank' rel='nofollow'>UnifiedPush</a>
More to come in the future.

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -0,0 +1 @@
Minimal Android messenger powered by Matrix