Manol Donev
d402c05b2f
Merge branch 'master' into mdonev/release-to-master20190621
2019-06-25 16:52:27 +03:00
Manol Donev
b20e771552
chore: remove deprecated apis for ns 6.0 ( #7382 )
2019-06-25 16:52:01 +03:00
Bundyo (Kamen Bundev)
0bfddab915
Add support for :focus pseudo class in TextField/TextView ( #7396 )
2019-06-25 05:15:14 -07:00
Dimitar Topuzov
429ebf859f
Merge branch 'master' into mdonev/release-to-master20190621
2019-06-25 01:20:30 -07:00
Vasil Chimev
2723744091
chore(android): fix circular reexports ( #7399 )
2019-06-24 19:32:03 +03:00
Manol Donev
4299d4aedc
Merge branch 'master' into mdonev/release-to-master20190621
2019-06-21 15:39:51 +03:00
Vladimir Amiorkov
dfe76213dd
fix: clear the resolvedPage when entry is being cleared, change the passed View to be a weak reference ( #7327 )
...
* fix: clear the `resolvedPage` when entry is being cleared
fix: change the passed `View` to be a weak reference
* chore: add trace logs when weak ref has been cleared but is continuing to be used
chore: add condition to check if weak ref has not been cleared when it is being used
* chore: refactor the way the `resolvedPage` is cleared
* chore: add backward compatible property to avoid breaking changes
* chore: refactor condition to check if WeakRef is not cleared
chore: add tracelogs
* chore: refactor condition to check if WeakRef is not cleared
chore: add tracelogs
* refactor: weakRef usages
* chore: change the way WeakRef type check is done
2019-06-21 01:48:49 -07: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
Luke Curran
b8a82f279e
feat: cancel contradictory gesture events ( #7296 )
...
BREAKING CHANGES:
Old behavior:
- iOS/Android:
- double tap: child tap -> parent tap -> child double tap -> parent double tap
- tap: child tap -> parent tap
New behavior:
- iOS
- double tap: child double tap
- tap: child tap
- Android
- double tap: child double tap -> parent double tap
- tap: child tap -> parent tap
Migration steps:
Move event handlers accordingly.
2019-06-12 15:40:13 +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
Svetoslav
b50f57a561
Merge pull request #7293 from NativeScript/mdonev/hmr-multliple-fix
...
fix(hmr): support for multi module replacement
2019-06-05 20:19:59 +03:00
Manol Donev
6d36041823
fix back navigation
2019-06-04 17:50:26 +03:00
Morten Sjøgren
3604df8163
fix: register layout child for nested custom components ( #7230 )
2019-06-03 16:32:23 +03:00
Manol Donev
30d06f2d7e
fix iOS back transition after hmr
2019-05-31 19:16:33 +03:00
Manol Donev
7c22ffed45
fix(hmr): support for multi module replacement
2019-05-31 16:17:55 +03:00
Morten Sjøgren
888fc5740f
fix: register layout child for nested custom components ( #7230 )
2019-05-31 14:16:54 +03:00
Manol Donev
2e15dd66d9
refactor: remove ununsed method ( #7232 )
2019-05-22 14:56:54 +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
bb58408f49
Merge branch 'master' into myankov/merge-release-master
2019-05-21 17:12:20 +03:00
Martin Yankov
7458e68844
Merge branch 'master' into animate-width-height
2019-05-21 14:12:14 +03:00
Martin Yankov
d60e5dace4
refactor: platform specific logic from view common
2019-05-21 13:42:10 +03:00
Manol Donev
be6e408fff
fix(android): elevation should not require explicit dynamic elevation offset ( #7250 )
2019-05-17 10:57:46 +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
Eduardo Speroni
cf533a7b6d
feat(android): elevation shadow support ( #7136 )
2019-05-10 11:05:28 +03:00
Martin Yankov
f189152a4b
refactor: refactor
2019-05-09 09:39:21 +03:00
Martin Yankov
9313c07062
Merge branch 'master' into vchimev/app-root-frame-hmr-local-styles
2019-05-08 16:02:22 +03:00
Alexander Vakrilov
71bdf12016
Merge branch 'master' into vchimev/app-root-frame-hmr-local-styles
2019-05-08 10:24:28 +03:00
Martin Yankov
15e38db3a6
Merge branch 'master' into myankov/merge-release-to-master
2019-05-08 10:17:30 +03:00
Martin Yankov
08fae2fb8e
Merge branch 'master' into animate-width-height
2019-05-08 08:52:36 +03:00
Yurii Cherniavskyi
2a023609f5
fix(android/button): possible incorrect button visual state ( #7190 )
2019-05-08 08:51:40 +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
Vladimir Amiorkov
aa44eb950e
fix(ios-modal): closeCallback not being called with popover presentation style ( #7189 )
2019-05-07 17:09:39 +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
Martin Yankov
77c45da790
fix(ios-tabview): crash when setting tab text color ( #7188 )
2019-05-07 13:17:24 +03:00
Vasil Chimev
8a2f592df9
refactor(HMR): Refactor livesync propagaton
2019-05-03 17:48:44 +03:00
Vasil Chimev
cfa37cfa28
fix-next(HMR): apply changes in page styles at runtime when app root is a frame
2019-05-03 13:26:37 +03:00
Vasil Chimev
b7abb3dd64
fix: throw if failed to load component ( #7186 )
2019-05-01 14:16:18 +03:00
Morten Sjøgren
7d3f0d9e96
fix(ios): add null check to TouchGestureRecognizer ( #7182 )
2019-05-01 10:29:15 +03:00
Vasil Chimev
d35e14ed0f
feat(hmr): preserve navigation history on applying changes ( #7146 )
2019-04-23 17:47:29 +03:00
Martin Yankov
f0146f0e1b
feat(switch): add property for off state background color ( #7138 )
2019-04-15 18:26:49 +03:00
Manol Donev
037c54faaf
Merge branch 'master' into mdonev/release-to-master-7135
2019-04-12 11:38:17 +03:00
Manol Donev
170d2a84eb
fix: no trace message on empty app.css ( #7135 )
2019-04-12 11:36:38 +03:00
Manol Donev
aced591bc1
Merge branch 'master' into mdonev/release-to-master-7123
2019-04-10 10:56:17 +03:00
Manol Donev
82f7e24b80
fix(label-android): numeric text ignores text-transform ( #7123 )
2019-04-10 10:46:38 +03:00
Martin Yankov
663dbb9dae
chore: add deprecation console warnings ( #7098 )
2019-04-03 16:15:31 +03:00
Eddy Verbruggen
3efc06ed98
feat(android): implement a 'activityNewIntent' event
2019-04-03 11:06:14 +03:00