Nicholas Maccharoli
|
9e345e3645
|
Dry up lock / unlock logic in Lock.swift
|
2016-04-25 03:10:06 +09:00 |
Krunoslav Zaher
|
7133d6a6e5
|
Merge pull request #638 from Nirma/lastindex_improvement
Make lastIndexOf search from end of string to start
|
2016-04-24 15:43:39 +02:00 |
Krunoslav Zaher
|
a96321638a
|
Merge pull request #641 from ReactiveX/partial-application
Use partial application with AnonymousDisposable if possible
|
2016-04-24 15:42:17 +02:00 |
Yury Korolev
|
353b0b55c3
|
Use partial application with AnonymousDisposable if possible
|
2016-04-23 21:22:10 +03:00 |
Krunoslav Zaher
|
347e81244c
|
Merge pull request #640 from garnett/delete-empty-file
Delete empty extension
|
2016-04-22 23:49:58 +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
|
58c8e0e802
|
Merge branch 'Calvin-Huang-resolve_ios_example_warning' into develop
|
2016-04-22 12:26:59 +02:00 |
Krunoslav Zaher
|
b2cf5ce567
|
Fixes problems with WikipediaImageSearch.
|
2016-04-22 12:26:14 +02:00 |
Krunoslav Zaher
|
6125245a73
|
Merge branch 'resolve_ios_example_warning' of git://github.com/Calvin-Huang/RxSwift into Calvin-Huang-resolve_ios_example_warning
|
2016-04-22 11:51:17 +02:00 |
Nicholas Maccharoli
|
5b35246953
|
Make lastIndexOf search from end of string to start
|
2016-04-22 14:34:31 +09: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 |
Krunoslav Zaher
|
b5491dd404
|
Merge pull request #632 from Nirma/simplify_queue
Simplify Queue.swift's init logic
|
2016-04-21 22:53:40 +02:00 |
Krunoslav Zaher
|
0c53b24b18
|
Fixes unit tests.
|
2016-04-21 22:52:18 +02:00 |
Nicholas Maccharoli
|
4d18ec0558
|
Simplify Queue.swift's init logic
|
2016-04-21 22:51:55 +02:00 |
Krunoslav Zaher
|
5283328321
|
Merge pull request #635 from Nirma/queue_defer
Leverage defer to make Queue's code more concise
|
2016-04-21 22:20:54 +02:00 |
Krunoslav Zaher
|
4e78d66857
|
Merge remote-tracking branch 'origin/develop' into develop
|
2016-04-21 22:10:29 +02:00 |
Krunoslav Zaher
|
0536a8868f
|
Updates CocoaPods integration documentation.
|
2016-04-21 21:31:05 +02:00 |
Krunoslav Zaher
|
bad39e0628
|
Merge pull request #633 from 53ningen/queue
make _initialCapacity property of Queue immutable
|
2016-04-21 11:42:35 +02:00 |
Nicholas Maccharoli
|
13ec2c0fea
|
Leverage defer to make Queue's code more concise
|
2016-04-21 18:40:34 +09:00 |
gomi_ningen
|
439b70d258
|
make _initialCapacity property of Queue immutable
|
2016-04-21 18:04:31 +09:00 |
Nicholas Maccharoli
|
0c82695990
|
Simplify Queue.swift's init logic
|
2016-04-21 16:18:03 +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
|
6dd6c9b211
|
Merge branch 'develop'
|
2016-04-20 13:55:17 +02:00 |
Krunoslav Zaher
|
48b782d761
|
Removes book on left side of README.md
|
2016-04-20 13:54:59 +02:00 |
Orta
|
78220fd37b
|
Update README.md
|
2016-04-20 13:54:59 +02:00 |
Orta
|
91dc31b9ed
|
Use a fancy table in the README
|
2016-04-20 13:54:59 +02:00 |
Krunoslav Zaher
|
0c7ca38cd7
|
Great readme commit.
|
2016-04-20 13:54:59 +02:00 |
Krunoslav Zaher
|
6455a64acf
|
Removes book on left side of README.md
|
2016-04-20 13:54:09 +02:00 |
Orta
|
2eb01273b8
|
Update README.md
|
2016-04-20 12:39:16 +01:00 |
Orta
|
91e7a3dead
|
Use a fancy table in the README
|
2016-04-20 11:48:31 +01:00 |
Krunoslav Zaher
|
411c4c284c
|
Great readme commit.
|
2016-04-20 12:08:42 +02:00 |
Krunoslav Zaher
|
c7fc68bfc1
|
Merge pull request #628 from garnett/patch-1
Rename outdated class name
|
2016-04-19 10:04:59 +02:00 |
Denis Lebedev
|
96de182dd3
|
Rename outdated class name
|
2016-04-18 22:45:21 +01:00 |
Krunoslav Zaher
|
3294458b87
|
Adds `rx_willDisplayCell` and `rx_didEndDisplayingCell` to `UITableView`.
|
2016-04-18 23:11:18 +02:00 |
Krunoslav Zaher
|
3668f360d7
|
Merge pull request #617 from ReactiveX/less-count-and-last
Use guard ... _generators.last instead of count check and last!
|
2016-04-17 18:23:10 +02:00 |
Krunoslav Zaher
|
72edf869a0
|
Removes `distinctUntilChanged` because is was creating a hidden state that can cause issues in some situations.
|
2016-04-17 17:14:55 +02:00 |
Krunoslav Zaher
|
756f17c848
|
Merge pull request #616 from catalandres/patch-1
Update Contents.swift
|
2016-04-14 14:19:14 +02:00 |
Yury Korolev
|
15b6bfc7dd
|
Do not change return logic
|
2016-04-13 11:39:19 +03:00 |
Yury Korolev
|
aa41626c39
|
Use guard ... _generators.last instead of count check and last!
|
2016-04-13 11:23:11 +03: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 |
Krunoslav Zaher
|
7b6a6b5f27
|
Enables Bitcode for tvOS.
|
2016-04-11 09:51:06 +02:00 |
Krunoslav Zaher
|
d8228eeea7
|
Adds 2.4 to `CHANGELOG.md`.
|
2016-04-11 00:31:56 +02:00 |
Krunoslav Zaher
|
e16ce89f3f
|
Documents parts of `RxCocoa`.
|
2016-04-11 00:31:26 +02:00 |
Krunoslav Zaher
|
12467ebc32
|
Release 2.4
|
2016-04-11 00:17:12 +02:00 |
Krunoslav Zaher
|
681bbf8c00
|
Updates Linux tests.
|
2016-04-11 00:16:11 +02:00 |
Krunoslav Zaher
|
39a87bfcfd
|
Fixes anomaly with `multicast` subscription disposal.
|
2016-04-11 00:07:54 +02:00 |
Krunoslav Zaher
|
18cf20820f
|
Merge pull request #550 from stack/uisearchbar-cancel
UISearchBar Cancel Event
|
2016-04-10 12:57:13 +02:00 |