Nikita Semenov
7add7c46ab
fix: bump podspec version
2022-12-26 11:19:47 +03:00
Ivan Smolin
18cd001ab9
feat: Base classes for encryption and decryption user token with pin code or biometry
...
Pin code validators
2022-12-19 16:32:44 +03:00
Ivan Smolin
3730736319
fix: correct detection of the necessity of using attributed string
2022-12-15 14:03:08 +05:00
Ivan Smolin
2a89de15e3
feat: - Added: BaseTextAttributes can now measure text size and provides paragraph style configuration API.
...
- Removed: ViewText. Was fully replaced with BaseTextAttributes
- Fixed: Operation.flattenDependencies used in Operation.add(to:waitUntilFinished:) now works correctly.
- Added: Now it's possible to add dependent operation to start of the queue.
2022-12-03 22:55:08 +03:00
Nikita Semenov
13cf92c9c1
refactor: change podspec version + changelog updated
2022-11-08 17:47:01 +03:00
Nikita Semenov
cead71df3d
fix: update podscpecs versions
2022-08-03 21:34:07 +03:00
Nikita Semenov
761e4b98bf
fix: update podspec version
2022-08-01 09:42:22 +03:00
Alexey Gurin
6810fac839
feat: Up dependencies version to 1.25.0
2022-07-28 17:36:07 +04:00
Nikita Semenov
693843bb70
fix: code review notes
2022-07-25 19:01:55 +03:00
Ivan Smolin
9828284c20
feat: Asynchronous request preprocessing
2022-06-28 11:13:31 +03:00
Ivan Smolin
8fc1ebab77
feat: ApiInteractor, TokenInterceptor, FingerprintsTrustEvaluator and more
2022-06-17 10:43:35 +03:00
Ivan Smolin
784743082d
feat: add request preprocessor for OpenAPI security requirements
2022-06-10 14:53:51 +03:00
Ivan Smolin
3d3d94412a
feat: Add presenter protocols to `TISwiftUICore` and `TIUIKitCore` modules
...
Add `CodeConfirmPresenter` protocol and `DefaultCodeConfirmPresenter` implementation in `TIAuth` module
2022-06-02 15:33:29 +03:00
Ivan Smolin
2050382308
feat: add MapManagers for routine maps configuration
2022-05-24 13:42:38 +03:00
Ivan Smolin
f61bb8ef12
feat: add smooth CameraUpdate actions for supported maps
2022-05-23 17:34:03 +03:00
Timur Kayumov
cfa80a3747
feat: add error forwarding from error handlers
2022-05-20 03:36:48 +02:00
Ivan Smolin
d568963784
fix: DateFormattersReusePool and ISO8601DateFormattersReusePool are now thread safe
2022-04-27 11:47:53 +03:00
Ivan Smolin
47ff4d949c
feat: TIMapUtils, TIAppleMapUtils, TIGoogleMapUtils and TIYandexMapUtils modules for map items clustering and interacting with them
2022-04-26 14:55:04 +03:00
Ivan Smolin
532e54fe9e
feat: Network services in TIMoyaNetworking now passes MoyaError in result of EnpointRequest execution.
...
feat: TINetworkingCache module - caching results of EndpointRequests.
2022-04-15 14:21:28 +03:00
Yurii Pakhomov
241e7c211e
fix: gray table section background
2022-04-12 18:12:38 +03:00
Ivan Smolin
25265d1797
feat: DateFormatters properties preset in reuse pools
2022-04-12 17:12:17 +03:00
Ivan Smolin
0dffbcbb26
fix: array encoding for `QueryStringParameterEncoding`
2022-04-12 15:13:14 +03:00
Ivan Smolin
98f55093ac
feat: add [Date] coding methods
2022-04-07 20:25:08 +03:00
Ivan Smolin
10ec9408ad
feat: Change access modifiers in `DefaultJsonNetworkService` from `public` to `open`, added additional Moya plugins processing
...
add `DisplayDecodingErrorPlugin` for showing developer-frendly decoding error messages
add Gemfile for cocoapods versioning
2022-04-06 20:57:55 +03:00
Ivan Smolin
db81ff7567
fix: Try parse date in ISO8601 format appending `.withFractionalSeconds` if `.withInternetDateTime` fails
2022-04-01 13:14:55 +03:00
Ivan Smolin
11f6b5dbd0
fix: HeaderParameterEncoding array encoding
2022-03-30 20:16:33 +03:00
Ivan Smolin
0ad47b3f34
fix: DefaultRecoverableNetworkService `request` parameter was renamed to prevent ambgious reference
2022-03-29 21:20:15 +03:00
Ivan Smolin
7def493512
feat: EndpointRequest Body can take a nil value as well as Parameter value
2022-03-29 11:43:13 +03:00
Ivan Smolin
aacd025382
docs: update CHANGELOG & bump podspec versions
2022-03-05 19:55:13 +03:00
Ivan Smolin
27c2897b60
feat: add recoverable network service with error handling chain
2022-02-25 14:50:04 +03:00
Ivan Smolin
6cf16b74a7
feat: add TIMoyaNetoworking target; async closure typealiases to TISwiftUtils; Date formatting & decoding helpers to TIFoundationUtils
2022-02-18 22:26:09 +03:00
Ivan Smolin
4c7b7a76c1
feat: add AsyncOperation - generic subclass of Operation with chaining and result observation support
2022-02-15 21:30:27 +03:00
Ivan Smolin
c1212bb3b0
build: fix podspecs
2021-09-30 12:01:18 +03:00
Ivan Smolin
4082ddb30e
Merge branch 'master' into feature/TINetworking
2021-09-17 19:47:43 +03:00
Ivan Smolin
1fcc478372
build: add podspec for TINetworking & update version
2021-09-14 17:15:42 +03:00
Vlad Suhomlinov
596a549595
chore: bumo version
2021-09-08 20:37:20 +03:00
Vlad Suhomlinov
58bd8b1eb9
chore: bump version 1.6.0
2021-08-15 19:14:46 +03:00
Boyko Mihail
c327047bc4
fix: pr issue. fix conflict
2021-06-22 13:43:06 +03:00
Vlad Suhomlinov
6580042f03
chore: update
2021-06-21 00:12:40 +03:00
Vlad Suhomlinov
68914f0ddc
chore: bump 1.3.0
2021-06-17 18:36:04 +03:00
Boyko Mihail
2de6bc2df3
feat: Add HeaderTransitionDelegate - Helper for transition of TableView header and navigationBar title view
2021-06-03 18:41:27 +03:00
Boyko Mihail
529dd9edf8
feat: Fix pr issue
2021-04-30 13:18:27 +03:00
Boyko Mihail
d560c035c6
feat: Add TIKeychainUtils
2021-04-29 15:05:38 +03:00
Vlad Suhomlinov
e3a6897083
chore: bump version 1.1.2
2021-04-29 09:20:25 +03:00
b0sya
6c8ff3e682
build: bump version number
2021-03-16 16:29:55 +03:00
Ivan Smolin
616a6ec9ed
build: bump version number
2021-03-05 12:52:33 +03:00
Vlad
c5403c0ba9
refactor: up version
2021-01-23 21:47:24 +03:00
Ivan Smolin
102c15ca07
added StatefulButton & RoundedStatefulButton.
...
added CACornerMask rounding extension.
added UIControl.State dictionary extensions.
added UIFont registration.
reworked BaseTextAttributes & ViewText.
removed ViewTextConfigurable.
2020-12-23 16:45:36 +03:00
Ivan Smolin
53e25e3a13
update podspec version to 0.11.0
2020-10-23 17:25:30 +03:00
Ivan Smolin
281f0b72b9
add podspecs
2020-10-23 11:31:48 +03:00