https://github.com/janimo/textsecure-qml
TextSecure UI in Go and QML
https://github.com/janimo/textsecure-qml
Last synced: 14 days ago
JSON representation
TextSecure UI in Go and QML
- Host: GitHub
- URL: https://github.com/janimo/textsecure-qml
- Owner: janimo
- License: gpl-3.0
- Created: 2015-08-12T23:20:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T13:46:32.000Z (about 6 years ago)
- Last Synced: 2025-06-07T09:55:30.696Z (6 months ago)
- Language: QML
- Homepage:
- Size: 489 KB
- Stars: 44
- Watchers: 14
- Forks: 5
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
- awesome-qt-qml - textsecure-qml - TextSecure UI in Go and QML. (Misc)
README
# TextSecure client for the Ubuntu Phone
This is a Signal compatible client for the Ubuntu Phone, written in Go and QML.
It builds upon the [Go textsecure package] (https://github.com/janimo/textsecure) and modified versions of the
Telegram for Ubuntu Phone QML interface.
What works
-----------
* Phone registration
* Contact discovery
* Direct and group messages
* Photo, video, audio and contact attachments in both direct and group mode
* Preview for photo and audio attachments
* Storing conversations
What is missing
---------------
* Push notifications
* Most settings that are available in the Android app
* Encrypted message store
* Desktop client provisioning/syncing
* Encrypted phone calls
There are still bugs and UI/UX quirks.
Installation
------------
Download the latest release from the app store or build it yourself (you'll need docker running)
./build.sh rel
Install on a phone connected via adb
./install.sh
For more details check the [wiki] (https://github.com/janimo/textsecure-qml/wiki/Installation)
Contributing
-----------
User and developer discussions happen on the [mailing list] (https://groups.google.com/forum/#!forum/textsecure-go), everything else
is on github.