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ß
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ß
84142a471f
Fix typo in Changelog
2016-05-06 03:37:30 +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ß
72ceea326b
Merge branch 'hotfix/fix-crashonlyextension-build'
2016-04-28 14:00:09 +02:00
Lukas Spieß
2797a5e4dd
Fix FeatureConfig for CrashOnlyExtension build
2016-04-28 14:00:00 +02:00
Lukas Spieß
dfefb49bf8
Merge branch 'release/4.0.0'
2016-04-27 13:55:23 +02:00
Lukas Spieß
d3d240ddbe
Update version and build numbers to 4.0.0
2016-04-25 01:07:07 +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ß
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