Fernschreiber is a Telegram client for Sailfish OS
Find a file
2020-09-18 23:43:23 +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 Prepare edit message 2020-09-18 23:43:23 +02:00
rpm Mute/unmute chats both from list and in chat 2020-09-16 20:43:36 +02:00
src Prepare two-step authentication 2020-09-16 22:36:43 +02:00
tdlib Initialize Fernschreiber repository 2020-08-10 14:17:29 +02:00
translations Prepare edit message 2020-09-18 23:43: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 Option to send message by pressing enter 2020-09-16 22:04:02 +02:00
LICENSE Initial commit 2020-08-10 13:50:11 +02:00
README.md Add info about compiled TDLib requirement to README 2020-09-13 23:37:47 +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.

Moreover, you need to have a compiled version of TDLib in the subfolder tdlib/lib that fits to the target device architecture (e.g. armv7hl) as this repository only includes the header and make files of TDLib.

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