14914 Commits

Author SHA1 Message Date
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
Andreas Linde
8703e42ba8 Fix compiler warning in BITFeedbackManagerTests 2015-05-20 12:04:39 +02:00
Andreas Linde
0c24be45d3 Fix test crashes when fixtures are not available 2015-05-20 12:03:52 +02:00
Andreas Linde
2af93fa923 Add new framework target to travis builds 2015-05-20 11:50:57 +02:00
Andreas Linde
c94685974d Merge pull request #159 from simX/develop
Update framework search paths to be relative, so that framework target can build
2015-05-20 08:27:09 +02:00
Simone Manganelli
486f5052f8 update framework search paths to be relative to the project dir 2015-05-19 14:35:24 -07:00
Andreas Linde
fd0138a6e5 Merge pull request #158 from bitstadium/feature/feedback-fetch-delegate
Add delegate to BITFeedbackManagerDelegate
2015-05-19 14:17:57 +02:00
Andreas Linde
bea1b3603a Add delegate to FeedbackManagerDelegate
Added `allowAutomaticFetchingForNewFeedbackForManager:` which allows the developer to influence if the SDK should fetch for new messages on app startup and when the app is coming into foreground.

By default the SDK always checks in those cases if there are already messages existing.
2015-05-19 14:08:49 +02:00
Andreas Linde
1e30c3570a Added missing framework in xcconfig file 2015-05-19 12:14:50 +02:00
Andreas Linde
aef3488c4f Increase version and build number
This may not be the final version number for the next update
2015-05-19 12:10:29 +02:00
Andreas Linde
f833a08fa5 Merge pull request #157 from bitstadium/feature/iOS8-Framework
Add iOS 8 Framework target
2015-05-19 12:09:14 +02:00
Andreas Linde
245b8a5d92 Fixed another typo
*sigh*
2015-05-19 11:58:09 +02:00
Andreas Linde
de76e9dce0 Fix typo 2015-05-19 11:58:04 +02:00
Andreas Linde
2536cbf3b7 Merge pull request #156 from bitstadium/feature/fix-warnings
Fix a few things
2015-05-19 11:52:08 +02:00
Andreas Linde
a316687f47 Fixed another typo
*sigh*
2015-05-19 11:19:28 +02:00
Andreas Linde
021f0fd2b5 Fix typo 2015-05-19 11:13:40 +02:00
Andreas Linde
788c5e9c8e Add iOS 8 framework target
- Renamed distribution target
- Added "HockeySDK Framework" with iOS 8 as deployment target
- Using the framework distribution is not yet recommended, as it contains all architectures (i386, x86_64, armv7, armv7s, arm64) and would be part of the app as is, which currently is about 5.2 MB in size. A proper usage would require the binary to be stripped from non-needed architectures at app build time before distributing it
2015-05-19 11:02:51 +02:00
Andreas Linde
e9ce39ce20 Fix compiler warning in tests 2015-05-19 10:58:19 +02:00
Andreas Linde
a27340d6bf Fix header includes 2015-05-19 10:56:19 +02:00
Levi McCallum
c8ea73b1fe Communicate conditionals clearly and document methods 2015-05-18 20:03:14 -07:00
Andreas Linde
05993528be Rename aggregate target
We need the target name for the iOS 8 framework
2015-05-18 16:35:17 +02:00
appleguy
38ecededaa Merge pull request #453 from facebook/outlineBorderWidth
Set line width on path instead of context.
2015-05-17 17:03:41 -10:00
Scott Goodson
c4cd38bb6e Set line width on path instead of context.
I’m not confident why the original implementation doesn’t work, but
this version is stylistically cleaner regardless.  Resolves task #450.
2015-05-17 17:01:59 -10:00
appleguy
bf84d52bec Merge pull request #443 from eanagel/astableview-in-xib
Allow ASTableView to be loaded in a xib/storyboard
2015-05-16 23:00:50 -10:00
appleguy
079da308ef Merge pull request #437 from eanagel/ASDataController-release-nodes
ASDataController dealloc, ensure cell nodes are not in a superview
2015-05-16 22:49:55 -10:00
appleguy
33c5a72002 Merge pull request #432 from tonklon/master
ASTextNode expose exclusion paths
2015-05-16 22:19:47 -10:00
appleguy
203748d069 Merge pull request #425 from onhachoe/master
change ASMutableAttributedStringBuilderTests so that it is safe against ...
2015-05-16 22:08:51 -10:00
appleguy
d3e4db2c5c Merge pull request #444 from levi/patch-1
Fix typo in ASTableView
2015-05-13 22:55:24 -10:00
appleguy
e3ecaca40e Merge pull request #446 from nscoding/nscoding/snapshots
Update FBSnapshotTestCase to 1.8.1
2015-05-13 22:52:36 -10:00
appleguy
dbb8c2e421 Merge pull request #451 from eanagel/setDelegate-fix
Fix a crash in setAsyncDelegate: that happens randomly (UIScrollViewAccessibility or NSProxy)
2015-05-13 22:50:19 -10:00
Ethan Nagel
d9acd7bb84 More fixes to catch/handle the delegate getting into an invalid state. These changes will allow setting tableView.asyncDataSource/delegate = nil. (Previously this would have no effect in dealloc thanks to ARC magic). Also added some defensive code to help identify the problem earlier. 2015-05-13 11:00:37 -07:00
Andreas Linde
4ac8779a61 Fix BITStoreUpdateManager not getting delegate 2015-05-12 21:59:00 +02:00
Ethan Nagel
58402b6af0 change the order we tear things down in setAsyncDelegate/DataSource to avoid a random crash in UIScrollViewAccessibility. 2015-05-12 12:11:05 -07:00
Andreas Linde
89be29da86 Merge pull request #154 from bitstadium/feature/Optional-Feedback-AddImage
Make add image button in feedback compose view optional
2015-05-12 14:00:28 +02:00
Andreas Linde
167358f25c Add option to hide "Add Image" attachment button 2015-05-12 12:25:03 +02:00
Andreas Linde
469ef20021 Draw attachments when hardware keyboard is used 2015-05-12 12:24:17 +02:00
Andreas Linde
7ca8cd803f Remove pod lib lint from travis
It looks like travis does have issues with testing redirect links in a podspec (causes failures even when the server is up and running fine)
2015-05-12 11:31:40 +02:00
Andreas Linde
65002fa80d Add travis build status to readme 2015-05-12 11:23:01 +02:00
Andreas Linde
adfa72e98d Fix .travis.yml for podspec test 2015-05-12 11:11:37 +02:00
Andreas Linde
423af40aa2 Remove calls to __gcov_flush() in tests 2015-05-12 11:07:35 +02:00
Andreas Linde
fa7ae2e3a7 Add travis.yml 2015-05-12 10:58:29 +02:00
Andreas Linde
f1d03c2d22 Merge pull request #153 from alloy/develop
Add process ID to BITCrashDetails.
2015-05-12 10:34:59 +02:00