Commit Graph

456 Commits

Author SHA1 Message Date
Krunoslav Zaher
d6dfcfa09d Unifies extensions form. 2016-10-23 19:30:32 +02:00
Krunoslav Zaher
e4dd325ad4 Polish for URLSession extensions. Renames JSON to json. Swaps order of parameters in response tuple. Now it's (HTTPResponse, Data). Makes response parameters required. 2016-10-23 01:24:02 +02:00
Krunoslav Zaher
fe800bf453 Fixes code example in comments of RxTableViewExtensions that didn't compile. #947 2016-10-20 23:20:06 +02:00
Krunoslav Zaher
a778b10f94 Updates RxDataSources 2016-10-20 01:05:56 +02:00
Krunoslav Zaher
02c63a4f56 Replaces model(_:) with model(at:). 2016-10-20 00:41:07 +02:00
Krunoslav Zaher
a2aeef6f9a Renames OSX to macOS. 2016-10-20 00:20:19 +02:00
Krunoslav Zaher
ac41a0012c Prefixes boolean properties with is and makes String? properties consistent. 2016-10-19 23:45:54 +02:00
Krunoslav Zaher
3e88902606 Adds example tests to pre release tests. 2016-10-17 00:35:37 +02:00
Krunoslav Zaher
2e520bf264 Makes rx.text type consistent with UIKit String? type. 2016-10-16 21:47:05 +02:00
Krunoslav Zaher
5901064440 Renames resourceCount to Resources.count. 2016-10-15 22:17:47 +02:00
Krunoslav Zaher
e992fd0015 Pedantic changes. 2016-10-15 14:38:22 +02:00
Krunoslav Zaher
f45e5dd4e1 Fixes compilation issues. 2016-10-13 13:06:40 +02:00
Krunoslav Zaher
832f79cd02 Replaces AnyObserver with UIBindingObserver in public interface. 2016-10-11 22:41:05 +02:00
Krunoslav Zaher
3dcb05293b Fixes unit tests. 2016-10-10 09:15:13 +02:00
Krunoslav Zaher
3ef88cd405 Large refactoring to support Swift Package Manager (renames RxTests to RxTest). 2016-10-09 22:08:45 +02:00
Krunoslav Zaher
ac2e4a62c1 Removes unnecessary workaround for table view editing example. 2016-10-04 01:00:33 +02:00
Krunoslav Zaher
3738b96d49 Resurrects UITests. 2016-10-04 00:04:58 +02:00
Krunoslav Zaher
e8c5a256fb Removes deprecated APIs from RxExample app. 2016-10-03 10:43:21 +02:00
Krunoslav Zaher
db8ca10336 Replaces observe with methodInvoked. 2016-10-02 23:12:11 +02:00
Krunoslav Zaher
8eb345853f Fixes issues with non open methods in DelegateProxy and table view delegate proxy responding to #selector(UITableViewDataSource.tableView(_:commit:forRowAt:). #907 #884 2016-10-01 23:13:58 +02:00
Krunoslav Zaher
cb5ae2f31f Fixes unit tests. 2016-09-28 00:33:21 +02:00
Manabu Nakazawa
53f7b1a487 Fix a build error of RxExample for macOS 2016-09-26 23:23:46 +09:00
Krunoslav Zaher
9880bf7532 Removes redundant method. #908 2016-09-26 00:16:26 +02:00
Krunoslav Zaher
db3b41cbb7 Fixes problem with default swipe to delete action in RxExample table views. #907 2016-09-25 17:08:21 +02:00
Jérôme Alves
57a3868269 Add rx. syntax on Types. 2016-09-18 23:34:58 +02:00
Krunoslav Zaher
fbecaaf467 A couple of simplifications. 2016-09-18 22:02:21 +02:00
Krunoslav Zaher
a29d5df6cc Merge branch 'rxswift-2.0' into develop 2016-09-18 21:56:22 +02:00
Krunoslav Zaher
4ab27a7595 Moves from RxCocoa to example project. #874 2016-09-18 20:24:13 +02:00
Krunoslav Zaher
f4022561b8 Moves location manager and UIImagePickerViewController extensions from RxCocoa to RxExample project. #874 2016-09-18 20:19:22 +02:00
Krunoslav Zaher
2e8736b137 Moves location manager and UIImagePickerViewController extensions from RxCocoa to RxExample project. #874 2016-09-11 17:38:12 +02:00
jiangjie
45f69bb93e add camera usage description an photo library usage description for iOS 10 2016-09-09 14:03:58 +08:00
kumapo
71b0338b4a Rename ReachabilityStatus.Reachable to .reachable 2016-09-05 16:49:09 +09:00
Krunoslav Zaher
7208a8d1cc Improves deprecation messages for table and collection views. #841 2016-08-21 15:09:14 +02:00
Krunoslav Zaher
7f43e1eecd Temporary disables example failing tests. ¯\_(ツ)_/¯ 2016-08-21 00:24:15 +02:00
Krunoslav Zaher
b68fc4260e Adds UITests. 2016-08-20 22:59:34 +02:00
Krunoslav Zaher
c9742e51b6 Removes Float80 extensions. 2016-08-20 03:13:41 +02:00
Krunoslav Zaher
1f363cea2e Updates project signing. 2016-08-20 03:12:59 +02:00
Krunoslav Zaher
9473953b65 Fixes compilation issues with RxExample-iOS tests. 2016-08-19 02:05:41 +02:00
Krunoslav Zaher
a4f15128bf Deprecates RxTextInput in favor of TextInput. 2016-08-19 01:46:27 +02:00
Krunoslav Zaher
9ce054936d Merge branch 'swift-3.0-removing-rx_-prefix' of https://github.com/JegnuX/RxSwift into JegnuX-swift-3.0-removing-rx_-prefix 2016-08-19 00:45:51 +02:00
Mo Ramezanpoor
0fe4c9a792 Fixes RxExample. 2016-08-17 09:49:29 +01:00
Krunoslav Zaher
7adc86f7d2 Adds onSubscribe and onDispose for do operator. #583 2016-08-16 00:03:30 +02:00
Jérôme Alves
cbb0ed5d29 Merge branch 'swift-3.0' into swift-3.0-removing-rx_-prefix 2016-08-15 19:19:22 +02:00
Jérôme Alves
7f65914f93 Fix ActivityToken dispose type. 2016-08-15 17:53:13 +02:00
Jérôme Alves
e4e422c4f1 Merge branch 'swift-3.0' into swift-3.0-removing-rx_-prefix
Conflicts:
	RxCocoa/Common/Observables/NSNotificationCenter+Rx.swift
	RxCocoa/OSX/NSImageView+Rx.swift
	RxCocoa/iOS/UICollectionView+Rx.swift
	RxCocoa/iOS/UIControl+Rx.swift
	RxCocoa/iOS/UIImageView+Rx.swift
	RxCocoa/iOS/UILabel+Rx.swift
	RxCocoa/iOS/UITableView+Rx.swift
	RxExample/RxDataSources/DataSources+Rx/UISectionedViewType+RxAnimatedDataSource.swift
	RxExample/RxExample/Examples/APIWrappers/APIWrappersViewController.swift
	RxExample/RxExample/Examples/GitHubSearchRepositories/GitHubSearchRepositoriesViewController.swift
	RxExample/RxExample/Examples/GitHubSignup/UsingDriver/GitHubSignupViewController2.swift
	RxExample/RxExample/Examples/GitHubSignup/UsingVanillaObservables/GitHubSignupViewController1.swift
	RxExample/RxExample/Examples/ImagePicker/UIImagePickerController+RxCreate.swift
	RxExample/RxExample/Examples/OSX simple example/IntroductionExampleViewController.swift
	RxExample/RxExample/Examples/SimpleTableViewExample/SimpleTableViewExampleViewController.swift
	RxExample/RxExample/Examples/SimpleTableViewExampleSectioned/SimpleTableViewExampleSectionedViewController.swift
	RxExample/RxExample/Examples/SimpleValidation/SimpleValidationViewController.swift
	RxExample/RxExample/Examples/TableViewPartialUpdates/PartialUpdatesViewController.swift
	RxExample/RxExample/Examples/TableViewWithEditingCommands/TableViewWithEditingCommandsViewController.swift
	RxExample/RxExample/Examples/WikipediaImageSearch/Views/WikipediaSearchCell.swift
	RxExample/RxExample/Examples/WikipediaImageSearch/Views/WikipediaSearchViewController.swift
	Tests/RxCocoaTests/DelegateProxyTest.swift
	Tests/RxCocoaTests/KVOObservableTests.swift
	Tests/RxCocoaTests/RxTest+Controls.swift
	Tests/RxCocoaTests/UICollectionView+RxTests.swift
	Tests/RxCocoaTests/UIScrollView+RxTests.swift
	Tests/RxCocoaTests/UITableView+RxTests.swift
