Nedyalko Nikolov
8fef852d89
Fixed adding converters to bindingContext.
2016-04-20 15:49:44 +03:00
Nedyalko Nikolov
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
Nedyalko Nikolov
2c4c3c90e2
Fix for using same name properties in binding.
2016-04-19 17:19:04 +03:00
Vladimir Enchev
b7e0d33387
z-index support added
2016-04-19 16:39:17 +03:00
Hristo Hristov
f768fda881
Fixed some slow tests. ( #1968 )
...
Fixed modal page on iOS7.
2016-04-14 15:01:32 +03:00
Tsvetan Raikov
c07fc07348
Fixed: Visual states not working properly when the animation is canceled in Android
2016-04-08 11:35:44 +03:00
Nedyalko Nikolov
ba2a84de6b
Better tracing (logging) of run-time errors.
2016-04-01 17:34:14 +03:00
Tsvetan Raikov
073cc94926
implemented CSS animations
...
fixing animation tests
2016-03-25 15:26:48 +02:00
Aleksey Gureiev
2d05687e31
case statements fix
2016-03-22 11:45:01 +03:00
Nathanael Anderson
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
Rossen Hristov
d80bc5fc81
Eliminate rounding errors
2016-03-21 13:05:17 +02:00
Rossen Hristov
fe3d176dd6
Add public instance methods to View class for getting locations and sizes
...
Resolves #1760
2016-03-21 10:46:58 +02:00
Hristo Hristov
2cabf02215
Fixed navigation events
2016-03-18 11:55:52 +02:00
Panayot Cankov
522c9ee7ed
Add source information in the xml builder, print source file as part for veiw.toString
2016-03-15 11:23:51 +02:00
atanasovg
66936ff0c4
Fixes #1691 .
2016-03-03 18:03:27 +02:00
Rossen Hristov
bda6159bbb
Re-apply TextBase.formattedText after a style property change
...
Resolves #1078
2016-02-25 11:01:44 +02:00
Hristo Deshev
de6a92f8c6
Fix tslint errors.
2016-02-24 11:06:15 +02:00
Rossen Hristov
5f443be054
Fixed Issue #1543 : View._onDetached called twice when app is suspended.
2016-02-22 13:13:47 +02:00
Nedyalko Nikolov
6e4d6ccfbc
Support for hierarchical and attribute css selectors.
2016-02-15 11:47:05 +02:00
Nedyalko Nikolov
5144969ae0
Added support for in expressions.
2016-02-08 11:58:15 +02:00
Hristo Hristov
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
Hristo Hristov
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
Tsvetan Raikov
e3bdcdc3f6
Fixed: Setting and instantly animating a property fails for iOS
2016-02-05 14:21:22 +02:00
Rossen Hristov
b0976bf986
Resolved #811 : Page Navigation Transitions
2016-02-03 13:24:12 +02:00
Hristo Hristov
1e0f130b38
Merge pull request #1430 from NativeScript/gatanasov/lazy-require-fixes
...
Revisit lazy require routine
2016-02-01 16:54:31 +02:00
Hristo Deshev
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
Hristo Deshev
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
Nedyalko Nikolov
406a20297c
Added support for functions with binding expressions.
2016-01-28 16:42:21 +02:00
Nedyalko Nikolov
5c35f33441
Added support for property change with same object instance (via WrappedValue).
2016-01-27 10:53:25 +02:00
vakrilov
d1676ca366
Comments and cleanups
2016-01-26 11:20:15 +02:00
atanasovg
56f1aaa795
Do not use lazy requires where not needed.
2016-01-25 16:33:18 +02:00
vakrilov
216cfb11de
Fix: bugs caught with tests
2016-01-25 11:30:37 +02:00
vakrilov
eac95156d1
Proxy view container
2016-01-25 11:30:36 +02:00
Hristo Hristov
af78e79561
Added automation text and tests
2016-01-19 16:23:45 +02:00
Nedyalko Nikolov
b43f5a3be5
Add an additional notification for propChange event (required for angular2).
2016-01-19 13:02:01 +02:00
vakrilov
d43e9546d8
Touch gesture implemented
2016-01-15 18:15:45 +02:00
Panayot Cankov
f168d2509a
Use the OriginPoint class in android widgets for the originX/Y implementation
2016-01-15 15:14:50 +02:00
Hristo Hristov
ef11c7b7cf
Resetting layoutParams was missing the new percent properties
2016-01-11 12:37:48 +02:00
Vladimir Enchev
16c5228137
Merge pull request #1286 from NativeScript/stylers
...
stylers removed
2015-12-22 16:43:54 +02:00
Vladimir Enchev
d50e2fdb37
stylers removed
2015-12-22 16:12:18 +02:00
Nedyalko Nikolov
5e440ab924
Fixed getting object properties too many times.
2015-12-18 16:01:32 +02:00
Vladimir Enchev
074ac89871
imports improved
2015-12-17 14:53:46 +02:00
Hristo Hristov
1dbb742908
Implemented percent support for width, height and margins
2015-12-15 14:36:27 +02:00
vakrilov
c2de8f7ba0
FIX: Platform specific _addViewCore, ignoring index parameter
2015-12-08 11:47:39 +02:00
Rossen Hristov
91b46ea131
Extended the tracing information for Bindings and Android NativeLifecycle.
2015-12-04 16:49:04 +02:00
Panayot Cankov
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
Panayot Cankov
d61ab801e9
Fix native image recreated on layout even if the view is not resized
2015-12-03 16:55:54 +02:00
Hristo Hristov
9066ddcf50
removed unneeded check and make it strict-mode compliant
2015-11-30 15:36:17 +02:00
vakrilov
755def3a12
FIX: Ios transfroms are cleared after layout
2015-11-27 15:32:09 +02:00
vakrilov
10ac928088
pivot renamed to origin
2015-11-25 10:57:50 +02:00