Fernschreiber is a Telegram client for Sailfish OS
Find a file
2020-09-08 23:44:57 +02:00
icons Initialize Fernschreiber repository 2020-08-10 14:17:29 +02:00
images Backend can really send notifications 2020-09-03 23:20:46 +02:00
qml Display read/unread checkmark correctly after incremental update 2020-09-01 22:37:48 +02:00
rpm Introduce video preview 2020-08-28 10:41:18 +02:00
src Sending simple text notifications, yeah! 2020-09-08 23:44:57 +02:00
tdlib Initialize Fernschreiber repository 2020-08-10 14:17:29 +02:00
translations Translations adjustments, trigger history reload earlier 2020-08-30 15:04:15 +02:00
.gitignore Initialize Fernschreiber repository 2020-08-10 14:17:29 +02:00
harbour-fernschreiber.desktop Initialize Fernschreiber repository 2020-08-10 14:17:29 +02:00
harbour-fernschreiber.pro Backend can really send notifications 2020-09-03 23:20:46 +02:00
LICENSE Initial commit 2020-08-10 13:50:11 +02:00
README.md Give some credits to twemoji 2020-08-13 22:42:54 +02:00

Fernschreiber

A Telegram client for Sailfish OS

Author

Sebastian J. Wolf sebastian@ygriega.de

License

Licensed under GNU GPLv3

Build

Simply clone this repository and use the project file harbour-fernschreiber.pro to import the sources in your SailfishOS IDE. To build and run Fernschreiber or an application which is based on Fernschreiber, you need to create the file harbour-fernschreiber/src/tdlibsecrets.h and enter the required constants in the following format:

#ifndef TDLIBSECRETS_H
#define TDLIBSECRETS_H
const char TDLIB_API_ID[] = "42424242";
const char TDLIB_API_HASH[] = "1234567890abcdef1234567890abcdef";
#endif // TDLIBSECRETS_H

You get the Telegram API ID and hash as soon as you've registered your own application on https://my.telegram.org.

Credits

This project uses

  • The Telegram Database Library (TDLib) - available on GitHub.com. Thanks for making it available under the conditions of the Boost Software License 1.0! Details about the license of TDLib in its license file.
  • Emoji parsing and artwork by Twitter Emoji (Twemoji), copyright 2018 Twitter, Inc and other contributors, Code licensed under the MIT License, Graphics licensed under CC-BY 4.0