20fc1cc1d4
feat: apple view filtering ( #10681 )
...
[skip ci]
2025-01-29 16:56:54 -08:00
24ad6e45b1
docs(core): fix types & improve jsdoc comments ( #10620 )
2025-01-12 12:38:28 -08: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
ab32aeaaa3
feat(file-system): append, appendText & createFile ( #10285 )
2023-05-04 20:45:01 -07:00
f4b2722bf4
feat(transitions): support zIndex on ios shared elements + support page props on android ( #10261 )
2023-04-17 08:54:09 -07:00
6fd69436c8
feat(core): export foregroundEvent and backgroundEvent ( #10226 )
2023-03-02 20:06:39 -08:00
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
82d60ae057
fix(core): circular imports of SDK_VERSION
2022-11-30 09:14:10 -08:00
2e1d2c175b
feat(utils): dismissKeyboard, copyToClipboard, setWindowBackgroundColor, getCurrentActivity and getResource ( #10089 )
2022-11-17 21:05:54 -08:00
cab59473f3
feat(Utils): dataSerialize, dataDeserialize, numberHasDecimals, numberIs64Bit
2022-07-09 09:02:45 -07:00
8987babb08
feat(application): expose inBackground
and suspended
( #9897 )
...
For IOSApplication to be like AndroidApplication
2022-07-09 09:02:45 -07:00
36a55dac7f
feat: added Utils.executeOnUIThread
2022-04-25 08:36:20 -07:00
40c5984966
feat: Utils for queueGC, debounce and throttle
2022-03-01 12:32:39 -08:00
b292495506
feat(ios): allow dynamic ProMotion frame refresh rate changes ( #9775 )
...
see: https://developer.apple.com/documentation/quartzcore/optimizing_promotion_refresh_rates_for_iphone_13_pro_and_ipad_pro
2022-03-01 12:32:39 -08:00
65eb4e2add
chore: adjust Application ios/android getters
2022-03-01 12:32:39 -08:00
d0f00e24d8
fix(core): correctly export setAutoSystemAppearanceChanged ( #9489 )
2021-07-28 13:13:45 -07:00
d589ac6000
fix(core): typings for Utils.queueMacrotask and static methods on Observable ( #9425 )
2021-05-28 14:06:12 -07: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
dac36c6801
fix(a11y): add missing application event for fontScaleChanged ( #9396 )
2021-05-13 08:42:55 -07:00
ede1685ae2
chore: cleanup types
2021-04-06 11:18:36 -07:00
21da31562c
chore: Enums > CoreTypes
...
Cleanup type symbol usage by consolidating to manage in one spot. This makes them easier to use as well by providing a single rollup of all the common type symbol's used throughout core.
2021-04-06 11:18:36 -07:00
a822f2affb
chore: a11y polish ( #9259 )
2021-04-06 11:18:36 -07:00
882aa42e85
feat(core): rollup additional Utils
2021-01-13 16:06:51 -08:00
a2e1aa246e
feat(core): export additional properties for plugin usage ( #8835 )
2020-09-09 09:15:57 -07:00
54cce4f20c
feat(core): nativescript.config and webpack updates ( #8801 )
2020-09-01 15:53:37 -07:00
020ad4da37
chore(core): monorepo, esm targeting, improved management ( #8707 )
2020-08-25 20:00:59 -07:00