Messaging App is the official SMS app for Ubuntu Touch.
Messaging app relies on:
- history-service for the database backend through
Ubuntu.HistoryQML import. - telephony service for message relay through
Ubuntu.TelphonyQML import. - address-book-app for contact features through
Ubuntu.ContactsQML 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.