Nathan Walker
c2ff8c1ae7
refactor(core): zero circulars + esm ready ( #10770 )
2025-09-18 17:03:23 -07:00
Samuel Schultze
326672efb4
feat(dialogs): allow using keyboard enter/return to confirm on iOS ( #10799 )
2025-09-09 20:42:22 -07:00
Eduardo Speroni
51c4b106f0
fix(android): allow CSS styling of neutral button in dialogs ( #10745 )
2025-06-24 07:50:19 -07:00
Dimitris-Rafail Katsampas
6104b5bfa3
feat(core): added css class for styling dialog nested elements ( #10605 )
2024-08-22 19:06:22 -07:00
Nathan Walker
01d537bf15
feat(visionos): ui-mobile-base supporting xros plus improvements to window handling ( #10478 )
2024-04-05 17:07:16 -07: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
Igor Randjelovic
f64355ba7a
refactor: improved core barrel exports and Application class ( #10286 )
...
BREAKING CHANGES:
`Application.orientation` is no longer a function.
Migration: Remove `()` from the `Application.orientation()` call:
```diff
import { Application } from "@nativescript/core";
-console.log(Application.orientation());
+console.log(Application.orientation);
```
`Application.systemAppearance` is no longer a function.
Migration: Remove `()` from the `Application.systemAppearance()` call:
```diff
import { Application } from "@nativescript/core";
-console.log(Application.systemAppearance());
+console.log(Application.systemAppearance);
```
2023-05-25 07:45:39 -07:00
Samuel Schultze
963d0243de
fix(ios): prevent usage of viewControllers that are being dismissed ( #10291 )
2023-05-15 20:18:29 -07:00
Nathan Walker
7edd21a688
fix(android): dialogs activity usage ( #10246 )
2023-03-22 18:20:01 -07:00
Douglas Machado
48ef249684
fix(core): classes .ns-light and .ns-dark apply to dialogs ( #10201 )
2023-02-18 20:12:02 -08:00
Nathan Walker
0d4ccba60a
chore: combine prettier with eslint ( #9348 ) ( #9360 )
...
Co-authored-by: Martin Guillon <martin.guillon@akylas.fr >
2021-05-02 10:11:37 -07:00
ReazerDev
e7951b320f
feat(android): Add possibility to choose theme in android dialogs ( #9212 )
2021-02-20 11:15:03 -08:00
Martin Guillon
c1f231d88e
chore: fix eslint issues ( #9017 )
2020-11-11 08:46:36 -08:00
Nathan Walker
020ad4da37
chore(core): monorepo, esm targeting, improved management ( #8707 )
2020-08-25 20:00:59 -07:00