Andreas Linde
3ab4fb6eaf
Make module managers readonly and change another property to proper naming
2012-07-21 23:26:14 +02:00
Andreas Linde
a26e4899d3
Fix localized strings references in Xcode project
2012-07-21 23:04:36 +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
e75eef7136
Send executables UUID
...
- This helps identifying the actual build, if multiple builds use the same version numbers
- Based on http://stackoverflow.com/questions/10119700/how-to-get-mach-o-uuid-of-a-running-process with the great help from Landon and Stephan
2012-07-19 23:50:52 +02:00
Andreas Linde
4e572a31f5
Fix log message of bundle is missing
2012-07-19 23:44:29 +02:00
Andreas Linde
5e2f14422c
Fix compile error
...
This is weird, somehow I need to remove and add HockeySDK.strings from the target and add it again
2012-07-19 23:10:46 +02:00
Andreas Linde
fc95966a4c
Fix warnings
2012-07-19 23:10:15 +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
Andreas Linde
ddfc392a32
Update PLCrashReporter with proper armv6 support
2012-07-16 23:44:08 +02:00
Andreas Linde
28f4a2a159
Update SDK to use sdk. instead of rink.
2012-07-16 16:45:08 +02:00
Andreas Linde
fb468f41d1
update Xcode project to 4.4
2012-07-15 21:57:19 +02:00
Andreas Linde
c5ee98c3ba
Merge branch 'develop' of github.com:codenauts/HockeySDK-iOS into develop
2012-07-03 17:57:54 +02:00
Andreas Linde
dfedafb6be
Merge pull request #13 from diederich/Xcode-updates
...
Xcode autoupdates
2012-07-03 08:57:29 -07:00
Andreas Linde
e7ec104301
Merge pull request #12 from diederich/develop
...
fix format specifier
2012-07-03 08:56:45 -07:00
Andreas Linde
ec383ef569
Add apps binary UUID to the XML structure
...
Allows the server to optimize checking of required dSYMs
2012-07-03 17:40:28 +02:00
Andreas Linde
6e6b3ffdfd
Add new crash report formatter
...
Enables automatic and async-safe symbolication of system framework symbols right on the device
2012-07-03 17:39:16 +02:00
Andreas Linde
d0df4c2825
Move the crash reporting protocol into its own header file
2012-07-03 17:37:01 +02:00
Andreas Linde
01bf109006
Submit the crash report GUID as part of the XML
...
This helps the server to identify duplicate crash reports
2012-07-03 17:33:31 +02:00
Andreas Linde
2cf10b0db0
Add property which tells after which time interval since app startup the crash happened
...
This is absolute time, not the sum of session times! This can be used to detect crashes on startup and defer app initialization after the crash report has been send by also using the new delegates for networking operations
2012-07-03 17:32:14 +02:00
Andreas Linde
4a10d000d0
Update PLCrashReporter
2012-07-03 17:29:08 +02:00
Andreas Linde
748fbdd6a7
Tell the HockeyApp server if feedback on crash report status is turned on or off
...
This helps optimizing the server backend
2012-07-03 17:24:51 +02:00
Andreas Linde
b7906b7976
Add delegates for crash reporting networking operations
2012-07-03 17:23:40 +02:00
Stephan Diederich
8efa4c72b7
Xcode autoupdates
...
from 4.5 DP1 (and earlier IIRC)
2012-06-18 15:25:12 -07:00
Stephan Diederich
0659e02d55
fix format specifier
...
LLVM 4.0 grumbles about it, and actually it's right ;)
2012-06-18 15:11:56 -07:00
Thomas Dohmke
74ccb4e769
Fix for JMC ping.
2012-04-23 10:27:11 +02:00
Andreas Linde
53366023ca
Fix the memory leak for real
2012-04-13 14:13:07 +02:00
Andreas Linde
e9f72ebde8
Fix small leak
...
The connection is released by NSURLConnection itself, we should break that by releasing ourselves or setting it to nil
2012-04-12 21:23:36 +02:00
Thomas Dohmke
23b4265d33
Merge branch 'master' of github.com:codenauts/HockeySDK-iOS
...
Conflicts:
Classes/BWQuincyManager.m
2012-03-25 19:06:54 +02:00
Thomas Dohmke
85315f33cf
Merge branch 'release/2.2.6' into develop
2012-03-25 19:04:09 +02:00
Thomas Dohmke
70602747a8
Updated version number for podspec.
2012-03-25 19:03:43 +02:00
Thomas Dohmke
6058a4fed8
Merge branch 'develop' into release/2.2.6
2012-03-25 19:03:18 +02:00
Thomas Dohmke
b15b274390
Update README.md
2012-03-25 20:01:49 +03:00
Thomas Dohmke
cf1aefc305
Markup fixes for README.md.
2012-03-25 19:00:19 +02:00
Thomas Dohmke
e12ac87b5b
Updated README.md.
2012-03-25 18:56:14 +02:00
Thomas Dohmke
160a8502fa
Set version to 2.2.6.
2012-03-25 18:50:30 +02:00
Thomas Dohmke
91cc767d38
Even more conservative approach that doesn't use UIDevice#uniqueIdentifier at all. Instead, you need to implement the delegate method. Forced delegate to implement CNSHockeyManagerDelegate protocol.
2012-03-25 18:44:14 +02:00
Andreas Linde
7cc52cf4b9
Use a local NSFileManager insead of the defaultManager singleton, which is not thread safe.
2012-03-24 00:16:58 +01:00
Andreas Linde
333b6e6a8d
Fix typo
2012-03-23 23:06:09 +01:00
Andreas Linde
f48c984eb6
Restructure UDID check
...
- Optional Macro HOCKEY_BLOCK_UDID to allow getting uniqueIdentifier, default to NOT allowed
- If Macro is not set, configuration is not Debug, AdHoc or Beta, require a delegate method
- Delegate method to return the device UDID, developer has to make sure it is not returned when building for AppStore
2012-03-23 23:04:41 +01:00
Andreas Linde
7705382f6b
Remove autoSubmitting UDID with crash reports and add # DONT_SEND_UDID macro for disabling usage of UDID
...
By default DONT_SEND_UDID is set to 0, so UDID data will be send for beta usage. The developers should set it to 1 in their project settings for AppStore configurations
2012-03-23 21:20:37 +01:00
Thomas Dohmke
fe4307fb65
Enabled clang in support project and enabled warning for unrecognized selectors. Added clang statements to ignore warning for JMC selectors if JMC is not part of the project.
2012-03-22 13:23:34 +01:00
Thomas Dohmke
11425e957f
Fixed version number.
2012-03-14 18:46:18 +01:00
Thomas Dohmke
8e1678a924
Bumped version to 2.2.6-develop.
2012-03-14 18:38:23 +01:00
Thomas Dohmke
aee0399263
Merge branch 'develop'
2012-03-14 18:03:44 +01:00
Thomas Dohmke
bc19cd7c13
Added icon logic for iOS5 plist key.
2012-03-13 23:22:10 +01:00
Andreas Linde
9b382df3a1
Be more conservative and safe
2012-03-13 20:05:08 +01:00
Thomas Dohmke
d8fbd37f95
Fix if JSON response is invalid or not matching our expectations.
2012-03-13 18:13:08 +01:00
Thomas Dohmke
31cbdde184
Move forward declarations from interface to implementation.
2012-03-13 17:25:23 +01:00
Andreas Linde
5f407647e0
Merge branch 'release/2.2.4'
...
* release/2.2.4:
Updated Hockey.bundle.
Make sure if the installed version is newer, mandatory is ignored
Add SDK info to update request too
Increase podspec version number
Add SDK version number to source and send it to the server, together with the SDK name
Improve handling of mandatory flag
Don't crash if no JSON serializer is found, show an error in the log instead
Updated podspec.
don't add a target selector for removed method
removed PSLog to prevent conflicts with other SDKs
Fix for using any method automatically triggering checkForUpdate via notification
Fix potential crash if json string is nil
Conflicts:
HockeySDK.podspec
2012-03-12 16:15:52 +01:00
Thomas Dohmke
f763f37c13
Updated Hockey.bundle.
2012-03-10 17:16:17 +01:00