6927 Commits

Author SHA1 Message Date
7ff7233737 feat(core): maxLines support for all text components (#9884) 2022-07-09 09:02:45 -07:00
fbd1e23c1c fix(android): Textfield focus fix (#9885) 2022-07-09 09:02:45 -07:00
6ccf5a22e6 fix(core): allow View subclass to force onLayoutChangeListener (#9886) 2022-07-09 09:02:45 -07:00
57e4973da5 fix(ui-mobile-base): Android http request body was not sent if method was DELETE (#9887) 2022-07-09 09:02:45 -07:00
cd5d2c2f4d fix(core): trace log using a wrong parameter (#9951) 2022-07-05 22:34:13 -07:00
35b8985282 chore(release): @nativescript/webpack 5.0.7 5.0.7-webpack 2022-07-01 12:11:58 +02:00
c2d554bf02 fix(webpack): pin vue-loader version to the latest working version 2022-07-01 12:10:23 +02:00
6d39b62cb7 chore: cleanup 2022-06-20 07:31:37 -07:00
99480c06db fix(android): content uri handling improvements (#9936) 2022-06-20 07:28:31 -07:00
464ea18737 fix(android): race condition on offBackgroundColor view change detection (#9922) 2022-06-20 07:20:10 -07:00
72e096c50e chore(release): @nativescript/core 8.2.5 8.2.5-core 2022-06-15 10:15:38 -07:00
959a3cf0c9 chore: hidden example in toolbox 2022-06-15 10:13:18 -07:00
ef70956623 fix(color): output from rgbToHsv and rgbToHsl is now correct (#9933) 2022-06-15 08:36:57 -07:00
aee1d05651 fix(ios): not responding after rotation (#9931) 2022-06-15 08:29:59 -07:00
32567ef361 feat(core): allow removal of specific CSS variables (#9896) 2022-06-04 10:24:13 -07:00
213237f180 chore(release): @nativescript/core 8.2.4 8.2.4-core 2022-06-04 10:20:05 -07:00
8c69ab5596 chore: format 2022-06-04 10:18:03 -07:00
9089b2cf87 fix(Utils): dispatchToUIThread 2022-06-04 10:11:24 -07:00
80e6b8130a feat(types-minimal): minimal types for only the latest Android and iOS sdks (#9927) 2022-06-04 10:07:59 -07:00
81f57dc0c2 docs(typo): fix typo in view/index.ios.ts (#9926)
overriden -> overridden
2022-06-01 16:34:11 +02:00
834b4bf5e1 fix(webview): android not loading local content (#9923) 2022-05-24 19:48:54 -07:00
eb4c4a3091 chore(release): @nativescript/core 8.2.3 8.2.3-core 2022-04-25 08:40:48 -07:00
36a55dac7f feat: added Utils.executeOnUIThread 2022-04-25 08:36:20 -07:00
74e42fcb8b fix: removed unecessary console.log (#9877) 2022-04-20 22:14:49 +02:00
54f454f881 fix(android): ensure android application is created before setting listeners (#9876)
Co-authored-by: Osei Fortune <fortune.osei@yahoo.com>
2022-04-19 18:40:21 +02:00
c930d25e15 chore: 8.2.3-alpha.0 2022-04-14 21:55:29 -07:00
338ae56a82 fix: file access cross platform stub 2022-04-14 21:46:10 -07:00
a272296d87 fix(android): improve content uri handling (#9874)
closes: #9871
2022-04-14 21:36:30 -07:00
c2503e3693 chore(release): @nativescript/core 8.2.2 8.2.2-core 2022-04-06 19:06:09 -07:00
3537858b6d perf: Improved live-sync functionality for RootLayout (#9836) 2022-04-06 19:03:16 -07:00
11eb705433 chore: typo in config interface (#9855) 2022-04-06 19:02:10 -07:00
22abf23507 chore: 8.2.2-alpha.1 2022-04-05 11:28:08 -07:00
c05145bd9b feat(TouchManager): touchDelay property for nested tap control 2022-04-05 11:26:33 -07:00
da3bd2c6fb fix(css): borderColor parse handling for hsl(a) color values (#9857) 2022-04-05 19:24:09 +02:00
dc0cb8554e chore: 8.2.2-alpha.0 2022-04-01 20:31:30 -07:00
9ce745568f fix: Utils.queueGC debounce and throttle with reuse of different settings (#9852) 2022-04-01 20:28:27 -07:00
2664783dfa fix(android): gesture events fix (#9842)
native `recognizer` should be reported as `android` and not `ios`
2022-04-01 14:27:58 -07:00
f88c158b38 fix(ios): navigation button now allows using custom icon (#9835) 2022-03-19 16:15:31 -07:00
694146689b fix(RootLayout): close popup views on live-sync (#9834) 2022-03-19 16:12:35 -07:00
efa80c728b fix(ActionItem): rendering threw errors if it had a nested child. (#9821) 2022-03-19 14:55:10 -07:00
3bb8fc28e9 feat(RootLayout): added topmost method to retrieve view at top (#9826) 2022-03-16 15:11:21 -07:00
61ba4819e9 chore(release): @nativescript/core 8.2.1 8.2.1-core 2022-03-09 17:08:37 +01:00
794a77900f fix: wrong thread when in Async task in a worker
fixes #9819
2022-03-09 17:04:28 +01:00
0dec295fde chore(release): @nativescript/core 8.2.0 8.2.0-core 2022-03-08 15:05:41 -08:00
7668a73f97 chore: bump demo apps to latest runtimes 2022-03-08 15:05:16 -08:00
d452dc139e chore(release): @nativescript/webpack 5.0.6 5.0.6-webpack 2022-03-08 23:53:50 +01:00
650ef59f9d feat: merge 8.2.0 (#9745) 2022-03-08 23:43:45 +01:00
6631391437 Merge branch 'master' into release/8.2.0 2022-03-08 14:36:47 -08:00
8be543bcc7 feat: testID property for use with e2e testing without interfering with a11y (#9793)
* fix(android): nested frames were sometimes not recreated (#9748)

Co-authored-by: Eduardo Speroni <edusperoni@gmail.com>

* feat: testID property for use with e2e testing without interfering with a11y

* feat: better testID support along a11y

wip

* fix: make sure we have a defined id

* feat: --env.e2e to enable testID

* chore: return if using testID

* chore: cleanup

Co-authored-by: Eduardo Speroni <edusperoni@gmail.com>
Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
2022-03-08 23:25:05 +01:00
86fdf5810a chore: types 8.2.0 2022-03-08 14:06:46 -08:00