1858 Commits

Author SHA1 Message Date
Krunoslav Zaher
4952adb27c Merge branch 'develop' of github.com:ReactiveX/RxSwift into develop 2016-09-18 22:13:50 +02:00
Krunoslav Zaher
fbecaaf467 A couple of simplifications. 2016-09-18 22:02:21 +02:00
Krunoslav Zaher
a29d5df6cc Merge branch 'rxswift-2.0' into develop 2016-09-18 21:56:22 +02:00
Krunoslav Zaher
ed5d40e6b1 Fixes unit tests. 2016-09-18 20:25:21 +02:00
Krunoslav Zaher
4ab27a7595 Moves from RxCocoa to example project. #874 2016-09-18 20:24:13 +02:00
Krunoslav Zaher
f4022561b8 Moves location manager and UIImagePickerViewController extensions from RxCocoa to RxExample project. #874 2016-09-18 20:19:22 +02:00
Krunoslav Zaher
aeeed0bad9 Merge pull request #892 from stefanscheidt/feature/documentation-swift3-gettingstarted-performwork
Update getting started "observable that perform work" to Swift 3
2016-09-17 18:24:25 +02:00
Stefan Scheidt
7ec61152a3 Updates changelog. 2016-09-17 14:23:50 +02:00
Stefan Scheidt
d4bed06d79 update getting started section on creating an observable that performs work to Swift 3 2016-09-16 23:46:07 +02:00
Krunoslav Zaher
d6d4e8754f Removes Installation.md 2016-09-15 21:57:01 +02:00
Krunoslav Zaher
dfeb35170e Merge pull request #877 from tzm41/develop
Fix a typo in the timer function doc
2016-09-12 23:21:54 +02:00
tzm41
ec94985a68 Fix a typo in the sample doc 2016-09-12 11:46:28 -04:00
Krunoslav Zaher
06129b50cf Updates CHANGELOG.md 2016-09-11 17:39:27 +02:00
Krunoslav Zaher
2e8736b137 Moves location manager and UIImagePickerViewController extensions from RxCocoa to RxExample project. #874 2016-09-11 17:38:12 +02:00
Krunoslav Zaher
749800f7c3 Release 3.0.0-beta.1 2016-09-11 17:13:27 +02:00
Krunoslav Zaher
4a36de8a24 Improves throttle dueTime behavior by measuring time after element is sent. 2016-09-11 02:55:50 +02:00
Krunoslav Zaher
979f3723e4 Improves throttle behavior and adds latest flag. 2016-09-11 02:25:55 +02:00
Krunoslav Zaher
70d38bd3f5 Fixes deprecated method. 2016-09-10 23:18:11 +02:00
Krunoslav Zaher
6eba58d385 Improves matrix build. 2016-09-10 22:24:15 +02:00
Krunoslav Zaher
0f33152c8d Prepares all tests for matrix build 2016-09-10 22:11:21 +02:00
Krunoslav Zaher
b373abd031 Fixes for Xcode 8 GM 2016-09-10 20:06:43 +02:00
Krunoslav Zaher
769dabbc06 Merge pull request #873 from a83988029/develop
fit for ios10
2016-09-09 15:43:04 +02:00
jiangjie
45f69bb93e add camera usage description an photo library usage description for iOS 10 2016-09-09 14:03:58 +08:00
Krunoslav Zaher
c99a49aa66 Fixes CHANGELOG.md 2016-09-08 19:23:51 +02:00
Krunoslav Zaher
17208487dd Merge pull request #869 from ldiqual/develop
Migrate to Xcode 8 GM
2016-09-08 15:27:28 +02:00
Krunoslav Zaher
47f64a895e Merge pull request #863 from kumapo/use-lowercamelcase-for-enum-values
Rename `ReachabilityStatus.Reachable` to `.reachable`
2016-09-08 15:24:16 +02:00
Loïs Di Qual
443cbd53df Migrate to Xcode 8 GM 2016-09-07 17:00:18 -07:00
kumapo
71b0338b4a Rename ReachabilityStatus.Reachable to .reachable 2016-09-05 16:49:09 +09:00
Krunoslav Zaher
1afcf5a8e1 Adapts UITextView extensions to Swift 3.0 syntax. 2016-09-04 15:09:32 +02:00
Krunoslav Zaher
4980dd13e4 Adds missing UITextView extensions. 2016-09-04 15:09:32 +02:00
Krunoslav Zaher
ac156405b5 Adds missing UITextView extensions. 2016-08-30 22:18:03 +02:00
Krunoslav Zaher
4a24cdd6d6 Merge pull request #845 from bellx2/rx_uisearchbar
adds `UISearchBar` extensions
2016-08-30 22:16:56 +02:00
Ryu Tanabe
f0863eaca1 Merge commit 'f23eb75adc8aad2f4c5ae620da9cf3acd16cca12' into rx_uisearchbar
* commit 'f23eb75adc8aad2f4c5ae620da9cf3acd16cca12':
  Make Bool as KVORepresentable, to avoid ambiguty in observe()
  Fixes unit tests.
  Fixes delay operator.
  Adds timeout parameter to blocking observable sequence.
  patch the implement of convert to serial queue.
  implement all tests.
  Add real scheduler test.
  Use `SchedulerType.scheduleRecursive` and `CompositeDisposable.removeDisposable`.
  move lock on Error case. I'm sorry I fix mistype in _group.addDisposable argmunets. I think it was missed when rename tempolary field.
  update API.md
  add delay operator
