SmallTalk è un messenger Android minimale, moderno, incentrato sugli amici e sulla famiglia. Fortemente ispirato a Whatsapp e Signal, è alimentato da Matrix. https://noblogo.org/filippodb/mai-piu-notifiche-da-google-guida-a-unified-push-su-mastodon-matrix-e-telegram
Go to file
Adam Brown f9b8053ee7
Merge pull request #154 from ouchadam/dependabot/gradle/org.junit.jupiter-junit-jupiter-engine-5.9.1
Bump junit-jupiter-engine from 5.9.0 to 5.9.1
2022-09-21 18:20:26 +01:00
.github re-enabling latest synapse for tests 2022-09-15 20:28:41 +01:00
.idea wip, passing the image urls down to the matrix client layer 2022-06-08 20:31:07 +01:00
app only logging on device http responses in debug builds 2022-09-19 19:58:10 +01:00
core only logging on device http responses in debug builds 2022-09-19 19:58:10 +01:00
design-library removing top bar under status bar 2022-09-12 20:57:33 +01:00
domains fixing keys being rotated out when the server returns a 0 key count but we have local keys 2022-09-15 20:27:25 +01:00
external initial commit 2022-02-27 21:48:14 +00:00
fastlane/metadata/android/en-US initial fastlane structures 2022-09-10 18:42:57 +02:00
features ignoring tab taps when already on the tab page 2022-09-19 22:09:25 +01:00
gradle/wrapper Update Gradle Wrapper from 7.5 to 7.5.1. 2022-08-06 00:21:23 +00:00
matrix filtering out spaces from the room overviews 2022-09-19 22:00:31 +01:00
test-harness Merge pull request #145 from ouchadam/feature/synapse-cache-error 2022-09-15 20:40:17 +01:00
tools rendering invites as notification which temporarily open the app on tap 2022-09-11 12:14:20 +01:00
.gitignore updating gitignore to ignore secrets and any nodemodules dir 2022-08-24 15:34:08 +01:00
LICENSE Create LICENSE 2022-03-01 18:14:35 +00:00
README.md Adding build commands 2022-08-31 19:10:26 +01:00
build.gradle Bump junit-jupiter-engine from 5.9.0 to 5.9.1 2022-09-21 05:34:39 +00:00
dependencies.gradle Bump mockk from 1.12.7 to 1.12.8 2022-09-16 05:31:48 +00:00
gradle.properties initial commit 2022-02-27 21:48:14 +00:00
gradlew Update Gradle Wrapper from 7.4.2 to 7.5. 2022-07-15 00:24:46 +00:00
gradlew.bat Update Gradle Wrapper from 7.4.2 to 7.5. 2022-07-15 00:24:46 +00:00
settings.gradle replacing non foss dependencies with noop replaceable modules when the project is build with the -Pfoss flag 2022-08-31 17:44:17 +01:00
version.json updating version for release 2022-09-19 22:14:30 +01:00

README.md

SmallTalk Assemble codecov License

SmallTalk is a minimal, modern, friends and family focused Android messenger. Heavily inspired by Whatsapp and Signal, powered by Matrix.

header




Project mantra

  • Tiny app size - currently 1.80mb~ when provided via app bundle.
  • Focused on reliability and stability.
  • Bare-bones feature set.

Feature list

  • 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
  • UnifiedPush
  • FOSS variant

Planned

  • Device verification (technically supported but has no UI)
  • Invitations (technically supported but has no UI)
  • Room history
  • Message media
  • Cross signing
  • Google drive backups
  • Markdown subset (bold, italic, blocks)
  • Changing user name/avatar
  • Room settings and information
  • Exporting E2E room keys
  • Local search
  • Registration

Technical details

  • Built on Jetpack compose and kotlin multiplatform libraries ktor and sqldelight (although the project is not currently setup to be multiplatform until needed).
  • Greenfield matrix SDK implementation, focus on separation, testability and parallelisation.
  • Heavily optimised build script, clean cacheless builds are sub 10 seconds with a warmed up gradle daemon.
  • Avoids code generation where possible in favour of build speed, this mainly means manual DI.
  • A pure kotlin test harness to allow for critical flow assertions Smoke Tests, currently Linux x86-64 only.

Building

Debug .apk
./gradlew assembleDebug
Release (signed with debug key) .apk
./gradlew assembleRelease
Unsigned release .apk
./gradlew assembleRelease -Punsigned
Unsigned release (FOSS) .apk
./gradlew assembleRelease -Punsigned -Pfoss

Join the conversation @ https://matrix.to/#/#small-talk:iswell.cool