Commit Graph

247 Commits

Author SHA1 Message Date
Douglas Machado
0337a3360d fix(ios): tab page navigation when showing dialog messages (#10075) 2022-11-09 07:40:57 -08:00
Douglas Machado
95c3b3026d fix(android): CSS style not working properly in modal pages (#10070) 2022-11-09 07:40:57 -08:00
Eduardo Speroni
6f1a5d16e3 fix(ios): page isRunningLayout (#10078) 2022-11-09 07:40:57 -08:00
Eduardo Speroni
0552a3a722 fix(ios): ensure view layout when using large titles (#10044)
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2022-11-09 07:40:57 -08:00
farfromrefuge
8094cf207a fix(ios): prevent creating ActionBar when not needed (#10017) 2022-11-09 07:40:57 -08:00
Nathan Walker
df31b2a905 fix(animations): error handling
closes https://github.com/NativeScript/NativeScript/issues/10037
2022-09-23 10:27:01 -07:00
Dimitris-Rafail Katsampas
3ce5362a04 fix(ios): segmented bar nativeView check (#10023) 2022-09-23 09:49:36 -07:00
Eduardo Speroni
59fb3d9457 fix(ios): guard accessing actionbar (#10033) 2022-09-23 09:48:52 -07:00
Nathan Walker
56f861df20 fix(ios): ListView _prepareCell null safety (#10001)
closes https://github.com/NativeScript/NativeScript/issues/10000
2022-08-19 21:32:42 -07:00
Douglas Machado
ca3d9bdc13 fix(android): potential navigation crash (#9996) 2022-08-19 18:59:47 -07:00
Ruslan Lekhman
4b0c812707 feat(core): make font style, weight, scale params optional (#9993)
Change font style, weight, scale constructor parameters to optional.
Export `FontStyle` and `FontWeight`.
2022-08-12 18:41:57 -07:00
Dimitris-Rafail Katsampas
be6efc3067 fix(ios): additional safe area insets were miscalculated if already set (#9991) 2022-08-10 14:01:51 -07:00
Dimitris-Rafail Katsampas
de1d47d600 Revert "fix(ios): app stopped responding after screen rotation (#9986)"
This reverts commit 946dd34cc6.
2022-08-09 00:37:37 +03:00
Dimitris-Rafail Katsampas
946dd34cc6 fix(ios): app stopped responding after screen rotation (#9986) 2022-08-08 08:02:28 -07:00
Douglas Machado
0548aaf8da fix(android): FragmentClass memory leak (#9983)
* chore: resilience to create/destroy flow around actionItems

Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2022-08-02 09:00:18 -07:00
Nathan Walker
54d300666a fix: revert "fix(ios): not responding after rotation (#9931)" (#9984)
This reverts commit aee1d05651.
2022-08-02 08:11:42 -07:00
Douglas Machado
286d36b03b fix(android): FragmentCallbacksImplementation memory leak (#9977) 2022-07-27 11:15:51 -07:00
Douglas Machado
59f923528d fix(android): FragmentClass memory leak (#9973)
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2022-07-26 14:52:48 -07:00
Nathan Walker
c9102f2de9 chore: tests 2022-07-22 13:32:22 -07:00
Nathan Walker
4f56d8650b chore: e2e automated tests 2022-07-22 11:31:10 -07:00
farfromrefuge
c8bff74e67 fix(core): missing export for maxLinesProperty (#9965) 2022-07-22 08:12:28 -07:00
Dimitris-Rafail Katsampas
0477044d6f fix(core): FormattedString.spans is now restored (#9960) 2022-07-17 19:48:07 -07:00
Eduardo Speroni
3681fd4384 fix(ios): do not convert tap event data to device pixels twice (#9935)
BREAKING CHANGE:

tapData.getX() and tapData.getY() will now return correctly in DIP, so any extra conversions (like calling toDevicePixels) twice must be changed.
2022-07-09 10:09:43 -07:00
farfromrefuge
38142a6aeb fix(core): navigatingToEvent allows access to resolvedPage now (#9954)
BREAKING CHANGE:

When using `navigatingToEvent` event.entry, the `backstackEntry` object is now returned which has an `entry` property on it if you still need it.
2022-07-09 10:05:29 -07:00
Nathan Walker
e5fffa1dad fix(RootLayout): resilience around shadeCover options 2022-07-09 09:02:45 -07:00
Nathan Walker
8d0c3285ed chore: cleanup uifont cache logs to be trace enabled 2022-07-09 09:02:45 -07:00
Igor Randjelovic
8756df30d4 perf: cache UIFont construction based on FontDescriptor (#9948)
Reduces unnecessary UIFont creation by reusing existing UIFonts matching the same font parameters.
2022-07-09 09:02:45 -07:00
Samuel Schultze
2ff0891f93 fix(ios): label measure correct height when using custom numberOfLines (#9945) 2022-07-09 09:02:45 -07:00
Osei Fortune
9fcd440690 fix(android): content uri handling improvements (#9936) 2022-07-09 09:02:45 -07:00
Douglas Machado
4db4e4af27 fix(ios): memory leak after using 'showModal' passing any Page as parameter (#9939) 2022-07-09 09:02:45 -07:00
Douglas Machado
957af32859 fix(ios): memory leak after using the 'presentViewControllerNavigation' (#9934) 2022-07-09 09:02:45 -07:00
Nathan Walker
50fd3c06f8 revert: "fix(ios): apply proper border radius to box shadow and view sublayers (#9881)" (#9917)
This reverts commit 3d882b0999.
2022-07-09 09:02:45 -07:00
William Juan
7b11b6acfe feat(RootLayout): add opened and closed events (#9893) 2022-07-09 09:02:45 -07:00
Dimitris - Rafail Katsampas
665009b863 fix(live-sync): navigation history is now maintained (#9889) 2022-07-09 09:02:45 -07:00
Dimitris - Rafail Katsampas
7ccc949712 fix(TabView): item styling improvements for iOS 15+ (#9888) 2022-07-09 09:02:45 -07:00
farfromrefuge
58a720699f fix(core): android wrong background state + current value accessors (#9883) 2022-07-09 09:02:45 -07:00
Dimitris - Rafail Katsampas
f548fdc735 fix(ios): proper disposal and recreation of iOS native views (#9879) 2022-07-09 09:02:45 -07:00
Dimitris - Rafail Katsampas
b7e6128576 fix(ios): apply proper border radius to box shadow and view sublayers (#9881) 2022-07-09 09:02:45 -07:00
Eduardo Speroni
0a082b3403 fix: ensure reusable ProxyViewContainer re-adds native children (#9882) 2022-07-09 09:02:45 -07:00
farfromrefuge
7ff7233737 feat(core): maxLines support for all text components (#9884) 2022-07-09 09:02:45 -07:00
farfromrefuge
fbd1e23c1c fix(android): Textfield focus fix (#9885) 2022-07-09 09:02:45 -07:00
farfromrefuge
6ccf5a22e6 fix(core): allow View subclass to force onLayoutChangeListener (#9886) 2022-07-09 09:02:45 -07:00
Douglas Machado
cd5d2c2f4d fix(core): trace log using a wrong parameter (#9951) 2022-07-05 22:34:13 -07:00
Nathan Walker
464ea18737 fix(android): race condition on offBackgroundColor view change detection (#9922) 2022-06-20 07:20:10 -07:00
Douglas Machado
aee1d05651 fix(ios): not responding after rotation (#9931) 2022-06-15 08:29:59 -07:00
Eduardo Speroni
32567ef361 feat(core): allow removal of specific CSS variables (#9896) 2022-06-04 10:24:13 -07:00
Nathan Walker
8c69ab5596 chore: format 2022-06-04 10:18:03 -07:00
Ikko Ashimine
81f57dc0c2 docs(typo): fix typo in view/index.ios.ts (#9926)
overriden -> overridden
2022-06-01 16:34:11 +02:00
farfromrefuge
834b4bf5e1 fix(webview): android not loading local content (#9923) 2022-05-24 19:48:54 -07:00
farfromrefuge
74e42fcb8b fix: removed unecessary console.log (#9877) 2022-04-20 22:14:49 +02:00