287 Commits

Author SHA1 Message Date
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
423af40aa2 Remove calls to __gcov_flush() in tests 2015-05-12 11:07:35 +02:00
Andreas Linde
718e407276 Increas build number 2015-04-24 16:34:46 +02:00
Andreas Linde
ac2c50e082 3.6.4 release and documentation updates 2015-04-24 16:29:32 +02:00
Andreas Linde
a4f245a588 Increase build number 2015-04-24 13:45:59 +02:00
Andreas Linde
05ce740c6f 3.6.3 release and documentation updates 2015-04-24 13:43:03 +02:00
Andreas Linde
1b87171d23 Upgrade scheme settings to Xcode 6.3 2015-04-21 17:35:02 +02:00
Andreas Linde
e2d35454f9 Remove a header from crash only build
- Don't add the BITHockeyBaseViewController.h header file to the crashonly build
2015-04-01 20:54:30 +02:00
Felix Schulze
af0781a25e * Use ImageOptim+ImageAlpha to reduce image size
* Deactivate Xcode compress for PNG --> makes it bigger then with ImageOptim+ImageAlpha

TOTAL was: 76.966kb now: 28.102kb saving: 48.864kb (63.00%)
2015-04-01 13:00:31 +02:00
Andreas Linde
db62cc99e0 Access and save keychain data with always access
This helps if an app is running in the background and the device is still locked
2015-03-26 18:08:55 +01:00
Elliot Lee
0c088f3914 Fix typo 2015-03-10 11:22:43 -07:00
Andreas Linde
6e87975b41 Further improved image type detection
Fixes a few more issues with detecting the image type in crash reports
2014-11-27 17:12:05 +01:00
Andreas Linde
de7a7c599d 3.6.2 release and documentation updates 2014-11-25 16:29:08 +01:00
Stefan Haubold
ef892581d6 Create Licenses.txt 2014-11-19 11:53:31 +01:00
Andreas Linde
266270153e Fix feedbackActivity resources 2014-09-30 14:25:29 +02:00
Andreas Linde
071adb91de 3.6.1 release and documentation updates 2014-09-26 18:06:36 +02:00
Andreas Linde
476a4de232 3.6 release and documentation updates 2014-09-26 14:07:18 +02:00
Andreas Linde
cdf6691579 More updates on extension support
- Added iOS 8 extension setup documentation
- Added a crash reporting only framework build to the binary distribution target
2014-09-25 17:29:45 +02:00
Andreas Linde
24a6756ba7 Update image resources 2014-09-23 13:48:23 +02:00
Andreas Linde
a44d77805d Update localizations
Also removed romanian, since it is not handled by Wordcrafts.
2014-09-23 12:07:35 +02:00
Andreas Linde
375994c125 Merge branch 'hotfix/3.5.7' into develop 2014-09-10 18:44:03 +02:00
Andreas Linde
8e96793675 3.5.7 release and documentation updates 2014-09-10 17:49:47 +02:00
Andreas Linde
c102fcd247 Update scheme setting for XCTest 2014-09-10 12:51:47 +02:00
Andreas Linde
d81e7381f5 Upgrade project to Xcode 6 2014-09-10 00:38:27 +02:00
Andreas Linde
3e52b09c0b Convert to XCTest 2014-09-10 00:38:17 +02:00
Andreas Linde
fe3c1cda7d Make swift integration easier
iOS Frameworks use an extra `Modules/module.modulemap` file that is used with the `import` statement to get all required information for integration. We simulate this behavior by writing our own file manually. So in apps using Swift the Objective-C bridging header is not required any longer (when using the binary distribution of the framework).
2014-09-08 14:34:12 +02:00
Andreas Linde
393a27906e Make swift integration easier
iOS Frameworks use an extra `Modules/module.modulemap` file that is used with the `import` statement to get all required information for integration. We simulate this behavior by writing our own file manually. So in apps using Swift the Objective-C bridging header is not required any longer (when using the binary distribution of the framework).
2014-09-05 01:33:55 +02:00
Andreas Linde
41fab8ae29 Add missing framework to xcconfig 2014-08-21 22:04:39 +02:00
Andreas Linde
2cd3d92536 Merge branch 'hotfix/3.5.6' into develop
Conflicts:
	HockeySDK.podspec
	README.md
	Support/buildnumber.xcconfig
	docs/Changelog-template.md
	docs/Guide-Installation-Setup-Advanced-template.md
	docs/Guide-Installation-Setup-template.md
