diff --git a/README.md b/README.md index 202e075..12dd1e1 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,8 @@ A modern web application for viewing SMS and MMS message backups. Import your messages from "SMS Backup & Restore" XML files and browse them in a texting app-like interface. -## Screenshots - ![conversation view](docs/conversation-view.png "SBV Conversation View") - ## Quick Start docker: ```bash @@ -74,3 +71,12 @@ MIT - Imports are somewhat slow for large imports on Linux - In group MMS, the sender label only shows the phone number (not contact name) because the contact name is not available in the XML file + +## Screenshots + +![upload backup](docs/upload-backup.png "Upload Backup") +![upload complete](docs/upload-complete.png "Upload Complete") +![conversation view](docs/conversation-view.png "Conversation View") +![search view](docs/search-view.png "Search View") +![activity view](docs/activity-view.png "Activity View") +![inline images](docs/inline-images.png "Inline Image") diff --git a/docs/activity-view.png b/docs/activity-view.png new file mode 100644 index 0000000..363f27e Binary files /dev/null and b/docs/activity-view.png differ diff --git a/docs/inline-images.png b/docs/inline-images.png new file mode 100644 index 0000000..fea6f11 Binary files /dev/null and b/docs/inline-images.png differ diff --git a/docs/search-view.png b/docs/search-view.png new file mode 100644 index 0000000..4b35fce Binary files /dev/null and b/docs/search-view.png differ diff --git a/docs/upload-backup.png b/docs/upload-backup.png new file mode 100644 index 0000000..2c21a5c Binary files /dev/null and b/docs/upload-backup.png differ diff --git a/docs/upload-complete.png b/docs/upload-complete.png new file mode 100644 index 0000000..5ef871d Binary files /dev/null and b/docs/upload-complete.png differ