2fb70c1f10
chore: cleanup android refs
2025-07-15 12:01:45 -07:00
35fef40e5b
refactor: circular deps part 15
2025-07-11 16:18:14 -07:00
e7ab426ee2
refactor: circular deps part 14
2025-07-10 15:47:29 -07:00
18e75b66ec
refactor: circular deps part 6
2025-07-08 11:55:45 -07:00
f6eab0d62f
feat(core): openUrlAsync utility ( #10637 )
2025-01-13 20:43:52 -08:00
bbede5d795
feat(visionos): Vision Pro support ( #10392 )
2023-09-28 17:55:40 -07:00
6d44c2d6e0
fix(android): Utils.dismissKeyboard()
not working with modal ( #10375 )
2023-09-27 19:04:42 -07:00
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
451c3cfe43
fix(android): openUrl ( #10161 )
2023-01-06 20:48:59 -08:00
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
82d60ae057
fix(core): circular imports of SDK_VERSION
2022-11-30 09:14:10 -08:00
b147612e06
test: standardized jest unit testing ( #10047 )
2022-11-28 14:32:25 -08:00
046f9314a8
chore: cleanup utils packaging
2022-11-23 22:42:43 -08:00
b998d40a54
chore: import cleanup for build
2022-11-18 09:40:50 -08:00
2e1d2c175b
feat(utils): dismissKeyboard, copyToClipboard, setWindowBackgroundColor, getCurrentActivity and getResource ( #10089 )
2022-11-17 21:05:54 -08:00
abd722cd3d
perf(core): android sdk check ( #10084 )
2022-11-12 10:09:45 -08:00
a85a72d961
fix: export 'dataSerialize' from utils ( #9909 )
2022-07-09 09:02:45 -07:00
77d2533798
feat: android openFile dialog title ( #9600 )
...
* feat: android openFile dialog title
* types: update openFile types
2021-10-06 17:48:52 +02:00
6cf4c5981b
feat(Utils): add dismissSoftInput helper ( #9392 )
...
closes #4594
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2021-05-13 08:43:59 -07:00
020ad4da37
chore(core): monorepo, esm targeting, improved management ( #8707 )
2020-08-25 20:00:59 -07:00