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
53c9e23b21
Remove empty lines
2018-05-22 16:47:17 +03:00
Igor Kislyuk
9004c5f553
Update empty characters
2018-05-22 16:41:19 +03:00
Igor Kislyuk
87e4789625
Merge branch 'master' into fix-typos
...
# Conflicts:
# CHANGELOG.md
# LeadKit.podspec
2018-05-22 16:37:40 +03:00
Ivan Smolin
cbb647afe7
Merge branch 'feature/newflow' of github.com:TouchInstinct/LeadKit into feature/newflow
...
# Conflicts:
# CHANGELOG.md
# LeadKit.xcodeproj/project.pbxproj
2018-05-22 16:23:10 +03:00
Ivan Smolin
11d529f4c0
InitializableView
2018-05-22 16:20:04 +03:00
Igor Kislyuk
f71c882738
Merge branch 'master' into feature/newflow
...
# Conflicts:
# CHANGELOG.md
2018-05-22 16:19:31 +03:00
Pavel Lukandiy
a9536d3cff
Targets fix
2018-05-22 14:54:18 +03:00
Ivan Smolin
3e73ff7658
remove NetworkOperationModel and NetworkOperationState
2018-05-22 14:26:30 +03:00
Igor Kislyuk
e3e060eda4
Update for new flow
2018-05-22 14:18:32 +03:00
Pavel Lukandiy
360bcde3f9
Review notes
2018-05-22 14:03:40 +03:00
Pavel Lukandiy
c49a05270f
UI delegate default parameter
2018-05-21 21:18:10 +03:00
Pavel Lukandiy
6982b95659
Refactor and fix annotations
2018-05-21 21:09:56 +03:00
Pavel Lukandiy
a6ce1288ba
Removed UI delegate generic
2018-05-21 20:44:51 +03:00
Pavel Lukandiy
f890fb58e0
Implemented wrapper ui delegate
2018-05-21 20:32:52 +03:00
Ivan Smolin
15a77a8bdb
pagination exhausted fix
2018-05-21 20:07:11 +03:00
Ivan Smolin
6417b43df8
fix code review note
2018-05-21 19:16:12 +03:00
Ivan Smolin
8c3c3cb7f5
hide execute from RxDataLoadingModel and it children
2018-05-18 18:56:26 +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
Sasha Malina
7afa723ed5
Undo useless changes
2018-05-12 00:31:26 +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
f0fb443f6b
Fix double rounding issue & typo
...
In current state "normal" rounding type produce error:
`3.14.roundValue(withPrecision: 0) == 4`,
`3.14.roundValue(withPrecision: 1) == 3.2`, looks strange.
Fix typo in word `precision`, improve description
2018-05-10 12:28:48 +03:00
Alexey Gerasimov
d06ede6a19
Float80 extension removed
2018-04-17 21:32:41 +03:00
Alexey Gerasimov
588b097d42
Fixed: pullRequest comments
2018-04-17 19:32:36 +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
03b4dc6ac5
Fix typo
2018-04-11 20:51:43 +03:00
Igor Kislyuk
c168b64d2c
Fix typo
2018-04-11 20:49:53 +03:00
Madhas
83e1eae7d0
fix timeout
2018-04-11 19:13:57 +03:00
Madhas
3fdbc72324
Merge branch 'feature/small_changes' into fix/view+autolayout
2018-04-11 16:56:53 +03:00
Madhas
fc591bba0c
change log + comments
2018-04-11 16:51:32 +03:00
Madhas
0c27f3b81d
pleasuring swiftlint
2018-04-11 16:45:25 +03:00
Madhas
f1da683009
Merge branch 'master' into fix/view+autolayout
2018-04-11 16:40:01 +03:00
Madhas
d15a10857f
setToCenter with insets updated
2018-04-11 16:39:03 +03:00
Ivan Smolin
a9be9b8f13
Merge branch 'master' into feature/small_changes
2018-04-11 16:35:25 +03:00
Ivan Smolin
b320615154
remove copy-paste
2018-04-11 16:24:17 +03:00
Ivan Smolin
e51a585ed9
apiRequestParameters method to NetworkServiceConfiguration extension
2018-04-11 15:24:22 +03:00
Ivan Smolin
46d0fd57da
code review comment
2018-04-11 13:40:10 +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
sasha malina
d267f0a58e
Fix doubling separator line issue
...
The problem is that for 2..last-1 rows performs .full(middleSeparatorConfiguration, middleSeparatorConfiguration) action, that leads to doubling separator line height
2018-04-10 20:00:27 +03:00
Alexey Gerasimov
66567bb811
Fixed: pullRequest comments
2018-04-06 01:11:07 +03:00
Alexey Gerasimov
ed13f119f3
NetworkServiceConfiguration added
2018-04-05 22:02:44 +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
Alexey Gerasimov
e5d50f11d5
Merge branch 'master' into feature/date_formatting_view_background_and_text
...
# Conflicts:
# CHANGELOG.md
2018-03-30 19:43:40 +03:00
Alexey Gerasimov
63324eec7e
Ooops
2018-03-30 19:32:23 +03:00
Alexey Gerasimov
828d63838c
Refactored
2018-03-30 19:27:30 +03:00
Alexey Gerasimov
11cce2d920
Change root controller fixed
2018-03-30 19:22:19 +03:00
Ivan Smolin
e6bdba0504
Xcode 9.3 migration
2018-03-30 12:19:27 +03:00
Alexey Gerasimov
9a4d934cc2
Refactored
2018-03-29 20:00:13 +03:00