Commit Graph

1364 Commits

Author SHA1 Message Date
Krunoslav Zaher 0c7ca38cd7 Great readme commit. 2016-04-20 13:54:59 +02:00
Krunoslav Zaher c7fc68bfc1 Merge pull request #628 from garnett/patch-1
Rename outdated class name
2016-04-19 10:04:59 +02:00
Denis Lebedev 96de182dd3 Rename outdated class name 2016-04-18 22:45:21 +01:00
Krunoslav Zaher 3294458b87 Adds `rx_willDisplayCell` and `rx_didEndDisplayingCell` to `UITableView`. 2016-04-18 23:11:18 +02:00
Krunoslav Zaher 3668f360d7 Merge pull request #617 from ReactiveX/less-count-and-last
Use guard ... _generators.last instead of count check and last!
2016-04-17 18:23:10 +02:00
Krunoslav Zaher 72edf869a0 Removes `distinctUntilChanged` because is was creating a hidden state that can cause issues in some situations. 2016-04-17 17:14:55 +02:00
Krunoslav Zaher 756f17c848 Merge pull request #616 from catalandres/patch-1
Update Contents.swift
2016-04-14 14:19:14 +02:00
Yury Korolev 15b6bfc7dd Do not change return logic 2016-04-13 11:39:19 +03:00
Yury Korolev aa41626c39 Use guard ... _generators.last instead of count check and last! 2016-04-13 11:23:11 +03:00
Krunoslav Zaher ceee55e6d9 Removes is on WiFi check from main queue. 2016-04-12 12:17:10 +02:00
Krunoslav Zaher c193b5db52 Improves reachability service. 2016-04-12 12:06:07 +02:00
Krunoslav Zaher 7b6a6b5f27 Enables Bitcode for tvOS. 2016-04-11 09:51:06 +02:00
Krunoslav Zaher d8228eeea7 Adds 2.4 to `CHANGELOG.md`. 2016-04-11 00:31:56 +02:00
Krunoslav Zaher e16ce89f3f Documents parts of `RxCocoa`. 2016-04-11 00:31:26 +02:00
Krunoslav Zaher 12467ebc32 Release 2.4 2016-04-11 00:17:12 +02:00
Krunoslav Zaher 681bbf8c00 Updates Linux tests. 2016-04-11 00:16:11 +02:00
Krunoslav Zaher 39a87bfcfd Fixes anomaly with `multicast` subscription disposal. 2016-04-11 00:07:54 +02:00
Krunoslav Zaher 18cf20820f Merge pull request #550 from stack/uisearchbar-cancel
UISearchBar Cancel Event
2016-04-10 12:57:13 +02:00
Stephen H. Gerstacker d6731613d9 Switched to ButtonClicked over Tap for UISearchBar delegate methods 2016-04-09 18:22:29 -04:00
Krunoslav Zaher 45540eb574 Improves UITableView and UICollectionView tests. 2016-04-10 00:06:28 +02:00
Krunoslav Zaher f40826c148 Merge pull request #608 from 53ningen/feature/break
removed unnecessary `break`
2016-04-08 22:30:45 +02:00
gomi_ningen 1ce3622c10 removed unnecessary `break` 2016-04-08 13:44:59 +09:00
Krunoslav Zaher f50a33c1e2 Fixes warnings with deprecated selector specifications. 2016-04-08 00:08:03 +02:00
Krunoslav Zaher 43b0c306d8 Updates comments. 2016-04-07 23:25:25 +02:00
Krunoslav Zaher 77d72dcaee Updates comments. 2016-04-07 23:22:37 +02:00
Krunoslav Zaher 0b90d9d053 Merge pull request #604 from 53ningen/feature/typo
fixed typo
2016-04-07 12:39:56 +02:00
Krunoslav Zaher 26032f7ce1 Merge pull request #607 from shingt/replace-remaining-failWith
Replace failWith with error in examples
2016-04-07 12:39:35 +02:00
Krunoslav Zaher 8bf939d17d Merge pull request #601 from monotonique/fix_link
Fixed Link to Dicision Tree
2016-04-07 12:39:05 +02:00
Krunoslav Zaher 837e9e7a69 Merge pull request #602 from 53ningen/feature/comment
fixed a comment
2016-04-07 12:34:48 +02:00
gomi_ningen b4a5d05c09 fixed typo 2016-04-07 03:56:08 +09:00
gomi_ningen f72c4d604f fixed a comment 2016-04-06 14:21:07 +09:00
shingt 5b7dff230f Replace failWith with error in examples 2016-04-06 09:48:30 +09:00
Andrés Catalán 80aaef06c2 Update Contents.swift
The comment to `toObservable` referred to another function.
2016-04-05 18:54:10 -04:00
Krunoslav Zaher 5c1adf29df Small fix for Tips.md 2016-04-05 21:53:11 +02:00
Krunoslav Zaher 7773d2828e Merge pull request #593 from kkdevenda/develop
Removed ambiguity in the documentation of 'value' property
2016-04-02 17:43:55 +02:00
krishna a2edb47807 Removed ambiguity in the documentation of 'value' property 2016-04-02 19:46:13 +05:30
Krunoslav Zaher 890fc04106 Merge pull request #587 from chanelten/remove_compiler_warnings
Remove compiler warnings
2016-03-31 00:01:54 +02:00
Krunoslav Zaher 7ad3365296 Merge pull request #585 from pixyzehn/feature/fix-getting-started-text
Use 'Completed' instead of 'Complete'
2016-03-30 23:13:08 +02:00
Alexander I. Kovács a30288e5f9 Disable bitcode for test targets
Setting ENABLE_BITCODE to NO for test targets removes the following compiler warnings when building the project via Carthage and Xcode 7.3:

