Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

seanlane/SMSViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMSViewer

So at the moment, there isn't much to this project. I keep track of a lot of things, my text messages being one of those things. I am a fan of the Android OS and have used a few different Android apps, but recently I've been using SMS Backup & Restore by Ritesh Sahu. I like this app since it stores the data in a local XML file, which I can then do a number of things with instead of having my data stuck in some form of a walled garden.

At the moment, this project only supports the limited reading of SMS messages, so no MMS (pictures, text, videos, etc.) can be viewed, but maybe I can implement that sometime in the future.

To use, navigate to the demo page at sean.lane.sh/SMSViewer, browser to find the XML backup file on your local machine, and once selected, wait for it to load.

As you might see in the source code, it simply looks for messages that have the same Contact Name supplied with the text message and groups them together. I want to add a fallback to group by phone number when the Contact Name is Unknown or otherwise generic, but again, something for the future.

If this thing breaks, or you want to contribute, just let me know and I'll see what I can do.