Commit Graph

1829 Commits

Author SHA1 Message Date
Krunoslav Zaher b338c81e0d Merge remote-tracking branch 'origin/develop' into feature/observe_method_calls 2015-12-19 01:07:05 +01:00
Krunoslav Zaher b328cef22c Merge branch 'develop' into feature/observe_method_calls 2015-12-19 01:06:38 +01:00
Krunoslav Zaher 384aa73ff3 Merge pull request #350 from nanoxd/update-readme
Documentation Updates
2015-12-18 23:42:13 +01:00
Krunoslav Zaher 3508301e3b Finishes `rx_sentMessage`. 2015-12-18 23:33:58 +01:00
Fernando Paredes e54fa1f207 [GettingStarted] Use canonical way of checking a string for a string 2015-12-18 08:29:02 -08:00
Fernando Paredes 79a079dc49 [Examples] Use `isEmpty` instead of manual zero-checking 2015-12-18 08:23:47 -08:00
Fernando Paredes 375725578c [Docs] Update GettingStarted with proper NSURLSession rx_response 2015-12-18 08:14:24 -08:00
Fernando Paredes 740a3c4805 Update README's KVO to match new API 2015-12-18 08:05:12 -08:00
Fernando Paredes b7c0891e4e Update NSURLSession function in README 2015-12-17 22:00:45 -08:00
Krunoslav Zaher f6a11e5eb9 Merge pull request #349 from nanoxd/update-image-optionality
Remove use of unwrapped optionals from NSImageView
2015-12-16 21:17:55 +01:00
Fernando Paredes 3754186efe Update UIImageView's method signatures for API Docs 2015-12-16 11:48:02 -08:00
Fernando Paredes 442066562a Match NSImageView to UIImageView's optional image API 2015-12-16 11:47:59 -08:00
Krunoslav Zaher 53cb12e253 Merge pull request #346 from nanoxd/update-api-docs
[NSURLSession] Remove force unwrapped return from rx_JSON
2015-12-16 20:43:48 +01:00
Krunoslav Zaher c32a46b526 Merge pull request #347 from nanoxd/update-location-docs
Update CLLocationManager API Docs to match code
2015-12-16 20:43:24 +01:00
Fernando Paredes 4ae3e1281e Update Example app for tests 2015-12-16 11:12:44 -08:00
Fernando Paredes 82f6d05030 Update CLLocationManager API docs to match code 2015-12-16 11:07:52 -08:00
Fernando Paredes dc85614a8b [NSURLSession] Remove force unwrapped returns from rx_JSON 2015-12-16 10:47:25 -08:00
Krunoslav Zaher 31dda1297e Merge pull request #344 from ReactiveX/debug-despose-timestamp
Move NSDateFormatter to instance var. Add timestamp to dispose
2015-12-16 11:57:08 +01:00
yury c90511b99b Move NSDateFormatter to instance var. Add timestamp to dispose 2015-12-16 13:48:13 +03:00
Krunoslav Zaher 9b37a36001 Merge pull request #341 from petester42/develop
Set global deployment target for frameworks
2015-12-16 10:27:53 +01:00
Pierre-Marc Airoldi 39a545045e Set global deployment target for frameworks 2015-12-15 21:45:43 -05:00
Krunoslav Zaher cafafe493f Merge pull request #340 from icanzilb/master
Reflect infinite sequences in the regex example
2015-12-15 18:14:28 +01:00
Marin Todorov 1bfaedfec4 Reflect infinite sequences in the regex example
The text gives an example of an infinite sequence here "Some sequences are finite, and some are infinite, like sequence of button taps" and just few lines below tries to explain sequences with a regex (which is great). However the regex was always having a terminating element (error or completion) and that contradicts the idea of an infinite sequence (which never terminates). 

What I did was to add a "?" to the terminating element in the regex example
2015-12-15 12:12:27 +01:00
Krunoslav Zaher 96395c62fa Merge pull request #337 from nRewik/develop
Update new Playground API
2015-12-14 18:06:53 +01:00
nRewik 90833dc290 Update new Playground API 2015-12-14 21:14:47 +07:00
Krunoslav Zaher 9439b281bb Small scheduler directory cleanup. 2015-12-13 15:47:46 +01:00
Krunoslav Zaher c337e642dc Polish for `CLLocationManager` interface and adds unit tests. 2015-12-13 15:28:00 +01:00
Krunoslav Zaher 38ba177e8f Improves `TailRecursiveSink` dispose logic. 2015-12-13 13:05:43 +01:00
Krunoslav Zaher 1148e3393c Simplifies logic in `TailRecursiveSink`. 2015-12-13 10:49:53 +01:00
Krunoslav Zaher 04ee3754d7 Adds time stamp to `debug` operator printout. 2015-12-13 01:08:33 +01:00
Krunoslav Zaher aea5848d83 Small polishing for GitHub repository search. 2015-12-13 00:33:17 +01:00
Krunoslav Zaher 6dcdf281b8 Moves `disctinctUntilChanged` to `ActivityIndicator`. 2015-12-13 00:27:02 +01:00
Krunoslav Zaher c534db0fac Polishing for GitHub repository search example. 2015-12-13 00:23:51 +01:00
Krunoslav Zaher d201397fa3 Improves tail recursive optimizations for `concat`, documents then and adds additional unit tests. 2015-12-13 00:07:57 +01:00
Krunoslav Zaher 0b5b9fe97a Adds `deferred` to `Driver` unit. 2015-12-12 21:07:00 +01:00
Krunoslav Zaher d786b367f1 Changes `ConnectableObservable` class. Generic parameter is now type of elements in observable sequence. 2015-12-12 20:36:30 +01:00
Krunoslav Zaher e14ca2e94d Fixes problem with autocorrect and `rx_text` on `UITextView`. #333 2015-12-12 20:00:33 +01:00
Krunoslav Zaher c8dc9cde0d Fixes Travis. 2015-12-12 17:34:48 +01:00
Krunoslav Zaher 170d21b2fe Updates `pre-release-tests.sh` for Xcode 7.2 2015-12-12 17:28:28 +01:00
Krunoslav Zaher 9fb35d737b Improves leak detection logic and adds suggestions how to detect memory leaks. 2015-12-12 17:28:28 +01:00
Krunoslav Zaher f983831113 Merge pull request #332 from brunokoga/master
Fixes broken WWDC 2014 links on README.md
2015-12-11 11:52:34 +01:00
Krunoslav Zaher 5c30d1068d Merge pull request #330 from finneycanhelp/remove-dead-code-issue-329
removed dead code
2015-12-11 10:34:36 +01:00
Mike Finney 51a46c014f removed dead code 2015-12-10 18:00:50 -06:00
Bruno Koga e63912fafb Fixes broken WWDC 2014 links on README.md 2015-12-09 13:07:24 +01:00
Krunoslav Zaher fcc46aafea Moves `SentMessageTest` from RxSwift to RxCocoa tests. 2015-12-08 21:43:31 +01:00
Krunoslav Zaher 3162f55f68 Merge branch 'develop' into feature/observe_method_calls 2015-12-08 21:30:13 +01:00
Krunoslav Zaher aeff907a8d Release 2.0.0-beta.4 2015-12-07 00:58:20 +01:00
Krunoslav Zaher e89ddd9891 Updates `CHANGELOG.md`. 2015-12-07 00:55:51 +01:00
Krunoslav Zaher a6730acec2 Fixes docs for `rx_animating`. 2015-12-07 00:40:53 +01:00
Krunoslav Zaher 08e68c66e4 Updates automation scripts. 2015-12-07 00:14:28 +01:00