Giter Site home page Giter Site logo

uyefe / sms-backup-reader-2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from devadvance/sms-backup-reader-2

0.0 1.0 0.0 2.67 MB

Newly minted Angular version of SMS Backup Reader

License: MIT License

TypeScript 86.28% JavaScript 2.55% HTML 9.11% CSS 2.06%

sms-backup-reader-2's Introduction

SMS Backup Reader 2

Build Status

This is an Angular-based web app designed to read the XML backup files produced by the Android app SMS Backup & Restore by Ritesh. It is designed to work in modern browsers, including Chrome, Firefox, Edge, and Safari. This app works locally and your SMS data does not leave your machine.

This app is currently in alpha.

You can access the app here: http://mattj.io/sms-backup-reader-2/

Features

  • Load SMS backup files produced by and Android app SMS Backup & Restore by Ritesh
  • International support (non-latin character) and emoji support
  • MSS support (thanks to JLTRY)
  • VCF support (thanks to JLTRY)

Issues

  • Styles need serious work and overall UX is clunky
  • All data is loaded into JS memory, which means:
  • Large backups (>3,000 SMS) will freeze the UI until they are loaded
  • Loading specific conversations may be slow and freeze the UI
  • App breaks when using settings after loading data

If you encounter other issues, please add the issues here: https://github.com/devadvance/sms-backup-reader-2/issues.

Roadmap (no timeline defined)

  • Export SMS to CSV or TXT
  • Support for exporting media from MMS
  • More?

Note about emoji and text handing in this app (mostly for devs)

SMS Backup & Restore saves emojis and other special characters in a very interesting way.

Likely, it goes back to how characters are encoded in SMS.

  • If all characters in the SMS are English + a few extra, then it essentially stores them all as ASCII*
  • If even one of the characters in the SMS is beyond the base character set, then the entire message is stored as UTF-16*

*Not actually ASCII or UTF-16. There are GSM semi-equivalents. Of course it's not easy.

License

SMS Backup Reader 2 is made available under the MIT license. See the LICENSE file for details.

sms-backup-reader-2's People

Contributors

charleskilbourne avatar devadvance avatar jltry avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.