Commit Graph

1829 Commits

Author SHA1 Message Date
Jesse Farless 5a26b2bc74 Update comment to use new non-deprecated method 2016-05-14 10:45:24 +02:00
Jesse Farless 665d9c7fbc Fix argument key in comment 2016-05-14 10:44:39 +02:00
Jesse Farless e6090fff58 Typo in comment 'extensions' with an 's' 2016-05-14 10:43:11 +02:00
Scott Gardner e0923c9f0c Move Test Error to SupportCode 2016-05-13 19:03:18 -05:00
Krunoslav Zaher 4c23f61b81 Improves documentation for `DelegateProxy.observe`. #654 2016-05-14 02:02:25 +02:00
Krunoslav Zaher cd247fe639 Merge pull request #677 from ReactiveX/feature/IME_input
Fixes problems with two way binding that was caused by `rx_text` and …
2016-05-14 01:29:43 +02:00
Krunoslav Zaher 3fa44935a1 Adds unit test for only setting different text values. 2016-05-14 01:20:54 +02:00
Scott Gardner 964f5be0d6 Update Connectable Operators 2016-05-13 17:39:51 -05:00
Scott Gardner 632e8ce154 Update Connectable Operators 2016-05-13 17:25:03 -05:00
Scott Gardner 6a1346c5c7 Update SupportCode 2016-05-13 17:24:51 -05:00
Scott Gardner 8b63f25fe1 Update Mathematical and Aggregate Operators 2016-05-13 15:46:04 -05:00
Scott Gardner 4046c1163c Update skipUntil example 2016-05-13 14:49:00 -05:00
Scott Gardner 4b03165635 Combine Filtering and Conditional Operators pages 2016-05-13 14:47:19 -05:00
Scott Gardner 38dec119e9 Update Combining Operators and move before Transforming Operators 2016-05-13 14:01:43 -05:00
Scott Gardner a68c07beb5 Update Filtering Operators 2016-05-13 11:28:07 -05:00
Scott Gardner c0bebbb795 Update Transforming Operators 2016-05-13 11:27:45 -05:00
sergdort 43269fa279 Added `rx_itemSelected` for UIPickerView 2016-05-13 10:55:21 +03:00
Krunoslav Zaher bee2ce5e4b Provides explanations for check. 2016-05-13 00:47:44 +02:00
Krunoslav Zaher 1aa1b570b0 Fixes problems with two way binding that was caused by `rx_text` and always setting the text value even when the value was equal, and thus clearing the marked text state. #649 2016-05-13 00:38:26 +02:00
Scott Gardner 3771e63a4c Minor update to Rx.playground based on feedback from kzaher 2016-05-12 16:04:32 -05:00
Scott Gardner ef62979f62 Change flatMapLatest example in Rx.playground to initially use flatMap 2016-05-12 15:34:10 -05:00
Scott Gardner 070139a4c4 Update playground...
Table of Contents
Introduction
Creating and Subscribing to Observables
Working with Subjects
Transforming Operators
2016-05-12 15:30:38 -05:00
Krunoslav Zaher 26dad8095f Merge pull request #676 from solidcell/language-tweaks
Fix typos and tweak language in docs
2016-05-12 22:27:49 +02:00
Jesse Farless 64e40ef604 Fix typos and tweak language in docs 2016-05-12 13:42:29 +02:00
Krunoslav Zaher fc519c3bb2 Merge pull request #674 from kumapo/add-rx-title-to-navigation-item
Add rx_title property to UINavigationItem
2016-05-11 21:30:03 +02:00
kumapo 1252338905 Add documentation for UINavigationItem+Rx 2016-05-12 01:28:12 +09:00
kumapo 02d30f846c Add unit tests for UINavigationItem+Rx 2016-05-12 00:24:06 +09:00
kumapo e1a6847fbf Fix pre-release-tests error 2016-05-09 20:47:54 +09:00
kumapo cbe17b7c1c Add rx_title property to UINavigationItem 2016-05-09 18:20:53 +09:00
Andrew Breckenridge af7c011a53 add forgotten parentheses to test function declarations 2016-05-08 15:08:43 -07:00
Krunoslav Zaher 92b8a51891 Orta's improvements. 2016-05-09 00:05:04 +02:00
Krunoslav Zaher ce5fcd1f4f Improves documentation. 2016-05-08 23:52:26 +02:00
Carlos García a2306bdf90 adds a little note about subscrition 2016-05-08 23:52:26 +02:00
Carlos García 207761c2a7 improve playgrouds
Thanks @finneycanhelp for help me to improve my English writing
2016-05-08 23:52:26 +02:00
Krunoslav Zaher cf0ef0b941 Merge pull request #673 from acecilia/develop
Fix to support iOS 7
2016-05-08 22:57:06 +02:00
Andrés Cecilia 881909a687 Fix to support iOS 7 2016-05-08 22:42:53 +02:00
Krunoslav Zaher b202c91991 Fixes unit tests for `installForwardDelegate`. 2016-05-08 22:10:34 +02:00
Krunoslav Zaher d197ce0fbb Exposes `installForwardDelegate` and transforms `proxyForObject` into protocol extension. 2016-05-08 21:32:02 +02:00
Andrew Breckenridge c4e83f3f34 add UIAlertAction tests to Control+RxTests+UIKit 2016-05-07 12:31:31 -07:00
Andrew Breckenridge 0188dccd4f create UIAlertAction+Rx.swift 2016-05-07 12:23:50 -07:00
Krunoslav Zaher 9b6f069f81 Merge pull request #669 from vburojevic/develop
Unwrap optional forwardToDelegate in assert message
2016-05-07 00:00:14 +02:00
Vedran Burojevic 139559f410 Unwrap optional forwardToDelegate in assert message 2016-05-06 20:52:08 +02:00
Krunoslav Zaher bb1b653ee0 Merge pull request #668 from rad182/develop
fixed typos
2016-05-06 15:30:12 +02:00
Royce Dy 0dec95efcb fixed typos 2016-05-06 10:49:51 +08:00
Krunoslav Zaher 81b9ff7322 Merge pull request #660 from ReactiveX/typed-gesture-recognizer-extension
Typed gesture recognizer extension
2016-05-03 23:24:18 +02:00
Scott Gardner caf4c497a6 Update Event...
Revise documentation
Follow convention to adopt and conform to a protocol in the extension
2016-05-03 09:33:26 -05:00
Yury Korolev 5fff8d2b7f Better code formatting 2016-05-03 12:05:21 +03:00
Yury Korolev 2e6cfdc15c Docs for Reactive protocol 2016-05-03 12:01:23 +03:00
Roy Li b8ecb446d8 Added lock when accessing _observers.count to ensure thread safety
I also moved _lock from ReplayBufferBase to ReplaySubject to enable
hasObservers property in ReplaySubject.
2016-05-02 20:20:36 -05:00
Roy Li 490118fdad Added comments for hasObservers
As requested, I added comments for the property hasObservers
2016-05-02 20:14:58 -05:00