kepka/Telegram
leha-bot 0152b24f13 Add optional support for Yandex.Maps static API
You could enable it via CMake option KEPKA_OPTION_USE_YANDEX_MAPS:
cmake -DKEPKA_OPTION_USE_YANDEX_MAPS=ON ..

It is used instead of Google Maps API for locations and on location click.
Sometimes Google Maps return no maps data. It is related with recent free
API usages count decrease from 750k requests to 28k (according to
https://habr.com/post/417715/).

The code on this commit will be cleaned up and rewritten using Maps API
string builders in next commit.
2019-04-23 23:26:39 +03:00
..
Resources Add logo copyright info to README 2019-04-23 23:26:39 +03:00
SourceFiles Add optional support for Yandex.Maps static API 2019-04-23 23:26:39 +03:00
Telegram Add C++ logo overlay 2017-12-20 14:38:02 +02:00
ThirdParty Improve cmake 2018-10-27 11:19:19 +03:00
CMakeLists.txt Allow user to enable or disable interpocedural optimizations. 2019-04-02 18:35:07 +02:00
Telegram.plist Update plist file for OSX build with cmake 2017-12-20 14:38:02 +02:00