Benjamin Scholtysik (Reimold)
c9525f82cd
Address comments to PR by Lumaxis
2016-08-03 15:45:58 -07:00
Benjamin Scholtysik (Reimold)
315e4d6651
Bump version number, add changelog and update readme
2016-07-20 15:33:00 -07:00
Benjamin Scholtysik (Reimold)
fde3f84d42
Fix build errors related to BITHockeyLog
2016-07-20 14:36:39 -07:00
Benjamin Scholtysik (Reimold)
127d41c7c0
Merge remote-tracking branch 'origin/master' into release/4.1.0-beta.3
...
# Conflicts:
# .travis.yml
# Classes/BITCrashManager.m
# HockeySDK-Source.podspec
# HockeySDK.podspec
# README.md
# Support/buildnumber.xcconfig
# docs/Changelog-template.md
# docs/Guide-Installation-Setup-template.md
2016-07-20 13:58:51 -07:00
Benjamin Scholtysik (Reimold)
cfee15828e
Add API to track events with properties and measurements
2016-07-19 15:34:55 -07:00
Benjamin Reimold
b284d9afd0
Add paragraph about @import for integration as source.
2016-07-19 11:24:51 -07:00
Benjamin Reimold
a10fd552ec
Bump version number, write changelog, fix travis ci test matrix
2016-07-19 10:31:21 -07:00
Benjamin Reimold
1ccde5214e
Merge remote-tracking branch 'origin/feature/improve-crash-error-handling' into release/HockeySDK-iOS-4.0.2
2016-07-15 13:55:08 -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ß
2f1d36e02b
Update .travis.yml to use 9.2 instead of 9.1
...
9.1 apparently disappeared from Travis so we're moving to 9.2
2016-07-11 21:13:10 +02: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ß
22c40b7e24
Fix analyzerInProgress file always being reset at app start
...
With this line in place, the analyzerInProgress file that is used to detect errors/crashes in previous crash processing is always reset at app start.
This prevents proper error detection if crash processing crashes/didn't finish in the previous run.
2016-07-08 16:33:49 +02:00
Lukas Spieß
fa38499602
Add additonal error logging in attachment processing
2016-07-08 16:33:48 +02:00
Lukas Spieß
b647a586d3
Add additional logging in crash processing flow
2016-07-08 16:24:21 +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ß
c25fd45f5e
Update capitalization of "Code of Conduct"
2016-06-21 22:01:10 +02:00
Lukas Spieß
1fc2215428
Add Microsoft Code of Conduct
2016-06-21 21:57:02 +02:00
Lukas Spieß
ac5b64e3cf
Merge pull request #302 from bitstadium/feature/fix-exception-triggered-queue-flush
...
Do not flush metrics queue if queue is empty
2016-06-12 02:35:32 +02:00
chrwend
d2029badb7
Do not flush metrics queue if queue is empty
2016-06-07 15:36:54 -07:00
Lukas Spieß
b55d5b53fc
Merge pull request #299 from J-Swift/fix-show-update-alert-on-main-thread
...
Ensure we present StoreUpdateManager alert on the main thread
2016-06-03 16:14:07 +02:00
Jimmy Reichley
a52ac6b16b
Ensure we present StoreUpdateManager alert on the main thread
2016-06-03 10:06:51 -04:00
Lukas Spieß
b7d896afe2
Merge branch 'master' into develop
...
# Conflicts:
# Classes/BITTelemetryContext.h
2016-05-12 18:20:23 +02:00
Lukas Spieß
520e959e88
Remove unnecessary import of private header
...
This caused problems with the `HockeySDK-Source` pod which came up in #265
2016-05-12 18:18:20 +02:00
Lukas Spieß
7ac9e7684c
Merge pull request #298 from bitstadium/feature/update-feedback-observation-docs
...
Update feedback observation mode docs
2016-05-10 13:12:53 +02:00
Matthias Wenz
9b29646976
Update feedback observation mode docs
...
Better reflect what's happening and how to produce the three finger tap
2016-05-10 09:29:04 +02:00
Lukas Spieß
0ba2298934
Adjust nullability annotation in BITHockeyManager
...
Fixes #294 and closes #295
2016-05-06 17:58:48 +02:00
Lukas Spieß
fce02d6172
Update build number
2016-05-06 04:05:48 +02:00
Lukas Spieß
8fcd68b92a
Merge branch 'release/4.1.0-beta.2' into develop
2016-05-06 04:04:51 +02:00
Lukas Spieß
7033abcd90
Update Changelog
2016-05-06 03:44:12 +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ß
04a8249f38
Merge branch 'master' into develop
2016-05-06 03:42:08 +02:00
Lukas Spieß
84142a471f
Fix typo in Changelog
2016-05-06 03:37:30 +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ß
56b1348f3b
Merge branch 'release/4.0.1'
2016-05-06 03:11:35 +02:00
Lukas Spieß
63c9c7cf9e
Add note to Readme
2016-05-06 03:08:39 +02:00
Lukas Spieß
61594c6d53
Update Changelog
2016-05-06 03:08:39 +02:00
Lukas Spieß
cc698da854
Update version and build numbers to 4.0.1
2016-05-06 03:08:39 +02:00
Lukas Spieß
2401cd25fc
Fix function declaration position in BITHockeyHelper
2016-05-06 03:08:05 +02:00
Lukas Spieß
f14edc726b
Merge pull request #293 from bitstadium/hotfix/exclude-subfolder-from-backup
...
Only exclude subfolder from backup
2016-05-06 02:17:01 +02:00
Lukas Spieß
c893884787
Set resourceValue after all directories have been created
2016-05-06 02:16:27 +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ß
bc9d9c463b
Add logic to fix wrong flag on Application Support
2016-05-06 02:16:27 +02:00
Lukas Spieß
6520c77afd
Fix scenario where wrong folder is excluded from backup
2016-05-05 23:34:30 +02:00
Lukas Spieß
5c5e40e2a5
Merge pull request #292 from bitstadium/hotfix/fix-feedbackComposerPreparedItems
...
Fix a bug where preparedItemsForFeedbackManager: would not work
2016-05-05 02:37:30 +02:00
Lukas Spieß
55c78b27b8
Make sure preparedItems array is always initialized
2016-05-04 01:15:39 +02:00
Lukas Spieß
73da07140f
Add tests for cases where feedbackComposerPreparedItems is nil
2016-05-04 01:15:39 +02:00
Lukas Spieß
f2648e96f2
Fix typo in Readme
2016-05-04 00:52:14 +02:00
Lukas Spieß
2f4b52fba2
Improve setLogHandler example code
2016-05-04 00:48:39 +02:00