Hristo Hristov
b0cff20450
Manually applying CSS in removed and now it is done once per cell. ( #2174 )
...
* Manually applying CSS in removed and now it is done once per cell.
Clearing bindingContext is now done in refresh method instead of preparing cell.
Obsolete isScrolling property on ListView.
Removed android scroll listener.
Added test for nulling cells bindingContext.
Uncommented few tests and made them work.
Fixed android ListView eachChildView to return the wrapping StackLayout so that Unloading now works as expected.
onUnload method in view-common now raise unloaded only if item isLoaded=true.
* Fix navigation path
2016-05-25 14:03:45 +03:00
Rossen Hristov
37f13c50d4
Fixed: Navigating with clearHistory / transition
2016-05-20 11:50:15 +03:00
Panayot Cankov
df1d322ca0
Merge pull request #2127 from NativeScript/cankov/checked-logging
...
Add a flag when logging to skip string template calculations in release
2016-05-19 15:52:08 +03:00
Panayot Cankov
eda260323e
Add a flag we can use to skip string template calcs in release
2016-05-17 16:43:41 +03:00
Vladimir Enchev
1bdd2dfa44
zIndex fixed for Android buttons
2016-05-17 15:49:26 +03:00
Vladimir Enchev
ebed79da36
clip-path support added
2016-05-13 17:31:55 +03:00
Nedyalko Nikolov
c5a14464e8
Fixed issue with simple object as binding context.
2016-05-05 15:10:31 +03:00
Nedyalko Nikolov
4e4a69c282
Additional fix for changing binding context issue.
2016-05-03 14:23:58 +03:00
Nedyalko Nikolov
7203d201c0
Fixed stack overflow exception in binding.
2016-04-27 17:18:26 +03:00
Hristo Hristov
b2c182fd7a
Improve Binding class ( #2038 )
...
Remove options parameter
2016-04-27 16:43:45 +03:00
Tsvetan Raikov
75a8f85923
Fixed pseudoselectors to work with Angular
2016-04-26 10:05:24 +03:00
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