Fernschreiber is a Telegram client for Sailfish OS
Find a file
2020-09-22 21:05:24 +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 Avoid fast and immediate re-reload of older messages 2020-09-22 21:05:24 +02:00
rpm Introduce some lazy loading 2020-09-21 22:10:03 +02:00
src Auto-scroll to message if user sent it 2020-09-22 20:32:35 +02:00
tdlib Initialize Fernschreiber repository 2020-08-10 14:17:29 +02:00
translations Update harbour-fernschreiber-pl.ts 2020-09-22 20:16:36 +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 Auto-scroll to message if user sent it 2020-09-22 20:32:35 +02:00
LICENSE Initial commit 2020-08-10 13:50:11 +02:00
README.md It's Fernschreiber, not Piepmatz ;) 2020-09-22 20:44:53 +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

Fernschreiber was translated to several languages. Thanks to all contributors!