Commit Graph

25012 Commits

Author SHA1 Message Date
Grishka
bf77912eaf Fixed TCP timeout on Windows 2018-05-06 23:53:51 +03:00
Peter
b2fab70dca Merge commit '842b15dd9e4faf1dd08bb9f4e7b7ce4d27ce25b2' into feature/secureid 2018-05-06 14:39:02 +03:00
Peter
9274e38643 no message 2018-05-06 14:38:57 +03:00
Adlai Holler
d97065ca39 Update configuration schema (#893) 2018-05-05 09:48:19 -07:00
Sudhanshu
8379a451d8 Add 'iDiva - Beauty & Wedding tips' to Showcase (#909)
This change is for adding "iDiva - Beauty & Wedding tips" iOS app to Texture showcase.
2018-05-05 08:30:20 -07:00
Garrett Moon
3677e290aa Issue ASNetworkImageNode callbacks off main thread (#908)
* The main thread is under a bunch of contention on startup, let's avoid using it.

* Update CHANGELOG
2018-05-04 12:21:42 -07:00
Emanuele Garolla
0e15547807 Calling boolValue instead of converting NSNumber
Problem found with static analysis code of Xcode 9.3.
2018-05-04 15:57:09 +02:00
Mikhail Filimonov
842b15dd9e - secure id some fixes 2018-05-04 17:50:27 +04:00
Ilya Laktyushin
1af6d6e527 Merge branch 'tmp' 2018-05-04 16:18:29 +04:00
Brandon Withrow
cabb7d4c97 Merge pull request #618 from kgaidis/kg-fix-delay
Fixed an issue where animations would get delayed
2018-05-03 21:01:46 -05:00
Brandon Withrow
150881c80e Merge pull request #614 from Shinproxy/deadLinkURLFix
remove dead-link URL.
2018-05-03 21:01:11 -05:00
Sasha Joseph
f3e92dffd3 Add basic support for base64 URLs. 2018-05-03 17:14:04 -07:00
Mikhail Filimonov
89a00a5cfe no message 2018-05-03 17:15:30 +04:00
Ilya Laktyushin
0d7b27564b no message 2018-05-03 15:54:18 +04:00
Peter
727d185a01 no message 2018-05-03 14:03:15 +03:00
appleguy
9de33361dc [ASTextNode] Fix a deadlock that could occur when enabling experimental ASTextNode2 via ASConfiguration (#903)
Because multiple threads can enter this allocWithZone: method around the same time, it is possible for one of them to setSuperclass first, and then the second thread would get stuck in an infinite loop. When climbing the inheritance heirarchy, ASTextNode2 would be encountered by this second thread, and it would continue until reaching c == Nil. Since there was no case to catch this, an infinite loop would result. Then the main thread can be deadlocked if a method like waitUntilAllUpdatesAreProcessed is called on ASCollectionView.
2018-05-03 03:51:59 -07:00
Mikhail Filimonov
e53c50741b Merge branch 'master' of https://github.com/peter-iakovlev/MtProtoKit 2018-05-03 12:54:23 +04:00
Peter
8841cc5c8d no message 2018-05-03 01:29:50 +03:00
Peter
0dff1897c3 no message 2018-05-03 01:14:36 +03:00
Peter
29588d6071 no message 2018-05-02 22:58:25 +03:00
Peter
0a7cd34fba no message 2018-05-02 22:54:51 +03:00
Peter
8b67c9ba75 Merge commit '6852a30f95e30d06d8e29de4372a3f5c0bfae5dc' into feature/secureid 2018-05-02 22:52:10 +03:00
Peter
87bc6849af no message 2018-05-02 22:52:05 +03:00
Andrew Yates
64c9b38a0f [Docs] Add new lightning talk from Buffer #trivial (#902) 2018-05-02 11:12:37 -07:00
Mikhail Filimonov
6526df569d no message 2018-05-02 21:28:17 +04:00
Garrett Moon
e072761aa1 Fixes an issue where playback may not start (#896) 2018-05-02 09:34:53 -07:00
Adlai Holler
f3aaa52700 Request std=c++11 dialect again, and add warning (#900)
* Put back stdc++11 and add compile-time check

* Soften it and update changelog
2018-05-02 09:30:35 -07:00
Mikhail Filimonov
6852a30f95 Merge branch 'feature/secureid' of https://github.com/peter-iakovlev/TelegramCoreDev into feature/secureid 2018-05-01 20:59:19 +04:00
Mikhail Filimonov
be4a6c4c69 call fixes 2018-05-01 20:59:08 +04:00
Peter
d170a3e36a no message 2018-05-01 19:46:32 +03:00
Peter
be2ee63fd3 no message 2018-05-01 16:42:05 +03:00
Peter
975717a9e0 no message 2018-05-01 15:49:58 +03:00
Peter
b6d2a10d12 no message 2018-05-01 14:47:16 +03:00
Alex Hill
f16e05e0b3 [ASDKFastImageNamed] Fixes nullability of UIImage initializers (#897) 2018-04-28 08:19:37 -07:00
Mikhail Filimonov
beb02ecda9 Merge branches 'master' and 'master' of https://github.com/peter-iakovlev/MtProtoKit 2018-04-27 18:00:35 +04:00
Mikhail Filimonov
c36925e399 Merge branch 'feature/secureid' of https://github.com/peter-iakovlev/TelegramCoreDev into feature/secureid 2018-04-27 18:00:22 +04:00
Mikhail Filimonov
617fc65356 no message 2018-04-27 18:00:10 +04:00
Peter
6009a9756c no message 2018-04-26 19:38:48 +03:00
Peter
c2aee5f7e2 no message 2018-04-26 19:38:29 +03:00
kgaidis
a0dc433a82 fixed a bug where setting CABasicAnimation beginTime would cause the animation to be delayed 2018-04-25 11:47:04 -04:00
Ilya Laktyushin
f5e09253e2 no message 2018-04-25 11:56:12 +04:00
Peter
dd6b56aac7 no message 2018-04-24 21:23:07 +03:00
Mikhail Filimonov
9ef65950c7 Merge branch 'master' of https://github.com/peter-iakovlev/MtProtoKit 2018-04-24 21:06:54 +04:00
Mikhail Filimonov
f2f438dba3 no message 2018-04-24 21:06:49 +04:00
Mikhail Filimonov
d42d2847ed Merge branch 'feature/secureid' of https://github.com/peter-iakovlev/TelegramCoreDev into feature/secureid 2018-04-24 21:06:39 +04:00
Mikhail Filimonov
92680cd19d no message 2018-04-24 21:06:33 +04:00
Peter
cd0799da8a no message 2018-04-24 20:03:43 +03:00
Peter
b39810b9c1 no message 2018-04-24 19:47:55 +03:00
Peter
383f326d19 no message 2018-04-24 16:52:49 +03:00
Mikhail Filimonov
f3433bb5cc Merge branch 'feature/secureid' of https://github.com/peter-iakovlev/TelegramCoreDev into feature/secureid 2018-04-24 17:51:17 +04:00