Commit Graph

1829 Commits

Author SHA1 Message Date
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
Krunoslav Zaher 157d7f1328 Merge pull request #577 from fantattitude/patch-2
Markdown typo on Why.md
2016-03-26 11:32:24 +01:00
tarunon 1570dc70c5 adding drive to variable operator to Driver 2016-03-26 00:26:24 +09:00
Vivien Leroy e0e113f969 Markdown typo on Why.md
Sentence was not bold because of space after the two stars
2016-03-25 15:24:42 +01:00
Krunoslav Zaher 1ed2daed68 Merge pull request #569 from ejensen/typos
Typo fixes
2016-03-23 23:07:50 +01:00
Krunoslav Zaher 4568ac6592 Merge pull request #570 from ejensen/mixed-tabs
Correct mixed indentation
2016-03-23 22:55:30 +01:00
Eric Jensen 9899bd7d39 Use modern dictionary syntax 2016-03-22 20:12:06 -07:00
Eric Jensen ddf9cdd33f Correct typos 2016-03-22 20:10:44 -07:00
Eric Jensen 2b0dd31a9f Correct mixed indentation by replacing tabs with spaces 2016-03-22 20:04:39 -07:00
George Lin 4a37077db1 Fixed Link to Dicision Tree
- removed a redundant parenthesis
2016-03-23 10:48:12 +08:00
Stephen H. Gerstacker e1ea14819c Merge branch 'develop' into uisearchbar-cancel 2016-03-22 20:41:09 -04:00
sergdort 2f16a4faa7 Adds reactive extensions for UISearchController and tests to cover them 2016-03-22 16:50:07 +02:00
Krunoslav Zaher 6df77da474 Updates `CHANGELOG.md` with 2.3.1 release. 2016-03-22 13:32:18 +01:00
Krunoslav Zaher 5dfab9ca70 Removes wrong condition from unit tests. 2016-03-22 13:32:03 +01:00
Krunoslav Zaher c136ce57e6 Updates release notes. 2016-03-22 12:23:03 +01:00
Krunoslav Zaher 5d004eeb4f Release 2.3.1 2016-03-22 12:21:05 +01:00
Krunoslav Zaher bd8b188a49 Fixes for Swift 2.2 warnings in unit tests. 2016-03-22 12:12:15 +01:00
Stephen H. Gerstacker f91b86b8d2 Merge branch 'develop' into uisearchbar-cancel 2016-03-22 06:57:56 -04:00
Krunoslav Zaher c234adb9d7 Fixes compilation problems with 9.3 runtime. 2016-03-22 11:44:46 +01:00
Krunoslav Zaher 65644c6160 Fixes Swift 2.2 warnings. 2016-03-22 11:29:39 +01:00
Krunoslav Zaher 834cd872f5 Updates data sources. 2016-03-22 11:20:10 +01:00
Krunoslav Zaher 9e8bb711ab Merge pull request #566 from koke/associatedtype
Use new associatedtype syntax
2016-03-22 11:10:35 +01:00
Jorge Bernal eddbd23aa5 Use new associatedtype syntax 2016-03-22 11:09:16 +01:00
Krunoslav Zaher 4df2711aee Updates travis to xcode7.3 image. 2016-03-22 10:18:01 +01:00
Krunoslav Zaher 1c628486c8 Merge branch 'xcode/7.3' into develop 2016-03-22 10:17:08 +01:00
Yosuke Ishikawa 24af30f32a Workaround for segmentation fault in CurrentThreadScheduler.schedule() 2016-03-22 10:14:53 +01:00
Douglas Heriot 6cd3d53b4b Change anyGenerator to AnyGenerator for Swift 2.2 (Xcode 7.3) 2016-03-22 10:14:53 +01:00
Jorge Bernal e5be80763d Use StaticString for file in XCTest helpers 2016-03-22 10:14:53 +01:00
Krunoslav Zaher 5bc22a1f9c Merge pull request #561 from chipp/develop
Make ScheduledDisposable initializer public
2016-03-22 10:02:37 +01:00
Vladimir Burdukov 7a561b402c Make ScheduledDisposable initializer public 2016-03-21 08:19:14 +03:00
Krunoslav Zaher 966734d9d7 Updates `CHANGELOG.md`. 2016-03-18 23:08:52 +01:00
Krunoslav Zaher 40e2d4a086 Merge branch 'dakeshi-issue-553' into develop 2016-03-18 22:41:07 +01:00
Krunoslav Zaher 70bdd79d68 Merge branch 'issue-553' of https://github.com/dakeshi/RxSwift into dakeshi-issue-553 2016-03-18 22:40:44 +01:00
Krunoslav Zaher d301a5bc2a Merge pull request #558 from rasad88/patch-1
Add Carthage compatibility badge
2016-03-18 22:29:02 +01:00
rasad88 e8530fffcb Add Carthage compatibility badge 2016-03-17 14:35:23 -07:00
Krunoslav Zaher 20113e40b0 Merge remote-tracking branch 'origin/develop' into develop 2016-03-17 11:15:53 +01:00
Krunoslav Zaher a1c2448efe Fixes synchronization problem with `SingleAssignmentDisposable`. 2016-03-17 10:40:24 +01:00
dakeshi 9e8af26719 Update syntax for RxSwift2.x, Swift2.x 2016-03-17 18:02:07 +09:00
tarunon 3dfd56d8da patch the implement of convert to serial queue. 2016-03-14 22:51:25 +09:00
tarunon 6e30c7812d implement all tests. 2016-03-14 22:50:43 +09:00
Stephen H. Gerstacker 6b8fe1eabe Merge branch 'uisearchbar-cancel' of https://github.com/stack/RxSwift into uisearchbar-cancel 2016-03-13 21:05:25 -04:00
Stephen H. Gerstacker 92911a6876 Added rx_cancelTap for the searchBarCancelButtonClicked: delegate method 2016-03-13 21:04:31 -04:00
Stephen H. Gerstacker 3f6bcf356e Added for the delegate method 2016-03-13 21:02:32 -04:00
Krunoslav Zaher 67f268a614 Merge pull request #548 from kitasuke/improve_geolocation_service_in_example_project
Use capture list in Geolocation example
2016-03-13 23:52:00 +01:00
kitasuke 296e28f390 Delete semicolons 2016-03-13 14:07:41 -07:00
kitasuke 2b2f416820 Use capture list 2016-03-13 14:07:28 -07:00