Commit Graph

1110 Commits

Author SHA1 Message Date
Ivan Babkin 373fee95d0 Changelog fix 2018-12-19 13:06:12 +03:00
Ivan Babkin 598ae1adad Throwing error when using invalid parameters 2018-12-19 12:58:05 +03:00
Ivan Babkin e01861af80 Documentation fix 2018-12-18 17:21:26 +03:00
Ivan Babkin bd47336cfb Refactoring 2018-12-18 16:10:46 +03:00
Ivan Babkin c49fce14a2 Changelog fix 2018-12-17 18:29:23 +03:00
Ivan Babkin a27ec284ac Added ability to pass an array parameter in request 2018-12-17 18:00:45 +03:00
Sergey fed7d6c9d4
Merge pull request #172 from TouchInstinct/tableKitSections
add functions to sections
2018-12-17 15:44:20 +03:00
Sergey Kopytov f5ec3ca438 fix mistakes 2018-12-17 15:39:40 +03:00
Sergey Kopytov 0987c40e25 complete changelog 2018-12-17 15:38:02 +03:00
Sergey Kopytov c76b2e1745 update podspecs 2018-12-17 15:29:30 +03:00
Sergey Kopytov 445600534d add functions to sections 2018-12-17 15:16:30 +03:00
Ivan Babkin 1a5e37f527
Merge pull request #171 from TouchInstinct/feature/request_error_response
Feature/request error response
2018-10-26 18:01:42 +03:00
Ivan Babkin 65c3fba12a Refactoring 2018-10-26 16:59:51 +03:00
Ivan Babkin 7fe405539e Refactoring 2018-10-26 16:48:37 +03:00
Ivan Babkin 50f24e82b6 Podspec version and changelog update 2018-10-26 16:36:55 +03:00
Anton Popkov acf7876f71 Network error handling fix vol. 3 2018-10-26 16:10:21 +03:00
Anton Popkov 615ca1d4b4 Network error handling fix vol. 2 2018-10-26 16:03:34 +03:00
Anton Popkov 652c55a936 Network error handling fix 2018-10-26 15:20:47 +03:00
Ivan Babkin ad8fe894bf Added response to RequestError 2018-10-26 14:07:36 +03:00
Alexey Gerasimov 22ce7654db
Merge pull request #170 from TouchInstinct/feature/travis-ci
Feature/travis ci
2018-10-24 13:04:37 +03:00
Alexey Gerasimov 9bc73b8a3e Pods reverted 2018-10-24 12:49:56 +03:00
Alexey Gerasimov 15043bff09 Travis config fixed 2018-10-24 12:44:51 +03:00
Alexey Gerasimov 2df0dd1a6b Travis config fixed 2018-10-24 12:44:46 +03:00
Alexey Gerasimov 8ff37b175b Submodule link fixed 2018-10-24 12:44:37 +03:00
Alexey Gerasimov 7c6acd5c58 Schemes shared, travis config added 2018-10-24 12:44:29 +03:00
Ivan Babkin 729bbaa8ef
Merge pull request #168 from TouchInstinct/feature/time_out_request_error
Added timeOut error
2018-10-19 17:53:56 +03:00
Ivan Babkin c087a11c3a Changelog update 2018-10-19 17:50:59 +03:00
Ivan Babkin 2bccc006d7 Time out as network error 2018-10-19 17:37:45 +03:00
iON1k 83454dfef4
Merge pull request #167 from TouchInstinct/feature/podspec_version_update
Podspec version update
2018-10-15 15:07:04 +03:00
Anton Popkov 937b43d887 Changelog update 2018-10-15 15:05:45 +03:00
Anton Popkov 4425ff6f21 Podspec version update 2018-10-15 14:56:31 +03:00
Ivan Smolin 7bf65f0b36
Merge pull request #166 from TouchInstinct/feature/general_data_loading_swift4.2
Add: configureLayout method to InitializeableView protocol and all implementations.
2018-10-15 13:13:32 +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 03701b4d82
Merge pull request #163 from TouchInstinct/feature/user_defaults_codable
Feature/user defaults codable
2018-09-18 12:46:04 +03:00
Ivan Smolin ecbf71aec0 remove unused typealias 2018-09-14 20:31:24 +03:00
Ivan Smolin b796702b4e simplify 2018-09-14 19:45:01 +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 48dd620542
Merge pull request #162 from TouchInstinct/fix/number_formatting_fix
NumberFormattingService.computedFormatters computed var reverted to static.
2018-09-14 18:13:54 +03:00
Ivan Smolin e0d13abe6c update podspec version 2018-09-14 17:57:56 +03:00
Ivan Smolin 857c747bfa Change: NumberFormattingService.computedFormatters computed var reverted to static. 2018-09-14 17:44:01 +03:00
Ivan Smolin 233db5c048
Merge pull request #161 from TouchInstinct/feature/placeholder_configurable_and_stuff
PlaceholderConfigurable & stuff
2018-09-14 12:29:26 +03:00
Ivan Smolin b27bd9d0e2 code review notes 2018-09-14 12:22:07 +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 f2d523a9d2
Merge pull request #159 from TouchInstinct/feature/base_placeholder_view
BasePlaceholderView, ViewTextConfigurable, TableKitViewModel, Rx extensions
2018-08-15 17:55:00 +03:00
Ivan Smolin 079a723ef1 forgotten public 2018-08-07 16:32:49 +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 acd5b39c33
Merge pull request #158 from TouchInstinct/feature/swift_date_migration_part_2
Feature/swift date migration part 2
2018-07-31 19:38:46 +03:00
Ivan Smolin a90586c46a add notes to changelog 2018-07-31 13:33:04 +03:00
Ivan Smolin 1d1ef692b9 fix default arguments 2018-07-31 13:15:10 +03:00
Ivan Smolin d1fab2c69c swift date 5.0 migration part 2 2018-07-31 12:59:55 +03:00