Garrett Moon
62303ebeec
array must be init'd otherwise arrayByAddingObject returns nil.
2015-08-28 13:37:39 -07:00
rcancro
afade854af
Moved ASLayoutable* properties into ASLayoutOptions class
2015-08-28 09:36:22 -07:00
Lukas Spieß
b9bc27fef3
Add scoping curly braces to if statements
2015-08-28 18:19:45 +02:00
Lukas Spieß
49d8309d10
Update .travis.yml with new test destinations
2015-08-28 01:16:42 +02:00
Paul Young
107fe18a2a
Add missing imports to address compiler warnings.
2015-08-27 15:06:07 -07:00
Lukas Spieß
63c92a6090
Cleanup framework search paths in test target
2015-08-27 23:34:59 +02:00
Lukas Spieß
dfe58d6bae
Improve phrasing in troubleshooting section
2015-08-27 22:48:23 +02:00
Huy Nguyen
075c39e398
When relayout a node, preserve its frame origin.
2015-08-27 21:16:39 +03:00
Andreas Linde
5b649b3341
3.8 Beta 1 Release
2015-08-27 13:22:37 +02:00
Andreas Linde
73175a9a7b
Merge branch 'develop' into feature/iOS9-Updates
2015-08-27 10:23:52 +02:00
Andreas Linde
d2d1aae87d
Add troubleshooting section to readme
2015-08-27 10:23:40 +02:00
Andreas Linde
9f9c7d28ea
Merge branch 'develop' into feature/iOS9-Updates
2015-08-27 10:18:42 +02:00
Andreas Linde
64aaf2aa8c
Fix app update triggering exit not safely report
...
When the app updates and the crash manager has `enableAppNotTerminatingCleanlyDetection` enabled, starting the update shouldn't trigger a crash report for that scenario.
2015-08-27 10:18:13 +02:00
Andreas Linde
f7fc72c11d
Comment new encoding methods for now
...
This needs to be fixed before release.
2015-08-27 10:13:46 +02:00
Andreas Linde
90711c6a48
Use the Xcode 7 Image on Travis-CI
2015-08-27 10:06:13 +02:00
Christoph Wendt
e6e28fa2c8
test if new session gets created correctly
2015-08-26 16:51:49 -07:00
Christoph Wendt
a7da07947a
Refactor method startNewSessionWithId: for testing purposes
2015-08-26 16:51:12 -07:00
Garrett Moon
98b41a4b1c
scrollable directions was invalid for non-flow layouts as bounds and contentSize were zero on init
2015-08-26 16:15:18 -07:00
Christoph Wendt
3bd48798f7
Add test class for BITTelemetryManager
2015-08-26 15:22:00 -07:00
Christoph Wendt
fbecd2f283
Add OCMock library
2015-08-26 15:12:43 -07:00
Christoph Wendt
13f34403ed
Track first session after manager has been started
2015-08-25 18:08:17 -07:00
Christoph Wendt
1c05cdc819
Auto renew sessions
2015-08-25 17:28:41 -07:00
Christoph Wendt
fda99a4777
Add private methods (session tracking)
2015-08-25 17:28:14 -07:00
Christoph Wendt
0520f716b5
Add contract files (session tracking)
2015-08-25 17:27:48 -07:00
Christoph Wendt
923eb8619a
Change membership/visibility of telemetry module files
2015-08-25 15:29:47 -07:00
Christoph Wendt
bd47a94e49
Initialize and start telemetry module
2015-08-25 15:28:41 -07:00
Christoph Wendt
d431340772
Inherit from BITHockeyBaseManager
2015-08-25 15:28:20 -07:00
rcancro
32e2f7f1ad
fix kittens example
2015-08-25 14:37:34 -07:00
Christoph Wendt
24942d058b
Add telemetry module to BITHockeyManager
2015-08-25 14:13:24 -07:00
Christoph Wendt
73ec8d872d
Add BITTelemetryManager
2015-08-25 14:05:11 -07:00
rcancro
499adb5145
Added method to ASLayoutable to allow a layoutable to override how it will be added to the layoutSpec.
...
Also moved ASStaticLayoutSpec to act more like the other layouts.
2015-08-25 14:04:06 -07:00
appleguy
9c51bde8e8
Merge pull request #611 from rcancro/baseline
...
Added baseline alignment for ASStackLayoutSpec. Break up ASLayoutable into common, stack, and baseline protocol.
2015-08-24 14:26:33 -07:00
rcancro
9bf62d14ab
Merge remote-tracking branch 'upstream/master' into baseline
...
# Conflicts:
# AsyncDisplayKit/Layout/ASLayoutSpec.h
# AsyncDisplayKit/Layout/ASStackLayoutSpec.mm
2015-08-24 09:54:36 -07:00
Andreas Linde
05de1686fa
Fix alert presentation with UIAlertController
2015-08-24 17:01:58 +02:00
Andreas Linde
e721bcfa19
Merge branch 'develop' into feature/iOS9-Updates
2015-08-24 10:30:59 +02:00
Andreas Linde
1c221668de
Improve documentation
...
Make usage of `BITHockeyNetworkDidBecomeReachableNotification` more clear
2015-08-24 09:54:43 +02:00
appleguy
38eae3ab77
Merge pull request #623 from rcancro/layoutSpec
...
ASLayoutSpec are temporarily mutable and have a more obj-c interface
2015-08-23 11:31:07 -07:00
rcancro
1d31a21ccb
Merge branch 'baseline' of github.com:rcancro/AsyncDisplayKit into baseline
...
# Conflicts:
# AsyncDisplayKit.xcodeproj/project.pbxproj
# AsyncDisplayKit/ASTextNode.h
# AsyncDisplayKit/Details/ASDataController.mm
2015-08-22 19:14:59 -07:00
rcancro
e991242513
removed "Stack" from baseline related layout names
2015-08-22 19:03:55 -07:00
rcancro
49ac178166
huy's comments
2015-08-22 19:03:55 -07:00
rcancro
1424127813
fixed copyright
2015-08-22 19:03:54 -07:00
ricky cancro
5d286930f6
Renamed ASStackText... to ASBaselineStack...
2015-08-22 19:03:54 -07:00
rcancro
830d39af92
fixed bug for baseline last
2015-08-22 19:03:54 -07:00
ricky cancro
2d6ddfe32e
moved baseline alignment to a layout spec.
2015-08-22 19:03:54 -07:00
rcancro
9036ab8e7d
new stack layout spec for text
2015-08-22 19:03:54 -07:00
ricky cancro
ef89f758bc
flailing
2015-08-22 19:03:54 -07:00
ricky cancro
3fd241e87e
fixed vertical spacing bug and typo
2015-08-22 19:03:54 -07:00
ricky cancro
cf428831a4
Added baseline spacing for vertical stack views.
2015-08-22 19:03:54 -07:00
ricky cancro
f289b3345a
Add baseline support to ASStackLayoutSpec
2015-08-22 19:03:54 -07:00
rcancro
0ea276e3ab
huy's comments
2015-08-22 18:47:16 -07:00