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
appleguy
5d0a2849de
Merge pull request #407 from ianolito/fix-placeholder-api
...
Fix handling of pending nodes and placeholder layer
2015-05-21 21:43:07 -10:00
appleguy
8043e36bf6
Merge pull request #430 from eanagel/astableview-programmatic-scrolling-fix-v2
...
Bug Fix - ASTableView sometimes fails to render cell contents when scrolling programmatically.
2015-05-21 12:54:19 -10:00
appleguy
7e50f05dfd
Merge pull request #445 from levi/master
...
Prevent UITableView insertion/deletion animations by default
2015-05-21 12:49:48 -10:00
Andreas Linde
6ecd414be7
Merge pull request #162 from bitstadium/feature/framework-target-fixes
...
Framework target fixes
2015-05-20 15:52:40 +02:00
Andreas Linde
9efe344ded
Framework target fixes
...
Don't link the test frameworks against the framework target
2015-05-20 15:41:11 +02:00
Andreas Linde
7b37deed10
Merge pull request #161 from bitstadium/feature/fix-offline-issue-with-unsend-crashes
...
Fixed offline issue showing alert over and over again with unsend crash reports
2015-05-20 15:09:32 +02:00
Andreas Linde
7f6ef93b0f
Fixed offline issue with unsend crash reports
...
This fixes an issue of the following scenario:
- Autosending crash reports is disabled, so alerts appear
- The app crashes
- The app restarts, shows the UI and sending is approved
- The device is offline can't send the report
- The app crashes again
- The app restarts, shows the UI and sending is approved
- The device is offline can't send the report
- The app goes background or exits
- The app starts again and shows the UI again and again and again, even though it is already approved.
Only the device coming back online fixed this issue so far.
This commit fixes this issue for all scenarios.
2015-05-20 14:57:25 +02:00
Andreas Linde
35165542b5
Merge pull request #160 from bitstadium/feature/add-framework-target-to-travis
...
Add new framework target to travis builds
2015-05-20 12:56:52 +02:00
Andreas Linde
c3a6ffd7da
Fix framework target tests
2015-05-20 12:09:04 +02:00