Commit Graph

1397 Commits

Author SHA1 Message Date
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
Vasil Chimev
e2c3c8c084 feat: expose application orientation (#7602) 2019-08-14 13:47:15 +03:00
Vasil Chimev
1d12136816 feat: apply styles when adding them to the application scope (#7652) 2019-08-13 16:10:21 +03:00
Lukas Naruševičius
1f8dca9077 Added fix for dialog not showing in ios modal (#7478) 2019-08-12 15:23:34 +03:00
Svetoslav
121a0b528f Merge branch 'master' into tsenov/merge-release-in-master 2019-08-07 18:09:02 +03:00
Alexander Vakrilov
5fd7913103 fix: handle empty folders in non-bundle-compat (#7649) 2019-08-07 18:08:44 +03:00
SvetoslavTsenov
443d6b5dcb Merge remote-tracking branch 'origin/master' into tsenov/merge-release-in-master 2019-08-07 16:22:05 +03:00
Alexander Vakrilov
90614b402e Merge branch 'master' into return-missing-css-errors 2019-08-05 13:56:38 +03:00
Alexander Vakrilov
d3c39c1a9f feat(GridLayout): Add synonym property column[Span] for col[Span] in GridLayout (#7641)
* add column synonym for col property grid layout

* refactoring

* refactor: implement column proxy props

* test: add tests for column and columnSpan props
2019-08-05 13:56:22 +03:00
Svetoslav
13782746a4 Merge branch 'master' into return-missing-css-errors 2019-08-02 19:16:37 +03:00
vakrilov
129d899820 docs: add comments about how app.css+snapshot work 2019-08-02 17:04:05 +03:00
Bundyo (Kamen Bundev)
a569bb2931 fix(timer): setTimeout/setInterval support for boolean period (#7569)
* Fix setTimeout/setInterval can't be called with boolean period

* Add typings and a test

* Revert typings

* Ignore the wrong type
2019-08-02 16:06:03 +03:00
vakrilov
9113a04d80 refactor: return of missing css errors 2019-08-02 15:46:04 +03:00
Dimitar Topuzov
6ffe23212b release: cut the 6.0.5 release (#7628) 2019-08-02 03:04:35 -07:00
vakrilov
fed360d763 refactor: add __snapshot in d.ts and fix checks 2019-08-02 11:35:07 +03:00
Martin Yankov
49b35714a3 fix: prevent plugin podfile platform version clash (#7626) 2019-08-02 10:23:03 +03:00
Alexander Djenkov
056d0bf9e4 fix(bottom-navigation): codebehind creation (#7624)
does not show tabstrip
2019-08-02 09:46:09 +03:00
Alexander Vakrilov
52b8152362 Merge branch 'master' into smaller-worker-chunks 2019-08-01 16:06:05 +03:00
Alexander Vakrilov
cb58cab213 fix: added missing openFile method in ios utils (#7431)
* fix: added missing openFile method in ios utils

* chore: deprecate utils.ios.openFile
2019-08-01 16:05:32 +03:00
Alexander Djenkov
2518655ab3 fix(tabs-android): tabStripItem color not applied (#7617) 2019-08-01 10:02:05 +03:00
SvetoslavTsenov
56fc3e1af4 Merge remote-tracking branch 'origin/master' into svetoslavtsenov/merge-release-in-master-6.0.4 2019-07-31 17:43:15 +03:00
Svetoslav
7228f9e008 release: cut the 6.0.4 release (#7613)
* release: cut the 6.0.4 release
2019-07-30 14:54:34 +03:00
Svetoslav
f94e4f3cbb release: cut the 6.0.3 release (#7603) 2019-07-29 15:52:07 +03:00
Martin Yankov
291e3b4b2e fix(ios): move material design dependency to podfile (#7592) 2019-07-28 22:22:29 +03:00
Svetoslav
e35bda2c19 tests: include tests action bar (#7596)
* tests: update action bar tests

* revert: widgets version in modules

* fix tslint
2019-07-28 20:48:19 +03:00
Martin Yankov
ef84afeedf Merge branch 'master' into myankov/merge-release 2019-07-26 14:42:25 +03:00
Martin Yankov
f00b370dbb fix(tabs): tab bar not visible when nested in layout (#7544) 2019-07-26 13:53:55 +03:00
Martin Yankov
9fd5ddc9e3 fix(android): remove wait for doubletap if no gesture recognizer (#7584) 2019-07-25 21:56:01 +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
vakrilov
9b7c7c0d20 chore: remove unneeded console registration 2019-07-25 13:26:07 +03:00
vakrilov
0ee0b67249 feat: split globals to support smaller worker chuncks 2019-07-25 13:25:20 +03:00
Svetoslav
530e97b974 Merge branch 'master' into djenkov/limit-bottom-navigation-items 2019-07-22 14:18:09 +03:00
Alexander Djenkov
4511c76f49 fix(tabs-ios): crash when setting tabStripItems through items property (#7548) 2019-07-22 09:59:45 +03:00
Martin Yankov
8e057c75b3 Merge branch 'master' into myankov/merge-release 2019-07-22 08:58:04 +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
b64bc96d32 Merge branch 'master' into djenkov/limit-bottom-navigation-items 2019-07-17 09:24:55 +03:00
ADjenkov
5815246cfc feat(bottom-navigation-ios): limit to 5 items 2019-07-16 15:48:11 +03:00
SvetoslavTsenov
abc143eeac Merge remote-tracking branch 'origin/master' into svetoslavtsenov/merge-release-in-master 2019-07-16 13:26:15 +03:00
Alexander Vakrilov
12fdb82ffe chore: bump package veresions (#7525) 2019-07-16 11:38:34 +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
SvetoslavTsenov
a908952ded chore: bump widgets version 2019-07-11 00:37:22 +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
Alexander Vakrilov
aed1daa8f5 fix: Missing app.css error in playground (#7499) 2019-07-10 18:39:21 +03:00