John Preston
|
c4aac5fa0e
|
Update API scheme to layer 100.
|
2019-05-27 15:09:06 +02:00 |
|
John Preston
|
58519300ea
|
Support pinned chats in folders.
|
2019-05-01 16:11:37 +04:00 |
|
John Preston
|
905a024aed
|
Update API scheme to layer 99.
|
2019-04-25 14:16:29 +04:00 |
|
Amos Bird
|
e200a7d502
|
Do not break type aliasing rule
|
2019-04-25 13:38:39 +04:00 |
|
John Preston
|
c3c46f8e29
|
Fix new animations engine bug.
|
2019-04-04 19:31:03 +04:00 |
|
23rd
|
a6d0fa433e
|
Refactored variables for edit media in HistoryItem.
- Replaced _isLocalUpdateMedia with client flag.
- Removed _isEditingMedia.
|
2019-04-04 13:23:14 +03:00 |
|
John Preston
|
77fbf19a72
|
Use serverside keywords for emoji suggestions.
|
2019-04-02 14:33:53 +04:00 |
|
John Preston
|
aa8f62da9d
|
Support new ('modern') API file locations.
|
2019-03-29 14:24:07 +04:00 |
|
John Preston
|
386600baf9
|
Save and load sticker set thumbnails.
|
2019-03-24 12:12:44 +04:00 |
|
John Preston
|
a34e998c42
|
Handle fwd_from without a link to the account.
|
2019-03-24 12:12:42 +04:00 |
|
John Preston
|
6d1193a751
|
Update API scheme to layer 97.
|
2019-03-24 12:12:41 +04:00 |
|
John Preston
|
a59353df9f
|
Fix possible crash in DomainResolver.
App::CallDelayed() could be queued twice for a single key, if before
the delayed call we cleared entry in _attempts and created it again.
|
2019-03-20 13:23:16 +04:00 |
|
John Preston
|
a886c598c1
|
Fix non-streamable videos layout.
|
2019-03-11 12:08:20 +04:00 |
|
John Preston
|
9a616edf2a
|
Add new animations engine.
|
2019-03-11 12:08:17 +04:00 |
|
John Preston
|
8171828c2a
|
Fix build on GCC.
|
2019-03-11 12:08:09 +04:00 |
|
John Preston
|
fe618bd652
|
Use crl::time/now instead of TimeMs/getms.
|
2019-02-19 11:06:33 +04:00 |
|
John Preston
|
e2f0886950
|
Add option to blur chat background.
|
2019-02-07 19:36:30 +03:00 |
|
John Preston
|
f5cc93ec64
|
Decouple MTP::Instance from Core::App.
|
2019-02-01 10:48:31 +03:00 |
|
John Preston
|
93a967dc74
|
Add random_padding to dns requests.
|
2019-01-31 13:48:10 +03:00 |
|
John Preston
|
a70e72f75d
|
Application->Sandbox, Messenger->Application.
|
2019-01-23 12:51:58 +04:00 |
|
John Preston
|
314e30272b
|
Replace SingleTimer with base::Timer.
|
2019-01-18 16:41:08 +04:00 |
|
John Preston
|
2a0b9a44dd
|
Remove supergroup migrate messages.
|
2019-01-17 12:21:31 +04:00 |
|
John Preston
|
3c44bdb6b7
|
Support auto-migrate to supergroups.
|
2019-01-17 12:21:30 +04:00 |
|
John Preston
|
67d12fa6d2
|
Improve update handling for legacy chats.
|
2019-01-17 12:21:30 +04:00 |
|
John Preston
|
548a0c8517
|
Fix MTP logging.
|
2019-01-17 12:20:50 +04:00 |
|
John Preston
|
f48ae29f22
|
Load emoji sets from the cloud.
|
2019-01-11 17:30:00 +04:00 |
|
23rd
|
be0b0c1984
|
Fixed an editing of unsupported messages.
|
2018-12-26 15:10:56 +04:00 |
|
John Preston
|
8d27d8efcf
|
Use cloud-based settings for p2p in calls.
|
2018-11-16 20:17:58 +04:00 |
|
John Preston
|
d0e48a02a1
|
Apply lang pack versions from config.
|
2018-11-16 20:17:58 +04:00 |
|
John Preston
|
162da089ec
|
Handle t.me/setlanguage links.
Also support custom langpacks with base langpacks.
|
2018-11-16 20:17:58 +04:00 |
|
John Preston
|
8b6e24e83d
|
Build alphas only for official targets.
|
2018-11-08 10:33:44 +04:00 |
|
John Preston
|
e482f041a8
|
Allow disabling even system proxy settings.
Fixes #4944.
|
2018-11-05 18:52:01 +04:00 |
|
John Preston
|
c5d20a21f7
|
Beta version 1.4.4: Correct caption limit.
|
2018-10-17 14:43:18 +03:00 |
|
John Preston
|
2e5a0e056c
|
Move to std::optional.
|
2018-09-21 19:28:46 +03:00 |
|
John Preston
|
c4ca180745
|
Add call peer-to-peer setting in Privacy&Security.
|
2018-09-19 19:22:14 +03:00 |
|
John Preston
|
2e7f4c2f21
|
Use Storage::Cache::Database for file caching.
|
2018-09-01 18:56:08 +03:00 |
|
John Preston
|
cb371f09ac
|
Clear old versions of Storage::Cache::Database.
|
2018-09-01 18:56:08 +03:00 |
|
John Preston
|
5b88f4d3d2
|
Update API scheme.
|
2018-08-20 17:25:06 +03:00 |
|
John Preston
|
bdab477040
|
Update API scheme to layer 84.
|
2018-08-11 22:03:34 +03:00 |
|
John Preston
|
4c0551ebb1
|
Fix crash in tcp connection implementation.
|
2018-07-31 22:56:02 +03:00 |
|
John Preston
|
091d1157da
|
Fix clearing callbacks for timeout-ed requests.
|
2018-07-31 22:56:02 +03:00 |
|
John Preston
|
556f75ef6c
|
Rewrite TCP socket reading using bytes::vector.
I hope this fixes a strange assertion violation.
|
2018-07-11 17:56:09 +03:00 |
|
John Preston
|
a43dfc567c
|
Allow injecting fail handlers in export.
Handle CHANNEL_PRIVATE while exporting all channel messages.
|
2018-06-28 17:25:50 +01:00 |
|
John Preston
|
ff53404d5b
|
Update API scheme to layer 82.
|
2018-06-27 22:58:32 +01:00 |
|
John Preston
|
941288b58e
|
Handle new paddings in improved TCP protocol.
|
2018-06-27 22:58:31 +01:00 |
|
John Preston
|
22441ef80c
|
Handle improved protocol secrets.
|
2018-06-25 20:22:03 +01:00 |
|
John Preston
|
8c2f11de7d
|
Send correct paddings in improved TCP protocol.
|
2018-06-25 19:55:52 +01:00 |
|
John Preston
|
266102df2f
|
Some phrases fixed, some logs added.
|
2018-06-24 16:17:46 +01:00 |
|
John Preston
|
269bb94138
|
Closed beta 1.3.7.1: Fix build with GCC.
|
2018-06-22 01:44:28 +01:00 |
|
John Preston
|
36fb6dac89
|
Call finish takeout. Handle errors.
|
2018-06-21 14:50:56 +01:00 |
|