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 81c8cb4927 updating gitignore to ignore secrets and any nodemodules dir 2022-08-24 15:34:08 +01:00
.github ignoring node modules 2022-08-24 15:15:26 +01:00
.idea wip, passing the image urls down to the matrix client layer 2022-06-08 20:31:07 +01:00
app ignoring node modules 2022-08-24 15:15:26 +01:00
core Merge branch 'main' of github.com:ouchadam/helium into feature/share-images-via-small-talk 2022-07-28 22:08:44 +01:00
design-library prepping for kotlin 1.7.0 release, removing compose from modules that don't need it 2022-06-11 13:29:47 +01:00
domains allowing the push endpoint querying to fail 2022-08-18 21:37:03 +01:00
external initial commit 2022-02-27 21:48:14 +00:00
features updating tests 2022-08-18 21:33:22 +01:00
gradle/wrapper Update Gradle Wrapper from 7.5 to 7.5.1. 2022-08-06 00:21:23 +00:00
matrix using json instance for decoding json element in custom serializers 2022-08-19 17:36:48 +01:00
test-harness adding mimetype and reusing filename image content properties 2022-08-09 21:55:27 +01:00
tools ignoring node modules 2022-08-24 15:15:26 +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 Update README.md 2022-08-18 21:42:50 +01:00
build.gradle Merge pull request #69 from ouchadam/dependabot/gradle/io.mockk-mockk-1.12.5 2022-07-28 19:55:20 +01:00
dependencies.gradle Bump kotlinx-serialization-json from 1.3.3 to 1.4.0 2022-08-19 05:33:18 +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 Merge branch 'main' into feature/share-images-via-small-talk 2022-06-11 19:11:45 +01:00
version.json fixing crash when sending messages, updating version for store release 2022-04-05 22:40:06 +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.
*Google play only with automatic crash reporting enabled

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

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.

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