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
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
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
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
Martin Yankov
b59d32eb68
Merge branch 'master' into myankov/merge
2019-03-26 12:38:09 +02:00
Martin Yankov
4f0d6d36e3
refactor: guard ng and vue entry points ( #7071 )
2019-03-26 12:35:43 +02:00
Manol Donev
b436ecde36
refactor: replace var usage with let/const ( #7064 )
2019-03-25 18:09:14 +02:00
Manol Donev
761cd47360
chore: fix app.start deprecation ( #7067 )
2019-03-25 16:04:48 +02:00
Martin Yankov
26679d42ff
refactor(): add better err msg for missing main entry ( #7063 )
2019-03-25 14:07:23 +02:00
Manol Donev
34fe24732d
chore: deprecate utils.ios.getter ( #7054 )
2019-03-22 17:33:21 +02:00
Manol Donev
97c43f3cec
Merge branch 'master' into mdonev/release-to-master-7052
2019-03-22 11:41:55 +02:00
Manol Donev
493f314eb8
chore: next widgets in master
2019-03-22 11:40:40 +02:00
Manol Donev
32646be19c
chore: restore lazy load requires in http module ( #7052 )
2019-03-22 11:14:37 +02:00
Svetoslav
31f5554d6d
release: cut the 5.3.0 release ( #7049 )
...
* release: cut the 5.3.0 release
2019-03-22 00:46:03 +02:00
Svetoslav
20a45a8025
chore: bump versions to 5.4.0 ( #7053 )
2019-03-21 19:15:04 +02:00
Manol Donev
cf07b2719f
chore: update deprecations ( #7046 )
2019-03-21 14:25:36 +02:00
Vasil Chimev
f9e008fd54
fix(android): throw new Error if no activity callbacks ( #7044 )
2019-03-20 14:42:50 +02:00
Pedro Teran Gezn
d7fb9b8d9e
fix(http): ensure httpcontent.toFile() creates intermediate directories ( #6451 )
2019-03-20 11:18:48 +02:00
Ben Sjoberg
e6486f6c0f
fix(ios-webview): report hostname lookup errors in loadFinished event ( #6988 )
2019-03-18 18:29:24 +02:00
Manol Donev
b40f027f10
Merge branch 'master' into mdonev/release-to-master-7011
2019-03-15 18:35:41 +02:00
Manol Donev
88f224272b
fix: expose missing css background* properties on View ( #7032 )
2019-03-15 17:42:03 +02:00
Manol Donev
91d90ccd0f
fix: navigation b/n single and nested frame pages ( #7011 )
2019-03-15 15:38:04 +02:00
Morten Sjøgren
f05616743b
fix: set/unset touchListener.owner onLoaded/onUnloaded ( #6922 )
2019-03-15 10:29:32 +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
Martin Yankov
cd66300e3a
feat(): local icon handling in actionbar and tabview ( #7009 )
2019-03-12 15:08:51 +02:00