2016-08-15 12:17:26 +02:00
Mo Ramezanpoor
75971c61c6 Replaces all calls to AnonymousDisposable.init() with Disposables.create(). 2016-08-10 15:00:29 +01:00
Mo Ramezanpoor
64526c8dcd Replaces all calls to StableCompositeDisposable.create() with Disposables.create(). 2016-08-10 14:49:21 +01:00
Mo Ramezanpoor
1fe15bb9da Replaces all calls to NopDisposable.instance with Disposables.create(). 2016-08-10 14:47:53 +01:00
Mo Ramezanpoor
2812da1f5e Replace immutable initialisations of CompositeDisposable with Disposables.create().
The factory methods will select specialised implementations based on the case.
2016-08-10 14:27:45 +01:00
Jérôme Alves
10ff55cfba Moves RxCocoa extensions from rx_ syntax to rx. syntax.
The main work is done in this commit but the feature it's still "work in progress"
2016-08-09 00:17:38 +02:00
Krunoslav Zaher
aef4e69339 Modernizes APIs. 2016-08-07 20:14:19 +02:00
Krunoslav Zaher
3637153169 Fixes warnings. 2016-08-07 18:59:36 +02:00
Krunoslav Zaher
d1cde77b18 Modernizes image view extensions. 2016-08-07 18:08:13 +02:00
Krunoslav Zaher
afd40f5d8b Modernizes UICollectionView extensions. 2016-08-07 16:48:25 +02:00
Krunoslav Zaher
1b0e0a3c88 Updates RxDataSources. 2016-08-07 16:12:16 +02:00
Krunoslav Zaher
38c45c066d Example compilation fixes. 2016-08-04 10:56:09 +02:00
Krunoslav Zaher
01d86ff684 Fixes OSX compilation issues. 2016-08-04 10:48:36 +02:00
Krunoslav Zaher
2ead37809e Fixes example app compiling. 2016-08-04 10:44:46 +02:00
Yuki Nagai
7f84ec604e WIP. Update for Xcode 8 beta 4. 2016-08-02 15:46:11 +09:00
Krunoslav Zaher
490b6cbbc5 Merge pull request #790 from sunshinejr/swift-3.0
[Swift 3.0] Remove first parameter names for Observables.
2016-07-29 12:11:35 +02:00
Łukasz Mróz
181a94bbc9 [Swift3] doOn syntax. 2016-07-25 20:39:01 +02:00
Krunoslav Zaher
f3f2b0e083 Updates to Swift 3.0 2016-07-22 22:34:34 +02:00
Cameron Pulsford
5c908f18b8 Adds further Xcode 8 beta 3 fixes. 2016-07-19 18:42:18 -04:00
Krunoslav Zaher
9cac0cc234 Adaptations for Swift 3.0. 2016-07-10 14:55:18 +02:00
Krunoslav Zaher
1124f40ef1 Fixes Swift version. 2016-07-10 12:45:41 +02:00
Krunoslav Zaher
03fae9de6f Changes deployment target for example app. 2016-07-10 12:39:02 +02:00
Krunoslav Zaher
e222e52223 Deletes RxExample-iOS-no-module scheme. 2016-07-09 23:11:54 +02:00
Krunoslav Zaher
bce8e9cd2d Fixes example app. 2016-07-07 23:50:38 +02:00
sergdort
cfb8b1558a Merge branch 'master' into swift-3.0
Conflicts:
	RxExample/RxDataSources/DataSources/CollectionViewSectionedDataSource.swift
	RxExample/RxDataSources/DataSources/Differentiator.swift
	RxExample/RxDataSources/DataSources/TableViewSectionedDataSource.swift
	RxExample/RxExample.xcodeproj/project.pbxproj
	RxExample/RxExample.xcodeproj/xcshareddata/xcschemes/RxExample-iOS-no-module.xcscheme
	RxExample/RxExample/Examples/TableViewPartialUpdates/PartialUpdatesViewController.swift
	RxExample/RxExample/Examples/TableViewWithEditingCommands/TableViewWithEditingCommandsViewController.swift
	RxExample/RxExample/Services/HtmlParsing.swift
	Tests/RxCocoaTests/CLLocationManager+RxTests.swift
	Tests/RxCocoaTests/UICollectionView+RxTests.swift
