Commit Graph

323 Commits

Author SHA1 Message Date
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
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
Krunoslav Zaher 779eb92d9e Fixes copyright in header. 2016-04-30 12:06:00 +02: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 6b259b6618 Fixes warnings. 2016-04-22 13:03:16 +02:00
Krunoslav Zaher b2cf5ce567 Fixes problems with WikipediaImageSearch. 2016-04-22 12:26:14 +02:00
Calvin 68bf69e086 UISearchController's default animation will shift searchBar to the top.
This will trigger rx_contentOffset then close keyboard will makes users confused.
Filter situation that searchController is being present.
2016-04-22 12:30:28 +09:00
Calvin 66abcd07dc - Delete UISearchDisplayController, use UISearchController instead.
- Add IBOutlet searchBarContainer to setup searchBar.
2016-04-22 11:52:43 +09:00
Calvin 656669699a - Resolve storyboard warning.
- Remove wikipedia scene's search display controller and search bar, add search bar container.
2016-04-21 15:29:23 +09:00
Krunoslav Zaher ceee55e6d9 Removes is on WiFi check from main queue. 2016-04-12 12:17:10 +02:00
Krunoslav Zaher c193b5db52 Improves reachability service. 2016-04-12 12:06:07 +02:00
Eric Jensen 2b0dd31a9f Correct mixed indentation by replacing tabs with spaces 2016-03-22 20:04:39 -07:00
Krunoslav Zaher c234adb9d7 Fixes compilation problems with 9.3 runtime. 2016-03-22 11:44:46 +01:00
Krunoslav Zaher 65644c6160 Fixes Swift 2.2 warnings. 2016-03-22 11:29:39 +01:00
Krunoslav Zaher 834cd872f5 Updates data sources. 2016-03-22 11:20:10 +01:00
Jorge Bernal eddbd23aa5 Use new associatedtype syntax 2016-03-22 11:09:16 +01:00
Krunoslav Zaher 20113e40b0 Merge remote-tracking branch 'origin/develop' into develop 2016-03-17 11:15:53 +01:00
Krunoslav Zaher 67f268a614 Merge pull request #548 from kitasuke/improve_geolocation_service_in_example_project
Use capture list in Geolocation example
2016-03-13 23:52:00 +01:00
kitasuke 296e28f390 Delete semicolons 2016-03-13 14:07:41 -07:00
kitasuke 2b2f416820 Use capture list 2016-03-13 14:07:28 -07:00
Krunoslav Zaher f9663df3bf Fixes compilation of example app. 2016-03-13 18:01: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 e3154bd2b7 Fixes automation tests. 2016-03-13 17:30:55 +01:00
Krunoslav Zaher cf7dd1714c Fixes editing in RxExample app. 2016-03-13 17:30:55 +01:00
Krunoslav Zaher ccd4f29231 Fixes debug configuration. 2016-03-13 17:30:55 +01:00
Krunoslav Zaher 80edd849ff Synchronizes `RxDataSources`. 2016-03-13 17:30:55 +01:00
Krunoslav Zaher 896d656c3b Fixes automation tests. 2016-03-13 12:50:02 +01:00
Krunoslav Zaher 19900bfaac Fixes problem with UITextView two way binding. 2016-03-12 21:30:48 +01:00
Nagasawa Hiroki 3f2ecaf84b Change label to view in RxExample 2016-03-11 10:16:49 +09:00
Denis Lebedev 0567020538 Simplify computed properties 2016-03-07 17:31:00 +00:00
Krunoslav Zaher 375121f8e7 Fixes using original image instead of edited image. #492 2016-03-05 21:03:16 +01:00
Krunoslav Zaher a3f589ad3a Merge branch 'develop' of github.com:kzaher/RxSwift into develop 2016-02-20 11:11:39 +01:00