Commit Graph

1829 Commits

Author SHA1 Message Date
Krunoslav Zaher c742831992 Merge branch 'punty-uipagecontrol-add-rx' into develop 2016-05-27 22:34:12 +02:00
Krunoslav Zaher 38f5eb210f Merge branch 'uipagecontrol-add-rx' of git://github.com/punty/RxSwift into punty-uipagecontrol-add-rx 2016-05-27 22:34:01 +02:00
Krunoslav Zaher eeabccf348 Merge pull request #711 from devxoul/fix-typo-docs-units
Fix typo in Documentation/Units.md
2016-05-26 14:10:50 +02:00
Jeon Suyeol d1713a8ac5 Fix typo in Documentation/Units.md 2016-05-26 04:17:52 +09:00
Krunoslav Zaher 31ebe46a16 Merge pull request #710 from larryonoff/bugfix/fix-typo
fix typo
2016-05-25 14:17:07 +02:00
Krunoslav Zaher d1393da8eb Merge pull request #703 from wddwycc/patch-2
Fix Blurred demonstration of 'concat demo'.
2016-05-24 11:42:17 +02:00
Tyler Cloutier 94833e438d Add Swift 3 swift-DEVELOPMENT-SNAPSHOT-2016-05-09 compatibility. 2016-05-22 14:43:47 -07:00
Ilya Laryionau 3693809b34 fix typo 2016-05-22 22:58:49 +02:00
Krunoslav Zaher e1bfa8c7ea Merge pull request #700 from carlosypunto/FixSpellingInGeolocationService
Fix spelling and reactivate access to preferences panel
2016-05-21 21:25:26 +02:00
Carlos García 5269932678 Fix spelling and reactivate access to preferences panel
Related to Pull Request:
https://github.com/ReactiveX/RxSwift/pull/623/files
2016-05-21 17:05:14 +02:00
Krunoslav Zaher cf2433e665 Fixes contact info. 2016-05-21 16:17:17 +02:00
Krunoslav Zaher a2b00547b8 Merge pull request #699 from solidcell/code-of-conduct
Add a code of conduct markdown
2016-05-21 16:09:34 +02:00
Jesse Farless 45133039c3 Add a code of conduct markdown
It still requires the email address to be updated
to whomever should be the point of contact
2016-05-21 12:20:53 +02:00
Krunoslav Zaher eda25e28ff Simplifies sectioned view extensions. 2016-05-20 22:34:13 +02:00
闻端Carl 607ebfbf3d Fix Demo
The output is of "concat example" is :  

Next(🍎)
Next(🍐)
Next(🍊)
Next(🐱)
Next(🐭)

If people do not use 'concat()', the result is the same, the demo cannot show the effect of 'concat()', which is "waiting for each sequence to terminate successfully before emitting elements from the next sequence"

so I add one line code for better demonstration.
2016-05-19 23:24:35 +08:00
Krunoslav Zaher 4b3056b81f Improves unit tests. 2016-05-19 12:25:57 +02:00
Peter Ryszkiewicz 185f66af90 Merge branch 'develop' into develop2
# Conflicts:
#	Rx.xcodeproj/project.pbxproj
2016-05-18 20:48:58 -05:00
Peter Ryszkiewicz 45042307ac Added unit tests for the hasObservers var. 2016-05-18 19:47:01 -05:00
Peter Ryszkiewicz 66230b7afe Fixed compilation of unit tests 2016-05-18 16:56:24 -05:00
Krunoslav Zaher e61b62d64f Merge branch 'sergdort-UIPickerView+Rx' into develop 2016-05-18 22:14:59 +02:00
Krunoslav Zaher b1dd82e831 Merge branch 'UIPickerView+Rx' of git://github.com/sergdort/RxSwift into sergdort-UIPickerView+Rx 2016-05-18 22:14:45 +02:00
Krunoslav Zaher 49b1481dff Updates RxDataSources. 2016-05-15 20:44:41 +02:00
Krunoslav Zaher 8a3b47953d Changes 2.5 to 2.5.0. 2016-05-15 18:28:31 +02:00
Krunoslav Zaher 33f2487a41 Adds 2.5.0 changes to CHANGELOG. 2016-05-15 18:28:31 +02:00
Krunoslav Zaher 3aa3850a74 Makes `NSTextField` implement `RxTextInput`. 2016-05-15 18:28:31 +02:00
Krunoslav Zaher 69b45ed364 Fixes Wikipedia automation tests. 2016-05-15 18:28:31 +02:00
Krunoslav Zaher aed5ac864a Improves delegate proxy messaging. #675 2016-05-15 18:28:31 +02:00
Krunoslav Zaher 0c34e28d38 Turns off bitcode for RxTests. #584 2016-05-15 18:28:31 +02:00
Krunoslav Zaher 761e9fea8b Release 2.5 2016-05-15 18:28:31 +02:00
Krunoslav Zaher 6b8738752f Merge pull request #685 from carlosypunto/moreComprensibleActivityIndicator
More comprensible `ActivityIndicator`
2016-05-15 16:34:27 +02:00
Carlos García f44393c1d8 More comprensible `ActivityIndicator` 2016-05-15 15:23:08 +02:00
Krunoslav Zaher fcbdc00f24 Merge branch 'feature/update-playground' into develop 2016-05-15 13:23:24 +02:00
Jesse Farless 4de6a0b621 Improve language in comment 2016-05-15 13:21:44 +02:00
Jesse Farless 7e64194403 Use new Swift selector syntax in comment 2016-05-15 13:21:44 +02:00
Jesse Farless 3194efced8 Update comment to use new non-deprecated method 2016-05-15 13:21:44 +02:00
Jesse Farless fb97732d85 Fix argument key in comment 2016-05-15 13:21:44 +02:00
Jesse Farless b4ce5629cc Typo in comment 'extensions' with an 's' 2016-05-15 13:21:44 +02:00
Krunoslav Zaher a9135f1169 Improves documentation for `DelegateProxy.observe`. #654 2016-05-15 13:21:44 +02:00
Krunoslav Zaher 02413a176e Adds unit test for only setting different text values. 2016-05-15 13:21:44 +02:00
Krunoslav Zaher 993cc1af76 Provides explanations for check. 2016-05-15 13:21:44 +02:00
Krunoslav Zaher 21904f14c9 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-15 13:21:44 +02:00
Scott Gardner aca9950fdc Add missing Next link 2016-05-14 16:54:54 -05:00
Scott Gardner 84c42e6dd6 Split Error Handling and Debugging Operators into separate pages 2016-05-14 16:50:47 -05:00
Krunoslav Zaher 1c03845341 Merge pull request #683 from solidcell/delegate-proxy-typos
DelegateProxyType comment updates
2016-05-14 21:23:24 +02:00
Scott Gardner 990c967052 Add missing dividers between examples 2016-05-14 13:23:57 -05:00
Scott Gardner 52005f4096 Disable RxSwift.resourceCount example outside of playground 2016-05-14 12:34:18 -05:00
Scott Gardner 3efaeac3ad Rename Debugging_and_Error_Handling_Operators to Error_Handling_and_Debugging_Operators and update 2016-05-14 06:56:55 -05:00
Scott Gardner bc81ce4252 Update Rx.swift 2016-05-14 06:56:12 -05:00
Jesse Farless 8a5e303af9 Improve language in comment 2016-05-14 10:47:04 +02:00
Jesse Farless f4ddfbda39 Use new Swift selector syntax in comment 2016-05-14 10:46:38 +02:00