Ivan Smolin
abe9ad5dc1
feat: DefaultTitleSubtitleView support for separated configuration of title and subtitle labels layout.
...
BaseListItemView fixed trailing insets when trailing view is hidden.
2023-10-30 15:21:55 +03:00
Ivan Smolin
4a076b8865
fix: layout DSL heuristics
2023-10-20 20:40:21 +03:00
Ivan Smolin
2bf1fc052a
feat: Custom string attributes to `BaseTextAttributes`
...
- Customizeable `UIViewBackground` and `UIViewBorder` for `UIView.Appearance`
- Keychain single value storage for codable models -`CodableSingleValueKeychainStorage`
- Renamed methods `startAnimation` and `stopAnimation` of `SkeletonPresenter`, so it won't conflict with `Animatable` protocol anymore
2023-10-09 23:03:51 +03:00
Ivan Smolin
eaea4abd75
feat: TIApplication module and other fixes and improvements
2023-08-23 20:49:23 +03:00
Ivan Smolin
c485434f51
build: add makefile for parallel execution of pod repo push action
2023-07-26 22:24:02 +03:00
Ivan Smolin
b22fd239e9
fix: text size calculation in cluster icon renderer
2023-07-10 18:38:41 +03:00
Ivan Smolin
65ae079e62
fix: conform TemplateDrawingOperation to OrientationAwareDrawingOperation
2023-07-10 17:25:24 +03:00
Ivan Smolin
7c8a29a7f9
build: update changelog and podspec versions
2023-07-10 16:37:27 +03:00
Ivan Smolin
df2faa4cd5
feat: MarkerIconFactory can now return optional image. In this case MapManagers will show the default marker icon
2023-07-10 16:17:29 +03:00
Ivan Smolin
36019f7429
feat: TICoreGraphicsUtils module for drawing operations and other CoreGraphics related functionality
2023-07-10 16:17:29 +03:00
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
005d80c531
feat: Added UserLocationFetcher helper that requests authorization and subscribes to user location updates
2023-06-05 14:36:45 +03:00
Ivan Smolin
33cc31b957
docs: update podspecs and changelog
2023-05-31 18:19:43 +03:00
Ivan Smolin
19a319f03c
build: fix playground and podspec issues
2023-05-31 17:33:22 +03:00
Ivan Smolin
a5bc2dc8f0
feat: current location marker and other ui settings to supported maps
2023-05-31 17:33:22 +03:00
Ivan Smolin
ecfb83bafa
feat: add TILogging module and TINetworking error logging
2023-05-25 11:42:56 +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
22b133648b
feat: bumped podspecs versions
2023-03-30 15:19:57 +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
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
9dca21afd9
`BaseItemPlacemarkManager` for single placemark managers added
2023-03-13 10:54:37 +01:00
Vladimir Makarov
511c2b9653
Optional for `placemarkPosition` removed
2023-03-13 10:47:35 +01:00
Vladimir Makarov
2b1511657d
`BaseClusterPlacemarkManager` inheritance updated, optional casts removed
2023-03-13 10:47:35 +01:00
Vladimir Makarov
f91453a065
Libraries versions updated to 1.38.0, CHANGELOG updated
2023-03-13 10:47:35 +01:00
Vladimir Makarov
23b74ec3d5
`CacheKeyProvider` updated
2023-03-13 10:47:35 +01:00
Vladimir Makarov
4c973b393d
`BaseClusterPlacemarkManager` added
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
Vladimir Makarov
144ea7b703
feat: Placemark appearance updating added
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
2c081d508f
Merge branch 'master' into feature/skeletons_api
2023-03-07 14:39:22 +03:00
Vladimir Makarov
cbd38b84e2
Podspec versions updated
2023-03-07 09:44:26 +01:00
Vladimir Makarov
c8a4b0bd51
`YandexMapsMobile` version updated, map manager memory leak removed
2023-03-07 09:41:18 +01:00
Nikita Semenov
01d99cb246
docs: change release version
2023-03-06 14:57:52 +03:00
Nikita Semenov
5ea58f3746
feat: update TIDeveloperUtils module, removed TILogger module
2023-03-06 10:47:09 +03:00
Nikita Semenov
1da2d4d501
fix: bump version back + update push to podspec script
2023-03-03 17:47:25 +03:00
Nikita Semenov
e471bae469
docs: bumps podspec version of pods
2023-03-02 16:54:47 +03:00
Nikita Semenov
698243ee39
fix: updated url to ti repositories
2023-03-02 16:48:17 +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