Commit Graph

25012 Commits

Author SHA1 Message Date
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
Benjamin Scholtysik (Reimold)
f7c7b7f0f2 add linebreak and remove unnecessary ? YES : NO 2017-12-07 14:56:24 -08:00
Benjamin Scholtysik (Reimold)
14a52c2b6b Add HockeyHelper+Application to get applicationstate and use it everywhere. 2017-12-07 14:23:25 -08:00
Benjamin Scholtysik (Reimold)
13d3989248 Fix typo in BITChannel from previous commit that would cause persistDataItemQueueWithBackgroundTask to block 2017-12-07 11:34:44 -08:00
Benjamin Scholtysik (Reimold)
6b9c28fe3c Fix deadlock. =) 2017-12-07 11:31:39 -08:00
Benjamin Scholtysik (Reimold)
a76b33608e use dispatch_sync instead of dispatch_async 2017-12-07 11:15:19 -08:00
Ilya Laktyushin
f8959d68e0 no message 2017-12-07 18:22:34 +04:00
Ivan Matkov
f29296d9f0 Track sender activity only for background task 2017-12-07 16:20:53 +03:00
Benjamin Scholtysik (Reimold)
856d264db5 Access applicationstate from mainthread 2017-12-06 22:33:15 -08:00
Benjamin Scholtysik (Reimold)
dfb2a86b44 Merge pull request #480 from bitstadium/Release/5.0.1
Release/5.0.1
2017-12-06 20:33:00 -08:00
Peter
56bde7dc07 no message 2017-12-07 03:26:35 +04:00