2014-07-23 20:41:45 +02:00
Andreas Linde
e37045d314 3.5.6 release and documentation updates 2014-07-23 20:33:38 +02:00
Andreas Linde
47a3be4a79 Fix some best app icon finding issues
In some cases the algorithm didn't find any icon, even if they are there
2014-07-21 13:54:44 +02:00
Andreas Linde
6fc0e154cf Improve fetching the optimal icon of an app for the update view 2014-07-21 13:54:29 +02:00
Andreas Linde
74e4bb7f1a Migrate unit tests to XCTest 2014-07-17 12:46:37 +02:00
Andreas Linde
53edf21c5d Fix some best app icon finding issues
In some cases the algorithm didn't find any icon, even if they are there
2014-07-08 21:03:26 +02:00
Andreas Linde
da8a544fa6 Update version and files to v3.6 Beta 2 2014-06-26 15:54:30 +02:00
Andreas Linde
00c90ec6c3 Make BITHockeyAttachmen.h public 2014-06-25 14:30:53 +02:00
Andreas Linde
cae1226b38 Allow customizable attachments to feedback
- New `BITHockeyAttachment` class, which `BITCrashAttachment` is now a subclass of
- Can also be used in `prepareWithItems:` for BITFeedbackComposeViewController
- Allows to set a custom filename and content-type for attachments that can be used with crash reports and with feedback
2014-06-21 16:23:55 +02:00
Andreas Linde
760a8d07b8 Improve fetching the optimal icon of an app for the update view 2014-06-12 14:39:16 +02:00
Andreas Linde
7963fdf5a7 Merge branch 'refs/heads/feature/instancetype' into develop 2014-06-12 00:26:27 +02:00
Lukas Spieß
42738397a6 Replace initialiser return types of id with new instancetype 2014-06-11 15:35:45 +02:00
Andreas Linde
de211b2d6e Fix unit tests 2014-06-10 15:53:21 +02:00
Andreas Linde
c8b053bc14 Update version and files to v3.6 Beta 1 2014-05-28 20:50:12 +02:00
Andreas Linde
3cf56aa9d6 Various fixes and documentation improvements 2014-05-27 23:43:37 +02:00
Andreas Linde
9ca84408d3 Merge branch 'refs/heads/feature/feedback_screenshot' into develop 2014-05-26 14:57:53 +02:00
Andreas Linde
347c4dc743 Merge branch 'refs/heads/develop' into feature/feedback_screenshot 2014-05-25 23:04:21 +02:00
moritz haarmann
0df0347eb9 + Improved Loading display in ListView. 2014-05-21 12:54:32 +02:00
Andreas Linde
7c0495c401 Fix unit tests that broke in last commit 2014-05-20 13:32:38 +02:00
Andreas Linde
89a7398971 Allow the developer to set more than just the description when handling user alert for crashes
- Also fixes a bug where crash caches dir could get deleted
- Some refactoring
2014-05-20 13:28:05 +02:00
Andreas Linde
58f6854a5e Update BITCrashDetails and remove non needed properties in BITCrashManager
cleanup :)
2014-05-20 12:03:22 +02:00
moritz haarmann
3338486c53 + Reintegrated categorized methods into BITFeedbackMessageAttachment. 2014-05-12 12:36:52 +02:00