Skip to content

An SMS messenger app which supports editing, exporting and importing your SMS messages. Mainly done for tech-demonstration and hobby purposes.

License

Notifications You must be signed in to change notification settings

oblakr24/chat-backup-app

Repository files navigation

Chat Backup

An fully-featured SMS app with ability to export and import your SMS conversations.

This is a tech-demonstration app showcasing the latest Android tech stack while solving a real-world use-case.

Features:

  1. Fully offline
  2. Send, receive SMS messages
  3. Quick reply to an SMS
  4. No ads or payments
  5. Listing of current conversations and messages
  6. Search with highlighting, select, delete and export functionalities for conversations
  7. Import a previously exported file to preview and (selectively) save the messages to the device
  8. Open architecture allowing for future extensions and other formats
  9. Togglable dark-light theming

Video

3.mov

Tech stack

This is a single-activity app fully built with Jetpack Compose screens. Each screen relies on a navigation route usd by Compose Navigation and a Hilt-instantiated viewmodel. A screen depends on a single UI state model to make it completely reliant on the viewmodel-defined source of truth. The UI state is constructed using Molecule in the viewmodel from smaller pieces of state; this way the architecture is simpler, more controllable and more extensible.

The sharing (exporting and importing of app-generated files) is delegated to system utilities, so the security and privacy is guaranteed by the system and the control is given to the user on how to share.

Specific dependencies:

FAQ

How do you use this app?

  1. Use it as your default SMS app
  2. Use the app on any phone to export the selected messages
  3. Share the messages to another device
  4. Use the app on another device to open the file
  5. Click the "Save" button on selected conversations to save them to the device.

What if I want a different export/import format?
The app currently does not support other formats. However, you can submit an issue request on github or contribute.
Does this app send any of my data?
No - this app does not communicate with any servers. It is up to you how to share the exported file.

Screenshots

SMS Browsing & Search

Dark Mode

Conversation

Compose

About

An SMS messenger app which supports editing, exporting and importing your SMS messages. Mainly done for tech-demonstration and hobby purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages