Commit Graph

3731 Commits

Author SHA1 Message Date
Hristo Hristov
12ffd9c1e8 absolute-layout 2016-12-13 15:51:18 +02:00
Hristo Hristov
19ee47ba24 got to layouts 2016-12-13 15:51:18 +02:00
Hristo Hristov
07e2102c5d restore properties deleted with merge 2016-12-13 15:51:18 +02:00
Hristo Hristov
befb494a50 up to segmented-bar.ios 2016-12-13 15:51:18 +02:00
Hristo Hristov
007b78325c list-picker not ready 2016-12-13 15:51:18 +02:00
Hristo Hristov
fac4f42503 adding features deleted from rebase 2016-12-13 15:51:18 +02:00
Hristo Hristov
1202cb7288 almost all without layouts 2016-12-13 15:51:18 +02:00
Hristo Hristov
94dee2973a . 2016-12-13 15:51:18 +02:00
Hristo Hristov
da4cad6ec2 tab-view done 2016-12-13 15:51:18 +02:00
Hristo Hristov
943d2dcd6b tabview-ios 2016-12-13 15:51:18 +02:00
Hristo Hristov
079830e9b5 tab-view 2016-12-13 15:51:18 +02:00
Hristo Hristov
a64847ca9d next 2016-12-13 15:51:18 +02:00
Hristo Hristov
0f45a0df5e list-view progress 2016-12-13 15:51:18 +02:00
Hristo Hristov
d795ee94e4 alpha2 2016-12-13 15:51:18 +02:00
Hristo Hristov
645f428f59 alpha1 2016-12-13 15:51:18 +02:00
Hristo Hristov
bb2c7aa60a partial state 2016-12-13 15:51:18 +02:00
Hristo Hristov
e4c21258a3 More files migrated. 2016-12-13 15:51:18 +02:00
Hristo Hristov
b58e0b08a3 refactoring 2016-12-13 15:51:18 +02:00
Rossen Hristov
624717a396 Merge pull request #3283 from NativeScript/issue-1639
Added UI test for nested components CSS application
2016-12-12 14:13:18 +02:00
Rossen Hristov
f578f4eec4 Added UI test for nested components CSS application
Resolves #1639
2016-12-12 13:16:31 +02:00
Rossen Hristov
b77903f3be Merge pull request #3280 from NativeScript/fix-tsc
Fix tsc errors
2016-12-12 11:15:50 +02:00
Rossen Hristov
d1edf6bb93 Fix tsc errors 2016-12-12 10:46:45 +02:00
Nedyalko Nikolov
39007ab05e Removed myst ListView test for ios (#3250) 2016-12-07 10:53:38 +02:00
Alexander Vakrilov
64a4e8a3ed Merge pull request #3243 from NativeScript/placeholder-color-crash
Fix(IOS): Setting placeholder color crashes
2016-12-05 16:26:46 +01: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
46a59ab92c Merge pull request #3219 from NativeScript/fix-android-btn-active-after-resume
Android button active state fixed to work after app suspend and resume
2016-12-01 13:20:11 +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
af0826df38 Merge pull request #3217 from NativeScript/fix-error
Properly extend Error so message and stack appear in error activity
2016-12-01 11:52:35 +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
35c48b30e6 UI test for setting bckg and color of buttons inside dialogs 2016-11-30 16:16:14 +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
Alexander Vakrilov
25f5827fbf Merge pull request #3199 from NativeScript/proxy-container-optimization
Skip iterating children that are not visible
2016-11-29 15:56:44 +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