Commit Graph

387 Commits

Author SHA1 Message Date
KristinaKoeva
6b2b05a1da Enable evaluating in Chrome Console (#3405)
Chrome calls compileScript method when an expression is evaluated in the console. So to enable the console evaluate add an empty compileScript implementation.
Also send an Runtime.executionContextCreated which is needed for Console evaluation.
Both of the command and the event do not exist in the Webkit protocol, so we cannot use InspectorBackendCommands definition file
2017-01-09 11:01:47 +02:00
Hristo Deshev
1fd08e4e4c Fix utils/types class name resolution regex. 2017-01-03 10:43:21 +02:00
Rossen Hristov
2970ad54fc Merge pull request #3261 from NativeScript/issue-3147
Fix: Setting `setTypeface()` to null object
2017-01-03 10:24:41 +02:00
Rossen Hristov
876752257d Merge pull request #3266 from NativeScript/issue-3210
Fix: SegmentedBar crash using a number as title
2017-01-03 10:24:34 +02:00
Rossen Hristov
c5e3e81d8d Merge pull request #3279 from NativeScript/issue-3270
Fix: Android platform.screen.mainScreen props are not invalidated aft…
2017-01-03 10:24:20 +02:00
Rossen Hristov
7a2c7d1cb7 Merge pull request #3285 from NativeScript/issue-1639
Fix: Custom components within other custom components: occasionally…
2017-01-03 10:24:12 +02:00
Rossen Hristov
4a109c616c Merge pull request #3289 from NativeScript/issue-2116
Fix: setInterval callback is not fired while touch events are being p…
2017-01-03 10:24:02 +02:00
Rossen Hristov
5338484c4b Fix: setInterval callback is not fired while touch events are being processed
Resolves #2116
2016-12-13 14:33:01 +02:00
Rossen Hristov
8586eded36 Fixed: Custom components within other custom components: occasionally not loaded "in time" and ignoring css
Resolves #1639
2016-12-12 16:45:36 +02:00
Rossen Hristov
3e461cd38c Fix: Android platform.screen.mainScreen props are not invalidated after orientation change
Resolves #3270
2016-12-12 11:16:36 +02:00
Rossen Hristov
d05f5f6a2c Fix: SegmentedBar crash using a number as title
Resolves #issue-3210
2016-12-08 13:13:28 +02:00
Rossen Hristov
ae68368d29 Fixed: Setting setTypeface() to null object
Resolves #3147
2016-12-07 17:23:57 +02:00
Tsvetan Raikov
a12ad21bfd Fixed: XML/HTML livesync not working on iOS 2016-12-07 13:52:48 +02:00
vakrilov
8101a68c25 Fixed(IOS): Setting placeholder color on text filed crashes if no hint is set 2016-12-05 15:16:21 +02:00
pgrzeszczak
fee1dd9a59 Do not dismiss keyboard on android, when text-field has return key type set to 'next' (#3239) 2016-12-05 14:07:00 +02:00
Nathanael Anderson
38d6484539 Fixes the metrics issue when soft-navigation is used on a device/emulator. (#3236) 2016-12-05 11:05:46 +02:00
Maya Zhecheva
964a55f575 Merge pull request #3233 from NativeScript/zhecheva/separator-color
separatorColor property of ListView can be set in CSS
2016-12-05 10:07:06 +02:00
Maya Zhecheva
0d7a731dd0 Merge pull request #3228 from NativeScript/zhecheva/listpicker-color
ListPicker respects color and bckgColor set from CSS
2016-12-05 10:06:53 +02:00
Maya Zhecheva
1c95267865 Merge pull request #3211 from NativeScript/zhecheva/dialog-button-backgroundColor
Background of the buttons inside dialog can be modified with CSS
2016-12-05 10:06:33 +02:00
zh-m
1343aa52a4 separatorColor property of ListView can be set in CSS 2016-12-02 17:43:42 +02:00
Vladimir Enchev
d908874a5d Allow iOS app to be started multiple times (#3231)
Integration with existing iOS app
2016-12-02 17:00:34 +02:00
zh-m
669f6dc8ec ListPicker color and bckgColor set from CSS 2016-12-02 11:45:44 +02:00
Panayot Cankov
cd5eb0b290 Android button active state fixed to work after app suspend and resume 2016-12-01 12:38:56 +02:00
Panayot Cankov
5db5dfd867 Properly extend Error instead of implementing it, update the Error message and stack to appear in the console and error activity 2016-12-01 10:50:46 +02:00
zh-m
825d577621 Background of the buttons inside dialog can be modified through global style in CSS 2016-11-30 16:16:14 +02:00
Maya Zhecheva
9742d2f304 Merge pull request #3202 from NativeScript/zhecheva/image-picker-asset
ImageAsset extends Observable
2016-11-30 15:15:13 +02:00
Panayot Cankov
56cd220c17 FlexboxLayout profiling and improvements (#3173)
* It looks like inline styles are making the flexbox example slow

* FlexboxLayout createReorderIndices proper overload

* Remove the getLayoutParams

* Removed unnecessary reorder methods

* Fix tslint errors
2016-11-30 11:30:02 +02:00
Panayot Cankov
3b0904b5f9 Update image-asset.d.ts 2016-11-30 11:24:54 +02:00
zh-m
5f94a302fb ImageAsset extends Observable 2016-11-29 17:43:50 +02:00
Shripal Soni
d43dd159c2 Fix for issue #3181 to maintain cursor position on toggle of secure field. (#3197) 2016-11-29 16:06:33 +02:00
vakrilov
258b36b1e4 Skip iterating children that are not visible 2016-11-29 14:50:34 +02:00
Rossen Hristov
7c39e58dff Merge pull request #3191 from NativeScript/issue-3175
Fix: Invalid value 500 for property fontWeight in XML
2016-11-29 10:55:22 +02:00
Rossen Hristov
1babfe5997 Merge pull request #3189 from NativeScript/issue-3111
Fix: TextView new line closes virtual keyboard on Android
2016-11-29 10:55:01 +02:00
Nedyalko Nikolov
4012dabd98 Merge pull request #3170 from NativeScript/nnikolov/SetFunctionsForCssFileAndResources
Export set function for cssFile and resources.
2016-11-28 18:16:10 +02:00
Rossen Hristov
39113f6fdd Fix: Invalid value 500 for property fontWeight in XML
Resolves #3175
2016-11-28 16:42:44 +02:00
Rossen Hristov
6ac1417578 Fix: TextView new line closes virtual keyboard on Android
Resolves #3111
2016-11-28 15:13:19 +02:00
Vladimir Enchev
b650bbbb6a Api 21 fix (#3187) 2016-11-28 14:43:03 +02:00
Nedyalko Nikolov
0b7ea27fd5 Export set function for cssFile and resources. 2016-11-25 14:55:22 +02:00
zh-m
aa91b0eca0 Border width cannot be reset to 0 on IOS 2016-11-24 18:19:52 +02:00
Maya Zhecheva
2e13205797 CSS support for styling status bar (#3156) 2016-11-24 14:20:12 +02:00
Vladimir Enchev
3f4a5beca9 GBK encoding support for http (#3165)
* http response add GBK charset support

* default encode do not change

* change compare response encode `==`  to `===`
2016-11-24 13:53:43 +02:00
tzraikov
2d640ddeda Merge pull request #3093 from NativeScript/raikov/fix-2870
Fixed: ActionBar w/translucent navigationBar set to false is creating whitish transition
2016-11-24 13:16:35 +02:00
Vladimir Enchev
beb70ee3f7 setColorFilter used if android.os.Build.VERSION.SDK_INT >= 21 (#3143) 2016-11-23 09:42:31 +02:00
Nedyalko Nikolov
303b609573 Adding request for write storage permissions. 2016-11-22 14:34:14 +02:00
Rossen Hristov
b42fc7fdae Fix: Setting automationText to a number crashes the app on Android
Resolves #3064
2016-11-21 15:03:35 +02:00
Rossen Hristov
91083a4ea4 Fix: Modal dialogs don't have background color
Resolves #3129
2016-11-21 14:07:46 +02:00
Rossen Hristov
30d202b5f1 Fix: Transparent border rendered as black
Resolves #3113
2016-11-21 12:25:13 +02:00
vB Results, LLC
978bd8c524 Use setBackgroundDrawable for API < 16. (#3108) 2016-11-18 14:47:06 +02:00
Rossen Hristov
4fff9cd879 Fix: connectivity module always returns undefined on android <= 4.4
Resolves #3098
2016-11-16 17:29:22 +02:00
Tsvetan Raikov
3f578741f7 Fixed: ActionBar w/translucent navigationBar set to false is creating whitish transition 2016-11-15 13:11:04 +02:00