Fernschreiber is a Telegram client for Sailfish OS
Find a file
2020-08-29 21:39:57 +02:00
icons Initialize Fernschreiber repository 2020-08-10 14:17:29 +02:00
images Initial performance improvements 2020-08-29 16:32:43 +02:00
qml Add display of unread message count to chat 2020-08-29 21:39:57 +02:00
rpm Introduce video preview 2020-08-28 10:41:18 +02:00
src Add display of unread message count to chat 2020-08-29 21:39:57 +02:00
tdlib Initialize Fernschreiber repository 2020-08-10 14:17:29 +02:00
translations A little bit of lazy loading for the chat view... 2020-08-29 18:04:23 +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 Add web page preview 2020-08-29 15:51:48 +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