Grishka
c17ea407f8
Update OS X project
2018-06-06 15:43:16 +03:00
overtake
add65dd65b
Merge branch 'master' of https://github.com/peter-iakovlev/MtProtoKit
2018-06-06 15:33:41 +03:00
overtake
34b74e28d0
Merge branch 'master' of https://github.com/peter-iakovlev/Postbox
2018-06-06 14:28:15 +03:00
Peter
2987716d2d
no message
2018-06-06 14:26:34 +03:00
Adlai Holler
35d59acd83
Add support for acquiring multiple locks at once ( #958 )
...
* Add ASLocking which supports -tryLock and taking multiple locks safely
* Better multi locking
* Assert about lock set capacity
2018-06-05 12:31:30 -07:00
Grishka
6ba1241cfe
Fixed audio on Windows XP
2018-06-05 20:42:06 +03:00
overtake
853a7d3ca7
Merge branch 'quickfix-01-06' of https://github.com/peter-iakovlev/TelegramCoreDev into quickfix-01-06
2018-06-05 20:09:09 +03:00
overtake
2b1d560c66
no message
2018-06-05 20:09:03 +03:00
Peter
a9cfcc79d8
no message
2018-06-05 20:08:19 +03:00
overtake
d4f6fbdca8
Merge branch 'quickfix-01-06' of https://github.com/peter-iakovlev/TelegramCoreDev into quickfix-01-06
2018-06-05 13:33:14 +03:00
overtake
bf5d4b2466
Merge branch 'feature/secureid' into quickfix-01-06
...
# Conflicts:
# TelegramCore/RequestChatContextResults.swift
2018-06-05 13:31:58 +03:00
Peter
0acc1c2c89
no message
2018-06-05 13:31:08 +03:00
Peter
94cf46514d
no message
2018-06-05 02:08:06 +03:00
Grishka
6a8f543cca
Include fix
2018-06-05 00:28:38 +03:00
Grishka
9f4bc6786d
Fix of a fix
2018-06-04 23:02:49 +03:00
Grishka
fc9b6175b0
Fixes
2018-06-04 22:59:58 +03:00
Grishka
342cc5a295
2.1
2018-06-04 22:37:43 +03:00
Peter
5db24cb305
no message
2018-06-04 21:53:13 +03:00
Max Wang
9214e3c2ef
Renew supplementary node on relayout ( #842 )
...
* fix SIMULATE_WEB_RESPONSE not imported #449
* Fix to make rangeMode update in right time
* Renew supplementary node on relayout.
* Add support for layoutDelegate (ASCollectionLayout).
* revert space
* Update change log
* fix build error
* refactor
* set default size
* return early when can delegate
2018-06-04 10:29:41 -07:00
Ilya Laktyushin
9e2e55e46c
no message
2018-06-04 19:46:40 +03:00
overtake
0b5bf85a9f
Merge branch 'master' of https://github.com/peter-iakovlev/MtProtoKit
2018-06-04 18:32:07 +03:00
Peter
8ee988be1d
no message
2018-06-04 18:31:43 +03:00
Peter
849299fdcf
no message
2018-06-03 00:09:59 +03:00
Adlai Holler
21973c8840
Clean up async transaction system a bit ( #955 )
...
* Clean up async transaction system a bit
* Update changelog
2018-06-02 12:28:04 -07:00
Max Wang
9fe2f476a1
add ASTextNode2 snapshot test ( #935 )
...
* fix SIMULATE_WEB_RESPONSE not imported #449
* Fix to make rangeMode update in right time
* remove uncessary assert
* textnode2-snapshot-test
* add change log
* fix image recording
* disable recording
* renaming test method
* reset experiment in teardown
2018-06-02 09:01:01 -07:00
Peter
4c87427ade
no message
2018-06-02 03:13:42 +03:00
Peter
87914a9325
Merge commit '8bdf84065218943e064ee24c7b7f99f201deb539'
2018-06-02 01:23:46 +03:00
Adlai Holler
ee06e97e0f
Make ASPerformMainThreadDeallocation visible in C ( #952 )
...
* Make ASPerformMainThreadDeallocation visible in C
* Update changelog
2018-06-01 13:54:46 -07:00
Grishka
5ae5b34cc7
fix
2018-06-01 23:06:27 +03:00
Malik Kuru
079c11b756
Added 'Waplog' to showcase. ( #953 )
2018-06-01 23:05:37 +03:00
Peter
30e00abb5c
no message
2018-06-01 20:28:51 +03:00
Peter
5aff913b59
Merge branch 'quickfix-25-05' into quickfix-01-06
...
# Conflicts:
# TelegramCore.xcodeproj/project.pbxproj
# TelegramCore/Api3.swift
# TelegramCore/TermsOfService.swift
2018-06-01 12:42:15 +03:00
overtake
dd188e35ac
Merge branch 'feature/secureid' of https://github.com/peter-iakovlev/TelegramCoreDev into feature/secureid
2018-05-31 16:34:05 +03:00
Peter
8a6bfd44ea
no message
2018-05-31 16:22:57 +03:00
overtake
aac307bfbf
no message
2018-05-30 15:49:38 +03:00
Adlai Holler
6bdf57210e
Cut 2.7 release ( #949 )
2018-05-29 12:50:28 -07:00
Ilya Laktyushin
eb9b121961
no message
2018-05-29 20:20:58 +03:00
muukii
70eae57640
Update AppIcon in showcase ( #946 )
2018-05-29 11:54:37 +03:00
Huy Nguyen
8a4bb6cf06
[ASTableView] Generate a new cell layout if existing ones are invalid ( #942 )
2018-05-28 18:26:01 +03:00
Grishka
83ac2c603b
Fixes
2018-05-28 02:17:22 +03:00
Sagar Bhosale
60e3f97241
Update tip-1-nodeBlocks.md ( #943 )
...
collectionView is being replaced with collectionNode.
2018-05-26 08:44:59 -07:00
Max Wang
62b07e100e
Match interfacestate update sequence to uikit ( #882 )
...
* fix SIMULATE_WEB_RESPONSE not imported #449
* Fix to make rangeMode update in right time
* Match interface update closer to UIKit.
* allow the correct exiting sequence for thrashing
* refactor
2018-05-25 18:21:50 -07:00
Grishka
d2453dd1d0
Synchronize audio I/O creation & deletion
2018-05-25 22:14:45 +03:00
Gregory K
4df5beedcd
Merge pull request #44 from telegramdesktop/tdesktop
...
Fix some warnings and push changes for tdesktop upstream.
2018-05-25 20:29:23 +03:00
Ilya Laktyushin
8bdf840652
no message
2018-05-25 16:49:28 +03:00
Daniele Pizziconi
fc9ba3dea6
applying the same iOS logic of handling window changes to macOS
2018-05-25 12:15:07 +02:00
Peter
c265e81118
no message
2018-05-25 11:31:59 +02:00
Adlai Holler
cac14e0bce
Standardize Property Declaration Style in Core Classes ( #870 )
...
* Audit property attributes for core classes
* Update style guide
* Go crazy
* Update changelog
2018-05-24 14:42:43 -07:00
John Preston
00851dc634
Fix build for Windows.
2018-05-24 19:49:58 +03:00
John Preston
167259d729
Merge remote-tracking branch 'upstream/public' into tdesktop
2018-05-24 18:04:43 +03:00