Commit Graph

2034 Commits

Author SHA1 Message Date
chrwend
04367d7068 Update xamarin log for unit test 2016-04-23 01:43:36 +02:00
chrwend
6be97cf34c Fix unit test (remove unwanted space) 2016-04-23 01:43:36 +02:00
chrwend
de5ead95b7 Remove trailing whitespaces of crash reason and stacktrace 2016-04-23 01:43:36 +02:00
chrwend
426ab49269 Use const for Xamarin stack delimiter 2016-04-23 01:43:36 +02:00
chrwend
abb07a6cef Add tests for formattings managed exception portions 2016-04-23 01:43:36 +02:00
chrwend
34aa6dbc82 Extract Xamarin Exception if available and insert it below "Application Specific Information" 2016-04-23 01:39:11 +02:00
Lukas Spieß
746df23867 Fix Channel tests by using OCMPartialMock of persistence 2016-04-23 01:38:44 +02:00
Lukas Spieß
3fa8a5e4eb Merge branch 'develop' into feature/metrics/develop
# Conflicts:
#	Classes/BITCategoryContainer.h
#	Classes/BITGZIP.h
#	Classes/BITHockeyManager.h
#	Support/buildnumber.xcconfig
#	docs/Changelog-template.md
2016-04-23 01:21:35 +02:00
Lukas Spieß
a78614f333 Amend Changelog with CrashOnly build updates 2016-04-22 22:36:00 +02:00
Lukas Spieß
aca2f4a538 Merge pull request #96 from bitstadium/feature/add-usermetrics-crashonly
Add User Metrics to CrashOnly build
2016-04-22 22:33:02 +02:00
Lukas Spieß
215dfd667e Add User Metrics features to CrashOnly build 2016-04-22 22:26:34 +02:00
Lukas Spieß
69d15ff875 Merge pull request #280 from bitstadium/feature/category-prefix
Prefix category on NSData to prevent symbol collisions
2016-04-22 21:50:01 +02:00
Lukas Spieß
e789e30060 Merge pull request #279 from bitstadium/feature/update-test-frameworks
Update testing frameworks
2016-04-22 21:48:25 +02:00
Lukas Spieß
cba2321d11 Update tests to fit new semantics of OCMockito
Invocation counts are not cumulative anymore, see https://github.com/jonreid/OCMockito/releases/tag/v3.0.0
2016-04-22 20:10:13 +02:00
Lukas Spieß
c1050c3fc5 Update testing frameworks 2016-04-22 19:59:00 +02:00
Lukas Spieß
a707e22544 Add link to Slack channel to Readme 2016-04-19 01:35:31 +02:00
Lukas Spieß
5502776fd1 Prefix category on NSData to prevent symbol collisions 2016-04-19 01:16:01 +02:00
Lukas Spieß
0c866466d7 Update changelog 2016-04-19 01:13:16 +02:00
Lukas Spieß
24d87e1aee Update changelog 2016-04-19 01:06:24 +02:00
Lukas Spieß
07d5e41d42 Minor Readme updates 2016-04-18 16:14:26 +02:00
Lukas Spieß
1e46b95ae1 Merge pull request #262 from bitstadium/feature/carthage-support
Add Carthage support
2016-04-18 16:06:40 +02:00
Lukas Spieß
11fac24d0e Merge pull request #261 from bitstadium/feature/image-annotation-fixes
Fix issues when adding arrow annotation
2016-04-15 02:35:44 +02:00
Lukas Spieß
9feefdfcee Merge pull request #269 from bitstadium/feature/prepareditems-feedbackmanager-delegate
Add delegate method to FeedbackManager to add items to feedback
2016-04-15 02:35:00 +02:00
Lukas Spieß
1be53e0971 Add test for feedbackComposeViewController 2016-04-15 00:42:32 +02:00
Lukas Spieß
0230f5945d Update FeedbackManagerTests to use property 2016-04-15 00:42:32 +02:00
Lukas Spieß
580feff6aa Deprecate feedbackComposerPreparedItems in favor of delegate method 2016-04-15 00:42:32 +02:00
Lukas Spieß
c6da440509 Add preparedItemsForFeedbackManager: delegate method 2016-04-15 00:41:57 +02:00
Lukas Spieß
f068d0528e Add linting to TravisCI setup 2016-04-14 16:08:56 +02:00
Lukas Spieß
f20419f187 Fix issues when adding arrow annotation
When starting to draw the annotation error, sizes and lengths are 0 which results in several structures containing NaN which CoreGraphics does not like very much.
2016-04-14 14:47:19 +02:00
Lukas Spieß
2309a39442 Add Carthage to Readme 2016-04-14 14:37:59 +02:00
Lukas Spieß
2aa7e6d594 Merge pull request #266 from bitstadium/feature/travis-logging
Improve Travis CI logs
2016-04-14 14:34:12 +02:00
Lukas Spieß
502e9e5618 Silence nullability warnings in unit test 2016-04-13 02:00:14 +02:00
Christoph Wendt
dfd603a1ed Merge pull request #274 from bitstadium/feature/authenticator-minor-improvements
Minor style improvements for BITAuthenticator
2016-04-11 17:25:49 -07:00
Lukas Spieß
8f83de2dbb Reorder methods in BITAuthenticator and enforce code style 2016-04-12 00:26:20 +02:00
Lukas Spieß
80cd0eaf58 Use properties instead of iVars in BITAuthenticator 2016-04-11 23:31:28 +02:00
Christoph Wendt
3b3e405024 Merge pull request #263 from bitstadium/feature/nullability-annotation
Add initial nullability annotations and minor refactorings
2016-04-11 13:29:59 -07:00
Christoph Wendt
86463a4124 Merge pull request #93 from bitstadium/feature/metrics/disable-all-metrics
Disable all track call if MetricsManager is disabled
2016-04-11 10:23:08 -07:00
Lukas Spieß
70025594c1 Disable all track call if MetricsManager is disabled 2016-04-11 17:41:37 +02:00
Lukas Spieß
94c5c4c2dc Undo marking headers as private
This caused issues when integrating the SDK as sources. Will therefore remove until we reconsider the current solution for how to organize headers.
2016-04-11 16:28:11 +02:00
Lukas Spieß
99cb56c47c Merge branch 'master' into develop 2016-04-07 02:51:51 +02:00
chrwend
75c5c3b163 Bump build code -> 81 2016-04-06 17:44:28 -07:00
Lukas Spieß
3b4a44cd53 Merge pull request #272 from bitstadium/hotfix/fix-categorycontainer-featuremacro
Fix compiler macros for CategoryContainer
2016-04-06 23:58:50 +02:00
Lukas Spieß
c2d50dd143 Merge pull request #271 from bitstadium/feature/add-session-info-to-readme
Add information about session creation (user metrics) to readme
2016-04-06 23:54:33 +02:00
chrwend
12852b96a4 Extend User Metrics documentation to explain users and sessions 2016-04-06 23:53:55 +02:00
Lukas Spieß
a80795b372 Merge branch 'develop' into feature/metrics/develop
# Conflicts:
#	README.md
#	Support/buildnumber.xcconfig
#	docs/Changelog-template.md
#	docs/Guide-Installation-Setup-template.md
2016-04-06 23:33:24 +02:00
Lukas Spieß
ace088d39b Properly dereference function pointer to silence warning
Thanks @ksuther!
2016-04-06 22:16:23 +02:00
Lukas Spieß
c2476f0577 Fix compiler macros for CategoryContainer 2016-04-06 22:12:33 +02:00
Lukas Spieß
dd09e25a6b Merge branch 'master' into develop 2016-03-31 22:25:01 +02:00
Lukas Spieß
7ff199c8a3 Merge pull request #89 from bitstadium/release/4.0.0-beta.1
Add 4.0.0-beta.1 Public Beta version
2016-03-31 22:22:35 +02:00
Lukas Spieß
e7ef93625b Merge pull request #90 from bitstadium/release/4.1.0-alpha.2
Add 4.1.0-alpha.2 to Preseason
2016-03-31 19:40:16 +02:00