Benjamin Scholtysik (Reimold)
315e4d6651
Bump version number, add changelog and update readme
2016-07-20 15:33:00 -07:00
Benjamin Reimold
f6fd81c5bd
Merge remote-tracking branch 'origin/hotfix/fix-bitcode' into develop
2016-07-15 12:52:15 -07:00
Lukas Spieß
fde58d19c8
Mark private headers as Project for better integration
...
Fixes #309 - Marking these headers as "Project" caused problems when integrating the SDK as source
2016-07-11 19:56:39 +02:00
Lukas Spieß
bdbc7eb458
Add Bitcode marker back to simulator slices
...
This is necessary because otherwise `lipo` apparently strips the Bitcode sections from the merged library completely.
Unfortunately, this breaks compatibility with Xcode 6.
2016-06-30 14:29:58 +02:00
Lukas Spieß
fce02d6172
Update build number
2016-05-06 04:05:48 +02:00
Lukas Spieß
cf909db41d
Update version and build numbers to 4.1.0-beta.2
2016-05-06 03:43:07 +02:00
Lukas Spieß
a5dd30163c
Merge branch 'master' into develop
...
# Conflicts:
# Classes/BITMetricsManager.m
# Classes/BITPersistence.m
# HockeySDK-Source.podspec
# HockeySDK.podspec
# README.md
# Support/buildnumber.xcconfig
# docs/Changelog-template.md
# docs/Guide-Installation-Setup-template.md
2016-05-06 03:27:49 +02:00
Lukas Spieß
cc698da854
Update version and build numbers to 4.0.1
2016-05-06 03:08:39 +02:00
Lukas Spieß
85a468acb6
Add tests for createDirectoryStructureIfNeeded
2016-05-06 02:16:27 +02:00
chrwend
375d70f698
Test if fix ignores removal of exclude-attribute if developer set flag in NSUserDefaults
2016-05-06 02:16:27 +02:00
chrwend
d26eed7e4f
Test if fix removes exclude-attribute from folder
2016-05-06 02:16:27 +02:00
Lukas Spieß
73da07140f
Add tests for cases where feedbackComposerPreparedItems is nil
2016-05-04 01:15:39 +02:00
Lukas Spieß
4b3c62040e
Move client reconfiguration on serverURL change into BITCrashManager
...
Having the different logics for retrieving an instance of `BITHockeyAppClient` on `BITHockeyManager` felt strange, therefore I decided to move the logic necessary when the serverURL of the `BITCrashManager` instance changes into the manager itself.
2016-05-02 17:04:12 +02:00
Lukas Spieß
b684a6be8a
Add tests for setServerURL method on BITCrashManager
2016-05-02 17:03:37 +02:00
Lukas Spieß
47c74888d6
Make defaultLogHandler accessible so we can avoid interferences in tests
2016-05-02 16:21:09 +02:00
Lukas Spieß
70a67727b4
Add tests for BITHockeyLogger
2016-05-02 16:21:09 +02:00
Lukas Spieß
602bc14f1b
Replace empty NSError in tests with proper dummy object
2016-05-02 16:21:09 +02:00
Lukas Spieß
68296a36ac
Add BITHockeyLogger class, macros and enum
2016-05-02 15:59:42 +02:00
Lukas Spieß
79aaf8d1ef
Don't enable modules in framework tests
2016-04-28 18:48:42 +02:00
Lukas Spieß
18fec9b199
Add mocks for missing dependencies in CrashManagerTests
2016-04-28 16:33:03 +02:00
Lukas Spieß
b13ad993d8
Add BITMetricsManager import to test class
2016-04-28 15:19:50 +02:00
Lukas Spieß
f759b8af69
Remove BITHOCKEY_STATIC_LIBRARY flag from Framework target
2016-04-28 15:16:54 +02:00
Lukas Spieß
700a14d74d
Update build number
2016-04-28 14:14:18 +02:00
Lukas Spieß
4c8495d4be
Merge branch 'master' into develop
...
# Conflicts:
# Support/buildnumber.xcconfig
2016-04-28 14:00:52 +02:00
Lukas Spieß
2797a5e4dd
Fix FeatureConfig for CrashOnlyExtension build
2016-04-28 14:00:00 +02:00
Lukas Spieß
7301ab87ec
Update build number
2016-04-28 12:50:15 +02:00
Lukas Spieß
0fda434045
Update version and build numbers to 4.1.0-beta.1
2016-04-25 01:07:30 +02:00
Lukas Spieß
d3d240ddbe
Update version and build numbers to 4.0.0
2016-04-25 01:07:07 +02:00
Lukas Spieß
7f601c563b
Update Xamarin sample to fit the actual crash report
2016-04-23 01:43:36 +02:00
chrwend
9125cbf53b
Update tests
2016-04-23 01:43:36 +02:00
chrwend
92b74840f5
Fix unit test: Update report version of reference crash log
2016-04-23 01:43:36 +02:00
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
abb07a6cef
Add tests for formattings managed exception portions
2016-04-23 01:43:36 +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ß
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ß
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ß
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ß
502e9e5618
Silence nullability warnings in unit test
2016-04-13 02:00:14 +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
chrwend
75c5c3b163
Bump build code -> 81
2016-04-06 17:44:28 -07:00
Lukas Spieß
68f0a3826a
Update version to 4.1.0-alpha.2 and bump build number
2016-03-30 22:59:11 +02:00
Lukas Spieß
a7ed44df53
Update build and version number
2016-03-30 19:10:22 +02:00
Lukas Spieß
ba4831a82b
Revert "Update handling of JSON Stream queue"
...
This reverts commit 3f6ca05cf5 .
# Conflicts:
# Classes/BITChannel.h
# Classes/BITChannel.m
2016-03-26 18:25:51 +01:00
Lukas Spieß
95f0a77efe
Update version to 4.1.0-alpha.1 and bump build number
2016-03-26 18:25:35 +01:00
Lukas Spieß
00e2e62069
Remove remnant of BITOrderedDictionary
2016-03-22 16:25:41 +01:00