Alexander Djenkov
c5db112b8d
feat(android): androidX support ( #7039 )
...
* feat: migrate support library namespaces to androidX
* feat(tns-platform-declarations): update to androidX typings
* chore(tests): migrate test apps to AndroidX
* chore(tns-platform-declarations): update tsconfig to include androidx dts files
* update package.json to androidx
* chore(androidx): migrate forgotten support library namspaces
* feat(tns-core-modules-widgets): migrate to AndroidX namespaces
* chore(utils): update androidx namspace for getPaletteColor method
* chore(apps): update tns-platform-declarations package
* Update package.json
2019-06-10 09:21:41 +03:00
Martin Yankov
cd66300e3a
feat(): local icon handling in actionbar and tabview ( #7009 )
2019-03-12 15:08:51 +02:00
Manol Donev
0b239d7a0a
feat(tabview): add androidSwipeEnabled property ( #6652 )
2018-12-04 15:35:15 +02:00
Martin Yankov
11f0d6e98d
feat(tabview): add tab text font size property ( #5752 )
...
* feat(tabview): add tab text font size property
* chore(tabview): set tab font size default value
* chore(tabview): move font implementation to widget
* chore(tabview): fix font size get return type
2018-05-09 17:13:34 +03:00
Manol Donev
03cfc0cee3
chore(tslint): update tslint rules and fix errors ( #5747 )
...
* chore(tslint): fix tslint config & errors
* chore(tslint): enable double quotes, whitespace, and arrow-return-shorthand rules and fix errors
2018-04-26 18:36:32 +03:00
Alexander Djenkov
f8dce08f0e
feat(tab-view-android): enable tabs repositioning ( #5385 )
...
* feat(tab-view-android): enable tabs repositioning
* feat(tab-view-android): enable tabs repositioning
* chore(apps): add bottom tab view example
2018-02-08 11:06:07 +02:00
Hristo Hristov
ac04ede97e
Implemented showModal on View
2017-12-15 13:08:15 +02:00
Eddy Verbruggen
6e06eba218
Fixed a bunch of typo's and minor errors in TypeScript definition files. ( #4707 )
...
* Fix a bunch of typo's and minor errors in TypeScript definition files.
* Implemented the requested change by @hshristov
2017-08-21 11:22:04 +03:00
Panayot Cankov
0cae034a64
Changing module docs so they can appear in typedoc.
2017-05-10 11:55:47 +03:00
Panayot Cankov
d098ff43f5
Add module names for the typedoc, make it work
...
Mark members with @private for typedoc.
2017-04-20 16:58:30 +03:00
vakrilov
be85af4a0d
Text transform - no default value
2017-03-30 18:35:55 +03:00
Hristo Deshev
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
Hristo Deshev
b45cbe929b
No more ambient modules for tns-core-modules/* subpackages.
...
- Use path mappings in tsconfig.json to resolve module typings
- Only use ambient mobules for global API's
- Move single-file modules to a subdir with the same name so that
we can provide a hand-written typing next to it (via package.json)
- Delete all mentions of tns-core-modules.d.ts
- Delete reference d.ts assembly build steps. Not needed anymore.
- HACK! Use a <reference> for global typings in application.d.ts
to avoid publishing a separate @types/tns-core-modules package.
- Rename declarations.d.ts to tns-core-modules.d.ts to preserve
JS project mappings in references.d.ts (the only place we use those)
2017-03-07 17:59:02 +02:00
Hristo Hristov
d9ab6b960a
working on tab-view
2016-12-20 14:08:13 +02:00
Hristo Hristov
19ee47ba24
got to layouts
2016-12-13 15:51:18 +02:00
Hristo Hristov
1202cb7288
almost all without layouts
2016-12-13 15:51:18 +02:00
Hristo Hristov
da4cad6ec2
tab-view done
2016-12-13 15:51:18 +02:00
Hristo Hristov
079830e9b5
tab-view
2016-12-13 15:51:18 +02:00
Hristo Hristov
a64847ca9d
next
2016-12-13 15:51:18 +02:00
Rossen Hristov
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
Rossen Hristov
93cc666b8f
Add TabView.iosIconRenderingMode property
...
Resolves #2689
2016-11-04 16:18:55 +02:00
Rossen Hristov
9fc143ee03
Add support for TabView CSS
...
TabView {
tab-text-color: green;
tab-background-color: yellow;
selected-tab-text-color: red;
android-selected-tab-highlight-color: orange;
text-transform: uppercase;
}
2016-10-24 15:07:22 +03:00
Panayot Cankov
e135c20b14
Rename the files
2016-05-26 14:30:25 +03:00