89 Commits

Author SHA1 Message Date
Andreas Linde
2235258ade Fix typo in link to local docsets folder in documentation 2014-01-16 12:28:44 +01:00
Andreas Linde
a0573368af 3.5.1 release and documentation updates 2014-01-14 15:01:33 +01:00
Andreas Linde
f6ab185ed5 Update to version 3.5.0 2013-10-30 14:43:01 +01:00
Andreas Linde
223333facf Some more documentation updates 2013-10-30 13:42:04 +01:00
Andreas Linde
47b3a7e97d Fix documentation on how to invoke authenticateInstallation 2013-10-24 19:38:15 +02:00
Andreas Linde
934d8dc8cd Update to version 3.5.0 RC 3 2013-10-23 19:33:44 +02:00
Andreas Linde
c73b441a31 Add step to setup BITAuthenticator in installation guides 2013-10-10 12:47:20 +02:00
Andreas Linde
498bd62cbb Remove automaticMode property since it is not needed any more
The developer needs to call at least `authenticateInstallation` instead.
2013-10-10 12:32:29 +02:00
Andreas Linde
7052f0cd7a Require the user to call authenticateInstallation manually
This solves multiple issues:
- Possible crashes at startup because the app is already in the process of presenting another modal view. This way the developer can make sure that only one modal view is being presented
- If the app is showing e.g. a login view on startup, it is now not needed to turn off automatic mode and setup the complete auth workflow manually and simply invoke `authenticateInstallation` after the login view is either fully presented (`viewDidLoad` finished) or the user did log in
2013-10-10 02:39:44 +02:00
Andreas Linde
bc98e9e304 Update to version 3.5.0 RC 2 2013-09-26 17:03:56 +02:00
Andreas Linde
2acdec27c7 Update intro text of Authentication how to 2013-09-26 16:37:45 +02:00
Andreas Linde
d7f0a0a2f2 Update to version 3.5.0 RC 1 2013-09-25 21:32:42 +02:00
Thomas Dohmke
5e1e4e1421 Update authentication documentation. 2013-09-25 17:49:26 +02:00
Andreas Linde
5278653f63 Update changelog to make it clear that BITStoreUpdateManager is optional and disabled by default 2013-09-24 20:03:17 +02:00
Andreas Linde
18ab864eef Documentation improvements for BITAuthenticator 2013-09-19 15:42:07 +02:00
Andreas Linde
18202819c7 Update to version 3.5.0 Beta 3 2013-09-17 18:50:24 +02:00
Andreas Linde
ddef584d1e Add How to for Authenticating iOS Users with BITAuthenticator 2013-09-17 18:50:12 +02:00
Andreas Linde
19f6e768c0 Update to version 3.5.0 Beta 2 2013-09-16 18:34:47 +02:00
Andreas Linde
955fe9c2eb Documentation updates and fixes 2013-09-13 17:29:00 +02:00
Andreas Linde
620ad3142a Small changelog fix and added missing item 2013-09-13 14:09:31 +02:00
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