Commit Graph

1571 Commits

Author SHA1 Message Date
Tony Arnold c50efe34c7 Initialise targetClass to NULL to silence a static analysis issue 2016-06-28 13:17:17 +10:00
Krunoslav Zaher 7089f6d7de Fixes .travis.yml 2016-06-26 15:03:24 +02:00
Krunoslav Zaher f72cc12b94 Improves CONTRIBUTING.md 2016-06-26 14:59:45 +02:00
Krunoslav Zaher 37560a734e Moves issue template to root. 2016-06-26 14:53:12 +02:00
Krunoslav Zaher 933cb02cb0 Adds `UIButton.setTitle` extensions to tvOS. 2016-06-26 14:37:10 +02:00
Krunoslav Zaher 7a15347943 Adds UIButton.setTitle(:forState:) extensions. 2016-06-24 23:11:08 +02:00
Krunoslav Zaher 9b1583f2e3 Merge pull request #751 from brentleyjones/swift-rand
Replace `rand` with `arc4random`
2016-06-17 12:15:28 +02:00
Brentley Jones 079ab269c0 Replace `rand` with `arc4random`
Swift 2.3 won't compile with `rand`.
2016-06-16 16:04:25 -07:00
Krunoslav Zaher 8797a05a0e Improves `drive` documentation. 2016-06-15 23:05:21 +02:00
Krunoslav Zaher 95900ef394 Merge branch 'develop' of github.com:kzaher/RxSwift into develop 2016-06-15 22:40:47 +02:00
Krunoslav Zaher 390e0d79e5 Merge pull request #742 from mattfenwick/patch-1
copy edit Schedulers.md
2016-06-14 23:58:53 +02:00
Krunoslav Zaher 087456aed3 Merge branch 'develop' of github.com:kzaher/RxSwift into develop 2016-06-14 23:46:47 +02:00
Krunoslav Zaher 96b269dc5f Documents `<->` internals better. 2016-06-14 23:44:44 +02:00
Matt Fenwick c038e7bb84 fix sentence structure 2016-06-14 10:35:36 -05:00
Matt Fenwick 9fed8676aa copy edit Schedulers.md 2016-06-14 10:14:43 -05:00
Krunoslav Zaher d59b050eda Merge pull request #738 from solidcell/update-jazzy-docs
Add a script that updates RxSwift jazzy docs
2016-06-13 14:05:00 +02:00
Krunoslav Zaher 58a66df1d9 Merge pull request #740 from ReactiveX/update-units-documentation
Remove Variable from Units documentation
2016-06-13 14:04:38 +02:00
Scott Gardner e1040cfcf8 Remove Variable from Units documentation 2016-06-10 12:01:05 -05:00
Jesse Farless 56e6d09b0f Add a script that updates RxSwift jazzy docs 2016-06-10 14:51:40 +02:00
Krunoslav Zaher 49ccdac810 Merge pull request #717 from solidcell/tab-bar-delegate-proxy
UITabBar delegate proxy
2016-06-10 11:34:40 +02:00
Krunoslav Zaher 7fbbebe404 Merge pull request #730 from solidcell/jazzy-documentation
Add API Documentation
2016-06-10 11:32:28 +02:00
Krunoslav Zaher c52090aee2 Patches the problem with <-> clearing the value on return. Correct solution is still unknown. 2016-06-10 11:26:10 +02:00
Krunoslav Zaher 49e9057d28 Merge pull request #734 from devxoul/uiscrollview-rxscrollenabled
Add UIScrollView.rx_scrollEnabled
2016-06-10 11:21:14 +02:00
Jesse Farless 34d35c1560 Update method signatures in API documentation 2016-06-10 10:36:11 +02:00
Suyeol Jeon b0bb65306b Update CHANGELOG.md 2016-06-09 00:35:37 +09:00
Krunoslav Zaher 902a659097 Changes head to base in Dangerfile. 2016-06-08 15:56:34 +02:00
Jesse Farless 6d84f30338 Unsuccessfully exit from script if jazzy gem isn't found 2016-06-08 15:49:18 +02:00
Jesse Farless 3ebb38c681 Add a .jazzy.yml file and scripts that create and update it 2016-06-08 15:19:50 +02:00
Scott Gardner ab4c845d46 Minor update to Rx.playground 2016-06-08 06:44:00 -05:00
Krunoslav Zaher b37f3f5bb6 Merge pull request #714 from bshewmak/develop
Fix Demo: Filtering and Conditional Operators
2016-06-08 13:32:44 +02:00
Krunoslav Zaher fbca0957c0 Adds warning about targetting `develop` branch to `Dangerfile`. 2016-06-08 11:51:51 +02:00
Jesse Farless 7c706713b5 Rename delegate methods to remove 'Item' suffix 2016-06-08 11:46:15 +02:00
Suyeol Jeon 0686b9a045 Add unit test for UIScrollView.rx_scrollEnabled 2016-06-08 18:31:27 +09:00
Krunoslav Zaher e464c369dc Merge pull request #725 from sergdort/danger_setup
Danger base setup
2016-06-08 11:27:40 +02:00
Krunoslav Zaher a121867280 Adds `vendor` to ignore validate headers script. 2016-06-08 10:45:14 +02:00
Krunoslav Zaher e45d3be7fd Improves header validation script. 2016-06-08 10:41:58 +02:00
Krunoslav Zaher 9e2e7abf88 Excludes `bundle` path. 2016-06-08 10:23:59 +02:00
Ben Shewmake 0514c03963 Added two additional examples to Filtering and Conditional Operators: "single with conditions".
Per suggestion by @scotteg, two additional examples were added to cover the following use cases:

* A successful matching case of exactly one element
* An error when repeated elements are observed
2016-06-07 19:42:05 -06:00
Suyeol Jeon e291bff0f0 Add UIScrollView.rx_scrollEnabled 2016-06-08 04:12:53 +09:00
sergdort e3a87c8801 Danger base setup 2016-06-03 10:27:01 +03:00
Krunoslav Zaher e26bce70af Merge branch 'master' into develop 2016-06-02 21:54:00 +02:00
Krunoslav Zaher f86e946f8f Merge pull request #724 from chunkyguy/ImproveCompileTimes
Rewrite an implementation to reduce compilation time
2016-06-02 13:33:47 +02:00
Sidharth Juyal ae9c8e3fd9 Rewrite the Bag.count implementation
This implementation is both short and fast in compilation times.
2016-06-02 11:30:56 +02:00
Krunoslav Zaher dee4a93ccb Adds test to Linux tests. 2016-05-31 21:54:57 +02:00
Krunoslav Zaher 645b93c3e4 Fixes composite disposable. 2016-05-31 21:54:35 +02:00
Krunoslav Zaher 2fdb6a6d81 Merge pull request #720 from larryonoff/feature/extend-composite-disposable
Extend CompositeDisposable with variadic init
2016-05-31 21:39:43 +02:00
Krunoslav Zaher a9fafcee41 Merge pull request #721 from kylef/kylef/rx_title
Add rx_title to UIViewController
2016-05-31 21:35:48 +02:00
Krunoslav Zaher 52c6e6dc31 Improves version checking logic. #707 2016-05-31 21:33:38 +02:00
Krunoslav Zaher 3fd15897ce Improves version checks. 2016-05-31 21:27:15 +02:00
Sidharth Juyal 00e0f5e689 Rewrite an implementation to reduce compilation time
The coalescing operator for some reasons increases the build times.
On my machine replacing the implementation brings down the compile time `Bag.count` from 1005ms to 13ms
2016-05-31 19:10:21 +02:00