15 Commits

Author SHA1 Message Date
f2898f84d5 NativeView recycled for android 2017-03-28 18:08:59 +03:00
e151c4dc4e Fix TabView args.object for selectedIndexChangedEvent (#3800)
Add assert in existing test
Code formatting
2017-03-15 17:25:02 +02:00
629eb6e683 Use relative imports in tns-core-modules.
Use tns-core-modules/* imports in outside code (apps, tests, etc)
2017-03-13 14:37:59 +02:00
cc337094e9 Fix text & fromattedText failing tests 2017-01-12 14:12:41 +02:00
163592ed60 Fix Background.isEmpty regression 2017-01-03 15:12:39 +02:00
11f8da025b Android TabView should use tabTextColorProperty instead of colorProperty just like in iOS 2017-01-03 12:53:21 +02:00
52a84b211f Fixed: Setting setTypeface() to null object
Resolves #3147
2017-01-03 12:33:36 +02:00
764910be2b Fixed tab-view tests. 2016-12-30 10:55:42 +02:00
6feeb140e3 Fixing type errors in tests 2016-12-19 10:36:25 +02:00
30d202b5f1 Fix: Transparent border rendered as black
Resolves #3113
2016-11-21 12:25:13 +02:00
c2b35ffef2 Delete inconsistently failing test 2016-11-15 16:17:03 +02:00
c632f9d4aa Add more detailed error message to TabView test testAndroidOffscreenTabLimit_Default 2016-11-11 09:51:26 +02:00
e59d145705 Add TabView.androidOffscreenTabLimit property
Resolves #2815

* Gets or sets the number of tabs that should be retained to either side of the current tab in the view hierarchy in an idle state.
* Tabs beyond this limit will be recreated from the TabView when needed.
2016-11-08 17:17:30 +02:00
c991cd7ed0 Added documentation for selectedIndexChanged event. 2016-07-22 16:13:43 +03:00
e135c20b14 Rename the files 2016-05-26 14:30:25 +03:00