Commit Graph

432 Commits

Author SHA1 Message Date
Krunoslav Zaher
20d25a8246 [Fix] Adds target dependencies for example app. 2017-01-19 14:53:31 +01:00
Krunoslav Zaher
fe53b5e6a1 Merge pull request #1055 from gorozco58/master
Github Driver example small change to simulate networking work
2017-01-15 00:38:25 +01:00
Giovanny Orozco
4e85b674f3 Remove unnecessary code 2017-01-11 09:27:42 -05: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
Giovanny Orozco
c46f11ae69 pull request changes 2017-01-02 08:44:17 -05:00
Giovanny Orozco
1f07426c4f Github Driver example small change to simulate networking work 2016-12-29 10:11:43 -05:00
Krunoslav Zaher
0b8a4187c8 [Fix] Removes missing file link again. 2016-12-17 23:30:30 +01:00
Krunoslav Zaher
9d7ab84920 [Fix] It looks like Apple fixed memory leak for UIButton with iOS 10.2. #842 2016-12-17 10:34:46 +01:00
Czajnikowski
0e1b43af1a Simplify binding in GeolocationViewController
Remove warning in Storyboard
2016-12-07 18:04:43 +01:00
Czajnikowski
3293a6cb6a Improve naming in GeolocationViewController
Move noGeolocationView into scene dock in storyboard
2016-11-26 17:51:16 +01:00
Krunoslav Zaher
21f4f91245 [Fix] Automation tests. 2016-11-26 14:33:45 +01:00
Krunoslav Zaher
cd90bca974 Fix for Wikipedia Search example generating unnecessary traffic. #1010 2016-11-26 13:01:27 +01:00
Czajnikowski
f01ce026f8 Fix storyboard reference in TableViewEditingCommandsViewController 2016-11-24 16:21:31 +01:00
Czajnikowski
42b0a76326 Refactor Main.storyboard to more manageable set of storyboards 2016-11-24 15:55:11 +01:00
Krunoslav Zaher
4043fb1eeb [Fix] Documentation. 2016-11-18 23:16:22 +01:00
Krunoslav Zaher
0f60ff6a5a [Fix] Increases number of rows in table view example. 2016-11-13 10:31:45 +01:00
Krunoslav Zaher
058440af36 Improves automation tests 2016-11-06 19:19:42 +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
eb54c8e635 Merge pull request #972 from fe9lix/ReachabilityUpdate
Updates Reachability.
2016-11-01 22:32:13 +01:00
Krunoslav Zaher
7299e0a6b3 Adds UITests for macOS. 2016-11-01 22:28:58 +01:00
fe9lix
ea1429348f Updates Reachability to latest version. Adds error handling for failed initialization to ReachabilityService. 2016-10-31 23:14:47 +01:00
Luca Gobbo
9fe9a7c50f travis build 2016-10-25 15:34:53 +02:00
Luca Gobbo
5b83ce65ff small cleanup 2016-10-25 14:41:23 +02:00
Luca Gobbo
eeb62753aa driver creation needs to be inside driveOnScheduler 2016-10-25 14:25:31 +02:00
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