7396 Commits

Author SHA1 Message Date
41099bf361 chore(core): clean up _gestureObservers 2024-05-02 08:27:49 +09:00
02e4d812c2 chore(core): clean up addEventListener() and removeEventListener() in ViewCommon 2024-05-02 08:27:49 +09:00
dab9898030 chore(core): log error when receiving comma-delimited and/or whitespaced event name 2024-05-02 08:27:48 +09:00
96705890d9 chore(core): add unit tests for event listener identity 2024-05-02 08:27:48 +09:00
412a9886cc fix(core): unregress bindable.updateOptions() 2024-05-02 08:27:48 +09:00
323f3c004a chore(core): remove addEventListenerSchemaVersion again 2024-05-02 08:27:48 +09:00
cd52955178 fix(core): unregress handling of "once" event listeners 2024-05-02 08:27:48 +09:00
921bbcf147 fix(core): clean up event-handling in Observable 2024-05-02 08:27:48 +09:00
a91bb7dc18 chore: remove obsolte webpack(4) scripts and add webpack5 test script (#10526) 2024-05-01 14:27:27 +02:00
632a348e9a fix(android): transition state handling (#10528) 2024-04-24 09:10:00 -07:00
256b2ad801 docs: added SolidJS starter (#10523) [skip-ci] 2024-04-23 09:48:08 -07:00
eedd00842e chore: 8.7.3 next 2024-04-23 09:38:49 -07:00
b47457d860 release: @nativescript/core 8.7.2 8.7.2-core 2024-04-23 09:38:03 -07:00
03268cc60b fix(android): ListView tap handling after setting children as focusable (#10522) 2024-04-19 09:06:32 -07:00
fc55717825 release: @nativescript/webpack 5.0.21 [skip-ci] 5.0.21-webpack 2024-04-16 20:30:17 +02:00
825ba7a280 release: @nativescript/webpack 5.0.20 [skip-ci] 5.0.20-webpack 2024-04-16 14:22:03 +02:00
ccee8e8166 fix: detect core version before including inspector_modules on android (#10520) 2024-04-16 14:20:14 +02:00
e234ca6052 chore: 8.7.2 next 2024-04-15 12:39:44 -07:00
2641903538 release: @nativescript/core 8.7.1 8.7.1-core 2024-04-15 12:39:10 -07:00
7e1cb19084 fix(android): image tintColor setter (#10516)
closes https://github.com/NativeScript/NativeScript/issues/10515
2024-04-15 12:02:18 -07:00
92b2ff83a0 fix: regression fix for #10482 (#10518)
where `WebView` would have `setFocusable` set to false `isUserInteractionEnabled` was true.
This would prevent input with keyboard to work in `WebView`

Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2024-04-15 10:29:12 -07:00
adb4e9d419 fix(webpack): set exitCode if the configuration failed (#10327)
fixes #10314
2024-04-15 19:24:59 +02:00
7787ce9449 feat: initial devtools package implementation (#10484) 2024-04-15 19:21:48 +02:00
873f711a6b revert: "fix(android): proper change of input interaction mode programmatically (#10434) (#10512)
This reverts commit 07d2129f9c9b387c238c9a7c2da29b5690bac986.
2024-04-14 17:07:25 -07:00
2b0f2678ba release: @nativescript/webpack 5.0.19 [skip-ci] 5.0.19-webpack 2024-04-08 10:56:54 -07:00
0273c67abe chore: use separate platform test verification badges in readme 2024-04-08 10:41:48 -07:00
0b725c887a chore: 8.7.1 next 2024-04-08 09:02:22 -07:00
9bc9eb7e57 release: @nativescript/types 8.7.0 2024-04-08 09:01:24 -07:00
28a948a51c release: @nativescript/core 8.7.0 8.7.0-core 2024-04-08 08:42:01 -07:00
ae62725510 fix: inspector_modules 2024-04-07 19:35:01 -07:00
5324e508ba feat(android): devtools for elements & network requests (#10506) 2024-04-07 10:27:42 -07:00
7806cc46f4 chore: 8.7.0 next 2024-04-07 10:26:41 -07:00
01d537bf15 feat(visionos): ui-mobile-base supporting xros plus improvements to window handling (#10478) 2024-04-05 17:07:16 -07:00
9ca490250e feat(ios): allow disabling text animations (#10505) 2024-04-03 15:59:10 -07:00
73709125c4 fix(ios): live-sync handling for plain js/ts apps (#10500) 2024-04-02 12:35:39 -07:00
3a486e540c fix(ios): unset cached frame before updating origin point (#10499) 2024-04-02 12:34:14 -07:00
0c8c945b33 feat(types-ios): add interop type for stringFromCString (#10494) 2024-04-02 12:30:22 -07:00
d67d297e37 feat(ios): allow custom navigationBar and toolbar on frame (#10495) 2024-04-02 12:29:09 -07:00
db0a852f5b chore: copyright notice 2024-02-23 11:31:41 -08:00
41f6558050 ci: move Android build to Ubuntu and use FlyCI for iOS (#10492) 2024-02-15 09:00:09 -08:00
4b36334d01 ci: tests 2024-02-11 21:50:31 -08:00
3bd6d9b01e perf: disable accessibility for layout views (#10482)
a11y is enabled by default on controls still, this just disables on layouts alone as unnecessary.
It can be enabled on a per layout view basis if needed anytime.
2024-02-10 10:25:04 -08:00
d34a4395ec chore: InitRootViewEventData description (#10479) 2024-01-21 10:32:36 -08:00
4f12fee2ef fix(color): setAlpha and other methods return proper Color class (#10441) 2024-01-19 11:39:06 -08:00
02231f0997 chore: updated widgets build 2024-01-19 11:26:19 -08:00
429328495c feat(wepback): custom buildPathsupport (#10477)
Co-authored-by: farfromrefuge <dev@akylas.fr>
2024-01-19 20:23:25 +01:00
ca886b9a1f feat(android): expanded layout constructors so they can be instantiated within android layouts(#10444) 2024-01-19 11:01:30 -08:00
1d04493aa5 chore: README Links and Navigation (#10419) 2024-01-19 10:59:28 -08:00
c15820b59c fix(android): prevent errors on filesystem operations while using "content://" uris (#10461) 2024-01-19 10:49:31 -08:00
41759c189c fix(android): getInputStream around "content://" paths (#10469) 2024-01-19 10:47:59 -08:00