Peter
2bf7e85910
no message
2015-06-13 17:20:53 +03:00
Peter
270bf0278d
no message
2015-06-13 02:21:22 +03:00
Andreas Linde
12e6f7bf67
Merge pull request #167 from bitstadium/feature/cxx-exception-support
...
Add C++ Exception support
2015-06-12 16:52:03 +02:00
Andreas Linde
74d31b1a65
Fix failing tests on travis
...
This is because of Xcodes stupid caching madness buginess crazyness.
If we build &test the dynamic framework first and then the static lib target, everything works just fine. Thank you.
2015-06-12 16:47:19 +02:00
Andreas Linde
43d83a0ae6
Make sure to test with clean build on travis
2015-06-12 16:39:47 +02:00
Andreas Linde
74c0a55f08
Move nullability support into separate header
2015-06-12 16:18:16 +02:00
Andreas Linde
747000e7e0
Add missing header include
2015-06-12 15:37:14 +02:00
Andreas Linde
9e1674f223
Add support for __nullable on older Xcode versions
2015-06-12 15:02:17 +02:00
Andreas Linde
fdb7057403
Document C++ exception drawbacks
2015-06-12 14:56:09 +02:00
Andreas Linde
0bb78d7201
Update documentation
...
- Remove Advanced setup guide
- Added `libc++` dependency
- Updated modulemap files to automatically link all required libraries and frameworks
- Updated setup doc to use module import style
- Update CrashOnly build modulemap file
- Code style fixes
2015-06-12 14:41:58 +02:00
VictorM
645b3c1e4a
Added tests to project file
2015-06-11 10:47:13 +03:00
VictorM
2c74904368
Fixed crash with deallocated CGImageRef
2015-06-11 10:42:28 +03:00
appleguy
c1f3ce2ba9
Merge pull request #476 from victormayorov/master
...
Fixed ASBasicImageDownloader to handle multiple requests with the same…
2015-06-10 16:52:16 -07:00
Peter
23913bbd28
no message
2015-06-10 23:44:18 +03:00
Peter
4630a223b2
Initial Commit
2015-06-10 20:14:12 +03:00
Gwynne Raskind
7ccfe6aac7
Port C++ exception handling support over from PLCrashReporter's non-merged implementation. Includes changes to auto-link C++ with client apps where possible. Correctly handles cases where client apps use libstdc++.
2015-06-10 11:32:03 -05:00
Victor Mayorov
9c20edb310
Added checking that sessionTask hasn't been added during creation of previous one
2015-06-10 17:58:35 +03:00
Victor Mayorov
7359e2255d
Added synchronisation for sessionTask property
2015-06-10 17:50:21 +03:00
Victor Mayorov
1f5813b835
Fixed typo
2015-06-10 16:19:54 +03:00
Victor Mayorov
7167e4a589
Fixed ASBasicImageDownloader to handle multiple request with the same URL
2015-06-10 15:38:51 +03:00
Peter
0b3b270fe8
Single
2015-06-10 14:33:26 +03:00
Peter
b98fe45d23
Fix NoError
2015-06-10 14:13:20 +03:00
Peter
bc47549828
Introduce NoError
2015-06-10 14:10:34 +03:00
Peter
263d384523
Deployment target
2015-06-10 14:05:29 +03:00
Peter
0db026e823
Swift version
2015-06-10 12:53:19 +03:00
Niels van Hoorn
b8f60e126a
Added iOS framework target for Carthage support
2015-06-09 09:16:06 -07:00
Andreas Linde
9843da612a
Merge pull request #164 from nemoeslovo/develop
...
Existed module map in Support folder conflicts generated by CocoaPods one
2015-06-09 17:08:14 +02:00
Andreas Linde
cf7beb35a0
Merge pull request #165 from Rupert-RR/framework-bundle-identifier-fix
...
Changed resources bundle identifier to prevent conflict with framework identifier
2015-06-09 17:06:58 +02:00
Andreas Linde
19968651e9
Another fix for screenshot feature in feedback
...
Older devices (iPhone 4S and iPad 3 running iOS 8) would still show a previously captured screenshot instead of the current one, because it takes too long to get the image from the Asset Library than the assumed 0.5s. Increasing to 1.5s fixes the issue also for these.
2015-06-09 16:44:15 +02:00
Andreas Linde
070170dea1
Merge pull request #166 from bitstadium/feature/disable-installation-uuid
...
Disable tracking the installation on a device
2015-06-08 14:32:48 +02:00
Andreas Linde
6962f21473
Disable tracking the installation on a device
...
The new property will cause the app to generate a new `installString` value every time the app is cold started.
The property is only considered in App Store Environment, since it would otherwise affect the `BITUpdateManager` and `BITAuthenticator` functionalities!
Default is NO.
2015-06-08 14:03:54 +02:00
Andreas Linde
94537a4132
Support for CFBundleName
...
Use the (localized) value of CFBundleName for the app name in dialogs (e.g. crash alert) if CFBundleDisplayName is not set
2015-06-08 13:10:46 +02:00
appleguy
6b62538327
Merge pull request #470 from 3lvis/master
...
Fix Swift Sample not building on Xcode 6.3.2 due some errors
2015-06-06 19:29:00 -07:00
appleguy
2bc0da021f
Merge pull request #439 from eanagel/passthrough-nonlink-touches
...
Add option to pass through touches to non-link text in ASTextNode
2015-06-06 19:25:39 -07:00
appleguy
fded84806b
Merge pull request #464 from ianolito/lazy-pending-nodes-set
...
Create pending nodes set lazily
2015-06-06 19:23:59 -07:00
nemoeslovo
1620fba780
Update HockeySDK.podspec
...
removed preserved Support Path
2015-06-04 17:32:59 +07:00
Andreas Linde
0a34c5d2a4
Fix a documentation warning
2015-06-02 11:24:04 +02:00
Elvis Nuñez
33a496ffbf
Fix broken Travis
2015-06-01 20:34:24 +02:00
Elvis Nuñez
dc0d60fced
Use the required initializer
2015-05-31 18:44:48 +02:00
Elvis Nuñez
f03dfcb7fd
Add indent rules to project
2015-05-31 11:23:50 +02:00
Elvis Nuñez
10a548999b
Fix failing Sample
2015-05-31 11:23:33 +02:00
Rupert
28def473d3
Changed resources bundle identifier to prevent conflict with framework bundle identifier
2015-05-28 17:15:33 +01:00
Peter
babd3ca900
SPipe tests
2015-05-24 04:44:27 +03:00
Peter
88ff04e011
no message
2015-05-23 23:56:59 +03:00
Peter
cbb1ee599a
no message
2015-05-23 23:52:08 +03:00
Peter
8d5ce7899d
no message
2015-05-23 23:44:07 +03:00
Peter
90cadb651d
no message
2015-05-23 23:42:07 +03:00
Ian Cloutier
45f719fc6c
Create pending nodes set lazily
2015-05-23 12:04:58 -04:00
appleguy
b9597ff96b
Merge pull request #461 from facebook/memoryMethods
...
Updating API names for network range and memory culling before ASDK 1.2 tag.
2015-05-21 22:44:44 -10:00
Scott Goodson
e3f0e66cb3
Updating API names for network range and memory culling before ASDK 1.2 tag.
2015-05-21 22:43:38 -10:00