2016-07-05 18:00:36 +03:00
Krunoslav Zaher
95ee9d0de8 Fixes problem with editing UITableView example. #768 2016-07-04 20:55:54 +02:00
Krunoslav Zaher
56e09abb11 Fixes problem with Swift 2.3 2016-07-04 07:02:49 +02:00
Krunoslav Zaher
f51151c3d2 Fixes RandomAPI response Parsing. 2016-07-04 04:25:21 +02:00
Krunoslav Zaher
2787393621 Fixes for Xcode 7.3.1 2016-07-04 04:06:01 +02:00
Krunoslav Zaher
bce72a2617 Fixes headers. 2016-07-04 02:54:32 +02:00
Krunoslav Zaher
88f718ffc3 Updates latest version of data sources. 2016-07-04 02:06:08 +02:00
Krunoslav Zaher
e20ac5fbb7 Adds simple data source usage examples in inline docs. 2016-07-04 01:42:26 +02:00
Krunoslav Zaher
c0939e1b4e Removes RxExample-no-module scheme. 2016-07-03 16:05:46 +02:00
Krunoslav Zaher
5a9771e818 Removes no-module version. 2016-06-30 10:51:05 +02:00
Douglas Heriot
5a566ae183 Fix RxExample for Xcode 8, Swift 2.3 2016-06-29 22:54:12 +10:00
Jamie Pinkham
c719c8cf86 fix compiler warnings about unused variables 2016-06-22 10:16:49 -04:00
Jamie Pinkham
5a9f47262a Merge branch 'upstream-develop' into swift-3.0
# Conflicts:
#	RxCocoa/Common/CocoaUnits/Driver/Driver+Subscription.swift
#	RxCocoa/Common/CocoaUnits/UIBindingObserver.swift
#	RxSwift/Schedulers/MainScheduler.swift
2016-06-22 09:54:44 -04:00
Jamie Pinkham
db4c04dcea use Foundation.Timer
and fix result of call unused warning
2016-06-22 09:51:01 -04:00
Jamie Pinkham
a5f19de922 fix reachability 2016-06-21 08:45:00 -04:00
Jamie Pinkham
8bad8e547f fix wireframe for mac tests 2016-06-20 14:06:36 -04:00
Jamie Pinkham
ced6ce3a7e fixes the unit tests for the rx ios example 2016-06-20 14:04:42 -04:00
Jamie Pinkham
c35136fe0b get example projects working.. woo! 2016-06-18 15:21:44 -07:00
Jamie Pinkham
39a20441e1 begin fixing up the examples 2016-06-18 01:24:07 -07:00
Jamie Pinkham
c4cf2e0d12 builds ios, ios rx cocoa and ios rx blocking 2016-06-17 23:19:16 -07:00
Jamie Pinkham
0e38ecbc87 Merge branch 'develop' into swift-3.0
# Conflicts:
#	Documentation/DesignRationale.md
#	Rx.playground/Pages/Introduction.xcplaygroundpage/Contents.swift
#	RxCocoa/Common/DelegateProxyType.swift
#	RxCocoa/iOS/UICollectionView+Rx.swift
#	RxCocoa/iOS/UIControl+Rx.swift
#	RxCocoa/iOS/UIScrollView+Rx.swift
#	RxCocoa/iOS/UITableView+Rx.swift
#	RxExample/RxDataSources/DataSources+Rx/ObservableConvertibleType+Differentiator.swift
#	RxSwift/Concurrency/Lock.swift
#	RxSwift/Disposables/CompositeDisposable.swift
#	RxSwift/Event.swift
#	RxSwift/Extensions/String+Rx.swift
#	RxSwift/Schedulers/OperationQueueScheduler.swift
2016-06-17 21:14:06 -07:00
Krunoslav Zaher
96b269dc5f Documents <-> internals better. 2016-06-14 23:44:44 +02:00
Krunoslav Zaher
c52090aee2 Patches the problem with <-> clearing the value on return. Correct solution is still unknown. 2016-06-10 11:26:10 +02:00
Scott Gardner
ab4c845d46 Minor update to Rx.playground 2016-06-08 06:44:00 -05: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
49b1481dff Updates RxDataSources. 2016-05-15 20:44:41 +02:00
Carlos García
f44393c1d8 More comprensible ActivityIndicator 2016-05-15 15:23:08 +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
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
Yury Korolev
c5a21681a8 Rename Rx to Reactive protocol 2016-05-02 20:05:38 +03:00
Thane Gill
37d685690c UILabel rx_text as String? 2016-04-30 11:13:38 -07:00
Krunoslav Zaher
779eb92d9e Fixes copyright in header. 2016-04-30 12:06:00 +02:00