Commit Graph

189 Commits

Author SHA1 Message Date
Krunoslav Zaher
14e145a167 Xcode 8.3 #1171 2017-04-04 15:57:50 +02:00
Krunoslav Zaher
827733bddd
Improves examples. 2017-03-19 23:40:25 +01:00
Krunoslav Zaher
0b66f666ba
Removes unnecessary import Foundation statements. 2017-01-29 03:05:26 +01:00
Krunoslav Zaher
20d25a8246 [Fix] Adds target dependencies for example app. 2017-01-19 14:53:31 +01:00
Carlos García
8395b39ab4 update to Xcode recomended settings 2017-01-06 11:27:09 +01:00
Carlos García
8bc314f2e7 make final all posibles classes 2017-01-06 11:26:30 +01:00
Krunoslav Zaher
0b8a4187c8 [Fix] Removes missing file link again. 2016-12-17 23:30:30 +01:00
Czajnikowski
42b0a76326 Refactor Main.storyboard to more manageable set of storyboards 2016-11-24 15:55:11 +01:00
Krunoslav Zaher
e39648a84e Adds periodic resource printing to stdout. 2016-11-05 20:43:14 +01:00
Scott Gardner
d340d395f8 Fix playground page ordering 2016-11-04 06:19:16 -05:00
Krunoslav Zaher
7299e0a6b3 Adds UITests for macOS. 2016-11-01 22:28:58 +01:00
Luca Gobbo
eeb62753aa driver creation needs to be inside driveOnScheduler 2016-10-25 14:25:31 +02:00
Krunoslav Zaher
a778b10f94 Updates RxDataSources 2016-10-20 01:05:56 +02:00
Krunoslav Zaher
a2aeef6f9a Renames OSX to macOS. 2016-10-20 00:20:19 +02:00
Manabu Nakazawa
53f7b1a487 Fix a build error of RxExample for macOS 2016-09-26 23:23:46 +09: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
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
1f363cea2e Updates project signing. 2016-08-20 03:12:59 +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
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
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
88f718ffc3 Updates latest version of data sources. 2016-07-04 02:06:08 +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
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
Scott Gardner
ab4c845d46 Minor update to Rx.playground 2016-06-08 06:44:00 -05: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
Krunoslav Zaher
7687ad4c68 Updates RxDataSources. 2016-04-29 20:52:00 +02:00
Denis Lebedev
ca070e6a36 Delete empty extension 2016-04-22 22:44:04 +01:00
Krunoslav Zaher
4e6880d218 Fixes for RxSwift and Swift 3.0. 2016-04-22 20:49:18 +02:00
Krunoslav Zaher
c4ca775bdc Changes for Swift 3.0. 2016-04-22 13:14:41 +02:00
Krunoslav Zaher
65644c6160 Fixes Swift 2.2 warnings. 2016-03-22 11:29:39 +01:00
Krunoslav Zaher
6b3b732208 Fixes RxExample-no-module compilation. 2016-03-13 17:50:52 +01:00
Krunoslav Zaher
dd73952b4e Fixes problems with automation. 2016-03-13 17:30:55 +01:00
Krunoslav Zaher
80edd849ff Synchronizes RxDataSources. 2016-03-13 17:30:55 +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