Peter
7090bf6e2c
no message
2018-09-17 20:31:46 +01:00
overtake
fdf7f10d7b
Merge branch 'master' of https://github.com/peter-iakovlev/TelegramCoreDev
2018-09-17 19:53:55 +01:00
overtake
b7499d7d71
no message
2018-09-17 19:53:49 +01:00
Peter
8ae83aef19
Merge commit 'c2ec64d81383c1f89b1bb62bd28a1a0ae4505d17'
2018-09-17 19:17:14 +01:00
Peter
dd4ed9c23d
no message
2018-09-17 19:16:39 +01:00
Peter
ec27b81d87
no message
2018-09-17 19:16:25 +01:00
Peter
e4fe95a358
no message
2018-09-17 19:15:45 +01:00
Peter
bffb8eb8ca
no message
2018-09-17 19:15:29 +01:00
overtake
7c405fb8a9
no message
2018-09-17 19:13:46 +01:00
overtake
c2ec64d813
no message
2018-09-17 19:05:02 +01:00
Max Wang
bf8d268573
Interface state not update correctly during layer thrash. ( #1111 )
...
* fix SIMULATE_WEB_RESPONSE not imported #449
* Fix to make rangeMode update in right time
* remove uncessary assert
* Fix collection cell editing bug for iOS 9 & 10
* Revert "Fix collection cell editing bug for iOS 9 & 10"
This reverts commit 06e18a10596622ff8a68835c95a23986d7bf61ea.
* Fix interface state not update correctly during layer thrash
* add change log
2018-09-17 10:11:04 -07:00
Gregory K
8d8522a5e8
Merge pull request #53 from UnigramDev/public
...
Updated CXWrapper to 2.2.4
2018-09-16 23:51:06 +03:00
Fela Ameghino
646f7d677e
Merge branch 'public' into public
2018-09-16 22:47:17 +02:00
Grishka
14d782bf9f
Fixes
...
This makes some parts of #53 unnecessary, sorry Fela
2018-09-16 23:38:52 +03:00
Fela Ameghino
68acf590bc
Added GetSignalBarsCount and GetConnectionState to CXWrapper
2018-09-16 17:58:08 +02:00
Michael Schneider
209227908e
Add missing argument for calling image download completion block ( #1106 )
2018-09-15 08:04:46 -07:00
Max Wang
1f0a213fe9
Fix layer backed nodes not update properly ( #1110 )
...
* fix SIMULATE_WEB_RESPONSE not imported #449
* Fix to make rangeMode update in right time
* remove uncessary assert
* Fix collection cell editing bug for iOS 9 & 10
* Do not cancel on exit, interface state update should handle it.
* Revert "Fix collection cell editing bug for iOS 9 & 10"
This reverts commit 06e18a10596622ff8a68835c95a23986d7bf61ea.
* add space to trigger ci
* add change log
2018-09-14 15:25:27 -07:00
Peter
e2fc5ace75
no message
2018-09-15 00:39:38 +03:00
Peter
11629a068a
no message
2018-09-15 00:39:19 +03:00
Jozsef Mihalicza
0114c46805
changelog fix: let / var macros did not make it to 2.7 ( #1109 )
...
* let / var macros did not make it to 2.7
* moved change note later in the log to reflect actual timeline
* Update CHANGELOG.md
2018-09-14 13:12:26 -07:00
overtake
dfc9dace6c
Merge branch 'master' of https://github.com/peter-iakovlev/TelegramCoreDev
2018-09-14 20:41:48 +01:00
overtake
5a590cc90b
no message
2018-09-14 20:41:44 +01:00
Peter
6aeaf3699c
no message
2018-09-14 21:17:54 +03:00
Ilya Laktyushin
c2149ecd2e
Merge branch 'master' of github.com:peter-iakovlev/TelegramUI
2018-09-14 18:15:39 +01:00
Ilya Laktyushin
ff816dd8e3
no message
2018-09-14 18:15:30 +01:00
Peter
ba53cb714d
no message
2018-09-14 19:54:11 +03:00
Michael Schneider
f759d5cc7d
Improve locking around clearContents ( #1107 )
...
* Improve locking around clearContents
* Add changelog
2018-09-14 08:48:19 -07:00
Peter
e5cdfa4a20
no message
2018-09-14 18:37:47 +03:00
Peter
71b11564d2
Merge commit '55933acebca3b2361f8c2748a9f236bf98bb793d'
2018-09-14 18:37:29 +03:00
Peter
c8619024fe
no message
2018-09-14 18:36:46 +03:00
Ilya Laktyushin
55933acebc
Merge branch 'master' of github.com:peter-iakovlev/TelegramUI
2018-09-14 15:50:41 +01:00
Ilya Laktyushin
cf0d37b2aa
Merge branch 'master' of github.com:peter-iakovlev/TelegramUI
...
# Conflicts:
# TelegramUI/SecureIdDocumentFormControllerNode.swift
2018-09-14 15:50:23 +01:00
Peter
bdb87523be
no message
2018-09-14 17:29:49 +03:00
Ilya Laktyushin
b090612e53
no message
2018-09-14 15:25:48 +01:00
Peter
6a039d5f43
Merge commit '7ec24554d4a73ada3c6691b999dfe24e7637b503'
2018-09-14 17:03:23 +03:00
Peter
bb24674d68
no message
2018-09-14 17:03:01 +03:00
Peter
664c89a820
no message
2018-09-14 17:02:21 +03:00
Peter
10379313d2
no message
2018-09-14 17:02:03 +03:00
Peter
cc178e94fe
no message
2018-09-14 17:01:46 +03:00
Adlai Holler
eb5bd0942b
Don't copy container during ASTextNode2 layout ( #1115 )
2018-09-13 11:06:12 -07:00
Adlai Holler
1d2f1f2ed8
Don't setNeedsDisplay on text node measure #trivial ( #1116 )
2018-09-13 11:05:48 -07:00
Fela Ameghino
761c5869e9
Added GetStats to CXWrapper
2018-09-13 12:27:04 +02:00
Max Wang
69ab24bc00
Make interface state delegate non optional ( #1112 )
...
* fix SIMULATE_WEB_RESPONSE not imported #449
* Fix to make rangeMode update in right time
* remove uncessary assert
* Fix collection cell editing bug for iOS 9 & 10
* Revert "Fix collection cell editing bug for iOS 9 & 10"
This reverts commit 06e18a10596622ff8a68835c95a23986d7bf61ea.
* Make interface state delegate protocol non-optional.
* add change log
* add missing removal
* add required method to ASNodeController
* fix indentation
* Update CHANGELOG.md
2018-09-12 09:48:39 -07:00
Michael Schneider
a798cf9008
Call out to AnimatedImage subclass hook in the next runloop cycle ( #1087 )
2018-09-12 09:39:22 -07:00
Peter
144450d295
no message
2018-09-12 18:46:11 +03:00
Ilya Laktyushin
b3afd9e772
no message
2018-09-12 16:35:43 +01:00
Ilya Laktyushin
7ec24554d4
Merge branch 'master' of github.com:peter-iakovlev/TelegramUI
...
# Conflicts:
# TelegramUI/SecureIdAuthFormFieldNode.swift
2018-09-12 16:35:27 +01:00
Ilya Laktyushin
eba4688764
Merge branch 'master' of github.com:peter-iakovlev/Display
2018-09-12 16:34:57 +01:00
Ilya Laktyushin
c2a3f2e65b
Merge branch 'master' of github.com:peter-iakovlev/TelegramUI
2018-09-12 08:46:56 +01:00
Peter
4f35f73243
Merge commit '311d9ac073d8c4ffd8bcea7041000ac9e8d03128'
2018-09-11 22:21:03 +03:00