Commit Graph

54 Commits

Author SHA1 Message Date
Dimitris - Rafail Katsampas
c5856c6dae feat: improved converter and function call parsing mechanism for XML expressions (#9805) 2022-03-05 09:24:05 -08:00
farfromrefuge
6a60b83d49 fix: ensure we clear ios view in _tearDownUI (#9671)
This had side effects for example: https://github.com/NativeScript/NativeScript/issues/7469.
2022-03-04 19:49:52 -08:00
Sébastien JEAN
402a7bba2e fix(ios): do not redraw if background image is 'none' (#9800) 2022-03-01 13:22:36 -08:00
Igor Randjelovic
b38337e597 fix: tear down views after a modal is closed (#9801) 2022-03-01 12:32:39 -08:00
Dimitris - Rafail Katsampas
716b831523 feat: binding expression parser additions and improvements (#9791) 2022-03-01 12:32:39 -08:00
Eduardo Speroni
a1ba1f6d03 fix(ios): force layout of view when changing the safe area insets (#9773) 2022-03-01 12:32:39 -08:00
Nathan Walker
2be1ada3da chore: cleanup background styling handling 2022-03-01 12:32:39 -08:00
Igor Randjelovic
dde9e02cac feat: improved background handling (#9615) 2022-03-01 12:32:39 -08:00
Nathan Walker
6c06c77618 fix(core): Application handling of nativeApp instance 2022-03-01 12:32:39 -08:00
Nathan Walker
26953ec1f2 feat(ui): TouchManager for ease in adding interactivity 2022-03-01 12:32:39 -08:00
Nathan Walker
d756eb5574 feat(root-layout): support gradient colors on shade cover (#9626)
Co-authored-by: William Juan <williamjuan027@gmail.com>
2022-03-01 12:32:39 -08:00
Dimitris - Rafail Katsampas
2cbb135250 feat(bindable): allow "global" context for expressions inside bindings (#9734) 2022-03-01 12:32:39 -08:00
Nathan Walker
f038e6ba66 feat(core): add event when disposeNativeView is called 2022-03-01 12:32:39 -08:00
Dimitris - Rafail Katsampas
90ceed15d3 feat: new expression parser for xml bindings (#9729) 2022-03-01 12:32:39 -08:00
Igor Randjelovic
a88cacab89 chore(migrate): apps/* to webpack5 (#9606) 2021-12-21 09:47:33 -08:00
Juan de Dios Martínez Vallejo
483217934c fix(ios): box-shadow and border-radius (#9612)
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2021-10-29 18:43:14 -07:00
Nathan Walker
eb0d000fe1 revert: feat: requestLayout performance improvements (#9122)
This reverts commit 4f5f0aae77.

This commit breaks back-navigation in certain cases, most prominently with Button pseudo classes. We plan to revisit this.
2021-09-10 18:59:08 +02:00
Eduardo Speroni
4632aeaae8 fix(modal): persist modal through configuration changes (#9533) 2021-09-08 16:12:11 -07:00
farfromrefuge
b4dc45edb3 fix(ios): prevent views from being measured if no native view (#9511) 2021-09-08 16:07:39 -07:00
farfromrefuge
8c9407c48e fix: allow ignoring reduce-css-calc w/ webpack without error (#9510) 2021-09-08 16:07:39 -07:00
farfromrefuge
4f5f0aae77 feat: requestLayout performance improvements (#9122)
It was unnecessary to make multiple calls requestLayout inside initNativeView (properties set)
2021-09-08 16:07:39 -07:00
farfromrefuge
a76815b81e fix(android): make less calls to native with getters around prop handling (#9119) 2021-09-08 16:07:39 -07:00
Nathan Walker
3aff057b99 revert: fix(android): nested dialog/fragment handling (#9495)
This reverts commit 4c547bb00c.
2021-09-08 16:07:39 -07:00
farfromrefuge
dd5f24a737 feat(core): make css parsers tree-shakable (#9496) 2021-09-08 16:07:38 -07:00
Nathan Walker
4c547bb00c fix(android): nested dialog/fragment handling (#9495) 2021-08-03 21:57:19 -07:00
Eduardo Speroni
d45dea8471 fix(android): allow 0-length properties (#9485) 2021-07-26 14:52:19 -07:00
Nathan Walker
9ec404225e fix(core): typings for showModal correction (#9374) 2021-05-04 23:27:35 -07:00
Nathan Walker
0d4ccba60a chore: combine prettier with eslint (#9348) (#9360)
Co-authored-by: Martin Guillon <martin.guillon@akylas.fr>
2021-05-02 10:11:37 -07:00
Nathan Walker
f781242b9a fix(core): protected class getter/setter webpack issue 2021-04-24 11:17:38 -07:00
Nathan Walker
b50a2e618f chore: types cleanup 2021-04-06 11:18:36 -07:00
Nathan Walker
266ae2a71d chore: fix types 2021-04-06 11:18:36 -07:00
Nathan Walker
cc592b63fd fix(core): trace instead of throw 2021-04-06 11:18:36 -07:00
Nathan Walker
f00144e872 feat(view): "hidden" property binding is now supported 2021-04-06 11:18:36 -07:00
Nathan Walker
21da31562c chore: Enums > CoreTypes
Cleanup type symbol usage by consolidating to manage in one spot. This makes them easier to use as well by providing a single rollup of all the common type symbol's used throughout core.
2021-04-06 11:18:36 -07:00
Nathan Walker
a822f2affb chore: a11y polish (#9259) 2021-04-06 11:18:36 -07:00
Nathan Walker
e9b5eb934d chore: cleanup a11y and add demo page 2021-04-06 11:18:36 -07:00
Nathan Walker
733050995c fix(core): type collisions with namespace (#8809) 2021-04-06 11:18:36 -07:00
Nathan Walker
a67fb69687 chore: typing cleanup 2021-04-06 11:18:36 -07:00
Nathan Walker
673387cf99 chore: cleanup 2021-04-06 11:18:36 -07:00
Ben Delaney
a12c188d0f fix(core): stack layout padding (#9183)
fixes #8810
2021-04-06 11:18:36 -07:00
Morten Sjøgren
d5a8a25aba feat(core): first class a11y support (#8909) 2021-04-06 11:18:36 -07:00
Nathan Walker
67e2fe42b7 feat(core): box-shadow support (#9161) 2021-04-06 11:18:36 -07:00
Eduardo Speroni
6cc130fa6f feat(core): reusable views (#9163) 2021-04-06 11:18:36 -07:00
Nathanael Anderson
f08fcb17b4 fix(android): KeyboardType now respects numbers (#9240) 2021-02-26 16:23:50 -08:00
Nathanael Anderson
c04e1b59e5 feat(core): allow property overrides at runtime (#9241) 2021-02-26 16:23:18 -08:00
Dimitris - Rafail Katsampas
5fe27428e0 feat(android): FlexboxLayout support for isPassThroughParentEnabled (#8798) 2021-01-29 13:03:27 -08:00
Martin Guillon
d94b5984fc types: missing typings for iosIgnoreSafeArea (#9153) 2021-01-20 10:40:18 +01:00
Martin Guillon
d09a564296 fix: android modal not following activity windowSoftInputMode (#9042)
* fix android modal not following activity windowSoftInputMode

Also added an android modal parameter to set a custom windowSoftInputMode

* fix softInputMode set too soon

* Update packages/core/ui/core/view/index.android.ts

Co-authored-by: Igor Randjelovic <rigor789@gmail.com>

* Update packages/core/ui/core/view-base/index.d.ts

Co-authored-by: Igor Randjelovic <rigor789@gmail.com>

* Update packages/core/ui/core/view-base/index.ts

Co-authored-by: Igor Randjelovic <rigor789@gmail.com>

Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
2020-12-28 13:47:00 +01:00
Martin Guillon
ea67422fcf feat: iosIgnoreSafeArea property (#9092)
* feat: ios added ignoreSafeArea property

* fix: ensure it works when no viewControllerView
2020-12-28 13:39:55 +01:00
Martin Guillon
c1f231d88e chore: fix eslint issues (#9017) 2020-11-11 08:46:36 -08:00