Commit Graph

31 Commits

Author SHA1 Message Date
Vasil Chimev
5c9a217bc5 feat(dark-mode): add system appearance property, event and CSS classes (#7887) 2019-10-08 13:07:15 +03:00
Vasil Chimev
f82cf08f95 feat(ios-dark-mode): adapt dynamic system colors (#7826) 2019-10-04 10:58:54 +03:00
Vasil Chimev
dfcbe6c319 style: formatting and whitespaces (#7840) 2019-09-19 15:40:31 +03:00
Manol Donev
e0c4933337 chore: merge release to master (#7809)
* feat(android): fix tab resource icon size based on spec (#7737)

* feat(ios): add icon rendering mode for bottom navigation (#7738)

* fix(ios-tabs): crash when add tabstrip in loaded event (#7743)

* fix(css): parse css selectors with escape sequences (#7689) (#7732)

* fix(ios-tabs): handle nesting proxy view container (#7755)

* fix-next(css): className to preserve root views classes (#7725)

* docs: cut the 6.1.0 release (#7773)

* fix(android-list-picker): NoSuchFieldException on api29 (#7790)

* chore: hardcode tslib version to 1.10.0 (#7776)

* fix(css-calc): reduce_css_calc_1.default is not a function (#7787) (#7801)
2019-09-12 14:33:03 +03:00
Vasil Chimev
55c9cc9072 feat(TabStrip): add itemTap event (#7711) 2019-08-23 15:32:31 +03:00
Martin Yankov
8039c2c1dd feat: introduce fixed font icons to tab navigation (#7691) 2019-08-22 10:26:29 +03:00
Vasil Chimev
b0d1c9106a feat(tabs): emit tabStripItem tap event (#7693) 2019-08-20 13:35:58 +03:00
Svetoslav
1a0a417812 Merge branch 'master' into myankov/ios10-tabs 2019-08-16 10:53:45 +03:00
Martin Yankov
c0b8db4098 feat: flexbile font icon usage in tab navigation (#7672) 2019-08-15 17:32:48 +03:00
Martin Yankov
f7f061202c fix(ios): handle tabs extended layout for ios 10 2019-08-15 11:09:22 +03:00
Alexander Djenkov
72ca461f59 feat(tab-content-view): change tabContentItem to View (#7629) 2019-08-15 11:08:18 +03:00
Martin Yankov
acc3436d9f feat(tab): add support for custom tabstrip (#7580) 2019-08-14 17:34:18 +03:00
Alexander Djenkov
2518655ab3 fix(tabs-android): tabStripItem color not applied (#7617) 2019-08-01 10:02:05 +03:00
Martin Yankov
f00b370dbb fix(tabs): tab bar not visible when nested in layout (#7544) 2019-07-26 13:53:55 +03:00
Alexander Djenkov
490cab0df9 fix(tabs-ios): unable to return to tab after tab with nested frame visited (#7574) 2019-07-25 15:00:42 +03:00
Alexander Djenkov
4511c76f49 fix(tabs-ios): crash when setting tabStripItems through items property (#7548) 2019-07-22 09:59:45 +03:00
Alexander Djenkov
46c17ca3a4 fix(bottom-navigation): crash when tab selected with no item (#7527) 2019-07-19 17:09:40 +03:00
Alexander Djenkov
ca22ba9391 fix(tabs-android): wrong tabStripItem selected (#7522) 2019-07-16 10:18:01 +03:00
Alexander Djenkov
10801557d0 fix(bottom-navigation-android): tabStripItem backgroundColor (#7504) 2019-07-11 13:29:00 +03:00
Manol Donev
c0c79f31cf fix(ios-tabs): item appearance toggle b/n titles and images (#7502) 2019-07-11 00:35:38 +03:00
Martin Yankov
d8262a624e feat: add font icons to image actionbar and tab navigation (#7498) 2019-07-10 21:05:45 +03:00
Martin Yankov
30fc585425 feat: add css support for tabs widget (#7491) 2019-07-10 19:22:55 +03:00
Vasil Chimev
eb1ed3e4ec refactor(bottom-navigation): strip item creation (#7477)
* feat(ios-tabs): tab bar item appearance

Implements https://github.com/NativeScript/NativeScript/issues/7436 and https://github.com/NativeScript/nativescript-angular/issues/1884.

* refactor(ios-tabs): move _hasImage and _hasTitle properties

* feat(ios-bottom-navigation): create tab bar from image nad label

Implements https://github.com/NativeScript/nativescript-angular/issues/1893 for iOS.

* feat(android-bottom-navigation): create tab item spec from image and label

Implements https://github.com/NativeScript/nativescript-angular/issues/1893 for Android.

* chore: remove console.logs
2019-07-10 17:37:45 +03:00
Vasil Chimev
c34a48ac77 refactor(tabs): strip item appearance and creation (#7466)
* test(e2e): add tab strip items pages

* fix(ios-tabs): a crash on swiping a content item

Fixes https://github.com/NativeScript/NativeScript/issues/7459.

* feat(android-tabs): create tab item spec from image and label

Implements https://github.com/NativeScript/nativescript-angular/issues/1884 for Android.

* feat(ios-tabs): tab bar item appearance

Implements https://github.com/NativeScript/NativeScript/issues/7436 and https://github.com/NativeScript/nativescript-angular/issues/1884.

* refactor(ios-tabs): move _hasImage and _hasTitle properties
2019-07-10 16:05:45 +03:00
Martin Yankov
fab9c90007 feat(bottom-navigation-android): add tabstripitem css support (#7458)
* wip: add background color placeholders for tabstripitem

* feat: add css for tabstripitem for bottom navigation android

* chore: update example

* fix: revert native default index

* clean up tabcontentitem

* update setTabBarItemTextTransform

* textTransform inherited css property now

* fix(android-bottom-navigation): fragment detach logic

* chore: fix tests

* fix(android-bottom-navigation): fragment lifecycle logic

* fix: revert text-transform inherited css property
2019-07-09 13:33:32 +03:00
Alexander Djenkov
6e1e0e843a fix(android-tabs): tabstripitem tap does not change tabs (#7468) 2019-07-08 02:12:39 -07:00
Alexander Djenkov
97a2af27f9 fix(tabs): current TabContentItem index not set (#7441) 2019-07-03 22:32:16 +03:00
Martin Yankov
43534502f9 feat: add background color css to tab strip (#7414) 2019-06-28 10:07:33 +03:00
Manol Donev
4f39fb728b chore: update tslint rules (#7391) 2019-06-26 15:13:48 +03:00
Manol Donev
b20e771552 chore: remove deprecated apis for ns 6.0 (#7382) 2019-06-25 16:52:01 +03:00
Martin Yankov
0c2c1ccfde feat: re-design tab views (#7340) 2019-06-13 11:01:55 +03:00