Vasil Trifonov
6a1e0987a2
chore: private methods renamed
2020-03-13 19:38:47 +02:00
Vasil Trifonov
13fe553633
fix: tab styling when no css aplied
2020-03-13 19:38:47 +02:00
Vasil Trifonov
d03d91d468
fix: item color setting in android
2020-03-13 19:38:47 +02:00
Vasil Trifonov
6d129eca3e
chore: updated log in build gradle
2020-03-13 19:38:47 +02:00
Vasil Trifonov
d0aea1194e
chore: fixed a typo
2020-03-13 19:38:47 +02:00
Dimitar Topuzov
c6203add8b
Merge branch 'master' into trifonov/selected-item
2020-03-13 14:18:34 +02:00
Vladimir Mutafov
e081340665
fix: Fix issue for view not being removed from its parent ( #8432 )
2020-03-13 12:57:38 +02:00
Vasil Trifonov
d546c58bf4
Merge branch 'master' into trifonov/selected-item
2020-03-13 10:38:08 +02:00
Martin Bektchiev
18a9b1aea8
fix(d.ts): Update iOS typings iOS 13.2 ( #8430 )
...
* chore: Update typings using iOS SDK 13.2 (Xcode 11.3.1)
* chore: Update iOS typings using the latest runtime
This fixes arguments of global functions.
See https://github.com/NativeScript/ios-runtime/pull/1250
* chore: Strip MDC types attached to other modules
* Delete via regex from generation script
* Apply regex to current typings
2020-03-13 10:37:30 +02:00
Vasil Trifonov
96b7b10936
chore: rename variable
2020-03-13 10:32:21 +02:00
Vasko
aaeb3edb08
fix: rendering mode setting
2020-03-12 19:20:14 +02:00
Vasko
1ae0abc4f6
fix: setting icon color
2020-03-12 18:56:35 +02:00
Vasko
4711d3618f
chore: change method return type
2020-03-12 17:19:34 +02:00
Vasko
4751639164
chore: added some comments
2020-03-12 17:12:54 +02:00
Vasko
3a27fc36ef
feat: new feature implementation in android
...
Implemented selectedItemColor and unSelectedItemColor properties on TabStrip
2020-03-12 17:01:13 +02:00
Vasko
0069521fcc
feat(tabs): new property implementation
2020-03-12 15:29:53 +02:00
Vasko
40a8fb9c2d
feat(bottom-nav): adding new properties
2020-03-12 14:21:15 +02:00
Vasko
c60b35d590
chore: add guard for ios
2020-03-12 14:10:53 +02:00
Dimitar Topuzov
2b5e8e935b
Merge pull request #8338 from MCurran16/doubleTap-location
...
feat(gestures): add tap location getX() and getY() to double tap event data
2020-03-11 08:43:17 +02:00
Dimitar Topuzov
bf02f7a332
Merge branch 'master' into doubleTap-location
2020-03-10 18:23:49 +02:00
Dimitar Topuzov
916ec8b1a0
Merge pull request #8380 from NathanaelA/fix_css_styles
...
fix(css): parse issue with new Webpacked AST css/scss files
2020-03-10 18:15:04 +02:00
Dimitar Topuzov
b13f4d058c
Merge branch 'master' into fix_css_styles
2020-03-10 16:09:14 +02:00
Dimitar Topuzov
64fc3e020c
Merge pull request #8423 from msaelices/master
...
TypeScript definitions for the css-tree-parser.ts file
2020-03-10 16:08:23 +02:00
Dimitar Topuzov
3543ec7cb9
Merge branch 'master' into master
2020-03-10 14:17:50 +02:00
Dimitar Topuzov
65a149a826
Merge pull request #8418 from mylmz10/master
...
fix(android): Set length value to auto when length is undefined
2020-03-10 14:17:18 +02:00
Muammer YILMAZ
39473ecd65
Merge branch 'master' into master
2020-03-10 09:43:28 +03:00
Luke Curran
4952ca606f
Merge branch 'master' into doubleTap-location
2020-03-09 13:36:21 -05:00
Vasil Trifonov
458943111e
Tabs styling improvements ( #8366 )
...
* fix(tabs): delay loadView when animation runs
* chore: update api.md
* chore: remove unnecessary casting
* test: Added disabled test for changing tabs
* tabs(ios): added tabs styling in ios
* tabs: added iosAlignment property
* tabs: textTransform support
* tabs: iosAlignment moved to tabstrip
* test: add frame-in-tabs test
* chore: addressing PR comments
* chore: addressing PR comments
* chore: call method on the instance instead of call
* chore: move IOSAlignment property
* chore: update comments
* fix: texttransform to tabstrip in bottomnavigation
* chore: add new item to native-api-usage
* chore: remove unneeded setNativeView call
* chore: removed unneeded check
Co-authored-by: Dimitar Topuzov <dtopuzov@gmail.com >
2020-03-09 15:24:26 +02:00
Manuel Saelices
a3c881fd5e
TypeScript definitions for the css-tree-parser.ts file
2020-03-09 01:15:50 +01:00
Manuel Saelices
b31114b9d7
Solving previous merge conflict
2020-03-09 01:12:54 +01:00
Manuel Saelices
4a41be5d91
Merge remote-tracking branch 'upstream/master'
2020-03-09 01:08:34 +01:00
Manuel Saelices
3a96a1b927
Merge branch 'master' of github.com:msaelices/NativeScript
2020-03-09 01:05:02 +01:00
mylmz10
1a316b8a72
Set length value to auto when length is undefined
2020-03-07 20:32:48 +03:00
Dimitar Topuzov
286fcd3f75
Merge pull request #8412 from NativeScript/trifonov/icon-fix-bottom
...
fix(bottom-nav): align text with different icons
2020-03-07 15:54:17 +02:00
lukecurran
46628ffdb1
refact: locationX/locationY -> getX()/getY()
2020-03-06 10:25:37 -06:00
Vladimir Mutafov
401992dcc3
Merge branch 'master' into fix_css_styles
2020-03-06 15:25:31 +02:00
Vasko
9d4e482b38
fix: added null guard
2020-03-06 14:35:57 +02:00
Vasko
1c46d748a0
chore: addressing review comments
2020-03-06 11:12:22 +02:00
Vasil Trifonov
9830be7230
fix(bottom-nav): align text with different icons
2020-03-05 15:35:07 +02:00
Luke Curran
6668468ada
Merge branch 'master' into doubleTap-location
2020-02-27 09:04:56 -06:00
Vasil Trifonov
864b51232b
Merge branch 'release'
2020-02-27 10:51:52 +02:00
Vasil Trifonov
062c620acb
Bottom nav color ios fix ( #8384 )
...
* fix(bottom-navigation): color in ios fix
* chore: improving fix and added description
* chore: typo fix
* chore: updated comment
* chore: condition check updated
2020-02-27 10:40:00 +02:00
Vasil Trifonov
2d4e258a88
Release to master ( #8382 )
...
* fix the crash
* chore: update MaterialComponents pod (#8176 )
* chore: update MaterialComponents pod
* chore: remove copy of pod file in build script
* chore: cut the 6.3.0 release (#8174 )
* hore: cut the 6.3.1 release
* fix: handle fake attach after FragMgr is destroyed (#8200 )
* fix: check is disposed fragment is in the FragmentManager (#8201 )
* release: cut the 6.3.2 release
* release: cut the 6.4.0 release
* chore(build): always use local typescript
* fix: flipLeft and flipRight on Android (#8307 )
* fix(android): tap-trip-item title disappearing
* fix(andoid): crash when setting font on tab-item with no image
* fix(build): Add platforms/android to NPM package (#8312 )
Co-authored-by: Dimitar Topuzov <dtopuzov@gmail.com >
Co-authored-by: Alexander Vakrilov <alexander.vakrilov@gmail.com >
* release: cut the 6.4.1 release
* chore: bump tns-core-modules-widgets version (#8352 )
Co-authored-by: hamidbsd <50081218+hamidbsd@users.noreply.github.com >
Co-authored-by: Alexander Vakrilov <alexander.vakrilov@gmail.com >
Co-authored-by: Dimitar Topuzov <dtopuzov@gmail.com >
Co-authored-by: Nick Iliev <nikolay.iliev@telerik.com >
Co-authored-by: Martin Bektchiev <martin.bektchiev@progress.com >
Co-authored-by: Rosen Vladimirov <rosen-vladimirov@users.noreply.github.com >
2020-02-26 18:06:50 +02:00
Nathanael Anderson
e6fd43bfe5
Fix Style Scope issue with Webpack css/scss files
2020-02-25 22:22:39 -06:00
Vasil Trifonov
8b7a968d2f
chore: bump version to 6.5.0
2020-02-25 17:13:09 +02:00
Vasil Trifonov
acaabbd2aa
Tabs animation and selected index fixes ( #8377 )
...
* fix(tabs): animation freeze when chaning tabs
* fix(tabs): poper item selecting programically
2020-02-25 17:08:43 +02:00
Dimitar Topuzov
e218ee12e7
Merge pull request #8362 from NativeScript/niliev/xhr
...
fix: XHR readystatechange event
2020-02-25 10:07:02 +02:00
Luke Curran
6090514b8f
Merge branch 'master' into doubleTap-location
2020-02-24 21:48:20 -06:00
Dimitar Topuzov
a3e8625bdf
Merge branch 'master' into niliev/xhr
2020-02-24 14:35:40 +02:00
Darin Dimitrov
06b9ecf80b
fix(ios): Ensure ObserverClass is initialized ( #8365 )
2020-02-23 17:46:01 +02:00