Commit Graph

501 Commits

Author SHA1 Message Date
tarunon
e70ad0e450 set delegate using protocol and default implementation. 2017-09-21 15:45:01 +09:00
Krunoslav Zaher
a0bf386834
Release 4.0.0-beta.0 2017-09-18 01:08:40 +02:00
Krunoslav Zaher
d1bc89b5ef
Simplifies DelegateProxy. 2017-09-16 23:58:19 +02:00
tarunon
16f6c3af4d Avoid use unsafeDowncast. Remove generics parameter from DelegateProxy subclasses subclass. 2017-09-14 00:12:06 +09:00
tarunon
c4bfcd3769 Merge branch 'swift4.0' of https://github.com/ReactiveX/RxSwift into feature/type_safe_delegateproxy 2017-08-30 10:47:34 +09:00
tarunon
c8f410b5f5 fix mac test compile fail on xcode9b6 2017-08-29 14:50:59 +02:00
tarunon
c21fbada8b Merge branch 'swift4.0' of https://github.com/ReactiveX/RxSwift into feature/type_safe_delegateproxy 2017-08-29 12:53:51 +09:00
tarunon
ea105037c9 refactoring
rename `assignedProxyFor(_:)` ->  `assignedProxy(for:)`
rename `currentDelegateFor(_:)` -> `currentDelegate(for:)`
rename `proxyForObject(_:)` -> `proxy(for:)`
2017-08-29 12:41:33 +09:00
Krunoslav Zaher
16083c30eb
Fixes issues with Carthage + xcodebuild hangs. 2017-08-20 20:01:03 +02:00
tarunon
508c68f2c1 refactoring: renaming some of type, functions, fix typo. 2017-08-19 10:46:17 +09:00
Krunoslav Zaher
4e7a028cc2
Fixes gesture recognizer extensions crash. #1382 2017-08-16 23:24:32 +02:00
Krunoslav Zaher
22f464741c
Fixes string deprecation warnings. 2017-08-16 23:00:32 +02:00
Krunoslav Zaher
4b7d1efb25
Merge branch 'master' into swift4.0 2017-08-16 22:45:31 +02:00
tarunon
af188fb89c Implement Generics parameter for DelegateProxy 2017-08-15 17:17:47 +09:00
tarunon
7291a9af3f fix RxExample-macOS 2017-08-05 11:27:38 +02:00
Krunoslav Zaher
a06719cb1a
Fixes unit tests for example app. 2017-07-30 18:24:59 +02:00
Krunoslav Zaher
00c2a8911f
Merge branch 'master' into swift4.0 2017-07-29 14:20:54 +02:00
zhongwuzw
86dfc7dbb1 fix pickerView parameter error 2017-07-24 22:21:26 +02:00
Krunoslav Zaher
79ac3d091f
Release 3.6.1 2017-07-18 23:38:00 +02:00
Krunoslav Zaher
6e309c3409
Fixes tests. 2017-07-17 21:23:45 +02:00
Krunoslav Zaher
c6d9ca039b
Fixes UITests. 2017-07-17 18:35:43 +02:00
Krunoslav Zaher
7b866f0ad5
Improves documentation to UIPickerView components, changes modelSelected type to [T], simplifies UIPickerView adapter example. 2017-07-16 20:25:58 +02:00
Krunoslav Zaher
b5e1d8444c
Merge branch 'feature/reactive-uipickerview' of https://github.com/sergdort/RxSwift into sergdort-feature/reactive-uipickerview 2017-07-16 18:47:04 +02:00
Krunoslav Zaher
9fc634c07a
Removes redundant conformances. 2017-07-15 20:45:05 +02:00
Carlos García
dee2136052
make all swift 4 xc9b3 for check 2017-07-15 20:39:45 +02:00
Krunoslav Zaher
b5ab21f635
Sets Swift 4.0 compiler version. 2017-07-15 20:37:18 +02:00
Krunoslav Zaher
a33ae10067
Fixes ReachabilityService. 2017-07-15 18:02:08 +02:00
magicmon
d215a2a8b0 When importing a user list or image, the app was modified when the user failed to import the user due to a network error. 2017-07-13 08:24:21 +02:00
magicmon
5699fea234 If "Allow Arbitrary Loads" is set to No in Info.plist, the "TableViewWithEditingCommands" example will exit as soon as you run it.
So, added a catchError.
2017-07-13 08:24:21 +02:00
sergdort
f55c3f6547 Add convenience UIPickerView rx extensions example 2017-07-12 17:31:25 +01:00
sergdort
eb6eb5af42 Add UIPickerView adapter example 2017-07-10 21:53:59 +01:00
JolieYang_Pro
4da31c60cf 🐛 #1309 change calculator model 2017-06-29 21:34:04 +02:00
JolieYang_Pro
002512f3a8 🐛 #1309 continuous input operations should update operator 2017-06-29 21:34:04 +02:00
tarunon
cc8a222467 improving DelegateProxy 2017-06-17 23:55:10 +09:00
tarunon
2cdf527a21 Divide DelegateProxyFactory implementation. 2017-06-17 13:13:14 +09:00
tarunon
3fba185b96 implement DelegateProxy factory 2017-06-17 01:26:34 +09:00
Vladimir
16eabd5ea4
Add swift 4 support 2017-06-16 13:37:22 +02:00
Krunoslav Zaher
1e1c723a47
Improves github search repositories example. 2017-05-20 23:03:49 +02:00
Wolfgang Lutz
2e3eb4d01a fix typos using misspell
This PR is part of a campaign to fix a lot of typos on github using https://github.com/client9/misspell!
You can see the progress on https://github.com/fixTypos/fix_typos/
2017-05-20 21:33:15 +02:00
Krunoslav Zaher
5004c6ca1d
Fixes CLLocationManager and UIImagePickerController unit tests. 2017-05-01 00:45:45 +02:00
Krunoslav Zaher
0f4c5b03f9
Release 3.4.1 2017-05-01 00:45:45 +02:00
phlippieb
7a9c7735e7 In location extension example: forward calls to forwarding delegate 2017-04-22 00:20:50 +02:00
phlippieb
ada8b5f403 Fix CLLocationManager extension example 2017-04-22 00:20:50 +02:00
Nonchalant
b50e571658 Fix shared like swift3 2017-04-17 09:48:05 +02:00
Diogo Tridapalli
a5aee86698 Make RxImagePickerDelegateProxy subclass of RXNavigationControllerDelegateProxy 2017-04-17 09:39:02 +02:00
Krunoslav Zaher
bede25aba3
Loosens dispose resources timeout interval so it's more suitable for device running. #1186 2017-04-11 16:49:26 +02:00
Krunoslav Zaher
2746f22814
Fixes UI tests. 2017-04-09 17:47:18 +02:00
Carlos García
d680fce2f7 suppress print an optional warnings 2017-04-07 19:04:33 +02:00
Carlos García
d47547b8fc put keyboardType = numberPad 2017-04-07 19:04:33 +02:00
Krunoslav Zaher
14e145a167 Xcode 8.3 #1171 2017-04-04 15:57:50 +02:00