2
0
mirror of https://github.com/ars3niy/tdlib-purple synced 2025-08-30 05:27:41 +00:00

26 Commits

Author SHA1 Message Date
Arseniy Lartsev
d1c5242b6b My CXXFLAGS were gone again 2020-12-31 12:35:28 +01:00
Arseniy Lartsev
fa5e3f8a1c Improved log message when failing to download a file 2020-11-25 17:54:04 +01:00
Arseniy Lartsev
a8788196ec Fixed bitlbee crash when photo download takes long time
Could have been same issue with spectrum. Don't start fake
libpurple transfers to track progress of long photo and sticker
downloads when inline file transfers are disabled. Photos and
stickers will be inline regardless of the configuration, but
at least don't use the fake libpurple transfers then.
2020-11-14 11:41:41 +01:00
Arseniy Lartsev
a3b50953aa Less fails to display thumbnails when animated stickers disabled 2020-10-25 17:26:21 +01:00
Arseniy Lartsev
b422ce9da8 Correctly display long downloads which are replies 2020-10-25 17:26:21 +01:00
Arseniy Lartsev
7be26c1822 Do not show converted animated stickers out of order 2020-10-18 18:33:41 +02:00
Arseniy Lartsev
260aca2dcc Do not show messages with quickly downloaded inline files out of order 2020-10-12 22:41:13 +02:00
Arseniy Lartsev
72cb473e96 Made inline download callbacks static functions 2020-10-12 20:59:01 +02:00
Arseniy Lartsev
1284c6358b Abolished file download callback 2020-10-12 19:48:44 +02:00
Arseniy Lartsev
4b889eb1ac Do not destroy original TgMessageInfo when startig downloads 2020-10-11 20:25:20 +02:00
Arseniy Lartsev
05be359e9a Sort of merged TgMessageInfo and IncomingMessage 2020-10-11 19:47:47 +02:00
Arseniy Lartsev
37dbe0ae3e Moved inline file downloading out of PurpleTdClient 2020-10-11 14:59:10 +02:00
Arseniy Lartsev
8393db3298 Try to display messages in secret chats 2020-10-04 20:42:11 +02:00
Arseniy Lartsev
089913eb26 Set correct "who" for file transfers, and verify in tests 2020-10-04 20:42:11 +02:00
Arseniy Lartsev
6bbbd518ac Introduced type safety for various tdlib identifiers 2020-10-04 15:17:04 +02:00
Ben Wiederhake
521792fbef Make the duration of longer calls more readable and more l10n-able 2020-08-23 19:15:43 +02:00
Ben Wiederhake
3671598099 i18n: Add translator notes, remove some over-generic dialog titles 2020-08-19 23:40:53 +02:00
Arseniy Lartsev
3a1774c0a0 Fixed compile error with old glib 2020-08-16 20:45:47 +02:00
Arseniy Lartsev
509e828412 Fixed crash when hanging up voice call 2020-08-16 20:40:59 +02:00
Arseniy Lartsev
064af7d758 Version 0.6.1 2020-08-15 20:00:48 +02:00
Arseniy Lartsev
2096ab4cb6 Downloads using PurpleXfer: read tdlib file 1 MB at a time
Reading the whole file into a buffer can be a bad idea, what with
large file support in telegram
2020-08-15 19:48:05 +02:00
Arseniy Lartsev
42894f2e64 Finished downloads using PurpleXfer 2020-08-15 12:05:50 +02:00
Arseniy Lartsev
8c7783d30b Downloads using PurpleXfer: almost finished - left some bugs in 2020-08-15 01:58:45 +02:00
Arseniy Lartsev
d4352d4475 Downloads using PurpleXfer: request the download 2020-08-14 23:22:26 +02:00
Arseniy Lartsev
ff3f1c684b Start looking at download behaviour account option, and some renaming 2020-08-14 22:07:22 +02:00
Arseniy Lartsev
ae2eae19cd Moved most file-transfer-related functions to separate file 2020-07-26 14:51:51 +02:00