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
d81e7381f5
Upgrade project to Xcode 6
2014-09-10 00:38:27 +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
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
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
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
moritz haarmann
0df0347eb9
+ Improved Loading display in ListView.
2014-05-21 12:54:32 +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
moritz haarmann
64989bce0d
+ Added MobileCoreServices framework.
2014-05-05 14:49:52 +02:00
moritz haarmann
926dc48aa6
+ Async Attachment loading.
2014-05-05 14:35:32 +02:00
moritz haarmann
e7635a9f85
+ Removed XIB :)
2014-05-05 10:34:56 +02:00
moritz haarmann
e4700dab9b
+ Refactored Preview of Attachments.
2014-04-30 16:53:20 +02:00
Andreas Linde
c4e7754a8b
Merge branch 'refs/heads/feature/CrashReporting' into feature/CrashDetails
...
Conflicts:
Classes/BITCrashManager.h
2014-04-27 20:04:31 +02:00
Andreas Linde
56f5fa9ddd
Merge branch 'refs/heads/feature/CrashReporting' into feature/CrashCallback
...
Conflicts:
Classes/BITCrashManager.h
Classes/BITCrashManager.m
Support/HockeySDK.xcodeproj/project.pbxproj
2014-04-27 20:02:26 +02:00
moritz haarmann
96c60ec394
+ Added Icons to the Editing Screens.
2014-04-11 14:57:23 +02:00
moritz haarmann
98eb731271
Merge remote-tracking branch 'origin/develop' into feature/feedback_screenshot
2014-04-09 12:00:35 +02:00
Andreas Linde
06adc38535
Add a generic object which contains some basic information about the crash in the last session
2014-04-04 15:21:31 +02:00
Andreas Linde
e66714afca
Define our own crash callback struct, so we don't need the PLCrashReporter headers to be public any longer
2014-04-04 15:15:48 +02:00
Andreas Linde
fa14aec66e
Remove the CISimple specific part of the framework build script
2014-04-04 13:14:35 +02:00
Andreas Linde
6db478b452
Add some tests for BITFeedbackManager and user meta data properties
2014-03-24 15:47:22 +01:00
Andreas Linde
f116952137
Merge branch 'refs/heads/develop' into feature/feedback_screenshot
2014-03-18 12:37:19 +01:00
Andreas Linde
12ed278b63
Remove not needed and broken UIKit framework reference
2014-03-11 20:55:32 +01:00
Andreas Linde
1bca6c0cd1
Update project settings to Xcode 5.1
2014-03-11 20:54:07 +01:00
Andreas Linde
c89378b43d
Make BITCrashAttachment.h a public header as it should be
2014-03-11 20:53:47 +01:00
moritz haarmann
c08a308ce4
+ Gallery View Controller for Viewing Attachments
2014-03-06 15:49:25 +01:00
Andreas Linde
1068bb119c
Add support for binary attachments to crash reports
2014-02-27 18:21:17 +01:00
moritz haarmann
ad086273d7
+ Replicated Bugshot.
2014-02-26 15:22:44 +01:00
moritz haarmann
77bab0d73d
+ Image Extraction from Annotation Controller is working
2014-02-26 12:40:53 +01:00
moritz haarmann
28eee0eb3d
+ Some basic image editing functionality.
2014-02-25 15:07:59 +01:00
moritz haarmann
70e2b6635c
+ Screenshot Feedback Observation Mode is working on iOS7..
2014-02-24 12:17:34 +01:00
moritz haarmann
47594faf5f
+ Improved Persistence handling.
2014-02-18 11:56:07 +01:00
moritz haarmann
38af43bdb5
+ Changing machines..
2014-02-17 21:04:03 +01:00
moritz haarmann
9b57875a47
Added Photo Picker functionality to Feedback Composer ( #3 )
2014-02-12 18:15:24 +01:00
Thomas Dohmke
af0604bef3
Fix two warnings when -Wshorten-64-to-32 is set.
2014-01-16 15:47:13 +01:00
Andreas Linde
07bf41b232
Zip the framework in a "HockeySDK-iOS" subfolder when bundling the package
2014-01-06 15:35:37 +01:00
Andreas Linde
9a89854f08
Merge branch 'refs/heads/develop' into feature/improvements
2013-12-30 02:58:51 +01:00
Andreas Linde
e6929bbdf5
Copy PLCR header files into the framework when packaging, since these are now public
2013-12-30 02:39:09 +01:00
Andreas Linde
323b9784ea
Simplified configuration
...
- Add simplified initializers
- Add option to set delegate via public property
2013-11-20 22:54:28 +01:00
Cédric Luthi
982ce56798
Explicitly set spaces settings at the project level
2013-11-01 12:52:26 +01:00
Thomas Dohmke
60518e0a37
Issue #75 : Fix warning on implicit conversion from CGImageAlphaInfo to CGBitmapInfo (safe according to https://developer.apple.com/library/ios/documentation/graphicsimaging/Reference/CGBitmapContext/Reference/reference.html#//apple_ref/c/func/CGBitmapContextCreate ).
2013-10-31 21:10:26 +01:00
Andreas Linde
1380fc63ec
Update localizations provided by wordcrafts.de
...
Also add dutch localization
2013-10-29 12:15:27 +01:00