38d6484539
Fixes the metrics issue when soft-navigation is used on a device/emulator. ( #3236 )
2016-12-05 11:05:46 +02:00
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
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
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
1343aa52a4
separatorColor property of ListView can be set in CSS
2016-12-02 17:43:42 +02:00
d908874a5d
Allow iOS app to be started multiple times ( #3231 )
...
Integration with existing iOS app
2016-12-02 17:00:34 +02:00
669f6dc8ec
ListPicker color and bckgColor set from CSS
2016-12-02 11:45:44 +02:00
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
cd5eb0b290
Android button active state fixed to work after app suspend and resume
2016-12-01 12:38:56 +02:00
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
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
35c48b30e6
UI test for setting bckg and color of buttons inside dialogs
2016-11-30 16:16:14 +02:00
825d577621
Background of the buttons inside dialog can be modified through global style in CSS
2016-11-30 16:16:14 +02:00
9742d2f304
Merge pull request #3202 from NativeScript/zhecheva/image-picker-asset
...
ImageAsset extends Observable
2016-11-30 15:15:13 +02:00
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
3b0904b5f9
Update image-asset.d.ts
2016-11-30 11:24:54 +02:00
5f94a302fb
ImageAsset extends Observable
2016-11-29 17:43:50 +02:00
d43dd159c2
Fix for issue #3181 to maintain cursor position on toggle of secure field. ( #3197 )
2016-11-29 16:06:33 +02:00
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
258b36b1e4
Skip iterating children that are not visible
2016-11-29 14:50:34 +02:00
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
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
4012dabd98
Merge pull request #3170 from NativeScript/nnikolov/SetFunctionsForCssFileAndResources
...
Export set function for cssFile and resources.
2016-11-28 18:16:10 +02:00
39113f6fdd
Fix: Invalid value 500 for property fontWeight in XML
...
Resolves #3175
2016-11-28 16:42:44 +02:00
6ac1417578
Fix: TextView new line closes virtual keyboard on Android
...
Resolves #3111
2016-11-28 15:13:19 +02:00
b650bbbb6a
Api 21 fix ( #3187 )
2016-11-28 14:43:03 +02:00
c9765d4ed9
Merge pull request #3171 from NativeScript/tsenov/uitests
...
Remove listViewLoadMoreItems from main-page.ts in cutenessIo
2016-11-25 15:35:35 +02:00
c729e9a9bf
Remove listViewLoadMoreItems from main-page.ts in cutenessIo
2016-11-25 15:06:38 +02:00
0b7ea27fd5
Export set function for cssFile and resources.
2016-11-25 14:55:22 +02:00
98880be224
Merge pull request #3167 from NativeScript/zhecheva/border-width-0
...
Border width cannot be reset to 0 on IOS
2016-11-25 13:37:01 +02:00
aa91b0eca0
Border width cannot be reset to 0 on IOS
2016-11-24 18:19:52 +02:00
2e13205797
CSS support for styling status bar ( #3156 )
2016-11-24 14:20:12 +02:00
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
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
53b5ed127a
Merge pull request #3161 from NativeScript/zhecheva/percent-test-android
...
percent_margin test on android uses only floor func
2016-11-24 11:22:00 +02:00
cdbd0e7a54
percent_margin test on android uses only floor func
2016-11-23 18:27:21 +02:00
5c70998acd
Merge pull request #3160 from NativeScript/nnikolov/FixedTestForIos
...
Fixed tests to run on iOS.
2016-11-23 18:19:44 +02:00
50acc3bdc0
Fixed tests to run on iOS.
2016-11-23 17:51:09 +02:00
a8903564d9
Merge pull request #3159 from NativeScript/tsenov/uitest
...
Update segmeted-bar page
2016-11-23 16:59:36 +02:00
ced8b7451f
Update segmeted-bar page
2016-11-23 16:15:44 +02:00
beb70ee3f7
setColorFilter used if android.os.Build.VERSION.SDK_INT >= 21 ( #3143 )
2016-11-23 09:42:31 +02:00
f4900959d3
Merge pull request #3034 from NativeScript/nnikolov/WriteTestResultsOnAPI23
...
Adding request for write storage permissions for tests app.
2016-11-22 15:10:07 +02:00
a7fcc5864f
Update Travis CI
2016-11-22 14:37:43 +02:00
303b609573
Adding request for write storage permissions.
2016-11-22 14:34:14 +02:00
b39b320a50
Merge pull request #3136 from NativeScript/tsenov/uitest
...
Add ScrollView to issue-3007.xml page
2016-11-21 19:57:00 +02:00
95e925b64b
Add ScrollView to issue-3007.xml page
2016-11-21 19:47:40 +02:00
a10587ed7c
Merge pull request #3131 from NativeScript/niliev/app-settings-update
...
updated Cookbook article application-settings
2016-11-21 18:15:27 +02:00
8035238e5f
Merge pull request #3135 from NativeScript/issue-3064
...
Fix: Setting automationText to a number crashes the app on Android
2016-11-21 15:50:50 +02:00
52ca3a5991
Update CHANGELOG.md
2016-11-21 15:31:16 +02:00
b42fc7fdae
Fix: Setting automationText to a number crashes the app on Android
...
Resolves #3064
2016-11-21 15:03:35 +02:00