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