Messaging App is the official SMS app for Ubuntu Touch.
Messaging app relies on:
- history-service for the database backend through
Ubuntu.History
QML import. - telephony service for message relay through
Ubuntu.Telphony
QML import. - address-book-app for contact features through
Ubuntu.Contacts
QML import.
Note that it will not allow full feature access (url dispatcher, audio playback )
Install clickable, then run:
clickable
For faster build speeds, building app tests is disabled in clickable.json
Some dependencies need to be installed by running:
crossbuilder inst-foreign dh-translations apparmor-easyprof-ubuntu
The app then can be build by running:
crossbuilder
See crossbuilder on github for details.
Here are some useful links with regards to the Messaging App development.