Commit Graph

1520 Commits

Author SHA1 Message Date
Andreas Linde
f8d2dd0178 make sure the Add Image button is always centered
This is for BITFeedbackComposeViewController
2015-09-09 14:02:38 +02:00
Andreas Linde
ff397e876b Merge pull request #194 from 0xced/clean-optional-delegate-calls
Remove unnecessary nil checking before calling `respondsToSelector:`
2015-09-09 13:13:00 +02:00
Cédric Luthi
ba533464f3 Remove unnecessary nil checking before calling respondsToSelector: 2015-09-04 23:10:05 +02:00
Lukas Spieß
48c8cea821 Merge pull request #195 from cyupa/develop
Update README.md
2015-09-04 18:08:21 +02:00
Ciprian Redinciuc
4ac26f7b52 Update README.md
Change comment for disabling update manager .
2015-09-04 11:51:23 +03:00
Andreas Linde
9a978a1cae Update build number 2015-08-31 10:33:58 +02:00
Andreas Linde
364711d4a2 Merge tag '3.7.3' into develop
Version 3.7.3
2015-08-31 10:33:01 +02:00
Andreas Linde
0afe76af91 Merge branch 'release/3.7.3' 2015-08-31 10:33:01 +02:00
Andreas Linde
f1c864d6e1 3.7.3 release and documentation updates 2015-08-31 10:32:51 +02:00
Andreas Linde
be42a87c1f Use PLCR build created with Xcode 6.4
This fixes a duplicate symbol issue some users are facing
2015-08-31 10:23:02 +02:00
Lukas Spieß
b9bc27fef3 Add scoping curly braces to if statements 2015-08-28 18:19:45 +02:00
Andreas Linde
d2d1aae87d Add troubleshooting section to readme 2015-08-27 10:23:40 +02:00
Andreas Linde
64aaf2aa8c Fix app update triggering exit not safely report
When the app updates and the crash manager has `enableAppNotTerminatingCleanlyDetection` enabled, starting the update shouldn't trigger a crash report for that scenario.
2015-08-27 10:18:13 +02:00
Andreas Linde
1c221668de Improve documentation
Make usage of `BITHockeyNetworkDidBecomeReachableNotification` more clear
2015-08-24 09:54:43 +02:00
Andreas Linde
0443e7095c Increase build number 2015-08-20 15:46:24 +02:00
Andreas Linde
7805b8dc0a Merge branch 'release/3.7.2' 2015-08-20 15:31:40 +02:00
Andreas Linde
6f638eda28 Merge tag '3.7.2' into develop
Version 3.7.2
2015-08-20 15:31:40 +02:00
Andreas Linde
b326798969 3.7.2 release and documentation updates 2015-08-20 15:31:25 +02:00
Andreas Linde
dde39be0e6 Fix iTunes Connect error reg. resource bundle
Xcode 7 shows an error when uploading an app to iTunes Connect due to a bug in the Info.plist of the resource bundle. The info.plist shouldn't contain a `CFBundleExecutable` value and the `CFBundlePackageType` should be `BNDL`.

Also removed other non needed entries.
2015-08-20 15:28:38 +02:00
Andreas Linde
b791b7640b PLCR update
Update to commit 356901d7f3ca3d46fbc8640f469304e2b755e461 which fixes an issue in iOS 9 Beta on iPad Air 2
2015-08-18 10:39:29 +02:00
Andreas Linde
fa32899448 Merge pull request #185 from tonyarnold/fix/documentation-param-error
Remove @param documentation command used with a property, not a method/function
2015-08-07 11:29:40 +02:00
Tony Arnold
f7bb142f86 Remove @param documentation command used with a property, not a method/function 2015-08-07 13:38:23 +10:00
Andreas Linde
7e9ffd35ea Add contributor license into readme 2015-07-23 10:56:00 +02:00
Lukas Spieß
4adf588d4a Indentation fixes for code blocks in Readme 2015-07-19 20:45:17 +02:00
Marat S.
882dda4445 broken markup fix 2015-07-18 11:32:19 +03:00
Andreas Linde
1bc04a66b1 Fix feedback UI rotation issue
This should fix https://github.com/bitstadium/HockeySDK-iOS/issues/181

It's the best I could come up with so far. We make sure the number of sections and messages doesn't change while the UI is redrawn on rotation and updating it afterwards again.
2015-07-09 13:34:41 +02:00
Andreas Linde
35cb41bb0e Small fix for last commit 2015-07-08 12:11:46 +02:00
Andreas Linde
78645f5dee Update PLCrashReporter
- Commit 73f4ad5aa1796978f22b63aed3f8490b215b2c07 in release/1.3 branch
- Fixes iOS 9 bug not returning all binary images
2015-07-08 11:57:24 +02:00
Andreas Linde
3c17cda93f Remove username in simulator build only
Removing username from paths only makes sense in the simulator
2015-07-03 15:44:15 +02:00
Andreas Linde
27e5bb0085 Fix travis link again in readme 2015-06-26 10:21:39 +02:00
Andreas Linde
2d9f087fa9 Increase build number 2015-06-26 10:10:42 +02:00
Andreas Linde
7ef9478647 Merge branch 'release/3.7.1' 2015-06-26 10:08:54 +02:00
Andreas Linde
762a55dded 3.7.1 release and documentation updates 2015-06-26 10:05:37 +02:00
Andreas Linde
efe664fcc3 Redo HockeySDK-Source spec
We can't get a freely configurable podspec to work reliably in all scenarios, so we push back for now and keep that in mind for a full SDK restructuring approach
2015-06-26 09:52:28 +02:00
Andreas Linde
689e14c2e9 Another fix for the podspec resources 2015-06-26 09:09:33 +02:00
Lukas Spieß
eb69194218 Use correct path to resources in HockeySDK.podspec 2015-06-25 15:20:19 +02:00
Lukas Spieß
a918cb9d07 Make Source podspec work with use_frameworks! option 2015-06-24 13:49:26 +02:00
Andreas Linde
99a138cf00 Another documentation update 2015-06-23 19:33:11 +02:00
Andreas Linde
1ef0461be4 Documentation fixes 2015-06-23 19:22:12 +02:00
Andreas Linde
40241ac953 Update podspecs for 3.7.0 release 2015-06-23 16:57:18 +02:00
Andreas Linde
6cd3cbcd42 Update podspecs for 3.7.0 release 2015-06-23 16:56:48 +02:00
Andreas Linde
5eb8975609 Show build status of master branch in readme 2015-06-23 16:44:27 +02:00
Andreas Linde
7f5e17cbd2 Increase build number 2015-06-23 16:31:20 +02:00
Andreas Linde
213b118f0f Merge branch 'release/3.7.0' 2015-06-23 16:30:37 +02:00
Andreas Linde
15d62cedf5 Merge tag '3.7.0' into develop
Version 3.7.0
2015-06-23 16:30:37 +02:00
Andreas Linde
b66fbcff58 More 3.7.0 release and documentation updates 2015-06-23 16:13:02 +02:00
Andreas Linde
46f0560c1f Ignore deprecation warning with Xcode 7
This is in our own delegate, so it is safe to turn this on without fear ;)
2015-06-23 15:09:12 +02:00
Andreas Linde
c3e5762d73 3.7.0 release and documentation updates 2015-06-23 14:27:30 +02:00
Andreas Linde
640cdbef3f Merge pull request #175 from bitstadium/feature/background-upload-crash-reports
Send crash reports via NSURLSession when available
2015-06-23 11:09:13 +02:00
Andreas Linde
422235caec Fix iOS 7.1 unit test and make upload more robust 2015-06-23 10:59:22 +02:00