Krunoslav Zaher
c844b6bdb3
Merge branch 'develop' into swift-3.0
2016-08-01 10:46:20 +02:00
Krunoslav Zaher
dffd6f0e1c
Moves playgrounds from workspace to project. #806
2016-08-01 10:27:18 +02:00
Krunoslav Zaher
0c8d28b1b6
Fixes disposing for debug operator in case of termination event.
2016-07-23 16:20:10 +02:00
Krunoslav Zaher
070907471c
Fixes problem with schedulers introduced with Swift 3.0 and changes in libdispatch. #799
2016-07-23 14:14:08 +02:00
Krunoslav Zaher
e79457dcd3
Fixes for Xcode beta 3.
2016-07-20 22:14:59 +02:00
Cameron Pulsford
5c908f18b8
Adds further Xcode 8 beta 3 fixes.
2016-07-19 18:42:18 -04:00
Cameron Pulsford
7c2f20cf36
Updates project with Xcode 8 beta 3.
2016-07-19 11:33:06 -04:00
Krunoslav Zaher
125deae0c8
Fixes tvOS compilation.
2016-07-10 12:23:50 +02:00
Krunoslav Zaher
e2edffc39d
Fixes `@warn_unused_result(message: " http://git.io/rxs.ud ")` warnings.
2016-07-08 00:04:44 +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
1633a4192e
Disables bitcode for RxTests/tvOS because Carthage with Swift 2.3 and Xcode 8.0 fails to compile it.
2016-07-04 06:13:58 +02:00
Krunoslav Zaher
17f8aac437
Removes unit tests failing because of accidentally included plist.
2016-07-04 01:03:13 +02:00
Douglas Heriot
d48dff3a4f
Update for Xcode 8, Swift 2.3.
...
Bump OSX Deployment Target to 10.10 to avoid libarclite duplicate linking error?
2016-06-29 01:54:19 +10:00
Krunoslav Zaher
7a15347943
Adds UIButton.setTitle(:forState:) extensions.
2016-06-24 23:11:08 +02: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
c35136fe0b
get example projects working.. woo!
2016-06-18 15:21:44 -07:00
Jamie Pinkham
c4cf2e0d12
builds ios, ios rx cocoa and ios rx blocking
2016-06-17 23:19:16 -07:00
Krunoslav Zaher
49ccdac810
Merge pull request #717 from solidcell/tab-bar-delegate-proxy
...
UITabBar delegate proxy
2016-06-10 11:34:40 +02:00
Suyeol Jeon
0686b9a045
Add unit test for UIScrollView.rx_scrollEnabled
2016-06-08 18:31:27 +09:00
Kyle Fuller
aba717b642
Add rx_title to UIViewController
2016-05-30 09:19:26 -07:00
Krunoslav Zaher
bdb09885c2
Merge branch 'develop2' of git://github.com/pRizz/RxSwift into pRizz-develop2
2016-05-28 14:52:31 +02:00
Jesse Farless
75d1983afc
Add RxTabBarDelegateProxy and UITabBar+Rx with delegate methods
2016-05-28 14:27:19 +02:00
Krunoslav Zaher
a5f1d1eef7
Merge branch 'feature/uialert-action' of git://github.com/AndrewSB/RxSwift into AndrewSB-feature/uialert-action
2016-05-27 23:24:50 +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
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
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
3fa44935a1
Adds unit test for only setting different text values.
2016-05-14 01:20:54 +02:00
sergdort
43269fa279
Added `rx_itemSelected` for UIPickerView
2016-05-13 10:55:21 +03: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
kumapo
02d30f846c
Add unit tests for UINavigationItem+Rx
2016-05-12 00:24:06 +09:00
kumapo
cbe17b7c1c
Add rx_title property to UINavigationItem
2016-05-09 18:20:53 +09:00
Andrew Breckenridge
0188dccd4f
create UIAlertAction+Rx.swift
2016-05-07 12:23:50 -07:00
Yury Korolev
c5a21681a8
Rename Rx to Reactive protocol
2016-05-02 20:05:38 +03:00
Francesco Puntillo
b384c3e982
Adding Unit testing for UIPageControl+Rx
2016-04-25 10:50:34 +08:00
Francesco Puntillo
8b4642a1c0
add UIPageControl to RxCocoa
2016-04-14 15:45:35 +08:00
Krunoslav Zaher
7b6a6b5f27
Enables Bitcode for tvOS.
2016-04-11 09:51:06 +02:00
Krunoslav Zaher
18cf20820f
Merge pull request #550 from stack/uisearchbar-cancel
...
UISearchBar Cancel Event
2016-04-10 12:57:13 +02:00
Krunoslav Zaher
45540eb574
Improves UITableView and UICollectionView tests.
2016-04-10 00:06:28 +02:00
Krunoslav Zaher
77d72dcaee
Updates comments.
2016-04-07 23:22:37 +02:00
Krunoslav Zaher
890fc04106
Merge pull request #587 from chanelten/remove_compiler_warnings
...
Remove compiler warnings
2016-03-31 00:01:54 +02:00
Alexander I. Kovács
a30288e5f9
Disable bitcode for test targets
...
Setting ENABLE_BITCODE to NO for test targets removes the following compiler warnings when building the project via Carthage and Xcode 7.3:
ld: warning: Auto-Linking supplied '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/XCTest', '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework/XCTest' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target.
2016-03-30 18:07:55 +09:00
Alexander I. Kovács
a5c9e6ad65
Do not require application extension API only for test targets
...
Setting APPLICATION_EXTENSION_API_ONLY to NO for test targets removes the following compiler warnings when building the project via Carthage and Xcode 7.3:
ld: warning: linking against a dylib which is not safe for use in application extensions: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/XCTest
2016-03-30 18:07:38 +09:00
sergdort
2f16a4faa7
Adds reactive extensions for UISearchController and tests to cover them
2016-03-22 16:50:07 +02:00
Stephen H. Gerstacker
92911a6876
Added rx_cancelTap for the searchBarCancelButtonClicked: delegate method
2016-03-13 21:04:31 -04:00
Krunoslav Zaher
d16dd15679
Fixes unit tests for `UISearchBar`.
2016-03-13 00:23:00 +01:00
Mateusz Derks
8b9bbff4ee
Adds 'rx_badgeValue' to UITabBarItem
2016-03-04 14:14:38 +01:00
sambae
8559a67d89
Adds `rx_progress` to `UIProgressView`
2016-02-28 01:26:32 -05:00
Krunoslav Zaher
b9d6aeb49c
Selects release version of the RxExample app.
2016-02-14 17:22:44 +01:00
Krunoslav Zaher
2aebe1499f
Adds `UIBindingObserver`.
2016-02-13 21:25:31 +01:00