Skip to content

feat: add Sonar-compatible stickers#1

Closed
vincenzopalazzo wants to merge 8 commits into
masterfrom
codex/sonar-stickers
Closed

feat: add Sonar-compatible stickers#1
vincenzopalazzo wants to merge 8 commits into
masterfrom
codex/sonar-stickers

Conversation

@vincenzopalazzo

Copy link
Copy Markdown
Owner

Summary

  • add Sonar pack discovery, trusted pack/Signal deep links, preview, install/uninstall, and Signal import UI
  • add an emoji/sticker composer picker with optimistic send, retry, exact hash-bound rendering, replies, chat previews, notifications, and transcript export
  • keep protocol authority in Marmot's encrypted SQLite projection; Android only holds a bounded session asset LRU
  • ship regenerated Kotlin bindings and JNI libraries for arm64, armv7, x86, and x86_64 pinned to public native commit 64dea57

Native dependency

Privacy and security

  • Signal keys are removed from the Activity/Compose input state before native import and never persisted
  • only canonical HTTPS Sonar/Signal origins are routed; embedded relay hints are not trusted
  • native verifies exact coordinate + shortcode + plaintext hash before any asset fetch or send
  • asset bytes are capped, session-only, account-scoped, and cleared on switch/sign-out

Verification

  • ./gradlew :app:testDevDebugUnitTest
  • ./gradlew :app:lintDevDebug
  • ./gradlew :app:ktlintCheck
  • native: cargo test -p marmot-app -p marmot-uniffi -p storage-sqlite
  • native: cargo clippy -p marmot-app -p marmot-uniffi -p storage-sqlite --all-targets -- -D warnings

@vincenzopalazzo

Copy link
Copy Markdown
Owner Author

Superseded by the upstream PR: marmot-protocol#1442

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant