Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Latest commit

 

History

History
53 lines (36 loc) · 1.7 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.7 KB

Messaging App

Messaging App is the official SMS app for Ubuntu Touch.

Internals

Messaging app relies on:

Building with clickable (for local testings)

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

Building with crossbuilder ( build & install as a deb package )

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.

Useful Links

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