198 Commits

Author SHA1 Message Date
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
3537858b6d perf: Improved live-sync functionality for RootLayout (#9836) 2022-04-06 19:03:16 -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
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
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
a1772c0005 feat: proper handling for bindings with converters that were undefined (#9813) 2022-03-08 07:36:58 -08:00
ac2e944fd3 fix(android): fragment creation loaded/unloaded protection 2022-03-07 09:51:06 -08:00
e096cf2b76 revert: "fix: ensure we clear ios view in _tearDownUI (#9671)"
This reverts commit 6a60b83d49a9daa3825f9ee340d61b55ba4b85ff.

We identified issues with this change that cause errors in `onUnloaded()` callbacks.
2022-03-06 19:35:57 +01:00
c5856c6dae feat: improved converter and function call parsing mechanism for XML expressions (#9805) 2022-03-05 09:24:05 -08:00
6a60b83d49 fix: ensure we clear ios view in _tearDownUI (#9671)
This had side effects for example: https://github.com/NativeScript/NativeScript/issues/7469.
2022-03-04 19:49:52 -08:00
ab4e47a1c1 feat(datepicker): ability to show time via showTime property (#9570) 2022-03-04 19:32:47 -08:00
402a7bba2e fix(ios): do not redraw if background image is 'none' (#9800) 2022-03-01 13:22:36 -08:00
5550e6943e Merge branch 'master' into release/8.2.0 2022-03-01 13:21:10 -08:00
d3674de882 feat: allow better tree shaking (#9798) 2022-03-01 12:34:28 -08:00
b38337e597 fix: tear down views after a modal is closed (#9801) 2022-03-01 12:32:39 -08:00
9e6371fdaf fix(android): boolean keyboardType should not set inputType (#9795) 2022-03-01 12:32:39 -08:00
6437352fed feat(switch): :checked pseudo and color fixes (#9790) 2022-03-01 12:32:39 -08:00
716b831523 feat: binding expression parser additions and improvements (#9791) 2022-03-01 12:32:39 -08:00
988f372788 perf(ios): UIImage memory leaks (#9783) 2022-03-01 12:32:39 -08:00
6c71ce21a2 fix(ios): proper UITabBarAppearance handling 2022-03-01 12:32:39 -08:00
6b41268a08 fix(android): edge cases and compatibility with fragments 1.2.x (#9782) 2022-03-01 12:32:39 -08:00
27492219e6 fix(ios): tabview background color with appearance api in iOS 15+ (#9617) 2022-03-01 12:32:39 -08:00
aa1c631e6f fix(android): text-transform: capitalize behavior (#9598)
closes #7059
2022-03-01 12:32:39 -08:00
66d8afffc1 feat(android): tab view icon rendering mode (#9605)
Co-authored-by: wSedlacek <wsedlacekc@gmail.com>
2022-03-01 12:32:39 -08:00
1fb687df55 perf(ios): prevent crash with image release 2022-03-01 12:32:39 -08:00
3cf5833423 chore: cleanup image handling 2022-03-01 12:32:39 -08:00
9d3977ea4f perf(ios): uifont and formatted string optimizations plus uiimage scaling (#9761) 2022-03-01 12:32:39 -08:00
19d8869f1d fix(ios): UIImage memory leaking after Image is disposed (#9777) 2022-03-01 12:32:39 -08:00
a1ba1f6d03 fix(ios): force layout of view when changing the safe area insets (#9773) 2022-03-01 12:32:39 -08:00
e59f3ff669 fix(android): prevent error when detaching from unloaded ScrollView (#9666) 2022-03-01 12:32:39 -08:00
608bb1ed24 fix(core): animation iteration correct for android css animations and iOS rotation (#9628)
closes #7712

Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2022-03-01 12:32:39 -08:00
9b5d125f42 fix(android): NullPointerException on navigation (#9669)
closes #8441
2022-03-01 12:32:39 -08:00
57cc4edc8c fix(core): parse template literal syntax with nested identifiers as expression. (#9744) 2022-03-01 12:32:39 -08:00
44fd5f2b1d chore: cleanup touchmanager 2022-03-01 12:32:39 -08:00
2be1ada3da chore: cleanup background styling handling 2022-03-01 12:32:39 -08:00
dde9e02cac feat: improved background handling (#9615) 2022-03-01 12:32:39 -08:00
6c06c77618 fix(core): Application handling of nativeApp instance 2022-03-01 12:32:39 -08:00
d7916d77a1 feat: touch animations demo in toolbox 2022-03-01 12:32:39 -08:00
26953ec1f2 feat(ui): TouchManager for ease in adding interactivity 2022-03-01 12:32:39 -08:00
d756eb5574 feat(root-layout): support gradient colors on shade cover (#9626)
Co-authored-by: William Juan <williamjuan027@gmail.com>
2022-03-01 12:32:39 -08:00
2cbb135250 feat(bindable): allow "global" context for expressions inside bindings (#9734) 2022-03-01 12:32:39 -08:00
168a169726 feat(gestures): GestureEvents.gestureAttached added to modify native recognizers when needed 2022-03-01 12:32:39 -08:00
c41e7027e4 fix(time-picker): correction for super.disposeNativeView 2022-03-01 12:32:39 -08:00
f038e6ba66 feat(core): add event when disposeNativeView is called 2022-03-01 12:32:39 -08:00