36 Commits

Author SHA1 Message Date
Andreas Linde
deee2db37e Expose public screenshot method
This is useful when trying to connect a compose view that is using a custom UIViewController via the delegate
2014-06-12 16:10:09 +02:00
Matthias Wenz
0066815e20 fix some typos 2014-05-30 16:19:15 +02:00
Andreas Linde
88ed46be02 More documentation fixes 2014-05-28 00:50:56 +02:00
Andreas Linde
038b2b4991 Another small fix 2014-05-28 00:48:55 +02:00
Andreas Linde
3cf56aa9d6 Various fixes and documentation improvements 2014-05-27 23:43:37 +02:00
Andreas Linde
32bd3e93b1 Make it clear how the screenshot trigger gets the image 2014-05-26 00:11:59 +02:00
Andreas Linde
b48bb8fb12 Cleanup and bugfixes
- Remove not used code
- Fixed some code style
- use a subdirectory in the SDK caches folder, instead of creating another folder directly under caches
- Height of feedback cells only considers attachments that actually can be previewed.
- If an attachment has no source URL and no local URL, don't show it, not even a loading placeholder, don't consider to reserve space in the cell for it
- refresh attachment cache when new data is loaded or one or all message(s) with attachments have been deleted locally
- `feedbackObservationMode` is a property instead of a method
2014-05-25 18:55:24 +02:00
moritz haarmann
4c88a10a8f + Feedback Observation Mode: Not supported message for screenshot observation in iOS6 2014-05-05 11:20:20 +02:00
moritz haarmann
9fd79bc79f + Enabled Feedback Observation mode Three-Finger-Tap 2014-05-05 11:01:45 +02:00
moritz haarmann
252137463c + Refined the documentation 2014-03-24 12:07:03 +01:00
moritz haarmann
1ddf9d5eb8 + Added Feedback collection methods. 2014-02-24 12:12:51 +01:00
Andreas Linde
5b782b90be Documentation fixes 2014-02-11 16:40:21 +01:00
Andreas Linde
9123392d0f Remove the word 'anywhere' from the header doc of BITFeedbackManager 2014-02-10 17:57:12 +01:00
Andreas Linde
235f7ac9fe Updated copyright for 2014 2014-01-12 19:25:22 +01:00
Andreas Linde
5ea62ff806 More documentation updates 2013-10-07 19:13:18 +02:00
Andreas Linde
4ffbe5ca4e Add missing BITFeedbackManagerDelegate.h import in HockeySDK.h and fix @protocol statement that was added as @class
Fixes https://github.com/bitstadium/HockeySDK-iOS/issues/63
2013-09-27 14:01:31 +02:00
Andreas Linde
e3d44f3709 Some more documentation improvements 2013-09-17 20:08:11 +02:00
Andreas Linde
d7ae69860d Various documentation fixes and updates 2013-09-12 12:21:12 +02:00
Stephan Diederich
c816f4dc19 add feedbackManager delegate that is informed about incoming feedback
fixes #30
2013-07-26 15:33:12 +02:00
Stephan Diederich
949613d7e5 move protocol to class extension 2013-07-26 15:06:17 +02:00
Andreas Linde
d21b7b001c More changes to the behavior of first forced user data and compose UI presentation
This is a change to previous behavior! Now the SDK by default shows the user data UI and subsequent compose UI always modally to ensure proper functionality on all scenarios the feedback viewer can be presented.

The new property `showFirstRequiredPresentationModal` in `BITFeedbackManager` can be set to `NO` if the previous behavior of pushing the UI and Compose view onto the stack, when those are being forced to be shown on the first presentation of the feedback UI. Especially if you present the UI in a popover, you should NOT change this property!
2013-06-04 14:54:04 +02:00
Andreas Linde
bba439df78 Some more class documentation improvements 2013-01-19 00:48:18 +01:00
Andreas Linde
9f2f40bc06 Update copyright 2013-01-04 14:44:44 +01:00
Andreas Linde
460e6eef46 Documentation updates 2012-10-31 08:57:28 +01:00
Andreas Linde
10d6c72d95 Another fix *doh* 2012-10-20 22:02:32 +02:00
Andreas Linde
b85138a409 Fix missing navController in last doc commit 2012-10-20 21:53:43 +02:00
Andreas Linde
dff3539534 Add example code on how to present a modal Feedback Compose UI with pre filled items 2012-10-20 21:50:26 +02:00
Andreas Linde
31a78a0420 Some more minor documentation improvements 2012-10-19 22:01:08 +02:00
Andreas Linde
5d52d80686 Further improve feedback documentation 2012-10-19 21:16:30 +02:00
Andreas Linde
0fe87cf8c0 Move BITFeedbackActivity customization out from BITFeedbackManager
Also add first documentation parts
2012-10-19 21:11:22 +02:00
Andreas Linde
8120d9b2e4 Improve BITFeedbackManager public header documentation 2012-10-19 20:43:12 +02:00
Andreas Linde
1bc0c2db64 Allow BITFeedbackActivity title and image to be customized 2012-10-19 20:42:56 +02:00
Andreas Linde
34bb4cb758 Add option to Feedback compose UI to be pre filled with data
Accepts an array with data to fill it up with, much like UIActivity. Allows easier option to expand with more content types in the future
2012-10-18 20:04:51 +02:00
Andreas Linde
ca08b982c3 Add a UIActivity subclass and the option to invoke compose view from anywhere modally 2012-10-16 01:50:21 +02:00
Andreas Linde
389f2ab876 Change the default of Feedback username and email to optional instead of required 2012-10-15 15:23:33 +02:00
Andreas Linde
9b8f51fe5f Restructure project targets and binary distribution target
- Use one common static lib target
- create embeddedFramework as binary distribution including docset in one zip
- Add HockeySDK.xcconfig for easier build setting setup
- Move everything into a single directory, too many problems making binary and subproject work without requing recursive header search paths
- Documentation update pending
2012-10-07 21:49:47 +02:00