Commit Graph

7613 Commits

Author SHA1 Message Date
Eduardo Speroni
9ca490250e feat(ios): allow disabling text animations (#10505) 2024-04-03 15:59:10 -07:00
Dimitris-Rafail Katsampas
73709125c4 fix(ios): live-sync handling for plain js/ts apps (#10500) 2024-04-02 12:35:39 -07:00
Dimitris-Rafail Katsampas
3a486e540c fix(ios): unset cached frame before updating origin point (#10499) 2024-04-02 12:34:14 -07:00
Eduardo Speroni
0c8c945b33 feat(types-ios): add interop type for stringFromCString (#10494) 2024-04-02 12:30:22 -07:00
Eduardo Speroni
d67d297e37 feat(ios): allow custom navigationBar and toolbar on frame (#10495) 2024-04-02 12:29:09 -07:00
Nathan Walker
db0a852f5b chore: copyright notice 2024-02-23 11:31:41 -08:00
Stefan Dobrev
41f6558050 ci: move Android build to Ubuntu and use FlyCI for iOS (#10492) 2024-02-15 09:00:09 -08:00
Nathan Walker
4b36334d01 ci: tests 2024-02-11 21:50:31 -08:00
farfromrefuge
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
Juan de Dios Martínez Vallejo
d34a4395ec chore: InitRootViewEventData description (#10479) 2024-01-21 10:32:36 -08:00
farfromrefuge
4f12fee2ef fix(color): setAlpha and other methods return proper Color class (#10441) 2024-01-19 11:39:06 -08:00
Nathan Walker
02231f0997 chore: updated widgets build 2024-01-19 11:26:19 -08:00
Igor Randjelovic
429328495c feat(wepback): custom buildPathsupport (#10477)
Co-authored-by: farfromrefuge <dev@akylas.fr>
2024-01-19 20:23:25 +01:00
farfromrefuge
ca886b9a1f feat(android): expanded layout constructors so they can be instantiated within android layouts(#10444) 2024-01-19 11:01:30 -08:00
Utsav Paul
1d04493aa5 chore: README Links and Navigation (#10419) 2024-01-19 10:59:28 -08:00
farfromrefuge
c15820b59c fix(android): prevent errors on filesystem operations while using "content://" uris (#10461) 2024-01-19 10:49:31 -08:00
farfromrefuge
41759c189c fix(android): getInputStream around "content://" paths (#10469) 2024-01-19 10:47:59 -08:00
kefahB
3a0afdb9cc feat(SegmentedBar): selectedTextColor added and selectedBackgroundColor improvements (#10474) 2024-01-19 10:39:59 -08:00
farfromrefuge
135d37b9ee fix(core): profile decorator (#10476) 2024-01-19 08:38:29 -08:00
farfromrefuge
b226066814 fix(android): sustain native error stack (#10467) 2024-01-02 22:17:01 -08:00
farfromrefuge
02e2801d99 fix(android): crash on writeText on Android > 29 (#10466)
Co-authored-by: farfromrefuge <>
2024-01-02 22:15:26 -08:00
Nathan Walker
e60176c268 chore: 8.6.3 next - Merry Christmas 🎄 2023-12-22 14:38:51 -08:00
Nathan Walker
deaa6b1444 release: @nativescript/core 8.6.2 8.6.2-core 2023-12-22 14:37:38 -08:00
farfromrefuge
31ed40c17a feat(core): new defaultVisualState property option to override 'normal' default visualState (#10440) 2023-12-20 12:58:28 -08:00
farfromrefuge
c5561d60df fix(android): use nativeTextViewProtected in TextField (#10450) 2023-12-20 12:54:21 -08:00
William Sedlacek
172d3463a3 fix(core): safe important check (#10455) 2023-12-19 10:11:10 -08:00
Nathan Walker
4b74b96940 chore: readme update
[skip ci]
2023-12-17 15:24:27 -08:00
Nathan Walker
4762699fa1 fix(time-picker): properly handle 0 on hour and minutes with valueChanged (#10460)
closes https://github.com/NativeScript/NativeScript/issues/10457
2023-12-17 15:17:32 -08:00
farfromrefuge
82e9c67d33 feat(core): initRootView event (#10442)
launchEvent is not triggered at the same moment on iOS and Android. 
iOS is firing after setting the rootView while Android is firing before.
Consequently if you need an event for when the rootView is set (to read/write root css variables) you need this event.

[skip ci]
2023-11-25 11:04:01 -08:00
Nathan Walker
2237c9be4f chore: Nx 17+ (#10449) 2023-11-25 10:58:41 -08:00
farfromrefuge
40b2a6a6db chore: use __ANDROID__ and __IOS__ throughout (#10446)
Standardizes usage for more macro style removal during bundling for target platforms.
[skip ci]
2023-11-25 08:34:25 -08:00
Dimitris-Rafail Katsampas
48b1856d6c fix(core): inheritable property changes backstack propagation (#10438)
[skip ci]
2023-11-25 08:31:50 -08:00
Nathan Walker
23127254ec chore: 8.6.2 next 2023-11-25 08:29:53 -08:00
Dimitris-Rafail Katsampas
aba3093e69 fix(ios): non-uniform border angle (#10437) 2023-11-25 08:28:10 -08:00
Dimitris-Rafail Katsampas
07d2129f9c fix(android): proper change of input interaction mode programmatically (#10434) 2023-11-24 22:54:57 -08:00
Dimitris-Rafail Katsampas
5a4bb7c38c fix(ios): shadow does not consider z-index (#10433) 2023-11-24 10:04:06 -08:00
Dimitris-Rafail Katsampas
9fae9c4281 fix(ios): ScrollView with listeners removed scroll delegate (#10432) 2023-11-22 10:06:56 -08:00
Dimitris-Rafail Katsampas
2cf166da59 fix(ios): font variation settings not applied to labels (#10429) 2023-11-22 08:38:10 -08:00
Nathan Walker
67440095f4 fix(css): box-shadow none handling (#10445)
closes https://github.com/NativeScript/NativeScript/issues/10403
2023-11-19 15:30:07 -08:00
Nathan Walker
5b9d861fa3 chore: 8.6.2 next 2023-11-02 13:50:25 -07:00
Nathan Walker
aeba78b238 release: @nativescript/core 8.6.1 8.6.1-core 2023-11-02 13:49:39 -07:00
Nathan Walker
d70b48bbe9 fix(css): prevent shorthand parse error on 'unset' and 'inset' (#10424) 2023-11-02 13:40:57 -07:00
Dimitris-Rafail Katsampas
08478556a9 fix(core): font variation settings parser invalid axis (#10427) 2023-11-02 13:39:52 -07:00
Nathan Walker
f6fda98610 chore: 8.6.1 next (#10420) 2023-10-23 17:51:29 -07:00
Jason Cassidy
756354952c fix(android): prevent rehydration on destroyed dialogs (#10414) 2023-10-23 17:48:57 -07:00
farfromrefuge
e8c093d7a2 feat(android): allow shared element transitions to work with ListView/CollectionView/Pager (#10411) 2023-10-23 17:47:23 -07:00
Dimitris-Rafail Katsampas
22c21b7e06 fix(core): page frame reference not unset on native view disposal (#10417) 2023-10-22 19:50:48 -07:00
Dimitris-Rafail Katsampas
c78ea79f0f fix(ios): shadow position after translate transform (#10413) 2023-10-16 15:41:59 -07:00
Dimitris-Rafail Katsampas
ee87b52ac3 fix(ios): add/remove shadow for reusable views (#10409) 2023-10-14 14:25:37 -07:00
Nathan Walker
c23695c477 fix(core): box-shadow 'none' handling (#10405) 2023-10-14 14:22:15 -07:00