Commit Graph

43 Commits

Author SHA1 Message Date
Hristo Hristov
b2c182fd7a Improve Binding class (#2038)
Remove options parameter
2016-04-27 16:43:45 +03:00
Vladimir Enchev
b7e0d33387 z-index support added 2016-04-19 16:39:17 +03:00
Tsvetan Raikov
073cc94926 implemented CSS animations
fixing animation tests
2016-03-25 15:26:48 +02: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
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
Hristo Deshev
de6a92f8c6 Fix tslint errors. 2016-02-24 11:06:15 +02:00
Tsvetan Raikov
e3bdcdc3f6 Fixed: Setting and instantly animating a property fails for iOS 2016-02-05 14:21:22 +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
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
Vladimir Enchev
d50e2fdb37 stylers removed 2015-12-22 16:12:18 +02:00
Vladimir Enchev
074ac89871 imports improved 2015-12-17 14:53:46 +02:00
vakrilov
c2de8f7ba0 FIX: Platform specific _addViewCore, ignoring index parameter 2015-12-08 11:47:39 +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
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
vakrilov
6500170699 Pivot point implementation 2015-11-25 10:57:50 +02:00
Rossen Hristov
ea24a244c9 Fixed several tslint problems. 2015-11-05 16:03:05 +02:00
Rossen Hristov
dec5d971f3 Patch for IQKeyboardManager issue. 2015-11-05 15:29:35 +02:00
Vladimir Enchev
129c305942 _boundsChanged method added 2015-10-21 13:20:48 +03:00
hshristov
0ecb5d4dcd Implement Page background option to span under status bar (iOS only for the moment) 2015-10-06 14:35:59 +03:00
Vladimir Enchev
113a1b6a69 placeholder creatingView event fixed + tests 2015-09-30 11:26:42 +03:00
Hristo Deshev
77838ae9c6 Change from "classic" TS 1.6 imports to the default resolution scheme.
- Use relative imports in place of most of our absolute ones.
- Add "private" ambient modules for modules that we need to import using
an absolute path (e.g. when app/.../test-something.ts needs to import
ui/styling/style-scope)
2015-09-29 16:25:49 +03:00
Panayot Cankov
11f01e26c1 Set bound along the frame property for iOS layouts. Setting bounds will reapply the transform. 2015-09-28 12:24:18 +03:00
Rossen Hristov
e18e7777a1 Added View.translateX, View.translateY, View.scaleX, View.scaleY, View.rotate properties. 2015-09-03 11:46:12 +03:00
hshristov
6a6f7fcf92 Fix ListView module to check for layoutBase instead of Layout
Remove some unnecessary traces
2015-08-11 15:28:39 +03:00
Rossen Hristov
abc9faccfa Added Padding+Border support for Label, Button, TextField and TextView for both platforms. Only iOS TextView does not support them. 2015-08-06 14:58:53 +03:00
hshristov
bd50fb5550 Fixed several unit-tests 2015-08-03 13:49:08 +03:00
hshristov
0ad198165c Layouts are now implemented natively for Android. 2015-08-03 13:48:41 +03:00
atanasovg
1439313e7b Make moduleMerge a global function - this saves a total of 83 requires upon application loading. 2015-07-27 13:04:48 +03:00
vakrilov
53c7bebfec Center View 2015-07-15 09:35:53 +03:00
Rossen Hristov
2957554ac1 Resovled Issue #421: Modal pages do not render correctly in iOS. 2015-07-14 16:03:09 +03:00
vakrilov
d74d9b8fbb Css properties progress 2015-07-06 17:29:38 +03:00
vakrilov
bb0a2caa9e Css backgrounds spike 2015-07-06 17:29:38 +03:00
Rossen Hristov
90722cfc67 Resolved #142: Modal views. 2015-05-18 14:13:46 +03:00
Erjan Gavalji
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00
atanasovg
2c4781db01 Initial prototype of Frame + Page + Navigation. 2014-06-12 17:44:23 +03:00
atanasovg
3e033da3ff Implemented simple label for iOS 2014-06-06 14:12:51 +03:00
atanasovg
1be0f92429 Initial implementation of Observable + Bindable + Label 2014-06-05 13:53:09 +03:00