184 Commits

Author SHA1 Message Date
1bdd2dfa44 zIndex fixed for Android buttons 2016-05-17 15:49:26 +03:00
ebed79da36 clip-path support added 2016-05-13 17:31:55 +03:00
c5a14464e8 Fixed issue with simple object as binding context. 2016-05-05 15:10:31 +03:00
4e4a69c282 Additional fix for changing binding context issue. 2016-05-03 14:23:58 +03:00
7203d201c0 Fixed stack overflow exception in binding. 2016-04-27 17:18:26 +03:00
b2c182fd7a Improve Binding class (#2038)
Remove options parameter
2016-04-27 16:43:45 +03:00
75a8f85923 Fixed pseudoselectors to work with Angular 2016-04-26 10:05:24 +03:00
8fef852d89 Fixed adding converters to bindingContext. 2016-04-20 15:49:44 +03:00
c7918c51ce Merge pull request #1992 from NativeScript/nnikolov/BindingSameProperties
Fix for using same name properties in binding.
2016-04-20 13:51:24 +03:00
2c4c3c90e2 Fix for using same name properties in binding. 2016-04-19 17:19:04 +03:00
b7e0d33387 z-index support added 2016-04-19 16:39:17 +03:00
f768fda881 Fixed some slow tests. (#1968)
Fixed modal page on iOS7.
2016-04-14 15:01:32 +03:00
c07fc07348 Fixed: Visual states not working properly when the animation is canceled in Android 2016-04-08 11:35:44 +03:00
ba2a84de6b Better tracing (logging) of run-time errors. 2016-04-01 17:34:14 +03:00
073cc94926 implemented CSS animations
fixing animation tests
2016-03-25 15:26:48 +02:00
2d05687e31 case statements fix 2016-03-22 11:45:01 +03:00
ccdc394be4 This adds the ability to Cancel the Animation via the Promise returned via a play command. 2016-03-21 22:52:55 -06:00
d80bc5fc81 Eliminate rounding errors 2016-03-21 13:05:17 +02:00
fe3d176dd6 Add public instance methods to View class for getting locations and sizes
Resolves #1760
2016-03-21 10:46:58 +02:00
2cabf02215 Fixed navigation events 2016-03-18 11:55:52 +02:00
522c9ee7ed Add source information in the xml builder, print source file as part for veiw.toString 2016-03-15 11:23:51 +02:00
66936ff0c4 Fixes #1691. 2016-03-03 18:03:27 +02:00
bda6159bbb Re-apply TextBase.formattedText after a style property change
Resolves #1078
2016-02-25 11:01:44 +02:00
de6a92f8c6 Fix tslint errors. 2016-02-24 11:06:15 +02:00
5f443be054 Fixed Issue #1543: View._onDetached called twice when app is suspended. 2016-02-22 13:13:47 +02:00
6e4d6ccfbc Support for hierarchical and attribute css selectors. 2016-02-15 11:47:05 +02:00
5144969ae0 Added support for in expressions. 2016-02-08 11:58:15 +02:00
7c278cb35a Merge pull request #1502 from NativeScript/hhristov/android-activity-fix
Fixed crash where activity was incorrectly using existing initialized frame.
2016-02-05 18:05:36 +02:00
e709485bb6 Added an option to change the rootView.
Fixed crash where activity was incorrectly using existing initialized frame.
Fixed TabView to use _nativeView instead of Frame.
2016-02-05 15:09:28 +02:00
e3bdcdc3f6 Fixed: Setting and instantly animating a property fails for iOS 2016-02-05 14:21:22 +02:00
b0976bf986 Resolved #811: Page Navigation Transitions 2016-02-03 13:24:12 +02:00
1e0f130b38 Merge pull request #1430 from NativeScript/gatanasov/lazy-require-fixes
Revisit lazy require routine
2016-02-01 16:54:31 +02:00
30bf55d8bd Merge pull request #1453 from NativeScript/hdeshev/proxy-container-grid-layout
Register ProxyViewContainer children with parent layout.
2016-01-29 10:52:10 +02:00
698345f171 Register ProxyViewContainer children with parent layout.
- Fixes a crash when used in a GridLayout on iOS since the layout needs to be
notified of any layout children changes.
- Adds a _parentChanged hook for all views.
2016-01-28 18:27:31 +02:00
406a20297c Added support for functions with binding expressions. 2016-01-28 16:42:21 +02:00
5c35f33441 Added support for property change with same object instance (via WrappedValue). 2016-01-27 10:53:25 +02:00
d1676ca366 Comments and cleanups 2016-01-26 11:20:15 +02:00
56f1aaa795 Do not use lazy requires where not needed. 2016-01-25 16:33:18 +02:00
216cfb11de Fix: bugs caught with tests 2016-01-25 11:30:37 +02:00
eac95156d1 Proxy view container 2016-01-25 11:30:36 +02:00
af78e79561 Added automation text and tests 2016-01-19 16:23:45 +02:00
b43f5a3be5 Add an additional notification for propChange event (required for angular2). 2016-01-19 13:02:01 +02:00
d43e9546d8 Touch gesture implemented 2016-01-15 18:15:45 +02:00
f168d2509a Use the OriginPoint class in android widgets for the originX/Y implementation 2016-01-15 15:14:50 +02:00
ef11c7b7cf Resetting layoutParams was missing the new percent properties 2016-01-11 12:37:48 +02:00
16c5228137 Merge pull request #1286 from NativeScript/stylers
stylers removed
2015-12-22 16:43:54 +02:00
d50e2fdb37 stylers removed 2015-12-22 16:12:18 +02:00
5e440ab924 Fixed getting object properties too many times. 2015-12-18 16:01:32 +02:00
074ac89871 imports improved 2015-12-17 14:53:46 +02:00
1dbb742908 Implemented percent support for width, height and margins 2015-12-15 14:36:27 +02:00