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 8716500d99 replacing links with their content, in the future this should be a representation with ranges of the formatting within the text 2022-05-09 18:20:42 +01:00
.github making use of gradle action for caching 2022-03-26 10:42:11 +00:00
.idea initial commit 2022-02-27 21:48:14 +00:00
app launching the app when tapping the summary notification 2022-05-08 12:49:16 +01:00
core adding an lru cache and making use of it in the room member cache 2022-05-08 18:50:14 +01:00
design-library adding an empty state to messages list 2022-04-26 22:16:07 +01:00
domains avoiding extra bitmap allocations when loading notification avatars 2022-05-08 14:21:44 +01:00
external initial commit 2022-02-27 21:48:14 +00:00
features using single instance of the clock to avoid recomposition lookups 2022-05-08 14:37:12 +01:00
gradle/wrapper adding beta dialog to mentioning clearing cache on upgrades 2022-04-03 22:46:36 +01:00
matrix replacing links with their content, in the future this should be a representation with ranges of the formatting within the text 2022-05-09 18:20:42 +01:00
test-harness Bump turbine from 0.7.0 to 0.8.0 2022-05-03 05:27:46 +00:00
tools ignoring stub modules from coverage report 2022-03-13 14:15:24 +00:00
.gitignore initial commit 2022-02-27 21:48:14 +00:00
LICENSE Create LICENSE 2022-03-01 18:14:35 +00:00
README.md adding support for signing in to homeservers without wellknown setup 2022-04-13 21:05:08 +01:00
build.gradle Bump kotlinx-coroutines-test from 1.6.0 to 1.6.1 2022-04-05 05:27:44 +00:00
dependencies.gradle Bump ktorVer from 2.0.0 to 2.0.1 2022-05-02 05:42:36 +00:00
gradle.properties initial commit 2022-02-27 21:48:14 +00:00
gradlew initial commit 2022-02-27 21:48:14 +00:00
gradlew.bat initial commit 2022-02-27 21:48:14 +00:00
settings.gradle extracting settings view model fixtures to their parent modules 2022-03-06 15:07:04 +00: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

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