32 Commits

Author SHA1 Message Date
1e0f130b38 Merge pull request #1430 from NativeScript/gatanasov/lazy-require-fixes
Revisit lazy require routine
2016-02-01 16:54:31 +02:00
fb3b7bc6c4 Array.create used instead reflection 2016-02-01 14:08:22 +02:00
56f1aaa795 Do not use lazy requires where not needed. 2016-01-25 16:33:18 +02:00
f930914fa8 Added typed information for lazily loaded android types. 2016-01-20 14:03:04 +02:00
fbc612610f Snapshot refactorings, which mainly wraps Android extends within inner functions so that they are evaluated at runtime, when needed. Also some refactoring preventing circular requires. 2016-01-20 10:22:08 +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
4f2a630f86 Usages of android.R replaced with constatns 2015-11-10 10:04:32 +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
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
9e07a2344b segmented bar selectedIndexChanged fix 2015-09-25 11:10:17 +03:00
2faad8f5c5 SegmentedBar selectedIndexChanged added 2015-09-09 11:28:05 +03:00
a66998a8c0 Removed a console.log method call. 2015-09-07 08:54:24 +03:00
72c464bbe8 TabViewItem.title and SegmentedBarItem.title are now empty string by default. 2015-09-04 10:19:24 +03:00
b848d2f02d Added TabViewItem change support for Android. Fixed empty titles for SegmentedBar and TabView. 2015-09-01 09:56:51 +03:00
bc2e271e72 Made SegmentedBarItem bindable. 2015-08-31 13:15: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
bc2a34d4f6 Better public type fix by not exposing the private types.
Change the property types to the base public types.
2015-06-11 17:10:53 +03:00
b34a281d32 Fix compile errors for methods returning private types. 2015-06-11 15:35:14 +03:00
918fe5f3b4 color check added 2015-06-03 17:24:34 +03:00
887aea68c5 lint error fixed 2015-06-03 16:31:14 +03:00
6b2d47e0db tab text color set after items changed 2015-06-03 16:29:16 +03:00
4c240487eb segmented bar new android props fixes 2015-03-27 11:25:57 +02:00
6f04b10110 Segment-bar safety fix 2015-03-26 14:14:27 +02:00
18c368df17 console.log removed 2015-03-17 14:12:56 +02:00
5dee35cb83 segmented-bar tests & fixes 2015-03-17 11:33:34 +02:00
c05e8bc29f missing dep prop def added 2015-03-09 15:50:28 +02:00
89b7e78689 SegmentedBarEntry renamed to SegmentedBarItem 2015-03-05 14:05:49 +02:00
3c822de142 selectedBackgroundColor implemented 2015-03-05 13:49:53 +02:00
415a3a8202 selectedIndex logic fixed 2015-03-04 16:53:24 +02:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00