29 Commits

Author SHA1 Message Date
de6a92f8c6 Fix tslint errors. 2016-02-24 11:06:15 +02:00
56f1aaa795 Do not use lazy requires where not needed. 2016-01-25 16:33:18 +02:00
49663322b7 Image src now can be set to Data URI 2016-01-12 11:53:05 +02:00
d50e2fdb37 stylers removed 2015-12-22 16:12:18 +02:00
074ac89871 imports improved 2015-12-17 14:53:46 +02:00
070b01c544 Remove UTF-8 BOM's from package.json files 2015-12-01 15:37:14 +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
619c2fe665 global.android replaced with platform.device.os === platform.platformNames.android 2015-10-16 09:20:46 +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
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
5322dd19b2 Fix Image source property to have None metadata for android - no need for layout invalidation from JS.
ClipToBounds implementation added back.
Optimization in style.ts to set native properties at once.
Fix height of CommonLayoutParameters.
2015-08-03 18:18:42 +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
e52b0c4556 Action bar progress 2015-07-15 09:35:53 +03:00
215b3612cb Refactoring related to issue #132. 2015-05-11 13:40:47 +03:00
14ad3ad70e Fixed issue #132. 2015-05-11 11:10:57 +03:00
3e9033c900 Fixed several tslint errors. 2015-04-20 14:06:02 +03:00
08ce45959c Fixed the memory leaks in iOS. 2015-04-20 14:06:00 +03:00
f0f6992cf0 Remove Action property from Intent class.
Location tests are not executed on emulator.
Label test made for iOS only.
Change frame.android.action property to method.
Image measured widht/height are now floor (like in android runtime).
2015-04-09 17:54:22 +03:00
710c423609 Fix ios transition issue
Revert imageSource property metadata to None
Improve ListView preparecell check
2015-04-08 10:55:02 +03:00
b27c05e52c Fix label ellipsis issue on zoomed iPhone 6 Plus.
Fix Image.imageSource propertyMetadata to affects layout.
2015-04-08 10:55:00 +03:00
cf1a0158e1 Imporvements and lint fix 2015-03-13 16:56:29 +02:00
36e0f80a10 Image-source modules refactoring 2015-03-13 16:32:05 +02:00
9113faacc4 Image src and imageSource properties defined 2015-03-12 10:33:50 +02:00
81c5b76bc3 Resource prefix v.01 2015-03-12 10:33:50 +02:00
46fcc22672 Added some links to ApiReference. 2015-03-04 14:49:45 +02:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00
37727ff411 new ui image + minor label fix 2014-06-09 17:18:28 +03:00