Commit Graph
115 Commits
Author SHA1 Message Date
man-y d0fce0731d Reorganizing expression calculations
f2411f1474d8719bf689b3729c1d651676337615
2024-05-07 13:05:14 +03:00
pkurchatov a9ca0f77de ExpressionResolver refactoring
347b85eafc0cee667b3439ab8b866c8461e7b542
2024-04-29 16:52:59 +03:00
arychagov 99631923c9 changed the way of how primitive array elements are added
d070b18a75bdf5c5deabb90264ce83aad8f9db97
2024-04-25 14:23:47 +03:00
grechka62 d1a81ca6a7 Add copy method to divs
0fd13dc14c7677c595acfebbc2f7db605b2370bf
2024-04-10 11:40:44 +03:00
grechka62 3c47e4f3bb Revert "Support prototypes in android"
8162da5a9c891a7adc34b1a35c231702b2e419e8
2024-04-04 14:07:53 +03:00
vyaivanove 6287836ffc Revert "init objects from json keys"
03a384b49eeeea69bfcb8b0134510896762514b7
2024-04-01 14:24:34 +03:00
grechka62 a1df75eb55 Support prototypes in android
e43d066d088edc75efb5556ad20d3f0f70814e1b
2024-03-27 16:04:37 +03:00
tayrinn 24ee04b1f4 init objects from json keys
88747d4ce4ded3720adf5263a0463daac4749e6e
2024-03-25 12:13:50 +03:00
gulevsky 9f726b91fc add divan patch dsl for patch declaration
c335c63e2d20add2546d28fe3fadf21828260feb
2024-03-25 12:11:43 +03:00
robot-divkit 5996e923bc Update translations
db5ab45ef3326870c612dcf2d54348bca6aaf76d
2024-03-13 12:06:31 +03:00
man-y fc5d617c94 Add platform property for entity
bbb9d7791acbdeb588a7ee18dc6ff32436cfd2fb
2024-03-06 13:46:54 +03:00
robot-divkit 620ecbef96 Update translations
a490c27352175c43a843bcecfc364bdcfb0c0943
2024-03-06 11:48:58 +03:00
man-y 382ac82668 Optimize recalculations on the same context
54bb14cfb5739a55a7f548df8e9334f73828eb9e
2024-02-29 13:32:02 +03:00
vyaivanove 679bf222a7 Add documentation update to release flow
6f6901f1f0bf2098ff8439b0cc48c524016219ba
2024-02-28 17:28:18 +03:00
vyaivanove 7fe4ccfd19 Fix Android build on Windows
51f4917b167fc048cfebedc8cd7407156da14823
2024-02-26 13:56:23 +03:00
the-leo 15000f072b Complex Rebind implementation
05a2696893a5a3219967d8132ae4e68e15f12cd3
2024-02-21 17:16:34 +03:00
man-y b5f06d308d Incorrect separator for parameters
043af2de5aaeb45947f0b34e9b2818eefcd7416d
2024-02-19 16:22:13 +03:00
man-y 8ced26b27a Fix incorrect list item parse strategy. 2024-02-13 12:48:15 +03:00
morevsavva 18b6db236a fixed double parsing of properties. 2024-02-01 12:10:13 +03:00
grechka62 f4271fae4a Remove field validators for templates in models which are not templates 2024-01-30 11:10:46 +03:00
pkurchatov 9d9fb168c4 DivData deserialization refactoring 2024-01-26 13:49:25 +03:00
man-y 6d6958f422 Fix incorrect work with class Expression 2024-01-24 18:26:16 +03:00
grechka62 16ccc048dc Fix div models generating without templates 2024-01-18 19:25:58 +03:00
gulevsky a4b964ef43 do not generate implicit default values for object properties 2024-01-17 19:04:46 +03:00
the-leo b37da613ec Custom hash 2024-01-17 17:01:20 +03:00
pkurchatov b48a2fb34b Fixed API generator for enum properties 2024-01-09 18:44:42 +03:00
the-leo 5bf85423fb hashCode and equals for Divs 2023-12-22 15:59:54 +03:00
pkurchatov e9a5488e7b Disabled CFString properties generation 2023-12-21 17:56:24 +03:00
pkurchatov 1610416398 API generator refactoring 2023-12-18 19:32:41 +03:00
pkurchatov 47cd2967c6 Removed unnecessary default values 2023-12-18 04:12:35 +03:00
man-y 276b1690bc Changing the logic of the model's fallbacks 2023-12-13 20:43:29 +03:00
pkurchatov e84951751f ExpressionResolver refactoring 2023-12-13 14:21:29 +03:00
man-y 188290c915 Calculated asynchronous DivWidgetModel 2023-12-12 17:02:16 +03:00
pkurchatov ca4bfd68e4 Removed strictParsing flag 2023-12-12 08:05:36 +03:00
pkurchatov bf247cc840 Removed NoOp validators 2023-12-11 14:46:19 +03:00
pkurchatov 66ef74684c Removed minItems restrictions 2023-12-08 16:49:48 +03:00
pkurchatov 3582a17236 Removed non_empty_string type from JSON schema 2023-12-07 12:05:50 +03:00
man-y 2e60492961 Flutter client foundation 2023-11-30 12:37:04 +03:00
morevsavva ad731176ae added schema to prototype array build. 2023-11-30 03:19:53 +03:00
Timofey Pletnev 024e81282a ApiGenerator / Divan / header comments fix
Pull Request resolved: 35
2023-11-22 12:06:14 +03:00
grechka62 49120775fd Fix default property value generation 2023-11-17 12:54:27 +03:00
pkurchatov 8060fe1754 Added id type into schema 2023-11-15 12:58:51 +03:00
grechka62 01711e105b Support parsing of expressions with JSONArray 2023-10-24 11:40:32 +03:00
grechka62 d75b59a025 Generate copy method for patch 2023-10-22 22:32:24 +03:00
darjke 820668a529 Copy to clipboard action 2023-09-19 19:04:06 +03:00
darjke cbd17a463d array variable mutations 2023-09-05 16:25:19 +03:00
timfedo d4f9d8c60a Phone masks support on iOS 2023-08-29 18:08:07 +03:00
darjke d2b0e8a0bc change div-action scheme 2023-08-25 14:04:00 +03:00
darjke 6b06cb9a61 generation anyOf with default type 2023-08-24 13:04:14 +03:00
timatifey 3453d1bb86 country codes schema & kotlin, swift dictionary default value impl 2023-08-23 12:37:59 +03:00