ld: warning: Auto-Linking supplied '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/XCTest', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/XCTest' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target.
2016-03-30 18:07:55 +09:00
Alexander I. Kovács a5c9e6ad65 Do not require application extension API only for test targets
Setting APPLICATION_EXTENSION_API_ONLY to NO for test targets removes the following compiler warnings when building the project via Carthage and Xcode 7.3:

ld: warning: linking against a dylib which is not safe for use in application extensions: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/XCTest
2016-03-30 18:07:38 +09:00
Nagasawa Hiroki 8a1e87e6b8 Use 'Completed' instead of 'Complete' 2016-03-29 18:56:11 +09:00
Krunoslav Zaher 7dffae6dc8 Merge pull request #578 from tarunon/feature/drive_to_variable
Adding drive to Variable operator to Driver
2016-03-28 22:11:50 +02:00
Krunoslav Zaher dc4857252b Merge pull request #581 from bricklife/rendering-playgrounds
Turns on 'Render Documentation' for playgrounds again
2016-03-28 19:54:01 +02:00
Krunoslav Zaher 1615ab88f3 Merge pull request #582 from kkdevenda/master
Documentation for skipUntil corrected
2016-03-28 19:53:40 +02:00
Krishna 5a112ed064 Documentation for skipUntil corrected
It seems a copy paste error as documentation for both `skipUntil` and `takeUntil` was same.
I have corrected the documentation for `skipUntil` keeping `takeUntil` intact.
2016-03-28 16:49:07 +05:30
Shinichiro Oba c2ab272cc7 Turns on 'Render Documentation' for playgrounds. 2016-03-28 11:46:43 +09:00
Stephen H. Gerstacker f58d032d34 tvOS Fixes for UISearchBar
- `searchBarCancelButtonClicked:` is only available on iOS.
- UISearchBar instantiation is not supported on tvOS, so all subclass
  delegate methods and tests are skipped.
2016-03-27 21:31:53 -04:00
Krunoslav Zaher 6292a3303a Merge pull request #556 from sergdort/rx_search_controller_delegate_proxy
Added reactive extensions for UISearchController
2016-03-27 20:23:57 +02:00
Stephen H. Gerstacker 2db92e9727 Upgraded UISearchBar selectors to Swift 2.2 selectors 2016-03-26 21:02:09 -04:00
Stephen H. Gerstacker dd37af0069 Additional UISearchBar Methods
- Added the searchTap for the "searchBarSearchButtonClicked:" delegate
  method.

- Added the "rx_createDelegateProxy" method to UISearchBar.
2016-03-26 20:57:23 -04:00