farfromrefuge
6a9484aaa8
fix(android): prevent flashing activity on app start ( #9190 )
2022-11-23 22:20:57 -08:00
Nathan Walker
395bc022e3
chore: cleanup font-variation-settings
2022-11-23 21:16:40 -08:00
Nathan Walker
b8d537250f
fix(ios): stability around canceling an animation
2022-11-23 21:01:52 -08:00
Ruslan Lekhman
a5e3e223dd
feat(core): support css font-variation-settings ( #9995 )
2022-11-23 20:57:22 -08:00
farfromrefuge
501d310431
fix(android): memory leak with EditableTextBase ( #10052 )
2022-11-23 20:54:34 -08:00
felixkrautschuk
6c60eab870
fix(core): ellipsis at the end for Labels with maxLines ( #10005 )
2022-11-18 10:29:05 -08:00
farfromrefuge
6148955335
fix(ios): frame navigatingTo event ( #10096 )
2022-11-18 09:21:03 -08:00
farfromrefuge
abd722cd3d
perf(core): android sdk check ( #10084 )
2022-11-12 10:09:45 -08:00
Eduardo Speroni
614dafb42b
fix(ios): page isRunningLayout ( #10078 )
2022-11-08 17:58:28 -08:00
Nathan Walker
7f069a7093
feat: TypeScript 4.8+ support and NativeClass decorator improvements ( #10081 )
2022-11-08 15:18:10 -08:00
Dimitris-Rafail Katsampas
75503ef110
feat(core): support for external XML UI compilers ( #10008 )
2022-11-08 09:23:17 -08:00
Jason Cassidy
40b9e3578f
fix(ios): ensure autocorrect not applied silently on IOS16 ( #10032 )
2022-11-08 08:46:52 -08:00
Douglas Machado
0f7e4ed0f3
fix(ios): tab page navigation when showing dialog messages ( #10075 )
2022-11-07 17:48:02 -08:00
farfromrefuge
5f3f1ace28
fix(core): font-weight allow passing number ( #10072 )
2022-11-07 13:52:13 -08:00
Dimitris-Rafail Katsampas
6934645423
fix(android): modal status bar props applied to wrong window ( #10049 )
2022-11-07 10:55:43 -08:00
Dimitris-Rafail Katsampas
57657075ca
fix(android): tappable spans aren't visible on single-line labels ( #10055 )
2022-11-07 08:52:24 -08:00
Andy Winter
6cabcab0d5
fix(ios): animation layer resilience ( #10060 )
2022-11-07 08:46:58 -08:00
Douglas Machado
608d3b9296
fix(android): CSS style not working properly in modal pages ( #10070 )
2022-11-03 21:21:57 -07:00
Eduardo Speroni
d625141c42
fix(ios): ensure view layout when using large titles ( #10044 )
...
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com >
2022-11-02 12:22:42 -07:00
Ruslan Lekhman
ca9c0928d0
feat(HtmlView): selectable property ( #10057 )
2022-10-14 18:47:59 -07:00
Dave Coffin
4a0e1c9aa1
feat(webview): adds iosAllowInlineMediaPlayback property ( #10014 )
2022-10-07 17:41:38 +02:00
Dimitris-Rafail Katsampas
655f3a45c1
fix(android): webview href schemes threw 'net::ERR_UNKNOWN_URL_SCHEME' ( #10048 )
2022-10-02 17:04:25 -07:00
Dimitris-Rafail Katsampas
ab3416d4d0
fix(ios): tapping on span does not emit linkTap event ( #10028 )
2022-09-30 08:04:20 -07:00
Dimitris-Rafail Katsampas
e3255c00d8
fix(android): text transform capitalize is capitalizing after apostrophe ( #10029 )
...
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com >
2022-09-23 15:17:00 -07:00
Nathan Walker
36ad24c037
fix(animations): error handling
...
closes https://github.com/NativeScript/NativeScript/issues/10037
2022-09-23 10:38:57 -07:00
Eduardo Speroni
1c82d19455
fix(ios): guard accessing actionbar ( #10033 )
2022-09-19 22:18:47 -07:00
Dimitris-Rafail Katsampas
e4b5cdf7df
fix(ios): properties lineHeight and letterSpacing did not apply to spans ( #10025 )
2022-09-13 22:17:50 -07:00
Dimitris-Rafail Katsampas
1ad8099cd8
fix(ios): segmented bar nativeView check ( #10023 )
2022-09-12 19:18:22 -07:00
farfromrefuge
e7e3bd2bb0
fix(ios): ensure PFLAG_FORCE_LAYOUT before performLayout ( #10011 )
2022-09-11 12:27:51 -07:00
Dimitris-Rafail Katsampas
405904c542
fix(builder): property parentsMatch is invalid or does not exist ( #10020 )
2022-09-11 12:25:50 -07:00
farfromrefuge
fc6f843fda
fix(ios): prevent creating ActionBar when not needed ( #10017 )
2022-09-10 22:02:54 -07:00
Nathan Walker
9972946551
revert "fix(core): handle tap and longpress gesture conflict on iOS" ( #10021 )
...
Revert "fix(ios): handle tap and longpress gesture conflict (#10004 )"
This reverts commit 64755cb348 .
2022-09-10 20:01:37 -07:00
farfromrefuge
9ccc54b603
perf: faster style-scope setPropertyValues ( #9083 )
2022-09-07 16:47:38 -07:00
Eduardo Speroni
64755cb348
fix(ios): handle tap and longpress gesture conflict ( #10004 )
2022-08-24 15:45:26 -07:00
Nathan Walker
56f861df20
fix(ios): ListView _prepareCell null safety ( #10001 )
...
closes https://github.com/NativeScript/NativeScript/issues/10000
2022-08-19 21:32:42 -07:00
Douglas Machado
ca3d9bdc13
fix(android): potential navigation crash ( #9996 )
2022-08-19 18:59:47 -07:00
Ruslan Lekhman
4b0c812707
feat(core): make font style, weight, scale params optional ( #9993 )
...
Change font style, weight, scale constructor parameters to optional.
Export `FontStyle` and `FontWeight`.
2022-08-12 18:41:57 -07:00
Dimitris-Rafail Katsampas
be6efc3067
fix(ios): additional safe area insets were miscalculated if already set ( #9991 )
2022-08-10 14:01:51 -07:00
Dimitris-Rafail Katsampas
de1d47d600
Revert "fix(ios): app stopped responding after screen rotation ( #9986 )"
...
This reverts commit 946dd34cc6 .
2022-08-09 00:37:37 +03:00
Dimitris-Rafail Katsampas
946dd34cc6
fix(ios): app stopped responding after screen rotation ( #9986 )
2022-08-08 08:02:28 -07:00
Douglas Machado
0548aaf8da
fix(android): FragmentClass memory leak ( #9983 )
...
* chore: resilience to create/destroy flow around actionItems
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com >
2022-08-02 09:00:18 -07:00
Nathan Walker
54d300666a
fix: revert "fix(ios): not responding after rotation ( #9931 )" ( #9984 )
...
This reverts commit aee1d05651 .
2022-08-02 08:11:42 -07:00
Douglas Machado
286d36b03b
fix(android): FragmentCallbacksImplementation memory leak ( #9977 )
2022-07-27 11:15:51 -07:00
Douglas Machado
59f923528d
fix(android): FragmentClass memory leak ( #9973 )
...
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com >
2022-07-26 14:52:48 -07:00
Nathan Walker
c9102f2de9
chore: tests
2022-07-22 13:32:22 -07:00
Nathan Walker
4f56d8650b
chore: e2e automated tests
2022-07-22 11:31:10 -07:00
farfromrefuge
c8bff74e67
fix(core): missing export for maxLinesProperty ( #9965 )
2022-07-22 08:12:28 -07:00
Dimitris-Rafail Katsampas
0477044d6f
fix(core): FormattedString.spans is now restored ( #9960 )
2022-07-17 19:48:07 -07:00
Eduardo Speroni
3681fd4384
fix(ios): do not convert tap event data to device pixels twice ( #9935 )
...
BREAKING CHANGE:
tapData.getX() and tapData.getY() will now return correctly in DIP, so any extra conversions (like calling toDevicePixels) twice must be changed.
2022-07-09 10:09:43 -07:00
farfromrefuge
38142a6aeb
fix(core): navigatingToEvent allows access to resolvedPage now ( #9954 )
...
BREAKING CHANGE:
When using `navigatingToEvent` event.entry, the `backstackEntry` object is now returned which has an `entry` property on it if you still need it.
2022-07-09 10:05:29 -07:00