/messaging-app

Messaging App for Ubuntu Touch devices

Primary LanguageQMLOtherNOASSERTION

ReadMe - Ubuntu Messaging App

Ubuntu Messaging App is the official SMS app for Ubuntu Touch. We follow an open source model where the code is available to anyone to branch and hack on.

Internals

Messaging app relies on history-service as the database backend, telepathy-ofono for message relay.

history-service database is stored in /home/phablet/.local/share/history-service/history.sqlite

Building with clickable

Install clickable, then run:

clickable

For faster build speeds, building app tests is disabled in clickable.json

Building with crossbuilder

Some dependencies need to be installed by running:

crossbuilder inst-foreign dh-translations apparmor-easyprof-ubuntu

The app then can be build by simply running:

crossbuilder

See crossbuilder on github for details.

Useful Links

Here are some useful links with regards to the Messaging App development.