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
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
Martin Yankov
ef84afeedf
Merge branch 'master' into myankov/merge-release
2019-07-26 14:42:25 +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
SvetoslavTsenov
abc143eeac
Merge remote-tracking branch 'origin/master' into svetoslavtsenov/merge-release-in-master
2019-07-16 13:26:15 +03:00
Martin Yankov
d8262a624e
feat: add font icons to image actionbar and tab navigation ( #7498 )
2019-07-10 21:05:45 +03:00
Manol Donev
aa1c160465
chore: fix unit tests ( #7501 )
2019-07-10 20:40:49 +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 Vakrilov
8756b3da16
refactor: HMR and webpack improvements ( #7462 )
...
* chore: update project
* refactor: clear module-name cache on orientation
* feat: add custom component in qualifiers app
* feat: enable HMR for custom components
* refactor: remove redundant check
* chore: clean console.log
2019-07-08 11:11:14 +03:00
Eduardo Speroni
8bd7fd2ba6
fix(observable-array): splice to notify correct amount of added items ( #7426 )
2019-07-03 14:45:13 +03:00
Eduardo Speroni
5e14de6a4e
fix(observable-array): splice to notify correct amount of added items ( #7426 )
2019-07-03 14:43:41 +03:00
Eduardo Speroni
b8659e67c3
fix: full Unicode support in xml ( #7428 )
2019-07-03 11:52:52 +03:00
Alexander Vakrilov
8851835cb1
refactor(builder): handle modules with "/" or "~/" ( #7418 )
2019-06-28 15:38:42 +03:00
Vasil Chimev
62630337ef
refactor: livesync tests ( #7415 )
...
* refactor: livesync tests
* refactor: renamings
2019-06-27 20:19:34 +03:00
Alexander Vakrilov
9fcc1ddf94
feat(bundle): support for file qualifiers + builder refactor ( #7386 )
...
* feat(bundle): support for file qualifiers in builder
* chore: add qualifiers test app
* chore: add @Deprecated for file-name-resolver
* fix(hmr): hmr not working for scss files
* chore: globals clean-up
* shore: fix tslint
* tests: uncomment test fixed by ns-dev-webpack
* chore: move qualifiers app to e2e
* chore: update webpack config
* chore: tslint errors
* test: fix wrong css import
2019-06-26 18:40:18 +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
Manol Donev
ecd9fc3e9d
feat: bundle workflow support ( #7337 )
2019-06-20 15:58:36 +03:00
Martin Yankov
0c2c1ccfde
feat: re-design tab views ( #7340 )
2019-06-13 11:01:55 +03:00
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
Manol Donev
b88d4948fc
Merge branch 'master' into mdonev/release-to-master20190606
2019-06-06 12:47:57 +03:00
Manol Donev
7c22ffed45
fix(hmr): support for multi module replacement
2019-05-31 16:17:55 +03:00
Manol Donev
c22933f9e3
Merge branch 'master' into mdonev/release-to-master7251
2019-05-22 11:50:37 +03:00
Manol Donev
0aca08755a
fix(hmr): quick fade upon replace navigation ( #7251 )
2019-05-22 11:45:55 +03:00
Martin Yankov
7458e68844
Merge branch 'master' into animate-width-height
2019-05-21 14:12:14 +03:00
Alexander Vakrilov
37b53c6030
fix(text): crash when removing FormattedText ( #7237 )
...
* fix(text): crash when removing FormattedText
* refactor: fixed crash on ios too
2019-05-13 17:03:46 +03:00
Svetoslav
a64672abf7
Merge branch 'master' into bektchiev/ui-ops-on-main-thread
2019-05-09 15:19:26 +02:00
Manol Donev
2bb5ff414d
chore(android): disable test_ImageCache_ValidUrl on api19
2019-05-09 13:05:20 +03:00
Martin Bektchiev
a2ef6cbb4b
refact(utils): Check current thread and dispatch only if needed
2019-05-08 17:52:00 +03:00
Martin Bektchiev
c60f74d4eb
fix(devtools-ios): Ensure UI modifications run on main thread
...
Modifications to the UI can only be made from the main thread.
Since {N} 5.3.0 all debugger protocol messages are processed
by the worker thread that receives them in iOS.
refs #7219 , https://github.com/NativeScript/ios-runtime/pull/1101
2019-05-08 17:52:00 +03:00
Martin Yankov
08fae2fb8e
Merge branch 'master' into animate-width-height
2019-05-08 08:52:36 +03:00
Luke Curran
4f79d2e2a1
fix(iOS): Image cache module not longer sets null in NSCache ( #7171 )
...
* Image cache module fix
* Cla verified | use const instead of let
* Image cache module fix
* Cla verified | use const instead of let
* Improve tests
2019-05-07 21:44:12 +03:00
Martin Yankov
a84b6301ed
chore: fix tslint errors
2019-05-07 15:58:16 +03:00
Vasil Chimev
66d631ebca
Revert "Revert "feat(animation): support animating width/height properties (WIP) ( #4917 )" ( #5136 )"
...
This reverts commit 8973a6febd .
2019-05-07 13:58:07 +03:00
Vasil Chimev
b7abb3dd64
fix: throw if failed to load component ( #7186 )
2019-05-01 14:16:18 +03:00
Vasil Chimev
d35e14ed0f
feat(hmr): preserve navigation history on applying changes ( #7146 )
2019-04-23 17:47:29 +03:00
Manol Donev
4e56c89f7d
fix(ios): application.displayedEvent does not depend on trace to fire ( #7141 ) ( #7156 )
2019-04-17 13:57:22 +03:00
Eddy Verbruggen
3efc06ed98
feat(android): implement a 'activityNewIntent' event
2019-04-03 11:06:14 +03:00
Manol Donev
34fe24732d
chore: deprecate utils.ios.getter ( #7054 )
2019-03-22 17:33:21 +02:00
Nikolay Tsonev
9e789a6c2b
chore(docs): remove http-post-json doc comment ( #7060 )
...
Removing `// >> http-post-json`, which breaks the docs build
2019-03-22 12:19:05 +02:00
Martin Yankov
4d3ecb9229
chore: update tests app short imports
2019-03-21 11:29:05 +02:00
Pedro Teran Gezn
d7fb9b8d9e
fix(http): ensure httpcontent.toFile() creates intermediate directories ( #6451 )
2019-03-20 11:18:48 +02:00
Gheric Speiginer
0482460c09
fix: WrappedValue.unwrap empty string behavior ( #6900 )
2019-03-14 11:06:53 +02:00
Vasil Chimev
3c2c1d9b69
feat(HMR): style views at runtime ( #7012 )
...
* feat(HMR): style view at runtime
test: module root view component
test: update livesync tests
refactor: _onLivesync function
* style: remove a comment
* refactor: rename the property
2019-03-13 13:24:49 +02:00
Vasil Chimev
d28ba02257
chore: uncomment tests ( #6996 )
2019-03-08 17:57:37 +02:00
Vados
f8eee40e69
feat(android): add openFile to utils ( #6895 )
...
* feat(android): add openFile to utils
* tests: move test_openFile() test to apps/ui-tests-app
Small changes to openFile() method
2019-03-05 11:39:13 +02:00
Martin Yankov
4a4bbfbad1
Merge branch 'master' into myankov/merge-release-master
2019-02-20 18:47:33 +02:00
Martin Yankov
09fa0856b8
fix(ios): opaque bars break ui layout ( #6929 )
...
* fix(ios): opaque bars break ui layout
* test(): change flat action bar tests
* test(): revert test flat change test
2019-02-20 18:46:14 +02:00