15 Commits

Author SHA1 Message Date
Andreas Linde
a14fa23f28 Convert to ARC 2012-10-23 16:22:23 +02:00
Andreas Linde
f8cb400a92 Improve documentation 2012-10-15 00:03:08 +02:00
Andreas Linde
61483d4437 Fix header 2012-10-05 13:35:14 +02:00
Andreas Linde
1a71aa2ea5 Initial Feedback component
- First implementation on feedback, not finished yet!
- Move all components into their own subdirectory
- Restructure common delegates into BITHockeyManagerDelegate
- Restructure common component methods into new superclass (not finished yet)
2012-09-28 12:30:19 +02:00
Andreas Linde
e69a32a676 Set the submodules delegates to the same delegate defined by the initial configure initialization.
The delegates can still be access and set directly, if the dev wants to have different classes implementing them.
For the general user this improves the ease of setup, because the submodules delegates don't have to be set specifically and by setting the delegate protocols in the header the missing required delegates will still be shown as warning
2012-08-10 15:45:32 +02:00
Andreas Linde
9859335f64 Add option to change the server URL
And fix a bug with the disable properties
2012-08-06 14:37:27 +02:00
Andreas Linde
90759c7788 Add properties allowing to disable crash reporting or beta updates 2012-08-05 01:23:15 +02:00
Andreas Linde
840432acc1 Rename loggingEnabled property to debugLogEnabled 2012-07-24 13:42:03 +02:00
Andreas Linde
164369c742 Fix small typo in documentation 2012-07-22 18:28:34 +02:00
Andreas Linde
8920cbc6c4 More documentation updates 2012-07-22 04:08:40 +02:00
Andreas Linde
1f7ff28f9c Same typo now at the right place 2012-07-22 02:39:08 +02:00
Andreas Linde
916fc65879 Start of AppleDoc based documentation 2012-07-22 02:02:56 +02:00
Andreas Linde
3ab4fb6eaf Make module managers readonly and change another property to proper naming 2012-07-21 23:26:14 +02:00
Andreas Linde
812d0b4a35 Clean up some more naming and disable logging in App Store
- Change last BITHockeySDK.. into BITHockey…
- Disable BITHockeyLog when running in an App Store build
2012-07-21 22:58:40 +02:00
Andreas Linde
671060929c Refactoring
- Change Prefixes to BIT
- Make one shared instance and change the functionalities to modules
- One bundle for resources
- Targets for framework and static libs
- Other cleanup
2012-07-19 17:17:19 +02:00