KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
SMSViewer
★ 13
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
nodash
:
No description available.
stemmer-rs
:
Stemming library for Rust, using bindings to Snowball C implementation
malfeed
:
Feed for verious malicious IPs such as malware and botnets
npm-sass
:
sass compilation with npm aware include paths
DiDiPark
:
基于LBS地图开发的查找停车位软件,期在使用户能合理的运用空闲的车位或者家中空闲的土地。旨在缓解停车难,乱停车的乱象。也使得停车位更能被合理的运用,同时也能使得用户收入一部分收益。目前部署在sea中。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SMSViewer
?
Download (.md)
## 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](https://play.google.com/store/apps/details?id=com.riteshsahu.SMSBackupRestore) 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](https://en.wikipedia.org/wiki/Walled_garden_%28technology%29). 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](https://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.