Commit Graph

1506 Commits

Author SHA1 Message Date
Andreas Linde
c19e83f6b0 Merge branch 'develop' into feature/iOS9-Updates 2015-08-13 13:52:24 +02:00
Andreas Linde
375d82ffbf Add Extension target and specific crash only build 2015-08-11 15:27:32 +02:00
Andreas Linde
065f9e7b89 Assign more files to features
Make sure the implementation is only processed in all files, when the feature is actually set to build
2015-08-10 17:38:09 +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
Andreas Linde
6018e13739 Include UI from crash manager only on iOS
This excludes the UI code from WatchOS builds since `TARGET_OS_IOS` excludes WatchOS (`TARGET_OS_WATCH`)
2015-07-22 16:11:13 +02:00
Andreas Linde
cb00038222 Use UIAlertController when available 2015-07-22 15:37:51 +02:00
Andreas Linde
29acf3ef05 Fix iOS 9 warnings
- Require iOS 7 as base SDK  (for compiling)
- Hide deprecation message for NSURLConnection calls, these will be refactored soon
- Remove statusbar adjustment code (which isn't needed any longer)
- Remove kBITTextLabel... defines and use NSText.. instead
- Remove a few `#if __IPHONE_OS_VERSION_MAX_ALLOWED > __IPHONE_6_1` since we require iOS 7 as base now (for real)
2015-07-22 15:33:53 +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
Andreas Linde
3094c0524c Send crash reports via NSURLSession when available 2015-06-23 10:12:13 +02:00
Andreas Linde
5305474388 Fix libpng warnings 2015-06-23 09:09:00 +02:00
Andreas Linde
a165480450 Merge pull request #174 from bitstadium/feature/cpp-stack-trace
Provide proper stack trace for C++ crashes
2015-06-22 22:01:28 +02:00
Gwynne Raskind
4bc9d45c45 Remove meaningless namespace qualifier from throw override. Look up the Objective-C exception vtable dynamically (since weak import doesn't do what you think, even when it does). Remove useless debugging statements that were just causing trouble. 2015-06-22 19:15:16 +02:00
Andreas Linde
733eff9ac6 Make documentation build on travis 2015-06-22 10:22:42 +02:00
Andreas Linde
f0bdaca4e7 Fix travis setup with Xcode 6.3 2015-06-22 10:02:17 +02:00
Andreas Linde
38ae497224 Use Xcode 6.3 beta in travis 2015-06-22 09:43:10 +02:00
Andreas Linde
f6cb595f6e Silence compiler warning since this is intended 2015-06-22 09:42:56 +02:00
Andreas Linde
0bbf72a033 Fix compiler warning in test case 2015-06-22 09:42:43 +02:00
Andreas Linde
b62984073f Update documentation
And add crash only build specific modulemap to Xcode project
2015-06-21 12:36:06 +02:00
Gwynne Raskind
2a5e4a7523 Statically overload __cxa_throw() to capture backtraces from C++ exceptions at throw time. Makes reasonable best efforts at speed. 2015-06-20 17:02:05 +02:00
Andreas Linde
9b54a5b172 Merge pull request #173 from bitstadium/feature/update-documentation
Documentation updates and fixes
2015-06-20 09:40:25 +02:00
Andreas Linde
936c358e5c Merge pull request #171 from bitstadium/feature/Add-VersionString
Add marketing version string of a crash
2015-06-20 09:39:45 +02:00
Andreas Linde
ed7834e6bc Merge pull request #170 from lukasspiess/feature/update-travis-integration
Extend .travis.yml to support more test targets
2015-06-20 09:30:08 +02:00