Christoph Wendt
acd1af0f98
Fix: use correct timer interval
2015-09-03 23:22:37 -07:00
Christoph Wendt
c88249d3be
Initialise channel with persistence and context
2015-09-03 23:22:04 -07:00
Christoph Wendt
ca405da200
Collect context information needed for packaging telemetry items
2015-09-03 23:20:23 -07:00
Christoph Wendt
fede13a6d6
Determine context values
2015-09-03 23:18:28 -07:00
Christoph Wendt
6f179eaced
Determine internet connection
2015-09-03 23:17:31 -07:00
Christoph Wendt
64cee4dc80
Add contract files (packaging, context)
2015-09-03 23:14:29 -07:00
Peter
3f52eefb17
no message
2015-09-03 19:57:35 +03:00
appleguy
de795d577a
Merge pull request #635 from garrettmoon/fixShouldRasterizeSubnodes
...
Fix should rasterize subnodes
2015-09-03 01:28:43 -07:00
Benjamin Reimold
95ffbcdae0
Started to add unit tests for BITPersistence
2015-09-02 17:14:46 -07:00
Christoph Wendt
303f786938
Avoid retain cycles
2015-09-02 13:36:41 -07:00
Christoph Wendt
dd101d0e59
Add NSURLSession support (BITAuthenticator)
2015-09-02 13:35:59 -07:00
Christoph Wendt
37727b46f4
Add NSURLSession support (BITHockeyManager)
2015-09-02 13:34:57 -07:00
Christoph Wendt
08c8b8242f
Add NSURLSession support (BITStoreFeedbackManager)
2015-09-02 11:26:13 -07:00
Christoph Wendt
f06cf2a636
Add NSURLSession support (BITAuthenticator)
2015-09-02 11:25:43 -07:00
Benjamin Reimold
3a4f873059
Cleanup code in Persistence (reformat indentation, remove some no longer needed loc)
2015-09-02 11:25:41 -07:00
Benjamin Reimold
91bcaa31bf
Remove remaining occurances of old namespace
2015-09-02 11:23:12 -07:00
Huy Nguyen
93e53bbd87
Use getter and setter of other properties in ASDisplayNode's frame setter.
2015-09-02 20:29:53 +03:00
Huy Nguyen
4b82cc4051
While adjusting position of a node, use getters and setters. Those methods already check thread affinity and layer readiness.
2015-09-02 20:29:50 +03:00
Christoph Wendt
8935364018
Add NSURLSession support (BITFeedbackListViewController)
2015-09-01 18:30:12 -07:00
Christoph Wendt
9cca26f789
Add NSURLSession support (BITStoreUpdateManager)
2015-09-01 17:55:13 -07:00
Christoph Wendt
862771437c
Implement NSURLSessionTaskDelegate methods (BITUpdateManager)
2015-09-01 17:54:21 -07:00
Christoph Wendt
582bd3019b
Refactor NSURLConnection delegate methods (BITUpdateManager)
2015-09-01 17:53:35 -07:00
Christoph Wendt
327ac60283
Support NSURLSession request (BITUpdateManager)
2015-09-01 17:50:30 -07:00
Benjamin Reimold
dcc0b746de
Add BITPersistence
2015-09-01 15:01:10 -07:00
Garrett Moon
32582fca58
Fixes shouldRasterizeSubnodes
...
Currently, subnodes of nodes marked with shouldRasterizeSubnodes do not get layout calls. This adds the call to layout and changes the __layout method to reference self.bounds instead of _layer.bounds.
Also adds support for corner radius when rasterizing subnodes.
2015-09-01 13:25:27 -07:00
Benjamin Reimold
bf00dacc39
Add AppCode workspace files to gitignore
2015-09-01 11:11:57 -07:00
Christoph Wendt
fa32225bd6
Track session state data
2015-08-31 19:34:52 -07:00
Christoph Wendt
087d86fa87
Add channel dependency to TelemetryManager
2015-08-31 19:34:31 -07:00
Christoph Wendt
1b411ecab2
Add channel implementation
2015-08-31 19:33:02 -07:00
Christoph Wendt
3a8e878e08
Add contract files for SessionState events
2015-08-31 19:32:37 -07:00
Christoph Wendt
d2e72851e5
Add tests for BITSession
2015-08-31 15:29:56 -07:00
rcancro
bca7d838e1
making ASLayoutOptions threadsafe
2015-08-31 14:19:27 -07:00
rcancro
588cb27ec8
Merge remote-tracking branch 'upstream/master' into layoutOptions
2015-08-31 09:28:35 -07:00
Andreas Linde
9a978a1cae
Update build number
2015-08-31 10:33:58 +02:00
Andreas Linde
0afe76af91
Merge branch 'release/3.7.3'
2015-08-31 10:33:01 +02:00
Andreas Linde
364711d4a2
Merge tag '3.7.3' into develop
...
Version 3.7.3
2015-08-31 10:33:01 +02:00
Andreas Linde
f1c864d6e1
3.7.3 release and documentation updates
2015-08-31 10:32:51 +02:00
Andreas Linde
be42a87c1f
Use PLCR build created with Xcode 6.4
...
This fixes a duplicate symbol issue some users are facing
2015-08-31 10:23:02 +02:00
Paul Young
64892bc173
Try using a separate umbrella header for the dynamic framework.
2015-08-30 13:40:37 -07:00
appleguy
bdc5562080
Merge pull request #631 from nguyenhuy/relayout_preserves_frame_origin
...
When relayout a node, preserve its frame origin
2015-08-28 23:49:23 -07:00
appleguy
ecfacd0bd7
Merge pull request #621 from nguyenhuy/table_cell_node_min_width
...
New min constrained width for cell nodes in table view
2015-08-28 23:47:22 -07:00
appleguy
071dbd9dc2
Merge pull request #630 from garrettmoon/fixRangesOnNonFlowLayouts
...
scrollable directions was invalid for non-flow layouts as bounds and …
2015-08-28 23:43:49 -07:00
appleguy
4f2be6cf70
Merge pull request #634 from garrettmoon/fixStaticLayoutSpecs
...
array must be init'd otherwise arrayByAddingObject returns nil.
2015-08-28 23:43:12 -07:00
rcancro
b07078fed6
Make layoutOptions readonly
2015-08-28 20:41:40 -07:00
rcancro
b84cca0d4e
didn't mean to commit this
2015-08-28 20:14:09 -07:00
rcancro
f6d6768985
Fixed infinite recursion in finalLayoutable, removed child properties from ASLayoutSpecs
2015-08-28 20:11:19 -07:00
rcancro
c1fef24c8a
bug in setting the ASLayoutOptions default class.
2015-08-28 16:51:15 -07:00
rcancro
2155054c69
wasn't copying layout options to final layoutable.
2015-08-28 16:49:40 -07:00
rcancro
e6a07ffe58
Kittens sample working
2015-08-28 15:55:41 -07:00
rcancro
9a702a49ad
Hide ASLayoutOptions from the user
2015-08-28 14:30:50 -07:00