2016-08-30 22:51:04 +09:00
Krunoslav Zaher
f23eb75adc Merge pull request #853 from DouglasHeriot/kvo-bool
Make Bool as KVORepresentable, to avoid ambiguty in observe()
2016-08-29 23:44:09 +02:00
Douglas Heriot
76b1c00661 Make Bool as KVORepresentable, to avoid ambiguty in observe()
Also mark rx_text usage as deprecated, to avoid warning.
2016-08-29 12:00:04 +10:00
Krunoslav Zaher
3b67c57328 Fixes unit tests. 2016-08-28 23:38:38 +02:00
Krunoslav Zaher
8c7fed0603 Fixes delay operator. 2016-08-28 23:35:00 +02:00
Krunoslav Zaher
09a844e9de Adds timeout parameter to blocking observable sequence. 2016-08-28 23:34:40 +02:00
Krunoslav Zaher
d19cab3c78 Merge branch 'feature/delay-operator' of github.com:tarunon/RxSwift into delay_operator 2016-08-28 20:00:25 +02:00
Ryu Tanabe
ec0e3e1ecb Merge commit '2969fbe70d8acaeeec349442f7c0452d50c55148' into rx_uisearchbar
* commit '2969fbe70d8acaeeec349442f7c0452d50c55148':
  Fixes for issue template.
  Updates issue template.
  Updates README.md with Swift 2.3 version.
  Fix carthage directions in readme
2016-08-28 14:19:45 +09:00
Krunoslav Zaher
2969fbe70d Fixes for issue template. 2016-08-27 12:45:03 +02:00
Krunoslav Zaher
6ed8c6c00d Updates issue template. 2016-08-27 12:41:04 +02:00
Krunoslav Zaher
de28113c06 Updates README.md with Swift 2.3 version. 2016-08-27 12:33:10 +02:00
Krunoslav Zaher
08501da396 Merge pull request #848 from damianesteban/fix/readme-carthage-directions
Fix carthage directions in readme
2016-08-25 18:16:48 +02:00
Damian Esteban
e85b3203bc Fix carthage directions in readme 2016-08-25 12:08:43 -04:00
Ryu Tanabe
483c22abd7 adds UISearchBar extensions 2016-08-23 09:08:56 +09:00
Krunoslav Zaher
900035d78b Fixes deprecated warnings. 2016-08-21 19:26:15 +02:00
Krunoslav Zaher
ef71ba9f20 Updates requirements section in README.md 2016-08-21 18:45:44 +02:00
Krunoslav Zaher
72122e3e43 Updates documentation for 3.0.0.alpha.1 2016-08-21 18:40:08 +02:00
Krunoslav Zaher
87b792e54d Adds 3.0.0.alpha.1 changes to CHANGELOG. 2016-08-21 17:17:35 +02:00