33 Commits

Author SHA1 Message Date
de6a92f8c6 Fix tslint errors. 2016-02-24 11:06:15 +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
becc5c59f0 wrong for loop count fixed 2016-02-01 16:25:28 +02:00
56f1aaa795 Do not use lazy requires where not needed. 2016-01-25 16:33:18 +02:00
30d5ebae12 Added _removeTabs implementation in common. 2016-01-15 11:45:12 +02:00
af5dd04a9b Added parent view for views inside TabView. 2016-01-12 17:53:50 +02:00
d50e2fdb37 stylers removed 2015-12-22 16:12:18 +02:00
074ac89871 imports improved 2015-12-17 14:53:46 +02:00
a2fb0c96be default font size fixed 2015-12-11 10:27:51 +02:00
3650a6f4fe font-family implemented 2015-12-10 13:52:13 +02:00
2b1be2da43 Name the originally-rendered image 2015-11-24 15:44:05 -05:00
477d0016b1 Correct TabView icon rendering mode
Fixes #1148.
2015-11-24 15:35:37 -05:00
284366dc0b selectedIndex behavior when no tabs fixed 2015-11-09 10:35:22 +02:00
d29fd66478 TintCololor should be synced with selectedColor 2015-10-30 11:46:55 +02:00
c41e15faf0 Set tab tint color also 2015-10-30 11:46:55 +02:00
815a4fc23c ActionBar and TabView colors 2015-10-30 11:46:54 +02:00
f72d79e65a iOS owner pattern changed to use WeakRef in order to prevent memory leaks.
Optimized list-view-tests.
Added time per test.
2015-10-22 10:26:59 +03:00
b8222a88b4 Fixes 2015-10-15 16:04:19 +03:00
159803d8b9 TabView color and selctedColors 2015-10-15 14:55:31 +03:00
6a17651618 ios9 fixes 2015-10-06 15:41:37 +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
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
cfe19f1c17 Added some checks according to changed iOS9 API. 2015-09-17 14:55:03 +03:00
309e123f12 Extracted view-related utility methods from "utils/utils" to "ui/utils" so that the "utils/utils" module does not depend on the view module. 2015-09-16 16:20:43 +03:00
b848d2f02d Added TabViewItem change support for Android. Fixed empty titles for SegmentedBar and TabView. 2015-09-01 09:56:51 +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
a4b2457708 Resolved #199: TabView.selectedIndexChanged event. 2015-05-21 13:48:34 +03:00
45450456a1 Loaded/Unloaded fix 2015-05-05 16:15:00 +03:00
6bb533dc30 Fixed issue with binding when binding to a falsy object (also added types.isNullOrundefined function). 2015-04-20 14:25:01 +03:00
38bc482359 Moved delegate handling to onLoaded / onUnloaded methods and reworked the WebView tests. 2015-04-03 13:32:39 +03:00
10a963e0a5 Added functionality to specify images on TabView tabs. 2015-03-24 09:34:01 +02:00
bd9b813cc5 TabEntry renamed to TabViewItem 2015-03-09 10:36:47 +02:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00