Commit Graph

555 Commits

Author SHA1 Message Date
Alexey Gerasimov f8e9fd8973
Merge pull request #126 from ef1rspb/separator_rowbox_ext
Fix doubling separator line issue
2018-04-11 16:32:35 +03:00
sasha malina 74b61cc921 Update changelog & pod version 2018-04-11 16:17:41 +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 14e793cf09
Merge pull request #125 from TouchInstinct/feature/networkConfiguration
NetworkServiceConfiguration added
2018-04-06 09:46:05 +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 85f568fd44
Merge pull request #124 from TouchInstinct/feature/separator_cell_extensions
Separator cell related stuff
2018-04-05 11:40:28 +03:00
Ivan Smolin c450d2c143 empty group 2018-04-03 17:54:26 +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 ea829b7418
Merge pull request #123 from TouchInstinct/feature/fix_podspec
Exclude UIApplication extensions from iOS-Extension subspec
2018-04-02 15:44:29 +03:00
Ivan Smolin b6ddf8c285 Exclude UIApplication extensions from iOS-Extension subspec 2018-04-02 15:26:36 +03:00
Ivan Smolin 596ef59d1a
Merge pull request #120 from TouchInstinct/feature/date_formatting_view_background_and_text
DateFormattingService class replaced with protocol.
2018-04-02 13:44:27 +03:00
Alexey Gerasimov 35d81b0e2e Podspec version fix 2018-03-30 19:44:19 +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 0706e36860
Merge pull request #122 from TouchInstinct/fix/changeRoot
Change root controller fixed
2018-03-30 19:33:23 +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 ee15a4f1a6
Merge pull request #121 from TouchInstinct/feature/pinView11
Safe area support added
2018-03-29 20:02:07 +03:00
Alexey Gerasimov 9a4d934cc2 Refactored 2018-03-29 20:00:13 +03:00
Alexey Gerasimov e296f5ee77 Comment added 2018-03-29 19:52:30 +03:00
Alexey Gerasimov 934121690d Safe area support added 2018-03-29 19:22:46 +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 b0cc7c5dfd
Merge pull request #119 from TouchInstinct/feature/equatable_additional_http_headers
Equatable optional arrays, additionalHttpHeaders and convenient initializer for NetworkService
2018-03-28 20:52:41 +03:00
Ivan Smolin 74d3e69b37 update podspec version 2018-03-28 19:33:32 +03:00
Ivan Smolin ba596d826b rename and public 2018-03-28 19:26:44 +03:00
Ivan Smolin 5c88f34333 Extension for comparing optional arrays (`[T]?`) with `Equatable` elements.
`additionalHttpHeaders` static field in `ConfigurableNetworkService` protocol.
Default initializer for Network service that conforms to `ConfigurableNetworkService` protocol.
2018-03-28 19:03:35 +03:00
Ivan Smolin 1a34bebe69
Merge pull request #118 from TouchInstinct/feature/text_field_view_model
text field view model with bindings
2018-03-27 19:35:36 +03:00
Ivan Smolin 3fe60ef94a add safeClear for TableDirector 2018-03-27 16:42:45 +03:00
Ivan Smolin 78f82e51d2 Update version and podspec 2018-03-27 14:41:14 +03:00
Ivan Smolin 7c548954fb neatify 2018-03-27 14:36:29 +03:00
Ivan Smolin 3d3736bf8f NSAttributedString extensions 2018-03-27 14:33:55 +03:00
Ivan Smolin 4d938fc384 fix iOS-extension build 2018-03-27 14:32:59 +03:00
Ivan Smolin 5d206ea718 convenient typealias PaginationWrapperType 2018-03-27 13:17:16 +03:00
Ivan Smolin 4507f8cd5d SingleLoadCursor replacement and deprecation 2018-03-27 11:59:23 +03:00
Ivan Smolin 384180443b fix network service background thread crash 2018-03-27 11:43:15 +03:00
Ivan Smolin c7e5687f0b UIApplication+openUrl and telprompt 2018-03-27 11:42:55 +03:00
Ivan Smolin 01e93cc4e3 Move VoidBlock from LeadKitAdditions. closes https://github.com/TouchInstinct/LeadKit/issues/104 2018-03-27 11:12:50 +03:00
Ivan Smolin 463279d286 text field view model with bindings 2018-03-26 23:37:10 +03:00
Ivan Smolin f875207362
Merge pull request #117 from TouchInstinct/feature/additions_merge
Feature/additions merge
2018-03-26 18:07:08 +03:00
Ivan Smolin 9dec8a651e code review note 2018-03-26 18:05:11 +03:00
Ivan Smolin 409b614e98 remove empty group 2018-03-26 16:13:35 +03:00
Ivan Smolin 26a5b9dd96 fix watch os build 2018-03-26 16:13:35 +03:00
Ivan Smolin c3337fdf22 forgot to commit 2018-03-26 16:13:35 +03:00
Ivan Smolin e3e424bdf7 naming 2018-03-26 16:13:35 +03:00
Ivan Smolin 7a905bb9b6 fix array safe subscript 2018-03-26 16:13:35 +03:00
Ivan Smolin 751e0a51d8 number formatting service 2018-03-26 16:13:35 +03:00