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 |
|
Christoph Wendt
|
c5956c28b5
|
Fix issue: Do not delete file because of "no connection" response
|
2015-09-10 19:28:10 -07:00 |
|
Christoph Wendt
|
85a0469e90
|
Use prod urls by default for telemetry
|
2015-09-10 19:26:37 -07:00 |
|
Christoph Wendt
|
eb1d15f2e8
|
Test BITSender (sending, response handling)
|
2015-09-10 18:58:30 -07:00 |
|
Christoph Wendt
|
44e6315bbb
|
Trigger sending of persisted file on startManager() (BITTelemetryManager)
|
2015-09-10 18:57:51 -07:00 |
|
Christoph Wendt
|
988d5881b2
|
Fix NSURLSession issue
|
2015-09-10 18:56:51 -07:00 |
|
Christoph Wendt
|
2bcd14d132
|
Refactor sender methods to enable testing of async code
|
2015-09-10 18:55:44 -07:00 |
|
Christoph Wendt
|
e32c1e5c8b
|
Use correct queue for sending objects
|
2015-09-10 18:54:38 -07:00 |
|
Christoph Wendt
|
2bcb4d8e53
|
Add properties/methods to sender header (testing)
|
2015-09-10 18:53:44 -07:00 |
|