Huy Nguyen
094d2570f5
Force the layout of subviews when _ASTableViewCell transitioned to another state
...
Relayout will be triggered in layoutSubviews (if needed).
2015-09-16 15:25:40 +03:00
appleguy
6e04bfbb94
Merge pull request #657 from nguyenhuy/AppledocInASLayoutSpec
...
Fix appledoc warnings in ASLayoutSpec.h
2015-09-16 13:34:44 +02:00
Huy Nguyen
0c068c442d
Fix appledoc warnings in ASLayoutSpec.h
2015-09-16 14:30:37 +03:00
appleguy
c9aa2dec44
Merge pull request #656 from rcancro/ASLayoutOptionsPrivate
...
As layout options private
2015-09-16 13:18:09 +02:00
Huy Nguyen
2d575fcafc
Relayout table view cell nodes if there is a mismatch between content view size and the node's constrained size
...
- Above is the generic case. Correctly handling it means relayout when the table view enters or leaves editing mode is solved as well.
- Async data source API removal: In a table view, cell nodes should always fill its content view and table view widths. Thus async data source can no longer provide custom constrained size for cell nodes. This removal allows table view to better handle relayout.
- Some more tests are added to ASTableViewTests to check against use cases handled in this diff.
2015-09-16 11:41:34 +03:00
rcancro
b0948ee6ae
Changed target membership of ASLayoutOptionsPrivate.h to Private from Public.
2015-09-15 17:18:08 -07:00
rcancro
21cc4e085c
Merge branch 'ASLayoutOptionsPrivate' of github.com:rcancro/AsyncDisplayKit into ASLayoutOptionsPrivate
2015-09-15 17:11:29 -07:00
rcancro
9c8aaeb17e
Move ASLayoutOptionsPrivate to the private folder
...
fixes:
https://github.com/facebook/AsyncDisplayKit/issues/654
2015-09-15 17:11:20 -07:00
rcancro
eee60fb31b
Move ASLayoutOptionsPrivate to the private folder
...
fixes:
https://github.com/facebook/AsyncDisplayKit/issues/654
2015-09-15 17:10:55 -07:00
appleguy
fff8a0be4a
Merge pull request #653 from rcancro/documentation
...
Added missing Appledoc documentation
2015-09-15 21:50:43 +02:00
rcancro
3b4055fcd3
few more doc changes.
2015-09-15 12:38:41 -07:00
rcancro
2d30a81a75
added documentation
2015-09-15 11:05:30 -07:00
appleguy
a9f2bda345
Merge pull request #651 from rcancro/viewBlock
...
added a callback for initWithViewBlock/initWithLayerBlock
2015-09-15 18:50:24 +02:00
rcancro
2f3562fa09
scott's comments
2015-09-15 09:11:19 -07:00
Lukas Spieß
a802383c7f
Fix TelemetryManager tests
2015-09-15 16:40:07 +02:00
Lukas Spieß
ff5999fff2
Refactor sender
...
- Reformatting
- Fix and amend tests
- Split methods for better code readability
- Rename `path` to `filePath` make code more comprehensive
- Replace `@synchronized` with dispatch queue
- Add generics annotation
2015-09-15 16:40:07 +02:00
Lukas Spieß
91f760b282
Reformat and do small refactorings in Persistence
2015-09-15 16:40:07 +02:00
rcancro
01be5acece
added a callback for initWithViewBlock/initWithLayerBlock
2015-09-14 20:36:08 -07:00
Lukas Spieß
69a4edc2e2
Fix delaying of second alerts with UIAlertController
2015-09-15 00:39:50 +02:00
appleguy
6ce077be5a
Merge pull request #650 from nguyenhuy/appledoc
...
Fix appledoc warnings
2015-09-15 00:24:11 +02:00
Huy Nguyen
7dc9b7fc40
Fix appledoc warnings.
2015-09-15 00:58:48 +03:00
Andreas Linde
1ebdaa434c
Increas Version + Build to 4.0-Alpha.1 (60)
2015-09-14 17:54:06 +02:00
Lukas Spieß
9b0c199803
Merge branch 'develop' into feature/telemetry
2015-09-14 17:52:16 +02:00
Lukas Spieß
699d3f8303
Use UIAlertController for feedback alerts
2015-09-14 17:50:30 +02:00
Lukas Spieß
8706a97c62
Always update feedback list on the main queue
2015-09-14 17:50:30 +02:00
Lukas Spieß
ae41bdafd7
Always present UIAlertController on the main queue
2015-09-14 17:50:30 +02:00
Lukas Spieß
0f6ca9d1cd
Rephrase log message
2015-09-14 17:47:58 +02:00
Lukas Spieß
608e12f255
Use newer Photos API for screenshots, when available
...
AssetsLibrary is deprecated. We now use the newer Photos API to fetch the screenshots.
2015-09-14 17:47:58 +02:00
appleguy
83aac39ef2
Merge pull request #648 from rcancro/layoutOptionsComments
...
Addressed comments to LayoutOptions PR
2015-09-14 16:43:15 +02:00
Lukas Spieß
3ec882fa04
Don't copy HockeySDK.xcconfig into distribution builds anymore
2015-09-14 12:46:42 +02:00
rcancro
2e3d59a73e
spelling
2015-09-11 16:13:18 -07:00
rcancro
b14e189bfb
Addressed comments to LayoutOptions PR
2015-09-11 16:07:18 -07:00
Lukas Spieß
a006862a61
Fix several small type comparison issues
2015-09-12 00:52:58 +02:00
Lukas Spieß
2999f621d2
Enable additional warnings
2015-09-12 00:52:58 +02:00
Lukas Spieß
bc4d09c39d
Make defaultMaxBatchCount static
2015-09-12 00:52:58 +02:00
Christoph Wendt
4e46e8e1c3
Fix docu warnings
2015-09-11 15:27:42 -07:00
Lukas Spieß
481a453199
Respect Telemetry feature in CrashOnly builds
2015-09-11 22:03:42 +02:00
Christoph Wendt
bae361be8a
Persist session events immediately after creation (remove ununsed timer code)
2015-09-11 12:36:54 -07:00
Christoph Wendt
ea922447df
Remove network type check since it's not used at this point
2015-09-11 12:31:33 -07:00
Lukas Spieß
60aeff7d65
Fix "unused" warning in helper tests
2015-09-11 20:51:15 +02:00
Lukas Spieß
ccf93b29b5
Use new helper function syntax in tests
2015-09-11 20:51:00 +02:00
Lukas Spieß
16c49d2f8b
Add missing tests back to project
2015-09-11 20:50:09 +02:00
Lukas Spieß
df04cb6c67
Make context helper available in CrashOnly-builds
2015-09-11 18:41:51 +02:00
Lukas Spieß
a921c55271
Move & rename helper method so it works with CrashOnly
2015-09-11 18:41:33 +02:00
Lukas Spieß
6f81cc02f3
Update podspecs with new library and framework
2015-09-11 18:37:21 +02:00
Lukas Spieß
39d5c3216a
Move linking of CrashReporter also to xcconfig file
2015-09-11 18:15:53 +02:00
Lukas Spieß
fd408e96d5
Remove linking that is already done in xcconfig file
...
These frameworks already get linked by our HockeySDK.xcconfig file so we don't need these duplications
2015-09-11 18:12:31 +02:00
Lukas Spieß
20bbda4ce5
Add libs and frameworks to modulemap & xcconfig
2015-09-11 18:05:00 +02:00
Lukas Spieß
8559072c13
Merge branch 'develop' into feature/telemetry
...
Conflicts:
.gitignore
Classes/BITHockeyHelper.h
Classes/BITHockeyHelper.m
Support/HockeySDK.xcodeproj/project.pbxproj
Support/HockeySDKTests/libOCMock.a
2015-09-11 18:04:55 +02:00
Andreas Linde
4bcbda5c2e
Update PLCR build using Xcode 7 GM
2015-09-11 11:14:21 +02:00