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

Messaging App for Ubuntu Touch devices. Moved to GitLab.

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
COPYING.CC-BY-SA-3
GPL-3.0
COPYING.GPL-3
Notifications You must be signed in to change notification settings

ubports/messaging-app

Repository files navigation

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.