158 Commits

Author SHA1 Message Date
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
c2de8f7ba0 FIX: Platform specific _addViewCore, ignoring index parameter 2015-12-08 11:47:39 +02:00
91b46ea131 Extended the tracing information for Bindings and Android NativeLifecycle. 2015-12-04 16:49:04 +02:00
6d43f4dcbc Merge pull request #1200 from NativeScript/cankov/background-native-image-recreated
Fix native image recreated on layout even if the view is not resized
2015-12-04 10:56:01 +02:00
d61ab801e9 Fix native image recreated on layout even if the view is not resized 2015-12-03 16:55:54 +02:00
9066ddcf50 removed unneeded check and make it strict-mode compliant 2015-11-30 15:36:17 +02:00
755def3a12 FIX: Ios transfroms are cleared after layout 2015-11-27 15:32:09 +02:00
10ac928088 pivot renamed to origin 2015-11-25 10:57:50 +02:00
6500170699 Pivot point implementation 2015-11-25 10:57:50 +02:00
a44c9f9aa6 Added some checks for binding infrastructure. 2015-11-25 08:51:36 +02:00
e95820b04a Add Template factory function and use it in the Repeater and ListView components 2015-11-23 12:11:13 +02:00
31c36688ba Fixed nested frame layout for iOS 2015-11-20 14:25:50 +02:00
bba7931e5b Fixed #1002: Inherited dependency properties with value false are not inherited down the visual tree. 2015-11-16 09:52:09 +02:00
82d923a0a3 Fixed #1082: Null reference exception in view.android.setOnTouchListener method 2015-11-11 15:38:53 +02:00
3aed89ca89 Merge pull request #1040 from NativeScript/frame.origin.y
Patch for IQKeyboardManager issue.
2015-11-06 09:42:57 +02:00
363a44139f binding to special properties fixed 2015-11-05 16:31:43 +02:00
ea24a244c9 Fixed several tslint problems. 2015-11-05 16:03:05 +02:00
dec5d971f3 Patch for IQKeyboardManager issue. 2015-11-05 15:29:35 +02:00
e7c4209112 Resolved issues #789, #1021, #1031. 2015-11-03 16:20:36 +02:00
70041bd999 Don't expose platform types in public d.ts files.
Use any. Add a comment with the real type.
2015-10-30 17:17:29 +02:00
b0ff7a46bb Merge pull request #974 from NativeScript/switch-css
Switch color and background-color css support added
2015-10-22 13:14:18 +03:00
aef7256e69 Enabled bindings to events and gestures for Bindable instead of View. 2015-10-21 16:43:09 +03:00
129c305942 _boundsChanged method added 2015-10-21 13:20:48 +03:00
c9744b7474 Don't apply default values on syncNative 2015-10-21 10:48:21 +03:00
2f7cf84839 Fixed issue 597. 2015-10-20 15:42:18 +03:00
76fa713c85 Break a circular import view-application-view.
By late-importing application in bindable and stylers-common.
2015-10-16 13:53:35 +03:00
619c2fe665 global.android replaced with platform.device.os === platform.platformNames.android 2015-10-16 09:20:46 +03:00