Commit Graph

13022 Commits

Author SHA1 Message Date
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
Levi McCallum
1530ef2841 Prevent UITableView insertion/deletion animations by default
Fixes #292
2015-05-07 21:53:38 -07:00
Levi McCallum
4619457a1e Fix typo in ASTableView 2015-05-07 14:51:03 -07:00
Patrik Tomas Chamelo
19e57d9d46 Update FBSnapshotTestCase to 1.8.1 2015-05-07 14:14:50 -07:00
Eloy Durán
63228fdc25 Add process ID to BITCrashDetails. 2015-05-07 17:29:13 +02:00
Peter
016f6e39e0 Multicast and side effects additions 2015-05-06 21:44:17 +03:00
Peter
14382c3244 Bug fixes 2015-05-05 21:41:08 +03:00
Peter
1ba4881e9d Added restart and standalone signals 2015-05-05 21:07:36 +03:00
Ethan Nagel
a38cf3ef37 Merge branch 'master' into astableview-in-xib 2015-05-05 09:31:31 -07:00
Ethan Nagel
c81f5d08fc refactor ASTAbleView initialization code so it also gets initialized when starting from initWithCoder: 2015-05-04 08:51:25 -07:00
Ethan Nagel
38f08c9bd8 support layers as well as views when doing ASDisplayCell cleanup (in case we add support for layer-backed ASDisplayCells in the future.) 2015-05-03 21:45:33 -07:00
appleguy
f248dbddd1 Merge pull request #405 from eanagel/reloadData-completion
Add (optional) completion handler for ASTableView and AsCollectionView reloadData
2015-05-03 19:25:06 -07:00
appleguy
74fc9a429e Merge pull request #440 from Driftt/control-node-target-retain
Don’t retain an action’s target in ASControlNode
2015-05-03 19:12:28 -07:00
rlasante
04ec602500 Don’t retain an action’s target in ASControlNode
- addTarget:action:forControlEvents: should not retain the target. If it does
then there is a very high likelihood of a retain cycle.
2015-05-01 13:04:26 -04:00
Peter
fa70b8bcbf no message 2015-05-01 17:57:35 +03:00
Peter
2cc76e9eb2 no message 2015-04-29 20:24:10 +03:00
Peter
a1056f7017 Added take 2015-04-29 20:23:13 +03:00
Ethan Nagel
a0ec62b282 Add option to pass through touches to non-link text (disabled by default.) 2015-04-27 17:59:59 -07:00
Peter
a0f3e0a7fa no message 2015-04-26 19:09:34 +03:00
Andreas Linde
718e407276 Increas build number 2015-04-24 16:34:46 +02:00
Andreas Linde
3c7f168db2 Merge branch 'release/3.6.4' 2015-04-24 16:34:25 +02:00
Andreas Linde
4e8868475a Merge tag '3.6.4' into develop
Version 3.6.4
2015-04-24 16:34:25 +02:00
Andreas Linde
ac2c50e082 3.6.4 release and documentation updates 2015-04-24 16:29:32 +02:00
Andreas Linde
4ef37fa9f7 Add missing import statement 2015-04-24 16:23:05 +02:00
Andreas Linde
a4f245a588 Increase build number 2015-04-24 13:45:59 +02:00
Andreas Linde
dc0b7ba093 Merge branch 'release/3.6.3' 2015-04-24 13:43:24 +02:00
Andreas Linde
f8db1b495d Merge tag '3.6.3' into develop
Version 3.6.3
2015-04-24 13:43:24 +02:00
Andreas Linde
05ce740c6f 3.6.3 release and documentation updates 2015-04-24 13:43:03 +02:00
Ethan Nagel
b40c1dbfc3 on ASDataController dealloc, ensure that loaded Cell nodes are not in the TableViewCell. For reasons I don't fully understand, this avoids a retain cycle with the currently displayed cells. 2015-04-22 13:57:25 -07:00
Dasmer Singh
7fedfdd757 [README.md] Add Coveralls badge 2015-04-22 12:23:11 -04:00
Dasmer Singh
9006f7c356 Ignore .gcov files in git 2015-04-22 12:20:37 -04:00
Dasmer Singh
f8c02147fb [.slather.yml] Add newline to end of file 2015-04-21 17:02:04 -04:00
Dasmer Singh
9cf056f6d5 Set GENERATE_TEST_COVERAGE_FILES & INSTRUMENT_PROGRAM_FLOW_ARCS to YES in Life Without CocoaPods.xcodeproj 2015-04-21 16:39:21 -04:00
Dasmer Singh
de04da843f Update Podfile.lock 2015-04-21 16:38:39 -04:00
Andreas Linde
6ea387fcda Improve building with only a few features
Building e.g. only with crash reporting activated caused compiler warnings to appear even with the binary distribution when e.g. forward declaration checks are enabled.

This commit adds additional checks in all relevant header and code files to make sure the header files only consider the features that have been enabled
2015-04-21 17:48:52 +02:00
Andreas Linde
1b87171d23 Upgrade scheme settings to Xcode 6.3 2015-04-21 17:35:02 +02:00
dasmer
1c8b425a44 Generate coverage stats using slather/Coveralls 2015-04-20 23:48:49 -04:00
Tobias Klonk
2a29f81b3a ASTextNode expose exclusion paths
expose NSTextContainer's exclusionPaths property on ASTextNode to be able to exclude view areas from typesetting.

This implements #394
2015-04-20 10:21:01 +02:00
Ethan Nagel
68e2e068c3 Bug Fix - ASTableVie sometimes fails to render cell contents when scrolling programatically. Root cause is because we assume UITableView's indexPathsForVisibleRows return the new item to be displayed after tableView:willDisplayCell:forRowAtIndexPath: is called. This is not always true, especially when we are scrolling programmatically. Fix is to track this "pending" visible index path and return it along with the UITableView's indexPathsForVisibleRows in rangeControllerVisibleNodeIndexPaths:. 2015-04-17 16:09:44 -07:00
Peter
bd297283cb SQueue fixes
reduceLeftWithPassthrough
2015-04-17 16:59:01 +03:00
Peter
55eea42ea2 no message 2015-04-16 01:05:12 +03:00
Peter
1ac3036c40 Added SQueue dispatchSync 2015-04-16 00:45:03 +03:00
Onha Choe
74d2433d60 change ASMutableAttributedStringBuilderTests so that it is safe against different MAX macro
when MAX macro is defined in such a way in "sys/params.h", this test will become flaky,
fix so that it doesn't happen
2015-04-14 13:57:54 -07:00