Dimitris-Rafail Katsampas
|
95f3772e77
|
fix(ios): support for a11y font scale (#10207)
|
2023-03-22 15:13:46 -07:00 |
|
Igor Randjelovic
|
ab436dbfe6
|
fix(core): CSS animation parsing (#10245)
|
2023-03-22 14:16:15 -07:00 |
|
Dimitris-Rafail Katsampas
|
e560cb1374
|
fix(core): improved handling for unsupported '!important' css rule (#10243)
|
2023-03-22 08:13:35 -07:00 |
|
Eduardo Speroni
|
7eaafa519e
|
chore: ios relayout condition cleanup (#10241)
|
2023-03-17 12:10:13 -07:00 |
|
Eduardo Speroni
|
8b721c1496
|
perf: reduce amount of layout calls and debounce layouts when needed (#10164)
|
2023-03-17 10:07:22 -07:00 |
|
Igor Randjelovic
|
9ed3c9b256
|
fix(ios): guard against no nativeView in createBackgroundUIColor (#10229)
|
2023-03-17 08:27:30 -07:00 |
|
Nathan Walker
|
a23c8bda31
|
fix(android): Label now defaults to vertical-align middle (#10233)
closes https://github.com/NativeScript/NativeScript/issues/3829
https://github.com/NativeScript/NativeScript/issues/5977
https://github.com/NativeScript/NativeScript/pull/8216
|
2023-03-13 09:32:29 -07:00 |
|
Dimitris-Rafail Katsampas
|
a19568c0d0
|
fix(core): RootLayout shade cover asynchronous execution (#10228)
|
2023-03-09 20:57:15 -08:00 |
|
Dimitris-Rafail Katsampas
|
4e62b00ddb
|
fix(core): Frame to Page property propagation (#10225)
|
2023-03-02 08:39:32 -08:00 |
|
Ben Delaney
|
fd35d6c19c
|
fix(core): autofillTypes correction (#10210)
|
2023-02-19 16:35:48 -08:00 |
|
Douglas Machado
|
48ef249684
|
fix(core): classes .ns-light and .ns-dark apply to dialogs (#10201)
|
2023-02-18 20:12:02 -08:00 |
|
Dimitris-Rafail Katsampas
|
dcf6a365cd
|
fix(core): unset css values of type Property (#10199)
|
2023-02-05 09:16:01 -08:00 |
|
Dimitris-Rafail Katsampas
|
b993a83f23
|
fix(core): added item template handling for external renderers (#10196)
|
2023-02-02 21:58:01 -08:00 |
|
Jamie Birch
|
485fb61947
|
fix(core): Observable event types consistency (#10181)
|
2023-01-31 07:42:09 -08:00 |
|
Igor Randjelovic
|
571d5156ec
|
fix(core): add equalityComparer to border-radius properties (#10185)
|
2023-01-30 22:22:42 -08:00 |
|
Nathan Walker
|
497b2d737e
|
chore: Nx 15.6, jest latest and TypeScript 4.9 (#10191)
|
2023-01-30 19:17:49 -08:00 |
|
Nathan Walker
|
c42c3c5f26
|
fix(ios): race conditions with nativeView (#10182)
|
2023-01-23 12:08:00 -08:00 |
|
Adam Atri
|
ed14e24283
|
fix(ios): race condition when setting preferredContentSize on view controller (#10179)
|
2023-01-20 20:24:44 -08:00 |
|
Nathan Walker
|
75821ead07
|
fix(core): ScrollView event wiring sequencing improvement (#10178)
|
2023-01-19 12:28:56 -08:00 |
|
Nathan Walker
|
18b911ed84
|
fix(core): improve loaded/unloaded handling
|
2023-01-16 11:41:04 -08:00 |
|
Nathan Walker
|
c9e29aa9af
|
fix(core): improve loaded/unloaded handling to be stable and consistent (#10170)
|
2023-01-15 19:49:28 -08:00 |
|
farfromrefuge
|
0632215793
|
chore: eslint cleanup (#10160)
|
2023-01-09 09:40:20 -08:00 |
|
farfromrefuge
|
bff35e5163
|
feat(core): new autoFillTypes for newUsername, newPassword and oneTimeCode (#10159)
|
2023-01-09 09:38:28 -08:00 |
|
Prabu Devarrajan
|
84440876fe
|
fix(android): WebView url and event handling (#10147) (#10148)
closes https://github.com/NativeScript/NativeScript/issues/10147
|
2023-01-03 18:38:33 -08:00 |
|
Nathan Walker
|
00944bb1b5
|
fix(ios): TextField keyboard handling with emoji, autofill, and shortcuts (#10154)
closes https://github.com/NativeScript/NativeScript/issues/10108
|
2023-01-03 17:36:56 -08:00 |
|
Nathan Walker
|
d138ac000d
|
fix(ios): prevent transitionCoordinator usage during modal presentation (#10153)
closes https://github.com/NativeScript/NativeScript/issues/10115
|
2023-01-03 15:01:21 -08:00 |
|
Eduardo Speroni
|
760bbd06fa
|
fix(ios): prevent layout in viewSafeAreaInsetsDidChange until first viewDidLayoutSubviews (#10151)
|
2023-01-03 08:23:32 -08:00 |
|
farfromrefuge
|
a4f28b8317
|
fix(ios): navigatingTo event handling (#10120)
|
2022-12-28 09:23:10 -08:00 |
|
Juan de Dios Martínez Vallejo
|
6948f7c032
|
fix(ios): box shadow border radius (#10142)
|
2022-12-27 19:41:34 -08:00 |
|
Samuel Schultze
|
8b7d5ab5fc
|
fix(ios): reset additional insets if they're zero (#10134)
|
2022-12-21 20:27:25 -08:00 |
|
Brian Clow
|
04c3d9a979
|
fix(listview): delegate handling removed from unloaded (#10138)
|
2022-12-18 10:07:11 -08:00 |
|
Nathan Walker
|
82d60ae057
|
fix(core): circular imports of SDK_VERSION
|
2022-11-30 09:14:10 -08:00 |
|
Nathan Walker
|
b147612e06
|
test: standardized jest unit testing (#10047)
|
2022-11-28 14:32:25 -08:00 |
|
farfromrefuge
|
cfaa8134b0
|
feat(android): use NestedScrollView for vertical ScrollView (#9199)
|
2022-11-23 22:46:32 -08:00 |
|
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 |
|