Nikita Semenov
9056b2fe8c
feat: migrating storages
2023-06-25 20:14:06 +03:00
Ivan Smolin
bf613b99e8
build: update changelog and podspec version, fix playground compile issues
2023-06-09 10:14:07 +03:00
Ivan Smolin
33cc31b957
docs: update podspecs and changelog
2023-05-31 18:19:43 +03:00
Ivan Smolin
a0401bc9fa
build: bump podspec versions
2023-05-24 15:51:28 +03:00
Ivan Smolin
4f0c9a8ed1
build: update min deployment target for Xcode 14
2023-05-22 13:35:04 +03:00
Ivan Smolin
e7517c23f8
build: update podspec version
2023-05-22 11:57:27 +03:00
Ivan Smolin
975435bb90
build: update podspecs
2023-05-19 18:30:53 +03:00
Nikita Semenov
5aff5f99bb
docs: bumbed version + changelog update
2023-04-27 13:50:52 +03:00
Vladimir Makarov
93a8ee68f3
`TITextProcessing` for regex and text formatting added
2023-04-19 14:22:05 +03:00
Vladimir Makarov
4a9355fd80
fix: Podspecs' source and homepage urls
2023-04-19 13:20:18 +03:00
Nikita Semenov
2245765b27
Merge branch 'master' into feature/deeplink_api
...
# Conflicts:
# CHANGELOG.md
2023-03-30 15:19:27 +03:00
Nikita Semenov
7f45ce0594
Merge branch 'master' into feature/skeletons_status
...
# Conflicts:
# CHANGELOG.md
2023-03-29 09:58:28 +03:00
Nikita Semenov
76da4ab223
feat: added callbacks for views when skeletons status changed
2023-03-28 13:15:07 +03:00
Nikita Semenov
66508d505d
feat: bump pods version + changelog updates
2023-03-27 10:36:09 +03:00
Nikita Semenov
164edf9a5d
feat: placeholder api
2023-03-15 17:10:10 +03:00
Nikita Semenov
22fc660e56
fix: code review notes
2023-03-14 15:43:43 +03:00
Nikita Semenov
e2c9c6c102
feat: new appearance configurations
2023-03-14 14:29:29 +03:00
Vladimir Makarov
f91453a065
Libraries versions updated to 1.38.0, CHANGELOG updated
2023-03-13 10:47:35 +01:00
Vladimir Makarov
0090c83f87
Libraries versions updated to 1.36.2
2023-03-13 10:47:35 +01:00
Nikita Semenov
597755474c
fix: url to source in podspecs
2023-03-09 12:49:56 +03:00
Nikita Semenov
01d99cb246
docs: change release version
2023-03-06 14:57:52 +03:00
Nikita Semenov
9f5d7387d7
feat: skeletons api
2023-03-01 19:05:52 +03:00
Ivan Smolin
5f7e0bf273
feat: Auto documentation generation for `TIFoundationUtils` playground and compile checks for playground before release
...
`AsyncOperation` fixed ordering of chain operations execution
2023-02-28 14:56:36 +03:00
Nikita Semenov
f1d5b27f3d
feat: DashedBoundsLayer for debugging frames of the views visually
2023-02-14 19:53:14 +03:00
Nikita Semenov
46be3ce9de
feat: extensions for SwiftUI previews
2023-02-14 16:34:46 +03:00
Nikita Semenov
7e41552521
feat: DefaultTitleSubtileView, BaseListItemView, StatefulButton appearance configuration update
2023-02-11 21:22:03 +03:00
Nikita Semenov
04ee83b8df
fix: code review notes
2023-02-09 21:41:52 +03:00
Nikita Semenov
2d3e12164d
feat: api for configuration Views' appearance and layout
2023-02-09 15:17:02 +03:00
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
ceab75e3b5
fix: *DateFormatterReusePool workaround for swift downcasting bug
2022-04-18 20:34:16 +03:00
Vlad Suhomlinov
c68f6fa69f
refactor: remove TIPagination podspec
2021-06-21 10:33:54 +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