Stephan Diederich
4f6f871bf3
add authenticator to the HockeyManager
...
& make protocol methods optional
2013-08-15 22:38:24 +02:00
Andreas Linde
20c055eb48
Merge pull request #41 from bitstadium/feature/#30-feedbackDelegate
...
Feedback manager delegate & strong typing of BITHockeyManager delegate
2013-07-29 05:03:32 -07:00
Andreas Linde
ef1ae02a1e
Merge branch 'refs/heads/feature/v3.1' into develop
2013-07-28 01:55:40 +02:00
Stephan Diederich
c71c764303
strongly type the BITHockeyManagerDelegate
...
instead of being id, use the proper protocol. Also
let the BITHockeyManagerDelegate protocol implement
the module protocols.
2013-07-26 15:34:39 +02:00
Andreas Linde
e89564a8d9
First version of new AppStore Update module
2013-07-26 14:46:16 +02:00
Andreas Linde
857bd24f6e
Fail if the developer tries to setup the SDK on a background thread
...
Fixes #39
2013-07-21 21:37:44 +02:00
Andreas Linde
b490ae6144
More documentation updates preparing 3.0 release
2013-02-10 18:15:34 +01:00
Andreas Linde
e5f58960ac
Some more documentation improvements
2013-02-07 14:59:15 +01:00
Andreas Linde
ddb8b69ada
Small documentation improvements
2013-01-28 18:36:53 +01:00
Peter Steinberger
e1d6515b2a
Fixes several typos.
2013-01-20 13:01:35 +01: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
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