71 Commits

Author SHA1 Message Date
Andreas Linde
b9efccfbc6 Improve handling of mandatory flag
- Fix mandatory flag is set but newer version is installed, then the mandatory dialog will still appear (if compareVersionType is set to HockeyComparisonResultDifferent)
- Show mandatory alert if any newer version than the installed one is set to mandatory, and not only the latest one
2012-03-08 21:20:00 +01:00
Andreas Linde
810ecb84b8 Don't crash if no JSON serializer is found, show an error in the log instead 2012-03-08 21:18:42 +01:00
Thomas Dohmke
07ccb6de00 Updated podspec. 2012-03-05 19:47:26 +01:00
Stefan Haubold
83d6715c13 don't add a target selector for removed method 2012-02-22 17:32:46 +01:00
Stefan Haubold
bf1a2b5655 removed PSLog to prevent conflicts with other SDKs 2012-02-22 17:30:01 +01:00
Andreas Linde
ac8b32d239 Fix for using any method automatically triggering checkForUpdate via notification 2012-02-19 21:54:42 +01:00
Andreas Linde
0dc8ed1a34 Fix potential crash if json string is nil 2012-02-10 19:40:30 +01:00
Andreas Linde
d4c7273946 Update copyright years in license file 2012-02-05 22:07:28 +01:00
Andreas Linde
a88b6183f1 Update PLCrashReporter with UTF bug fix 2012-02-05 22:04:13 +01:00
Andreas Linde
40089f9952 Clean crash queue if the HockeyApp server rejected the crash 2012-02-05 22:03:48 +01:00
Andreas Linde
cc3af968f3 Fix a problem with dismissing the update view in some scenarios 2012-02-05 22:03:24 +01:00
Andreas Linde
78c45db55a Fix memory issue 2012-01-07 12:36:56 +01:00
Thomas Dohmke
3b5bf19433 Removed empty lines. 2011-12-19 08:04:59 +01:00
Thomas Dohmke
71aab1cc1e Changed code formatting. Added #ifdef for JMC legacy code. 2011-12-19 07:58:27 +01:00
Thomas Dohmke
52fbff9682 Merge pull request #3 from niick/develop
CONNECT-130: use [JMC sharedInstance] now, instead of [JMC instance]. al...
2011-12-18 22:52:36 -08:00
npellow
5bfe6ece18 CONNECT-130: use [JMC sharedInstance] now, instead of [JMC instance]. also removed #ifdef JMC_ENABLED now that this is detected via reflection 2011-12-19 15:49:00 +11:00
Thomas Dohmke
2dadd66658 Added #ifdef for JMC integration. 2011-12-17 10:15:57 +01:00
Andreas Linde
ac1ac09411 Some more 2 space indentation fixes 2011-12-13 18:30:27 +01:00
Thomas Dohmke
d7afa96cca Merge pull request #2 from Symvaro/develop
Wrong import in the README
2011-12-10 04:32:16 -08:00
Symvaro GmbH
d7b69df404 fix example 2011-12-10 13:28:37 +01:00
Andreas Linde
bd38778253 Set the delegate for Hockey and Quincy 2011-12-08 18:13:52 +01:00
Andreas Linde
344bbddb1c Remove unit test files and target
They are not used right now and require to delete them when including the sdk without the library but the files only
2011-12-08 14:53:39 +01:00
Andreas Linde
e7da6943e2 Add appstore detection property 2011-12-08 13:47:21 +01:00
Andreas Linde
dd70fcbc37 Merge branch 'refs/heads/diederich-features/xcodeproj' into develop
* refs/heads/diederich-features/xcodeproj:
  Add workaround for not requiring -all_load linker flag and some Xcode project adjustments
  set HOCKEYLIB_STATIC_LIBRARY define
  as a library, build for armv6 & armv7
  add xcworkspacedata
  add default xcodeproj
