69 Commits

Author SHA1 Message Date
Andreas Linde
754479b17f Bump version string to 3.5.0b1 2013-09-12 22:47:50 +02:00
Landon Fuller
f67be75ef8 Note that the arm64 support is experimental. 2013-09-12 14:06:48 -04:00
Thomas Dohmke
40c0496af7 Update Changelog-template.md 2013-09-12 19:49:00 +02:00
Andreas Linde
9c0427d392 Update changelog and some documentation fixes 2013-09-12 15:08:29 +02:00
Andreas Linde
e5c59993a8 Fix filename of a documentation file 2013-09-12 13:05:00 +02:00
Andreas Linde
d7ae69860d Various documentation fixes and updates 2013-09-12 12:21:12 +02:00
Andreas Linde
11a8a14e4f Add support for excluding features at compile time
Features can be excluded/included at compile-time using #define statements, e.g. using `Preprocessor Macros`. These don't influence if the feature will actually be enabled, since that can also be done at runtime and some features are disabled automatically in the App Store or disabled by default in general.

The BITHockeyManager header file will still reference all modules, but accessing the modules will not be possible if excluded from the library.

Value of 1 includes the feature into the static library, 0 will exclude the feature from the static library.

Defaults:

Crash Reporting: HOCKEYSDK_FEATURE_CRASH_REPORTER 1
Feedback: HOCKEYSDK_FEATURE_FEEDBACK 1
App Store Updates: HOCKEYSDK_FEATURE_STORE_UPDATES 1 (This feature is disabled by default in code!)
Authenticator: HOCKEYSDK_FEATURE_AUTHENTICATOR 1
Beta Updates: HOCKEYSDK_FEATURE_UPDATES 1
Jira Mobile Connect: HOCKEYSDK_FEATURE_JIRA_MOBILE_CONNECT 0
2013-09-11 19:18:21 +02:00
Andreas Linde
23619f5edd Remove logging how to which doesn't work as expected 2013-09-02 00:34:06 +02:00
Andreas Linde
f091cb6c01 Update documentation that only BITHockeyManagerDelegate needs to be added as a protocol, since that now implements all other delegates 2013-07-29 14:09:49 +02:00
Andreas Linde
d332cc8b09 Fix git link to the Github repository in the advanced documentation 2013-06-27 17:09:54 +02:00
Andreas Linde
93c2f05fac Use Keychain for some data
- Added SFHFKeyChainUtils with BIT prefix
- Save username, email or userid (if provided by the app or the user) in the keychain instead of user defaults or property files
2013-05-09 16:45:58 +02:00
Thomas Dohmke
b792ee9ccd Fix typo 2013-02-12 23:10:53 +01:00
Andreas Linde
b4fb498c4d Fixed some more links in the documentation 2013-02-12 18:22:36 +01:00
Andreas Linde
3fa58a2870 Fix some links and headers in the documentations 2013-02-12 17:02:30 +01:00
Andreas Linde
f25d27aa73 More documentation improvements 2013-02-12 15:02:21 +01:00
Thomas Dohmke
2b47c325cc Update docs/Changelog-template.md 2013-02-11 18:30:55 +01:00
Andreas Linde
b490ae6144 More documentation updates preparing 3.0 release 2013-02-10 18:15:34 +01:00
Andreas Linde
c375241ac6 Update migration documentation 2013-02-07 14:59:27 +01:00
Andreas Linde
3e18ac13b3 Fix some issues with building documentation
- Add a redirect html page to docs so generated HTML output pages always work
- Ignore Products directory, otherwise appledoc will use that content too and double process lots of header files
2013-02-07 14:58:39 +01:00
Andreas Linde
ef25b21695 Bump version to 3.0.0RC1 Build 16 2013-01-21 20:42:38 +01:00
Andreas Linde
7f935df4c5 Add a note to the advanced setup documentation what can be found in which branch 2013-01-19 01:17:00 +01:00
Andreas Linde
20b078e7f6 Some documentation updates for the setup process 2013-01-18 23:54:25 +01:00
Andreas Linde
70c9852a99 Add hints to the documentation on what to do if the build settings don't get passed on 2013-01-04 14:33:33 +01:00
Andreas Linde
2e2342627f Bump version to 3.0.0b5 Build 15 2012-12-06 20:05:49 +01:00
Andreas Linde
71c43cd690 Improve documentation
declare the AppDelegate interface as a HockeyProtocols category, to make it clear this does not need to be done in the header file.
2012-11-27 23:02:25 +01:00
Andreas Linde
70e7c9114e Add notice to advanced doc 2012-11-27 14:52:08 +01:00
Andreas Linde
2285802865 Update documentation on how to add Lumberjack log data 2012-11-17 17:01:57 +01:00
Andreas Linde
1db48b1d25 Bump version to 3.0.0b3 Build 13
And update documentation
2012-11-17 14:14:46 +01:00
Andreas Linde
dc7db231cb Bump version to 3.0.0b3 Build 13 2012-11-15 15:33:40 +01:00
Andreas Linde
acc60ec987 Bump version to 3.0.0b2 Build 12 2012-11-04 23:47:35 +01:00
Andreas Linde
bdbeef2a7a Merge branch 'feature/feedback' into develop 2012-10-31 08:33:07 +01:00
Andreas Linde
02972946ea Update documentation 2012-10-31 01:33:15 +01:00
Andreas Linde
d9694d31b6 Update version number to 2.5.4 and update integration guide for JMC 2012-10-10 18:15:27 +02:00
Andreas Linde
f6ba49cf57 Bump version to 2.5.4b3 2012-10-06 01:43:13 +02:00
Andreas Linde
0a0b9fe9b9 Bump version to 2.5.4b2 2012-10-04 23:38:38 +02:00
Andreas Linde
def50ebf0f Bump version to 2.5.4b1 2012-09-25 12:44:57 +02:00
Andreas Linde
78a9973439 Enable JMC Integration for subproject setup
Add documentation on how to enable JMC support otherwise
2012-09-25 12:37:39 +02:00
Andreas Linde
be94bf46a4 Update change log in documentation 2012-09-21 22:24:57 +02:00
Andreas Linde
27d2523a66 Updated change log 2012-09-21 20:26:19 +02:00
Andreas Linde
368500dfc4 Updated documentation 2012-08-30 18:32:47 +02:00
Andreas Linde
b471b6b66a Update documentation
New screenshots, some minor fixes and adjustments for installation documentations
2012-08-20 20:44:39 +02:00
Andreas Linde
69a966c427 Update change log 2012-08-14 14:12:44 +02:00
Stefan Haubold
42abb23c41 Added Troubleshooting Section to Migration Guide 2012-08-14 01:06:55 +03:00
Andreas Linde
6fb1a432cb Last documentation updates 2012-08-13 14:06:26 +02:00
Andreas Linde
d475221814 Some more documentation updates 2012-08-11 13:52:51 +02:00
Andreas Linde
1cf64b936e Some more documentation updates and cleanups 2012-08-10 18:04:46 +02:00
Andreas Linde
f15c3cab79 Add HockeyMac setup steps to documentation 2012-08-10 01:08:27 +02:00
Stefan Haubold
0f5f860691 updated migration guide 2012-08-09 16:14:41 +02:00
Andreas Linde
f2508dc746 Another minor documentation fix 2012-08-09 01:17:15 +02:00
Andreas Linde
3fa2f4ce22 Fix for howto handle crashes on startup documentation 2012-08-09 00:05:16 +02:00