Repository
https://github.com/kobeumut/uBackup-SMS
What is the project about?
uBackup is a program to back up and restore text messages for android. The fastest SMS backup and restore features in Android! Quickly, you can install as JSON, HTML and XML.
When you click the backup button, it calls the ContentObserver class to retrieve your messages and start the backup process.
I share the project that downloaded 3000 times from the market to improve people. If you find this useful, please don't forget to star ⭐️ the repo, as this will help to promote the project.
Preview
What's the difference with the others?
With Json technology, backup and restore operations can be performed several times faster than others.
You can visually check the backup of your SMS with HTML output.
Bug Fixes
- What was the issue(s)?
Statusbar looked white. - What was the solution?
Change "item name='android:statusBarColor' " with
@color/colorPrimaryDarkin v21/styles.xml
commit
✯♛ FEATURES ♛✯
- Libraries updated
- SMS Backup to a json format and restore (the fastest backup up to now)
- SMS Backup to html format
- SMS Backup to xml format
- The reader control the website as html backup taken in html format
- External memory record
Roadmap
- Cloud backup and restore
- Login and register
- Sending and receiving sms over the web
Installation
Using GIT, clone the repository: git clone https://github.com/kobeumut/uBackup-SMS
If you want to try the application: https://play.google.com/store/apps/details?id=com.grisoft.umut.uBackup&hl=en
Contributing
- Fork it ( https://github.com/kobeumut/uBackup-SMS/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request