Vlad
f84a5a643d
Up version
2020-08-18 15:21:53 +03:00
Vlad
b6079e175c
Up version and update changelog
2020-08-09 15:17:21 +03:00
Vlad
174885d172
Update changelog and version
2020-08-08 00:57:36 +03:00
Vlad
fcc5805dac
Replace retry button with retry view
2020-08-07 14:10:21 +03:00
Maxim Sorokin
ab52e832dc
up version to 0.9.33 and chenged log
2020-07-23 16:57:24 +03:00
Maxim Sorokin
3430344703
up version to 0.9.32 and chenged log
2020-07-22 10:07:22 +03:00
krasich74
5a39fe10cd
Performed migration from Alamofire 4 to Alamofire 5
...
Removed .swift-version in favour of swift version in podspecs
2020-06-09 16:28:50 +03:00
krasich74
1bd8941af4
podspecs
2020-05-07 20:05:35 +03:00
krasich74
b6be1163b3
Updated Podspecs to use RxSwift 5.1.0
2020-05-07 19:57:30 +03:00
Vlad
d8868d1aca
Update changelog and podspec
2020-04-15 15:32:00 +03:00
Boyko Mihail
8f26e41b52
Update changelog and podspec files
2020-02-21 11:56:19 +03:00
Sergey Kopytov
87d5f91d2d
add UIViewController extension with full screen present
2019-10-03 21:01:12 +03:00
Ivan Babkin
21563377f4
Add method for DateFormattingService that parses date from string in one of the given formats with current region.
2019-09-09 14:54:43 +03:00
Ivan Babkin
dac88ebe98
Make TotalCountCursor open and not final
2019-08-30 12:22:15 +03:00
Ivan Babkin
44bc8dfefc
Make ApiRequestParameters properties public
2019-07-10 12:23:04 +03:00
Ivan Babkin
c12131de39
Version up, updated changelog
2019-06-10 14:55:17 +03:00
Aliona
0332d9848e
Update initializable and podspec description
2019-05-21 14:49:22 +03:00
Aliona
970f8c6987
Initializable protocol
2019-05-20 20:02:35 +03:00
Artur
683d3e9797
Podspec and changelog update
2019-05-20 15:30:02 +03:00
Ivan Babkin
f8026bcd66
Merge branch 'master' into feature/hex_string
2019-04-25 19:30:30 +03:00
Artur Azarau
cfb8259dbe
Version in podspec updated
2019-04-23 14:39:47 +03:00
Artur
b82c547f06
Podspec updated
2019-04-22 19:52:10 +03:00
Pavel Lukandiy
39aa498072
Version update
2019-04-19 17:42:15 +03:00
Artur
185d5a838d
Pod spec updated
2019-04-17 19:48:24 +03:00
Pavel Lukandiy
8c61bfab9e
Podspec fix
2019-04-17 17:05:31 +03:00
Pavel Lukandiy
35a39c149c
Added dependency
2019-04-17 16:23:24 +03:00
Pavel Lukandiy
8ad7e7162f
Podspec update
2019-04-16 20:26:43 +03:00
Artur
2d4beef7f0
Changelog and podspec fixed
2019-04-09 16:01:18 +03:00
Artur
0447c53709
Merge branch 'master' into baseSearchViewController
2019-04-09 15:59:06 +03:00
Ivan Smolin
287955fdba
update SwiftDate (~> 6)
2019-04-01 11:55:50 +03:00
Ivan Babkin
aa00c43f57
Merge branch 'master' into feature/network_layer
2019-03-28 12:19:25 +03:00
Ivan Smolin
3be1d793a2
update changelog and podspec version
2019-03-28 12:02:43 +03:00
Artur
7d96e07b4e
Merge master
2019-03-26 20:22:04 +03:00
Ivan Babkin
5088c20e82
Updated changelog, version up
2019-03-25 15:08:17 +03:00
Pavel Lukandiy
a73baf8253
Version up
2019-03-17 14:17:21 +05:00
Pavel Lukandiy
c529ae736e
Podspec version update
2019-03-14 00:38:30 +05:00
Ivan Babkin
a53dad9777
Add validStatusCodes pararmeter to request methods
2019-03-06 14:39:37 +03:00
Ivan Babkin
3c1ee70ff3
Add request method that returns data
2019-02-21 16:39:15 +03:00
Ivan Smolin
299fbe37e2
fix linting issues
2019-02-11 13:53:48 +03:00
Ivan Smolin
fb813b259f
remove extension target and extension subspec
2019-01-30 13:52:21 +03:00
Ivan Smolin
0c37bea3cf
update dependencies, add cartfile
2019-01-29 15:52:33 +03:00
Iurii
9517e1151e
Add a method
2019-01-27 07:27:10 +03:00
Artur Azarau
4402cd963c
version in podspec was fixed
2019-01-10 21:47:07 +03:00
Artur Azarau
2b4259d08e
podspec and changelog were updated
2019-01-10 15:16:15 +03:00
Ivan Babkin
a27ec284ac
Added ability to pass an array parameter in request
2018-12-17 18:00:45 +03:00
Sergey Kopytov
c76b2e1745
update podspecs
2018-12-17 15:29:30 +03:00
Ivan Babkin
50f24e82b6
Podspec version and changelog update
2018-10-26 16:36:55 +03:00
Ivan Babkin
2bccc006d7
Time out as network error
2018-10-19 17:37:45 +03:00
Anton Popkov
4425ff6f21
Podspec version update
2018-10-15 14:56:31 +03:00
Ivan Smolin
e7eb1bd51f
Add: configureLayout method to InitializeableView protocol and all implementations.
...
Update: GeneralDataLoadingViewModel now can handle state changes and result of data source. Previously it was possible only in view controller.
Add: GeneralDataLoadingHandler protocol, that defines methods for common data loading states handling.
Add: resultObservable and resultDriver properties to GeneralDataLoadingViewModel.
Add: hidesWhenStopped option to SpinnerView, so you can stop animation without hiding image inside it.
Update: Migrate to Swift 4.2 & Xcode 10. Update dependencies.
2018-10-12 17:22:49 +03:00
Ivan Smolin
2e70e8248d
Add: UserDefaults+Codable is back. Now with generic subscript support.
2018-09-14 19:40:51 +03:00
Ivan Smolin
e0d13abe6c
update podspec version
2018-09-14 17:57:56 +03:00
Ivan Smolin
30bec8e9c7
Add: NSNumberConvertible protocol for NumberFormattingService use cases.
...
Add: TableDirector methods for rows insertion and removal without reload a whole table.
Add: UIImageView binder for disclosure indicator rotation.
Add: UIView.addSubviews(:) methods with variable number of arguments and array of views.
Add: PlaceholderConfigurable that defines attributes and methods for view with placeholder and regular state.
Add: ContentLoadingViewModel enum that describes possible PlaceholderConfigurable view states.
2018-09-13 20:07:04 +03:00
Ivan Smolin
c1fe170c51
Add: Methods replace(with:), asVoid(), asOptional() to ObservableType, SharedSequence (aka Driver) and Single.
...
Add: Completable.deferredJust(:) static method.
Add: ViewTextConfigurable protocol. Conform UILabel, UITextField and UIButton to this protocol.
Add: BaseTextAttributes with base text appearance attributes.
Update: ViewText.string now uses BaseTextAttributes instead of separate properties.
Add: BasePlaceholderView and BasePlaceholderViewModel classes used to create your own placeholder.
Add: TableKitViewModel protocol that adds convenient extensions to cell view models that implements it.
2018-08-07 16:26:43 +03:00
Ivan Smolin
d1fab2c69c
swift date 5.0 migration part 2
2018-07-31 12:59:55 +03:00
Ivan Smolin
8b9f3edace
final changes
2018-07-27 16:08:37 +03:00
Ivan Smolin
e11b129a75
add base table & collection view controllers
2018-07-27 15:46:17 +03:00
Ivan Smolin
a20aa5affa
update dependencies & migrate to SwiftDate 5.0
2018-07-23 12:53:04 +03:00
Ivan Smolin
2cebfd7ffd
base controllers
2018-07-23 11:45:17 +03:00
Aliona
3d2a53c906
Update version
2018-07-11 17:29:38 +03:00
Ivan Smolin
12b4efe6a9
Add: replaceDataSource method to RxNetworkOperationModel.
...
Add: customErrorHandler constructor parameter to RxNetworkOperationModel and it heirs.
2018-07-03 14:31:25 +03:00
Aliona
5e311a01a4
Add separatorRowBox to extensions
2018-06-26 14:21:26 +03:00
Aliona
f9691a6716
Add tablekit extensions
2018-06-26 14:01:44 +03:00
Aliona
bd3753fa62
Update LeadKit.podspec
2018-06-25 23:33:33 +03:00
Aliona
249dd03e51
Update LeadKit.podspec
2018-06-25 18:13:04 +03:00
Aliona
10755d2d22
Exclude stuff
2018-06-25 17:52:52 +03:00
Aliona
f076b4aac1
Add one more destination
2018-06-25 17:43:35 +03:00
Aliona
387fb83e63
Add cells
2018-06-25 17:37:47 +03:00
Anton Popkov
f20f355a42
SpinnerView animation freezing fix
2018-06-07 16:49:17 +03:00
Madhas
690c0532d1
update changelog and podspec
2018-05-31 17:51:33 +03:00
Igor Kislyuk
06f4121b69
Update localized component
2018-05-29 22:55:10 +03:00
Madhas
dcc095a233
remove ObjectMapper dependancy from podspec, change version
2018-05-24 17:27:58 +03:00
Madhas
20bf8bf861
remove ObjectMapper from podfile
...
update podspec
2018-05-24 16:56:21 +03:00
Ivan Smolin
3c99b31da0
fix default implementation of PaginationWrapperUIDelegate
2018-05-22 18:40:31 +03:00
Ivan Smolin
609e1a9ff4
Merge branch 'master' into feature/request_network_operation_state
...
# Conflicts:
# CHANGELOG.md
# LeadKit.podspec
# LeadKit.xcodeproj/project.pbxproj
2018-05-22 17:17:13 +03:00
Igor Kislyuk
36f059da06
Merge branch 'master' into feature/newflow
...
# Conflicts:
# CHANGELOG.md
2018-05-22 16:59:07 +03:00
Igor Kislyuk
87e4789625
Merge branch 'master' into fix-typos
...
# Conflicts:
# CHANGELOG.md
# LeadKit.podspec
2018-05-22 16:37:40 +03:00
Igor Kislyuk
f71c882738
Merge branch 'master' into feature/newflow
...
# Conflicts:
# CHANGELOG.md
2018-05-22 16:19:31 +03:00
Igor Kislyuk
e3e060eda4
Update for new flow
2018-05-22 14:18:32 +03:00
Pavel Lukandiy
f71237c032
Version up
2018-05-21 21:16:49 +03:00
Ivan Smolin
d600d57260
NetworkOperationState and RequestNetworkOperationModel for tracking network request state. Just like GeneralDataLoadingState but without empty state.
2018-05-18 18:52:40 +03:00
Ivan Smolin
fd775f4e78
fix version in podspec
2018-05-14 09:31:32 +03:00
Ivan Smolin
7249bf66dc
- Update: Migrate from Variable to BehaviorRelay.
...
- Fix: PaginationWrapper retry load more after fail.
- Fix: safeClear method of TableDirector now creates section without header and footer.
- Add: TableSection convenience initializer.
2018-05-11 20:16:28 +03:00
Sasha Malina
ad0ed37095
Increment version
2018-05-10 12:39:24 +03:00
Alexey Gerasimov
aba4068fb5
UniversalMappable added
2018-04-17 19:08:07 +03:00
Ivan Smolin
9473e46d1b
Fix: addHeaderBackground cells overlapping.
2018-04-13 14:00:38 +03:00
Igor Kislyuk
7a329feeca
Fix version
2018-04-11 21:03:43 +03:00
Madhas
83e1eae7d0
fix timeout
2018-04-11 19:13:57 +03:00
Ivan Smolin
a9be9b8f13
Merge branch 'master' into feature/small_changes
2018-04-11 16:35:25 +03:00
sasha malina
74b61cc921
Update changelog & pod version
2018-04-11 16:17:41 +03:00
Ivan Smolin
b364ac6d61
Remove: App, Log and LogFormatter.
...
Remove: CocoaLumberjack dependency.
Add: Rotate operation for image drawing.
Add: mapViewEvents overload with closure that returns array of disposables.
Update: Update ObjectMapper to 3.1.
2018-04-11 11:41:23 +03:00
Alexey Gerasimov
ed13f119f3
NetworkServiceConfiguration added
2018-04-05 22:02:44 +03:00
Ivan Smolin
79c2cf70b9
update podspec version
2018-04-02 20:28:21 +03:00
Ivan Smolin
437ab6ff6b
topConfiguration and bottomConfiguration properties, methods to configure top and bottom separators in CellSeparatorType extension.
...
totalHeight property in SeparatorConfiguration extension.
2018-04-02 20:21:14 +03:00
Ivan Smolin
b6ddf8c285
Exclude UIApplication extensions from iOS-Extension subspec
2018-04-02 15:26:36 +03:00
Alexey Gerasimov
35d81b0e2e
Podspec version fix
2018-03-30 19:44:19 +03:00
Ivan Smolin
8f16df4e91
fix watchOS build
2018-03-29 17:42:54 +03:00
Ivan Smolin
03301eec3d
DateFormattingService class replaced with protocol.
...
Add SwiftDate dependency for DateFormattingService.
Add ViewBackground enum that describes possible view backgrounds.
Add ViewText enum that describes text with appearance options.
Removed String+SizeCalculation extension.
2018-03-29 17:17:24 +03:00
Ivan Smolin
74d3e69b37
update podspec version
2018-03-28 19:33:32 +03:00
Ivan Smolin
78f82e51d2
Update version and podspec
2018-03-27 14:41:14 +03:00