36 Commits

Author SHA1 Message Date
e3bdcdc3f6 Fixed: Setting and instantly animating a property fails for iOS 2016-02-05 14:21:22 +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
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
d50e2fdb37 stylers removed 2015-12-22 16:12:18 +02:00
074ac89871 imports improved 2015-12-17 14:53:46 +02:00
c2de8f7ba0 FIX: Platform specific _addViewCore, ignoring index parameter 2015-12-08 11:47:39 +02:00
d61ab801e9 Fix native image recreated on layout even if the view is not resized 2015-12-03 16:55:54 +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
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
129c305942 _boundsChanged method added 2015-10-21 13:20:48 +03:00
0ecb5d4dcd Implement Page background option to span under status bar (iOS only for the moment) 2015-10-06 14:35:59 +03:00
113a1b6a69 placeholder creatingView event fixed + tests 2015-09-30 11:26:42 +03:00
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
11f01e26c1 Set bound along the frame property for iOS layouts. Setting bounds will reapply the transform. 2015-09-28 12:24:18 +03:00
e18e7777a1 Added View.translateX, View.translateY, View.scaleX, View.scaleY, View.rotate properties. 2015-09-03 11:46:12 +03:00
6a6f7fcf92 Fix ListView module to check for layoutBase instead of Layout
Remove some unnecessary traces
2015-08-11 15:28:39 +03:00
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
bd50fb5550 Fixed several unit-tests 2015-08-03 13:49:08 +03:00
0ad198165c Layouts are now implemented natively for Android. 2015-08-03 13:48:41 +03:00
1439313e7b Make moduleMerge a global function - this saves a total of 83 requires upon application loading. 2015-07-27 13:04:48 +03:00
53c7bebfec Center View 2015-07-15 09:35:53 +03:00
2957554ac1 Resovled Issue #421: Modal pages do not render correctly in iOS. 2015-07-14 16:03:09 +03:00
d74d9b8fbb Css properties progress 2015-07-06 17:29:38 +03:00
bb0a2caa9e Css backgrounds spike 2015-07-06 17:29:38 +03:00
90722cfc67 Resolved #142: Modal views. 2015-05-18 14:13:46 +03:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00
2c4781db01 Initial prototype of Frame + Page + Navigation. 2014-06-12 17:44:23 +03:00
3e033da3ff Implemented simple label for iOS 2014-06-06 14:12:51 +03:00
1be0f92429 Initial implementation of Observable + Bindable + Label 2014-06-05 13:53:09 +03:00