452 Commits

Author SHA1 Message Date
Andreas Linde
478f26a7f6 Fixes for iPad and Message composer presentation 2012-10-06 01:43:39 +02:00
Andreas Linde
f6ba49cf57 Bump version to 2.5.4b3 2012-10-06 01:43:13 +02:00
Andreas Linde
340813fcc2 Warp JMC ping invocation into NSSelectorFromString 2012-10-06 01:01:18 +02:00
Andreas Linde
4d8ed6b408 Some more minor cleanup 2012-10-05 23:21:46 +02:00
Andreas Linde
b7cda2625f Code cleanup 2012-10-05 23:04:55 +02:00
Andreas Linde
798dd8b9b2 Use the the assigned serverURL in FeedbackManager 2012-10-05 22:46:37 +02:00
Andreas Linde
aee8ad245c Move BITUpdateManager to subclass of BITHockeyBaseManager and adjust some more code styling 2012-10-05 22:37:43 +02:00
Andreas Linde
512db251aa More feedback improvements
- Mark messages as archived that got deleted on the server
- Send message even if the thread got deleted on the server, so create a new thread
- Support Pull-To-Refresh in iOS6
- Update feedback and send pending message when the app gets into the foreground again
- Always update user data via delegates before sending a new message, since those could have changed in the app
2012-10-05 21:48:01 +02:00
Andreas Linde
c8809ec038 Inform the UI wether we got new messages or nothing new 2012-10-05 15:26:50 +02:00
Andreas Linde
4839afca97 Remove messages that got removed from the server
When changing to API to only load new messages, we need to provide this info otherwise in the response
2012-10-05 15:26:00 +02:00
Andreas Linde
3f12ce70ee Remove not needed vars 2012-10-05 15:25:04 +02:00
Andreas Linde
218e255378 Save to archive, property list doesn't work anyway for custom objects 2012-10-05 13:36:39 +02:00
Andreas Linde
61483d4437 Fix header 2012-10-05 13:35:14 +02:00
Andreas Linde
0a0b9fe9b9 Bump version to 2.5.4b2 2012-10-04 23:38:38 +02:00
Andreas Linde
8b842e9cd0 Merge remote-tracking branch 'private/develop' into feature/feedback 2012-10-04 23:28:20 +02:00
Andreas Linde
2aca4995a0 Fix authorisation not being saved for a version and requesting on each cold app start again 2012-10-02 13:20:45 +01:00
Andreas Linde
53eb832bb6 Remove header string for application log 2012-09-28 21:27:17 +02:00
Andreas Linde
109e985fc9 Migrate previous crash AutoSend user setting 2012-09-28 19:09:14 +02:00
Andreas Linde
6c913beac5 Remove unused key 2012-09-28 12:35:01 +02:00
Andreas Linde
6706778f53 Fix auto send button not persisting 2012-09-28 12:34:26 +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
5428df4f45 Fix checking for new PLCrashReporter properties being available 2012-09-27 21:58:55 +02:00
Andreas Linde
b591f69286 Merge pull request #11 from diederich/fix/warnings
cleanup JIRA_MOBILE_CONNECT_SUPPORT_ENABLED defines
2012-09-26 05:25:44 -07:00
Stephan Diederich
36c81ac650 cleanup JIRA_MOBILE_CONNECT_SUPPORT_ENABLED defines
* only define JIRA_MOBILE_CONNECT_SUPPORT_ENABLED if it's not already defined.
  default is to disable it
* cleanup usage of JIRA_MOBILE_CONNECT_SUPPORT_ENABLED
  it's always defined, so no need to check
2012-09-26 14:10:04 +02:00
Andreas Linde
c1b7820a09 Add updated armv7/7s only PLCrashReporter build 2012-09-25 13:22:11 +02:00
Andreas Linde
def50ebf0f Bump version to 2.5.4b1 2012-09-25 12:44:57 +02:00
Andreas Linde
78a9973439 Enable JMC Integration for subproject setup
Add documentation on how to enable JMC support otherwise
2012-09-25 12:37:39 +02:00
Andreas Linde
a4c1bd7480 Added a forward declaration of BITUpdateManager in BITUpdateManagerDelegate 2012-09-25 12:21:14 +02:00
Andreas Linde
76962cc519 Merge branch 'fix-crash-manager-import' of git://github.com/Taptera/HockeySDK-iOS into Taptera-fix-crash-manager-import 2012-09-25 12:01:25 +02:00
Andreas Linde
3e1ee32a02 Make sure the expiry blocking UI isn't added over and over again 2012-09-25 11:55:06 +02:00
Andreas Linde
d716d098fd Merge branch 'develop' of git://github.com/realestate-com-au/HockeySDK-iOS into realestate-com-au-develop 2012-09-25 11:41:43 +02:00
Andreas Linde
c60a0604fc Fix expiryDate property not being taken care of correctly 2012-09-25 11:38:53 +02:00
Chris Miles
1e0c47667c Merge https://github.com/bitstadium/HockeySDK-iOS into develop 2012-09-25 17:16:06 +10:00
Ian Fisher
18f3a8c5af Added a forward declaration of BITCrashManager in BITCrashManagerDelegate 2012-09-24 17:33:47 -07:00
Andreas Linde
03875a3307 Merge pull request #9 from alloy/develop
Update podspec in preparation of 2.5.3
2012-09-24 02:16:11 -07:00
Eloy Durán
26ef436389 Update podspec for 2.5.3 2012-09-24 11:12:40 +02:00
Andreas Linde
be94bf46a4 Update change log in documentation 2012-09-21 22:24:57 +02:00
Andreas Linde
544e599eb3 Bump version to 2.5.3 2012-09-21 22:20:31 +02:00
Andreas Linde
80317fa538 Fix checking validity of wrong identifier
Thanks to @nano for the hint
2012-09-21 22:14:24 +02:00
Andreas Linde
19e956045e Fix for compiler warning about comparing NSInteger and NSUInteger
Thanks to @pburleson
2012-09-21 21:13:31 +02:00
Andreas Linde
c5a5ece500 Update version number to 2.5.2 2012-09-21 20:26:19 +02:00
Andreas Linde
27d2523a66 Updated change log 2012-09-21 20:26:19 +02:00
Thomas Dohmke
32588b0fc5 Update README.md 2012-09-17 17:40:34 +03:00
Andreas Linde
ad0c369fc7 Check liveIdentifier already in beta build and make sure passing nil doesn't cause a crash 2012-09-16 00:05:24 +02:00
Andreas Linde
3f43277d64 Update Xcode project to 4.5 and use standard target again for arm7 and armv7s 2012-09-15 23:47:52 +02:00
Andreas Linde
973654b152 Use correct armv7s architecture in UUID xml tag 2012-09-13 13:51:57 -06:00
Andreas Linde
f1d4bd8f59 Update release notes 2012-09-12 23:08:30 -06:00
Andreas Linde
52317627c0 Increase version number 2012-09-12 23:08:14 -06:00
Andreas Linde
5257a5081a Update Xcode project
This enables building for armv7 and armv7s.

If you want to add armv6 support, since Xcode 4.5 doesn't build for armv6 any more, you need to build with 4.4.1 and only build for armv6 and the device target and manually link the resulting static lib into the 4.5 build result using lipo
2012-09-12 20:15:19 -06:00
Andreas Linde
cf28589eff Add support for armv7s to the crash report text formatter 2012-09-12 20:14:36 -06:00