Commit Graph

13022 Commits

Author SHA1 Message Date
Gregory K
ef108581ac Merge pull request #36 from stek29/gitignore-xcode
Add xcuserdata to gitignore
2017-12-21 20:19:21 +04:00
Peter
7940b80db9 no message 2017-12-21 18:05:40 +04:00
Peter
f43e0ad143 no message 2017-12-21 16:45:01 +04:00
Peter
e51a105f05 no message 2017-12-21 16:44:47 +04:00
Gregory K
efd87fd7a8 Merge pull request #35 from UnigramDev/public
Updated the CXWrapper to use events instead of IStateCallback
2017-12-20 18:39:29 +04:00
Stephen Williams
4dec51ca37 Fix ASDKgram example #trivial (#700)
- Fix an insta-crash that's caused by Webservice.load method to call its completion block off the main thread.
- Fix incorrect http status code check.
- Bump the deployment target to get the project compiling.
2017-12-20 12:53:13 +00:00
John T McIntosh
fff5aae0a5 Add support for toggling logs off and back on at runtime #trivial (#714) 2017-12-20 12:49:09 +00:00
Huy Nguyen
7416d6a88a Add Blendle to our showcase page (#721) 2017-12-19 18:53:13 +01:00
Ilya
eab7bea48d Add missing flags for ASCollectionDelegate (#718)
* Add missing flags for ASCollectionDelegate

* Update CHANGELOG.md
2017-12-19 17:13:45 +00:00
César Estébanez Tascón
8f19434788 Check for nil elements on ASTableView as well #trivial (#710) 2017-12-19 16:56:35 +00:00
brandon_withrow
5aa515818f Add documentation 2017-12-18 16:22:58 -08:00
Garrett Moon
46d46fdf12 #trivial Fixes image nodes being stuck not being able to download image (#720)
* #trivial Fixes image nodes being stuck not being able to download image

* Clear out the _cacheUUID too even though this is not strictly necessary.
2017-12-18 15:15:29 -08:00
brandon_withrow
a2275e9227 Initial work on interactive props 2017-12-18 15:10:28 -08:00
Benjamin Scholtysik (Reimold)
7a58aeae2c Merge pull request #499 from bmourat/fix/crash-in-extensions
Fix crash in extensions
2017-12-18 09:32:47 -08:00
Benjamin Scholtysik (Reimold)
d9c77991d9 Merge pull request #500 from MatkovIvan/fix/memory-leak
Fix a small memory leak
2017-12-18 09:31:41 -08:00
Murat Baysangurov
44306a69c9 Replaced OSAtomicCompareAndSwapPtr with atomic_compare_exchange_strong 2017-12-18 15:56:03 +03:00
Ivan Matkov
31702b380b Fix a small memory leak 2017-12-18 14:57:56 +03:00
Benjamin Scholtysik (Reimold)
2f87ab5a76 Merge pull request #498 from bmourat/fix/feedback-in-landscape
Fixes bug in feedback window in landscape
2017-12-15 11:44:24 -08:00
Murat Baysangurov
377b0c6863 Fixes bug with not sending crash reports in extensions 2017-12-15 13:28:56 +03:00
Murat Baysangurov
dc857436bc Fixes crash on startup of hockey manager in extensions 2017-12-15 13:28:41 +03:00
Murat Baysangurov
34f4492068 Fix feedback window in landscape mode 2017-12-14 17:09:01 +03:00
Benjamin Scholtysik (Reimold)
f882fa894b Merge pull request #495 from bitstadium/release/5.1.1
Release/5.1.1
2017-12-13 21:36:53 -08:00
Benjamin Scholtysik (Reimold)
6d5a75635c Merge branch 'develop' into release/5.1.1 2017-12-13 15:17:51 -08:00
Benjamin Scholtysik (Reimold)
90f79667cb Merge pull request #494 from bitstadium/fix/crashonly-headers
don’t copy metricsmanager.h into crashonly fat framework
2017-12-13 15:17:14 -08:00
Benjamin Scholtysik (Reimold)
1721592ae1 Bump the version to 5.1.1 2017-12-13 14:38:49 -08:00
Benjamin Scholtysik (Reimold)
2b5ac1196a don’t copy metricsmanager.h into crashonly fat framework 2017-12-13 14:23:34 -08:00
Benjamin Scholtysik (Reimold)
017f55f941 Merge pull request #493 from MatkovIvan/fix/deadlock
Fix deadlock
2017-12-13 14:22:59 -08:00
Ivan Matkov
23af55b608 Fix deadlock 2017-12-14 00:51:27 +03:00
Benjamin Scholtysik (Reimold)
c97cb5ec3b Merge pull request #489 from bitstadium/master
Master -> develop
2017-12-12 12:45:19 -08:00
Benjamin Scholtysik (Reimold)
d4de7b280d Merge pull request #488 from bitstadium/fix/warnings-when-integrating-from-source
Specify block as void
2017-12-11 21:40:34 -08:00
Benjamin Scholtysik (Reimold)
903de605f8 Specify block as void 2017-12-11 19:59:06 -08:00
Ha Hyun soo
8300d8eb61 Vingle very community - Update showcase (#711) 2017-12-11 19:47:41 -08:00
Benjamin Scholtysik (Reimold)
b6c0d5504a Merge pull request #485 from bitstadium/release/5.1.0
Release/5.1.0
2017-12-11 18:30:52 -08:00
Benjamin Scholtysik (Reimold)
cd7d697202 add fix to feedback attachment caching to the changelog 2017-12-11 16:19:16 -08:00
Benjamin Scholtysik (Reimold)
b53a1f26af Merge pull request #487 from bmourat/fix/display-correct-image
Moved creating cached preview items to didSelectAttachmentMethod
2017-12-11 10:00:06 -08:00
Benjamin Scholtysik (Reimold)
1a64584471 Merge pull request #486 from bmourat/fix/helper-categories
Fixed unrecognised selector exception
2017-12-11 09:59:00 -08:00
Ilya Laktyushin
50c8bb3afb no message 2017-12-11 20:18:49 +04:00
Murat Baysangurov
39b78cd543 Moved creating cached previews items to didSelectAttachmentMethod to display first image correctly 2017-12-11 17:31:45 +03:00
Murat Baysangurov
8da24e52e7 importCategories method should be in main class, or unrecognized selector exception is thrown 2017-12-11 14:26:12 +03:00
Benjamin Scholtysik (Reimold)
6363e24050 bump version to 5.1.0 2017-12-08 17:15:42 -08:00
Benjamin Scholtysik (Reimold)
ddd8f9534e add missing change to BITMetricsManager from local stash 2017-12-08 16:59:41 -08:00
Benjamin Scholtysik (Reimold)
2d0d42bfa7 Fix unit tests for Channel by using a completionhandler block. 2017-12-08 16:48:51 -08:00
Benjamin Scholtysik (Reimold)
65e0f75c4d Add runtime search path for OCMock 2017-12-08 15:42:58 -08:00
Benjamin Scholtysik (Reimold)
7bc46ed9de Update to OCMock 3.4.1 2017-12-08 15:42:03 -08:00
Benjamin Scholtysik (Reimold)
9a80720243 Update OCMock and OCHamcrest 2017-12-08 14:50:47 -08:00
Nicholas Guriev
b0c6da9bdc Add extern "C" wrapper
It perhaps fixes build failure against ancient OpenSSL.

See also: https://github.com/openssl/openssl/commit/17e80c6
2017-12-08 23:16:12 +03:00
Benjamin Scholtysik (Reimold)
189634b9c9 Remove check for application != nil as the new application state has that covered 2017-12-08 11:24:00 -08:00
Huy Nguyen
5a4d569c56 Ensure an ASM enabled node applies its pending layout when enters preload state (#706)
This makes sure subnodes are inserted and start preloading right away, instead of waiting until the next layout pass of the supernode. Fixes #693.
2017-12-08 18:30:26 +00:00
Benjamin Scholtysik (Reimold)
1ff86a5ed1 Merge remote-tracking branch 'Public/master' into fix/access-applicationstate-on-main-thread
# Conflicts:
#	Classes/BITChannel.m
#	Classes/BITMetricsManager.m
2017-12-07 16:01:23 -08:00
Benjamin Scholtysik (Reimold)
880181b63a Merge pull request #483 from MatkovIvan/fix/wait-notification
Track sender activity only for background task
2017-12-07 14:57:38 -08:00