Commit Graph

1229 Commits

Author SHA1 Message Date
tarunon 7c73060c5c Use `SchedulerType.scheduleRecursive` and `CompositeDisposable.removeDisposable`. 2016-02-29 18:18:08 +09:00
tarunon 74e9262f42 Merge remote-tracking branch 'head/develop' into feature/delay-operator 2016-02-29 17:24:32 +09:00
Krunoslav Zaher 8021db9958 Merge pull request #516 from sambae/uiprogressview
Adds `rx_progress` to `UIProgressView`
2016-02-28 23:47:09 +01:00
sambae 8559a67d89 Adds `rx_progress` to `UIProgressView` 2016-02-28 01:26:32 -05:00
Krunoslav Zaher c24df15131 Merge pull request #514 from Shelin69/master
Issue #511 - free array
2016-02-27 17:52:49 +01:00
Krunoslav Zaher 2c81bcb1e7 Merge pull request #509 from tomburns/optional-notification-name
Make name parameter of rx_notification optional.
2016-02-27 17:26:35 +01:00
Joanna Kubiak fffd955fba Issue #511 - added free to reslove memory leaking warnings 2016-02-27 17:14:33 +01:00
tarunon 1f7da69e65 move lock on Error case.
I'm sorry I fix mistype in _group.addDisposable argmunets. I think it was missed when rename tempolary field.
2016-02-26 16:04:38 +09:00
Tom Burns 7cb5a3b79a Make name parameter of rx_notification optional. 2016-02-24 20:47:13 -06:00
Krunoslav Zaher 396b1a1498 Merge pull request #508 from btroncone/patch-2
Fixed a few grammar issues in README
2016-02-24 23:25:18 +01:00
Brian Troncone d0bc059509 Fixed a few grammar issues in README
Copy of PR from master branch, fixed a few grammar issues in README to increase readability.
2016-02-24 17:16:12 -05:00
Krunoslav Zaher f9728a858f Adds explanation to how to run the examples in `ConnectableObservableOperators` playground. 2016-02-20 12:19:02 +01:00
Krunoslav Zaher e05e527111 Adds another useful link to understand reactive programming. 2016-02-20 11:34:35 +01:00
Krunoslav Zaher a3f589ad3a Merge branch 'develop' of github.com:kzaher/RxSwift into develop 2016-02-20 11:11:39 +01:00
Krunoslav Zaher 543cd499a8 Merge pull request #491 from justjoeyuk/master
Updated Typo in Simple Validation example
2016-02-20 11:07:24 +01:00
Krunoslav Zaher 4ebe7e4daa Merge pull request #495 from matthew-healy/develop
Minor rewrite of Math Behind Rx file
2016-02-20 11:06:56 +01:00
Matthew Healy e60af252e1 Minor rewrite of Math Behind Rx file 2016-02-18 21:19:24 +00:00
Joey Clover ee31a5421a Updated Typo in Simple Validation example 2016-02-17 23:46:57 +00:00
Krunoslav Zaher 26031abf02 Removes implicitly unwrapped options. 2016-02-17 20:17:48 +01:00
Krunoslav Zaher af497121df Merge pull request #484 from AdamRitenauer/PreprocessorFix
Work around to an error with preprocessors in swift
2016-02-15 19:14:40 +01:00
Adam Ritenauer 55f3ec4041 Adds a work around to an error in swifts handling of preprocessor directives 2016-02-15 09:32:05 -08:00
Krunoslav Zaher 698a50b381 Returns device testing to automation scripts. 2016-02-14 23:26:39 +01:00
Krunoslav Zaher 1524ead3f2 Polishes README.md 2016-02-14 23:26:18 +01:00
Krunoslav Zaher 22cd5f79d1 Adds 2.2.0 changes to `CHANGELOG.md`. 2016-02-14 22:44:29 +01:00
Krunoslav Zaher 03aa560de0 Adds `rx_selected` to `UIControl`. 2016-02-14 22:44:13 +01:00
Krunoslav Zaher ff452009cd Fixes test compilation on Linux. 2016-02-14 12:34:53 -08:00
Krunoslav Zaher a7d96765d6 Fixes compilation on Linux. 2016-02-14 12:23:19 -08:00
Krunoslav Zaher db5959fc6e Release 2.2 2016-02-14 17:24:28 +01:00
Krunoslav Zaher b9d6aeb49c Selects release version of the RxExample app. 2016-02-14 17:22:44 +01:00
Krunoslav Zaher 01ef8b5030 Integrates activity indicator extensions and improves memory management. 2016-02-14 17:21:22 +01:00
Krunoslav Zaher 2596f25432 Fixes automation scripts. 2016-02-14 17:21:10 +01:00
Krunoslav Zaher 3f46a7a0f6 Unifies header depth. 2016-02-14 15:31:03 +01:00
Krunoslav Zaher 29c9d9df14 Adds groups to links in README.md 2016-02-14 15:29:12 +01:00
Krunoslav Zaher dc9a0f5505 Updates documentation. 2016-02-14 15:10:14 +01:00
Krunoslav Zaher d537473e49 Improves error wording. 2016-02-13 23:58:06 +01:00
Krunoslav Zaher 1c0475860a Fixes problem with required error. 2016-02-13 23:49:41 +01:00
Krunoslav Zaher 300c44aced More workarounds for Swift compiler bugs. 2016-02-13 23:36:01 +01:00
Krunoslav Zaher b08bf24201 Adds workarounds for compiler bugs. 2016-02-13 23:15:57 +01:00
Krunoslav Zaher ba2787c3cb Fixes referencing `self` instead of parameter. 2016-02-13 23:12:34 +01:00
Krunoslav Zaher c3a04d0c67 Improves curl formatting. 2016-02-13 22:16:06 +01:00
Krunoslav Zaher 7dc8dfc6d1 Applies `UIBindingObserver`. 2016-02-13 22:12:50 +01:00
Krunoslav Zaher 2aebe1499f Adds `UIBindingObserver`. 2016-02-13 21:25:31 +01:00
Krunoslav Zaher e0555a05a5 Merge pull request #480 from pixyzehn/modify-tapgesture-in-example
Use rx_event instead of Selector
2016-02-13 20:37:02 +01:00
Krunoslav Zaher e855916b47 Merge pull request #431 from mwoollard/develop
Add rx wrapper for UITableViewDelegate tableVIew:accessoryButtonTappedForRowWithIndexPath: method
2016-02-12 11:08:52 +01:00
Krunoslav Zaher bbb5b6f300 Merge pull request #466 from sergdort/swift_evolution_currying
Changes for currying
2016-02-12 11:07:03 +01:00
Nagasawa Hiroki 75eeb546fe Use rx_event instead of Selector 2016-02-12 19:03:01 +09:00
tarunon 5e9431af0f update API.md 2016-02-10 16:43:04 +09:00
tarunon 0cb129749a Merge remote-tracking branch 'head/develop' into feature/delay-operator 2016-02-10 16:30:21 +09:00
Krunoslav Zaher 78e0351e2c Merge pull request #479 from adamsp/patch-1
Clarify examples in Warnings.md
2016-02-09 22:45:58 +01:00
Adam Speakman 2aef2cc39d Clarify examples in Warnings.md
There were a few minor spelling mistakes, and I cleaned up some of the examples to be a little clearer.
2016-02-09 16:38:16 -05:00