Dimitar Topuzov
77ca1bd7fd
release: cut the 5.4.3 release
2019-06-21 12:01:19 +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
Svetoslav
81e1f54955
release: cut the 5.4.2 release ( #7326 )
2019-06-06 16:56:49 +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
Dimitar Topuzov
4d6733d86e
release: cut the 5.4.1 release ( #7278 )
...
* release: cut the 5.4.1 release
* chore: bump widgets version
* chore: refer widget 5.4.1
2019-05-23 04:48:07 -07:00
Manol Donev
0aca08755a
fix(hmr): quick fade upon replace navigation ( #7251 )
2019-05-22 11:45:55 +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
SvetoslavTsenov
fe9e781c05
release: cut the 5.4.0 release
2019-05-14 11:21:43 +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
Svetoslav
f965aed894
Merge branch 'master' into vchimev/app-root-frame-hmr-local-styles
2019-05-09 16:47:05 +02:00
Martin Bektchiev
7aed770871
refact(utils): Resolve circular dependency without duplicating any code
2019-05-08 17:52:00 +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
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
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
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
Martin Yankov
c6b6d07f62
Merge branch 'master' into myankov/merge-release-master
2019-05-03 16:52:57 +03:00
Dimitar Topuzov
61a9824d48
release: cut the 5.3.2 release ( #7200 )
2019-05-03 06:39:13 -07: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
Alexander Djenkov
c227c5050a
fix(ios-http-get): http failure during parsing xml ( #7175 )
2019-05-03 00:14:31 -07: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
Manol Donev
4e56c89f7d
fix(ios): application.displayedEvent does not depend on trace to fire ( #7141 ) ( #7156 )
2019-04-17 13:57:22 +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
f6f7b514d9
fix(ios): application.displayedEvent does not depend on trace to fire ( #7141 )
2019-04-15 17:32:16 +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
SvetoslavTsenov
657ee0d904
Merge remote-tracking branch 'origin/master' into merge-release-in-master
2019-04-03 16:27:16 +03:00
Martin Yankov
663dbb9dae
chore: add deprecation console warnings ( #7098 )
2019-04-03 16:15:31 +03:00
Svetoslav
5c165f527c
docs: update widgets build script, readme, travis ( #7099 )
...
* docs: update widgets build script, readme, travis
2019-04-03 15:10:21 +02:00
Eddy Verbruggen
3efc06ed98
feat(android): implement a 'activityNewIntent' event
2019-04-03 11:06:14 +03:00
Martin Yankov
83ae729a6a
Merge branch 'master' into myankov/merge
2019-03-29 13:39:13 +02:00
Martin Yankov
1dc395215d
fix(ios): flat action bar incorrect layout after navigation ( #7077 )
...
* fix(action-bar): incorrect layout after navigation
* set extended layout for opaque bars earlier
2019-03-29 13:36:45 +02:00
Dimitar Topuzov
325f727acc
release: cut the 5.3.1 release ( #7084 )
2019-03-28 13:41:33 +02:00
Martin Yankov
22a0d3d731
Merge branch 'master' into myankov/merge
2019-03-28 13:22:39 +02:00
Martin Yankov
0a45540a71
fix: revert fromUrl deprecate warning ( #7082 )
2019-03-28 13:17:42 +02:00