13 Commits

Author SHA1 Message Date
Andreas Linde
41065796a6 Remove crash reporting feedback feature for now
Removed this feature for now, since it requires a major redesign on the server and SDK. If really need this feature, please use the former SDKs.
2012-08-04 13:53:49 +02:00
Andreas Linde
7ead5d998b Restructure (crash) manager internals
- Write all temp data into the same directory under caches/<sdkidentifier>/...
- Write approved crashes into its own plist instead of user defaults
- Use a temp file for analyzing crash report file instead of user defaults boolean
- Fix some define namings
2012-07-27 12:03:40 +02:00
Andreas Linde
23e2183c87 Fix finding the resource bundle 2012-07-24 23:43:58 +02:00
Andreas Linde
6a6da9e6ef Provide a new property for setting the crash manager status
This allows to disable the crash manager, or set the default sending to always ask or autosend
2012-07-23 18:25:31 +02:00
Andreas Linde
fc6a564a97 Some define code cleanup 2012-07-22 22:00:32 +02:00
Andreas Linde
93bd10ced5 Provide a delegate method to disable crash reporting instead of using a property 2012-07-22 21:42:28 +02:00
Andreas Linde
4a4051d04b Move userName and userEmail properties into delegate and fix some delegate namings 2012-07-22 21:12:33 +02:00
Andreas Linde
c014bce9ea If userName or userEmail are set, don't show alerts with the text "anonymous" 2012-07-22 13:57:12 +02:00
Andreas Linde
352230b5f7 Add BITCrashManagerDelegate that is invoked if the user chooses not to send a crash report 2012-07-22 04:12:46 +02:00
Andreas Linde
0586a69bc0 Clean up some private ivars and methods and move them into their own header files 2012-07-22 00:32:42 +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
4e572a31f5 Fix log message of bundle is missing 2012-07-19 23:44:29 +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