Commit Graph

70 Commits

Author SHA1 Message Date
ventywing 77598b9501 Changed content alignment in wrap container
Changed content alignment in wrap container
2023-02-27 19:36:52 +03:00
mariyshka737 b3fde0137d /0: fixed check on intrinsic trait for ContainerBlock 2023-02-22 01:35:04 +03:00
ventywing db19d99414 Fixed reusing views in container
Fixed reusing views in container
2023-02-21 12:57:06 +03:00
ventywing 221c4b4f71 Support images in DivText ellipsis
Support images in DivText ellipsis
2023-02-17 15:15:07 +03:00
pkurchatov c2c51f1b0d fixed gallery view reconfiguration 2023-02-16 14:41:53 +03:00
valnocorner b3eea07340 text selection, added double tap support 2023-02-13 11:55:34 +03:00
morevsavva 525e759622 fixed notifying observers in pager 2023-02-09 18:59:09 +03:00
dashapalshau 46e925f98d Fix corner radius in the page indicator 2023-02-09 12:11:15 +03:00
ventywing dd8c9cc1b9 Fixed lineSeparator when size of children is empty
Fixed lineSeparator when size of children is empty
2023-02-08 14:13:57 +03:00
valnocorner 60d22ff072 text selection, fixed outside scroll 2023-02-06 18:20:06 +03:00
pkurchatov afc68319ec added aspect size in DivContainer 2023-01-24 20:28:47 +03:00
morevsavva 100c0c7b89 Fixed compilation for OSX test target 2023-01-19 12:48:21 +03:00
dashapalshau ea33e8a65c Add border in page indicator 2023-01-18 16:17:37 +03:00
morevsavva c4025a6edc supported min/max for constrained blocks 2023-01-16 19:26:38 +03:00
chris-benua 196d32f8cd custom view as image placeholder 2023-01-12 20:50:18 +03:00
pkurchatov 736ac48938 VIewType.swift -> ViewType.swift 2023-01-10 21:14:53 +03:00
iosnick e0ff8997c9 Slider offset bug solved 2023-01-10 14:14:58 +03:00
morevsavva 6e60922f71 Moved container tests
Подготовительный пр
Вынес тесты на ContainerBlockLayout в отдельный файл + подпричесал остальные тесты, что увидел.
2023-01-09 03:36:18 +03:00
iosnick 265055f3d6 MatchParent problem solved
Filtration added
2022-12-30 20:41:42 +03:00
dashapalshau 37055a2163 Support stretching indicators
Support stretching indicators
2022-12-29 12:45:27 +03:00
alexeymakonin c9cdfb97b0 TextField doesn't become firstResponder if window is nil 2022-12-23 16:31:46 +03:00
morevsavva 52ccd56888 Format files by codestyle.
Прогнал форматтер на всех файлах.
2022-12-22 16:21:24 +03:00
dashapalshau 4bbd68fe39 add min/max sizes for wrap_content constrained = false
Add min/max sizes for wrap_content constrained = false
2022-12-16 15:02:26 +03:00
pkurchatov a25df8b4d6 moved ContainerBlockLayout file 2022-12-12 17:50:41 +03:00
babaevmm f0b16b0f02 update Background with block case
update Background with block case
2022-11-24 19:45:47 +03:00
alexeymakonin 19e498a124 Fixed a11y closing tablo
Fixed a11y closing tablo
2022-11-24 11:50:39 +03:00
morevsavva 3ed0abbc30 add background for text ranges
Добавил возможность задавать фоны в ренджах.
2022-11-21 13:54:44 +03:00
morevsavva c66b5ab654 Fix slider failure.
Fix slider failure.

Поправил креш в слайдере, теперь слайдер не крашится, а сбрасывает значения переменных в крайние.
2022-11-18 16:31:30 +03:00
morevsavva d918a8aba3 Add default value to init.
Add default value to init.

Add snapshots for tint mode.
2022-11-16 20:58:27 +03:00
ventywing f465f466b2 Fix height for linear container
Fix height for linear container
2022-11-16 19:10:51 +03:00
ventywing de80298852 Fix line height in wrap container
Fix line height in wrap container
2022-11-15 18:49:03 +03:00
morevsavva 62ead6a8ee Add blur and tint mode implementation.
Add blur and tint mode implementation
2022-11-14 22:16:48 +03:00
ventywing 42dd278b52 Add baseline alignment
Add baseline alignment
2022-11-14 16:30:34 +03:00
morevsavva 3a7a3166a3 Add metal renderer for tint color.
Add metal renderer for tint color.
Добавил метал вью для рендеринга картинок.
Подтянул новый алгоритм сравнения снепшотов. 
Обновил часть снепшотов (проверили, что все ок).
Немного обновил RemoteImageViewContainer.
2022-11-09 15:17:53 +03:00
ventywing 0d1deb4b5b Add separatos in no_wrap conteiners
Add separatos in no_wrap conteiners
2022-11-01 12:10:36 +03:00
pkurchatov 5c926a6a5f fixed pager last page layout 2022-10-31 11:54:12 +03:00
burstein 3f99e72053 fixed NinePatchImage import and contentPosition
fixed NinePatchImage import and contentPosition - фиксы, необходимые, чтобы занести изменения в дивките в ПП
2022-10-28 11:44:15 +03:00
ventywing 3ca4018970 Add separators for wrap container
Add separators for wrap container
2022-10-27 12:13:34 +03:00
ventywing c81223465f Fix user interactions for text block
Fix user interactions for text block
2022-10-24 11:40:59 +03:00
pkurchatov 220a12e8fc fixed pager state change behavior 2022-10-21 15:15:26 +03:00
ventywing 7d589a464f Fix animations for div-text
Fix animations for div-text
2022-10-19 14:51:11 +03:00
akhmetsafin 7e0027a967 Add cross spacing to gallery
Add cross spacing to gallery
2022-10-18 15:02:59 +03:00
morevsavva 60cef87614 Add NinePatchImageView.
Add NinePatchImageView.
2022-10-17 12:01:49 +03:00
ventywing 964fdd843f Support text gradient in iOS
Support text gradient in iOS
2022-10-14 10:54:36 +03:00
chris-benua 42aa4bf777 replaced SeparatorBlock with EmptyBlock
replaced SeparatorBlock with EmptyBlock
2022-10-10 11:20:17 +03:00
morevsavva 4805b6756f Fix refactoring.
Fix refactoring.
Во время рефакторинга допустил ошибку, не проставил isUserInteractionEnabled для контейнера, из-за чего вьюха не пропускала тап и не работали жесты в некоторых кейсах.
2022-10-07 13:07:40 +03:00
burstein 5d8d105b19 resuming video after entering foreground
resuming video after entering foreground
2022-10-06 08:28:26 +03:00
morevsavva aa48f4c266 Core refactoring for nine patch implementation.
Core refactoring for nine patch implementation

Add nine patch for background images.
2022-10-05 14:24:01 +03:00
pkurchatov d88c88218f added library evolution support 2022-10-05 12:42:52 +03:00
ventywing fd1debcaa3 Wrap container tests
Wrap container tests
2022-09-26 20:54:09 +03:00