Andreas Linde
0bb78d7201
Update documentation
...
- Remove Advanced setup guide
- Added `libc++` dependency
- Updated modulemap files to automatically link all required libraries and frameworks
- Updated setup doc to use module import style
- Update CrashOnly build modulemap file
- Code style fixes
2015-06-12 14:41:58 +02:00
Gwynne Raskind
7ccfe6aac7
Port C++ exception handling support over from PLCrashReporter's non-merged implementation. Includes changes to auto-link C++ with client apps where possible. Correctly handles cases where client apps use libstdc++.
2015-06-10 11:32:03 -05:00
Andreas Linde
9843da612a
Merge pull request #164 from nemoeslovo/develop
...
Existed module map in Support folder conflicts generated by CocoaPods one
2015-06-09 17:08:14 +02:00
Andreas Linde
cf7beb35a0
Merge pull request #165 from Rupert-RR/framework-bundle-identifier-fix
...
Changed resources bundle identifier to prevent conflict with framework identifier
2015-06-09 17:06:58 +02:00
Andreas Linde
19968651e9
Another fix for screenshot feature in feedback
...
Older devices (iPhone 4S and iPad 3 running iOS 8) would still show a previously captured screenshot instead of the current one, because it takes too long to get the image from the Asset Library than the assumed 0.5s. Increasing to 1.5s fixes the issue also for these.
2015-06-09 16:44:15 +02:00
Andreas Linde
070170dea1
Merge pull request #166 from bitstadium/feature/disable-installation-uuid
...
Disable tracking the installation on a device
2015-06-08 14:32:48 +02:00
Andreas Linde
6962f21473
Disable tracking the installation on a device
...
The new property will cause the app to generate a new `installString` value every time the app is cold started.
The property is only considered in App Store Environment, since it would otherwise affect the `BITUpdateManager` and `BITAuthenticator` functionalities!
Default is NO.
2015-06-08 14:03:54 +02:00
Andreas Linde
94537a4132
Support for CFBundleName
...
Use the (localized) value of CFBundleName for the app name in dialogs (e.g. crash alert) if CFBundleDisplayName is not set
2015-06-08 13:10:46 +02:00
nemoeslovo
1620fba780
Update HockeySDK.podspec
...
removed preserved Support Path
2015-06-04 17:32:59 +07:00
Andreas Linde
0a34c5d2a4
Fix a documentation warning
2015-06-02 11:24:04 +02:00
Rupert
28def473d3
Changed resources bundle identifier to prevent conflict with framework bundle identifier
2015-05-28 17:15:33 +01:00
Andreas Linde
6ecd414be7
Merge pull request #162 from bitstadium/feature/framework-target-fixes
...
Framework target fixes
2015-05-20 15:52:40 +02:00
Andreas Linde
9efe344ded
Framework target fixes
...
Don't link the test frameworks against the framework target
2015-05-20 15:41:11 +02:00
Andreas Linde
7b37deed10
Merge pull request #161 from bitstadium/feature/fix-offline-issue-with-unsend-crashes
...
Fixed offline issue showing alert over and over again with unsend crash reports
2015-05-20 15:09:32 +02:00
Andreas Linde
7f6ef93b0f
Fixed offline issue with unsend crash reports
...
This fixes an issue of the following scenario:
- Autosending crash reports is disabled, so alerts appear
- The app crashes
- The app restarts, shows the UI and sending is approved
- The device is offline can't send the report
- The app crashes again
- The app restarts, shows the UI and sending is approved
- The device is offline can't send the report
- The app goes background or exits
- The app starts again and shows the UI again and again and again, even though it is already approved.
Only the device coming back online fixed this issue so far.
This commit fixes this issue for all scenarios.
2015-05-20 14:57:25 +02:00
Andreas Linde
35165542b5
Merge pull request #160 from bitstadium/feature/add-framework-target-to-travis
...
Add new framework target to travis builds
2015-05-20 12:56:52 +02:00
Andreas Linde
c3a6ffd7da
Fix framework target tests
2015-05-20 12:09:04 +02:00
Andreas Linde
8703e42ba8
Fix compiler warning in BITFeedbackManagerTests
2015-05-20 12:04:39 +02:00
Andreas Linde
0c24be45d3
Fix test crashes when fixtures are not available
2015-05-20 12:03:52 +02:00
Andreas Linde
2af93fa923
Add new framework target to travis builds
2015-05-20 11:50:57 +02:00
Andreas Linde
c94685974d
Merge pull request #159 from simX/develop
...
Update framework search paths to be relative, so that framework target can build
2015-05-20 08:27:09 +02:00
Simone Manganelli
486f5052f8
update framework search paths to be relative to the project dir
2015-05-19 14:35:24 -07:00
Andreas Linde
fd0138a6e5
Merge pull request #158 from bitstadium/feature/feedback-fetch-delegate
...
Add delegate to BITFeedbackManagerDelegate
2015-05-19 14:17:57 +02:00
Andreas Linde
bea1b3603a
Add delegate to FeedbackManagerDelegate
...
Added `allowAutomaticFetchingForNewFeedbackForManager:` which allows the developer to influence if the SDK should fetch for new messages on app startup and when the app is coming into foreground.
By default the SDK always checks in those cases if there are already messages existing.
2015-05-19 14:08:49 +02:00
Andreas Linde
1e30c3570a
Added missing framework in xcconfig file
2015-05-19 12:14:50 +02:00
Andreas Linde
aef3488c4f
Increase version and build number
...
This may not be the final version number for the next update
2015-05-19 12:10:29 +02:00
Andreas Linde
f833a08fa5
Merge pull request #157 from bitstadium/feature/iOS8-Framework
...
Add iOS 8 Framework target
2015-05-19 12:09:14 +02:00
Andreas Linde
245b8a5d92
Fixed another typo
...
*sigh*
2015-05-19 11:58:09 +02:00
Andreas Linde
de76e9dce0
Fix typo
2015-05-19 11:58:04 +02:00
Andreas Linde
2536cbf3b7
Merge pull request #156 from bitstadium/feature/fix-warnings
...
Fix a few things
2015-05-19 11:52:08 +02:00
Andreas Linde
a316687f47
Fixed another typo
...
*sigh*
2015-05-19 11:19:28 +02:00
Andreas Linde
021f0fd2b5
Fix typo
2015-05-19 11:13:40 +02:00
Andreas Linde
788c5e9c8e
Add iOS 8 framework target
...
- Renamed distribution target
- Added "HockeySDK Framework" with iOS 8 as deployment target
- Using the framework distribution is not yet recommended, as it contains all architectures (i386, x86_64, armv7, armv7s, arm64) and would be part of the app as is, which currently is about 5.2 MB in size. A proper usage would require the binary to be stripped from non-needed architectures at app build time before distributing it
2015-05-19 11:02:51 +02:00
Andreas Linde
e9ce39ce20
Fix compiler warning in tests
2015-05-19 10:58:19 +02:00
Andreas Linde
a27340d6bf
Fix header includes
2015-05-19 10:56:19 +02:00
Andreas Linde
05993528be
Rename aggregate target
...
We need the target name for the iOS 8 framework
2015-05-18 16:35:17 +02:00
Andreas Linde
4ac8779a61
Fix BITStoreUpdateManager not getting delegate
2015-05-12 21:59:00 +02:00
Andreas Linde
89be29da86
Merge pull request #154 from bitstadium/feature/Optional-Feedback-AddImage
...
Make add image button in feedback compose view optional
2015-05-12 14:00:28 +02:00
Andreas Linde
167358f25c
Add option to hide "Add Image" attachment button
2015-05-12 12:25:03 +02:00
Andreas Linde
469ef20021
Draw attachments when hardware keyboard is used
2015-05-12 12:24:17 +02:00
Andreas Linde
7ca8cd803f
Remove pod lib lint from travis
...
It looks like travis does have issues with testing redirect links in a podspec (causes failures even when the server is up and running fine)
2015-05-12 11:31:40 +02:00
Andreas Linde
65002fa80d
Add travis build status to readme
2015-05-12 11:23:01 +02:00
Andreas Linde
adfa72e98d
Fix .travis.yml for podspec test
2015-05-12 11:11:37 +02:00
Andreas Linde
423af40aa2
Remove calls to __gcov_flush() in tests
2015-05-12 11:07:35 +02:00
Andreas Linde
fa7ae2e3a7
Add travis.yml
2015-05-12 10:58:29 +02:00
Andreas Linde
f1d03c2d22
Merge pull request #153 from alloy/develop
...
Add process ID to BITCrashDetails.
2015-05-12 10:34:59 +02:00
Eloy Durán
63228fdc25
Add process ID to BITCrashDetails.
2015-05-07 17:29:13 +02:00
Andreas Linde
718e407276
Increas build number
2015-04-24 16:34:46 +02:00
Andreas Linde
4e8868475a
Merge tag '3.6.4' into develop
...
Version 3.6.4
2015-04-24 16:34:25 +02:00
Andreas Linde
3c7f168db2
Merge branch 'release/3.6.4'
2015-04-24 16:34:25 +02:00