2011-12-07 20:18:42 +01:00
Andreas Linde
a61bba1d1f Add workaround for not requiring -all_load linker flag and some Xcode project adjustments 2011-12-07 20:18:14 +01:00
Andreas Linde
ad505f74a0 Merge branch 'features/xcodeproj' of https://github.com/diederich/HockeySDK-iOS into diederich-features/xcodeproj
* 'features/xcodeproj' of https://github.com/diederich/HockeySDK-iOS:
  set HOCKEYLIB_STATIC_LIBRARY define
  as a library, build for armv6 & armv7
  add xcworkspacedata
  add default xcodeproj
2011-12-07 16:18:08 +01:00
Andreas Linde
b3e7239ed1 Updated manager for quincy logging and new delegate 2011-12-07 16:03:40 +01:00
Andreas Linde
f20b89168d One more 2 space indentation fixes 2011-12-07 15:51:48 +01:00
Andreas Linde
20dc818137 Add new delegate which fires when the user selected "Send Always" in the alert 2011-12-07 15:49:30 +01:00
Andreas Linde
e975ce9e85 Fix for an older commit in QuincyKit being only half complete
Even if the user did select to auto send, the dialog appeared again, because the new check if this was the case and if auto send is currently allowed wasn't actually used
2011-12-07 15:48:24 +01:00
Andreas Linde
58f68d4817 Don't treat empty server responses as success 2011-12-07 15:47:02 +01:00
Andreas Linde
6c0f91937a Added optional logging for debugging help
Activate using [[BWQuincyManager sharedQuincyManager] setLoggingEnabled:YES];
2011-12-07 15:46:43 +01:00
Stephan Diederich
7395b5ffb1 set HOCKEYLIB_STATIC_LIBRARY define 2011-12-06 00:07:31 +01:00
Stephan Diederich
5f18fc26c5 as a library, build for armv6 & armv7 2011-12-06 00:07:31 +01:00
Stephan Diederich
2d0ec40be1 add xcworkspacedata
and remove it from .gitignore
2011-12-06 00:07:31 +01:00
Stephan Diederich
4e39526364 add default xcodeproj
minor adjustments for paths and such
2011-12-06 00:07:31 +01:00
Andreas Linde
9de1e646cc Removing returning shared instance before dispatch_once is invoked
Might rather harm things and is not required anyway.
2011-12-05 23:58:31 +01:00
Thomas Dohmke
d444c177df Changed indentation to 2 spaces for all files. 2011-12-05 16:07:59 +01:00
Thomas Dohmke
37bcbb7793 Send "appstore" instead of "" for udid. 2011-12-05 15:45:00 +01:00
Thomas Dohmke
ec5178919f Enable JSON for App Store builds, but do not submit the UDID and don't evaluate the returned JSON. 2011-12-05 15:41:20 +01:00
Andreas Linde
9162b740e9 Update some log statements to be shown always and not only when logging is enabled 2011-12-05 11:34:59 +01:00
Andreas Linde
fc76d6973b Fix double encoding strings in Hockey client 2011-12-05 11:24:16 +01:00
Andreas Linde
9d80a51da5 Various bugfixes in Hockey client
- Fix possible crash if hockey.bundle is missing
- Fix daily check not working
2011-12-05 00:28:55 +01:00
Andreas Linde
dc631f4d7e If quincy.bundle is missing in the app, show a warning via NSLog and send crash reports without showing any dialogs, since it would crash otherwise 2011-12-04 13:56:27 +01:00
Thomas Dohmke
9415d921b6 Updated README.md. 2011-12-04 12:46:48 +01:00
Thomas Dohmke
013075a5fd Fixed formatting in README. 2011-12-04 12:45:35 +01:00
Thomas Dohmke
604e767dd7 Added new README. 2011-12-04 12:44:23 +01:00
Thomas Dohmke
4d7ca3c12c Bumped version. 2011-12-03 19:31:20 +01:00
Thomas Dohmke
01aed9df0d Added missing s. 2011-12-03 19:26:46 +01:00
Thomas Dohmke
9e8dcd2664 Added missing Quincy.bundle to podspec. Fixed typo. 2011-12-03 19:20:59 +01:00