168 Commits

Author SHA1 Message Date
1fb687df55 perf(ios): prevent crash with image release 2022-03-01 12:32:39 -08:00
3cf5833423 chore: cleanup image handling 2022-03-01 12:32:39 -08:00
9d3977ea4f perf(ios): uifont and formatted string optimizations plus uiimage scaling (#9761) 2022-03-01 12:32:39 -08:00
19d8869f1d fix(ios): UIImage memory leaking after Image is disposed (#9777) 2022-03-01 12:32:39 -08:00
a1ba1f6d03 fix(ios): force layout of view when changing the safe area insets (#9773) 2022-03-01 12:32:39 -08:00
e59f3ff669 fix(android): prevent error when detaching from unloaded ScrollView (#9666) 2022-03-01 12:32:39 -08:00
608bb1ed24 fix(core): animation iteration correct for android css animations and iOS rotation (#9628)
closes #7712

Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2022-03-01 12:32:39 -08:00
9b5d125f42 fix(android): NullPointerException on navigation (#9669)
closes #8441
2022-03-01 12:32:39 -08:00
57cc4edc8c fix(core): parse template literal syntax with nested identifiers as expression. (#9744) 2022-03-01 12:32:39 -08:00
44fd5f2b1d chore: cleanup touchmanager 2022-03-01 12:32:39 -08:00
2be1ada3da chore: cleanup background styling handling 2022-03-01 12:32:39 -08:00
dde9e02cac feat: improved background handling (#9615) 2022-03-01 12:32:39 -08:00
6c06c77618 fix(core): Application handling of nativeApp instance 2022-03-01 12:32:39 -08:00
d7916d77a1 feat: touch animations demo in toolbox 2022-03-01 12:32:39 -08:00
26953ec1f2 feat(ui): TouchManager for ease in adding interactivity 2022-03-01 12:32:39 -08:00
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
2cbb135250 feat(bindable): allow "global" context for expressions inside bindings (#9734) 2022-03-01 12:32:39 -08:00
168a169726 feat(gestures): GestureEvents.gestureAttached added to modify native recognizers when needed 2022-03-01 12:32:39 -08:00
c41e7027e4 fix(time-picker): correction for super.disposeNativeView 2022-03-01 12:32:39 -08:00
f038e6ba66 feat(core): add event when disposeNativeView is called 2022-03-01 12:32:39 -08:00
90ceed15d3 feat: new expression parser for xml bindings (#9729) 2022-03-01 12:32:39 -08:00
902a4c6afc fix(android): nested frames were sometimes not recreated (#9725)
BREAKING CHANGE:

AndroidFragmentCallbacks now requires onResume as well

Migration steps:
specify onResume on custom fragment implementations
2022-03-01 12:32:38 -08:00
a88cacab89 chore(migrate): apps/* to webpack5 (#9606) 2021-12-21 09:47:33 -08:00
e72980c85b chore: add WebView disableZoom typing 2021-12-04 22:52:51 -04:00
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
2ad280deb0 fix(android): version Android text-align justify (#9620) 2021-10-20 09:24:53 -07:00
8878c3bc6b fix(android): autofillType on apiLevel < 26 (#9610)
* chore: rollback unwanted change
2021-10-13 19:25:05 -07:00
95e56f75dd chore: cleanup actionbar appearance handling 2021-10-09 08:55:54 -07:00
02aa0f652a fix(style): CSS variables should be case-sensitive. (#9603) 2021-10-08 11:04:04 -07:00
2b2ce377e6 fix(ios): TextView respect editable binding (#9589) 2021-10-06 17:47:56 +02:00
1de5295ad9 feat(text): add css text-align justify (#9573)
Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2021-09-27 17:27:08 -07:00
3e21748af4 fix: background parsing color #9559 (#9560) 2021-09-21 21:41:34 -07:00
889f6d73cf fix: replace autofill string in textfield (#9555) 2021-09-20 23:07:27 -07:00
183b4d4b10 fix(ios): flat property using new appearance api (#9558) 2021-09-20 11:12:08 -07:00
90b8718138 fix(android): only attach if activity is CREATED (#9552) 2021-09-18 13:27:21 -07:00
a38e2ca3b9 fix(android): background-image 'none' (#9547)
closes https://github.com/NativeScript/NativeScript/issues/9546
2021-09-15 19:04:26 +02:00
eb0d000fe1 revert: feat: requestLayout performance improvements (#9122)
This reverts commit 4f5f0aae77dd3b59b8c3856193fdb77b8223262e.

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
ffab4c3165 feat: Frame replacePage by entry (#9460)
* feat: Frame replacePage by entry

* feat(webpack): improved svelte HMR (#9497)

* update svelte config to use svelte-loader

* handle null config

* fix: worker support in .svelte files & update snapshots

* fix after merge

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

* feat(webpack): use svelte-loader and fallback to svelte-loader-hot

Allows running older projects

* feat: allow overwriting replacePage transition

Co-authored-by: farfromrefuge <martin.guillon@akylas.fr>
Co-authored-by: halfnelson <dpershouse@gmail.com>
2021-09-08 16:12:11 -07:00
86ff418166 fix(ios): actionitem coloring with 15+ 2021-09-08 16:12:11 -07:00
5532903ad8 revert: clipsToBounds support
This feature needs some more work & will be included in a future version
2021-09-08 16:12:11 -07:00
4632aeaae8 fix(modal): persist modal through configuration changes (#9533) 2021-09-08 16:12:11 -07:00
011e869cd5 fix(ios): actionBar title to use appearance api on ios15+ (#9534)
https://github.com/NativeScript/NativeScript/pull/9530
2021-09-08 16:12:11 -07:00
2bfccbbea6 fix(ios): actionBar to use appearance api on ios13+ (#9530) 2021-09-08 16:12:11 -07:00
6fc239dc56 fix(ios): resiliency to frame controller viewDidDisappear 2021-09-08 16:11:49 -07:00
b4dc45edb3 fix(ios): prevent views from being measured if no native view (#9511) 2021-09-08 16:07:39 -07:00
8c9407c48e fix: allow ignoring reduce-css-calc w/ webpack without error (#9510) 2021-09-08 16:07:39 -07:00
1ffc1628d0 feat(android): support clipToBounds (#9508)
* performance improvements around border handling

BREAKING CHANGE:

* if you have broder-radius or clip-path, it will clip by default
2021-09-08 16:07:39 -07:00
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
0d0d0382ad fix(android): use nativeTextViewProtected internally (#9483) 2021-09-08 16:07:39 -07:00
e00f9772d8 chore: add guard around getLifecycle 2021-09-08 16:07:39 -07:00