178 Commits

Author SHA1 Message Date
700818dd28 Resolved Issue #1223: Android views which have complex backgrounds (i.e. with rounded corners) cannot animate opacity. 2015-12-10 14:56:03 +02:00
46b4f5525e Update the csproj as well 2015-12-02 14:22:01 +02:00
5a63071242 Updated transforms app 2015-11-25 10:57:50 +02:00
699fcbb840 Added system-icons UI test. 2015-11-18 15:16:52 +02:00
831a44f218 Fix: background-position with negative values 2015-11-17 10:21:30 +02:00
3993ed9727 Disable color output in grunt invocations from within Visual Studio. 2015-11-16 11:30:53 +02:00
93cf00389e white-space CSS support added 2015-11-11 16:04:32 +02:00
11789dae5c Merge pull request #1046 from NativeScript/text-decoration
text-decoration implemented
2015-11-09 09:17:04 +02:00
abe4614735 example updated 2015-11-06 16:21:29 +02:00
4ced53b39b old page removed 2015-11-06 15:06:22 +02:00
4ae7a33b3e file location fixed 2015-11-06 13:56:08 +02:00
cc28aad57b page updated 2015-11-06 13:26:56 +02:00
a23d8ad4f0 removed unused overrides 2015-11-06 10:06:21 +02:00
c06b0681fa Fixed android crash when process get killed 2015-11-06 10:06:19 +02:00
164025f11b Update a test page. 2015-11-03 16:45:07 +02:00
14ef19ad44 Update a test page. 2015-11-03 11:00:50 +02:00
4151f56242 Update ui-tests-app. 2015-11-02 10:56:39 +02:00
a3601b06cd Update web-view test page. 2015-10-30 19:14:56 +02:00
4b9ae4f058 Segmented bar test page 2015-10-30 11:46:55 +02:00
7e85de351e IOS stylers 2015-10-30 11:46:54 +02:00
815a4fc23c ActionBar and TabView colors 2015-10-30 11:46:54 +02:00
23dee6655c Add a new web-view test page. 2015-10-28 11:40:25 +02:00
033e0d4bfc Added missing file in csproj 2015-10-23 10:58:31 +03:00
4b2701b3fb Improved tab-view tests 2015-10-22 18:27:29 +03:00
b1c330be65 test page added 2015-10-22 11:29:48 +03:00
2545f2f19a Fixed #779: frame.topmost().currentPage is not the same instance as the page being loaded in page.loaded event handler. 2015-10-20 14:28:28 +03:00
e64fa80b56 Extended the unit test and moved observable-tests out of the ui folder. 2015-10-13 11:14:56 +03:00
8bc2aedfae Merge pull request #821 from NativeScript/atanasovg/webview-fix
Extracts common logic into web-view-common. The check for http/https …
2015-10-01 09:14:33 +03:00
198f4f1dbc Add WebView test. Make its members abstract. 2015-09-30 14:33:03 +03:00
113a1b6a69 placeholder creatingView event fixed + tests 2015-09-30 11:26:42 +03:00
40718eba4b Add nordic test page to ui-tests-app.
https://github.com/NativeScript/NativeScript/issues/756
2015-09-25 18:42:11 +03:00
c07ac6c30a Add border-radius text page.
https://github.com/NativeScript/NativeScript/issues/777
2015-09-23 18:51:47 +03:00
6a6beac9f9 TypeScriptToolsVersion updated to 1.6 2015-09-17 15:39:55 +03:00
e84e5fbaae Merge pull request #750 from NativeScript/nnikolov/ActionBarItemNumberIssue
Fix for #747 issue.
2015-09-17 11:00:42 +03:00
dd1145c8e7 Extracted the new utils file one level up. 2015-09-16 16:38:52 +03:00
309e123f12 Extracted view-related utility methods from "utils/utils" to "ui/utils" so that the "utils/utils" module does not depend on the view module. 2015-09-16 16:20:43 +03:00
bfaeb3c8a9 Fix for #747 issue. 2015-09-16 15:43:11 +03:00
7af95207c6 Fixed problem with when used in repeater. 2015-09-15 11:27:39 +03:00
4354c16a78 slide-out removed 2015-09-14 15:26:18 +03:00
2d155f941d CSS and XML code files now can be specified in XML 2015-09-10 13:02:33 +03:00
d64b8660bd Ipdate single item in tab view 2015-09-04 13:48:45 +03:00
73cf1069fe Fix for csproj 2015-09-04 11:11:51 +03:00
f250943d3e Add commented unittest - will need to check later why android tests fails after this new one. 2015-09-04 11:03:53 +03:00
8eda2ea2cf Fix iOS layout in modal pages. 2015-09-04 11:03:48 +03:00
cb92b88641 Merge pull request #663 from NativeScript/PeterStaev-master
replaced the use of fontDescriptorWithSymbolicTraits due to problems in iOS 8+.
2015-09-04 10:18:40 +03:00
1d7bdd46b0 Merge branch 'atanasovg/navigation-backstack' 2015-09-03 15:09:54 +03:00
cfe0902441 Added a unit test for backstackVisible 2015-09-03 15:03:38 +03:00
d0f4f36018 replaced the use of fontDescriptorWithSymbolicTraits due to problems in iOS8+ and some fonts 2015-09-03 14:55:38 +03:00
e18e7777a1 Added View.translateX, View.translateY, View.scaleX, View.scaleY, View.rotate properties. 2015-09-03 11:46:12 +03:00
3a0cc32ff2 Fix for Button padding in android.
Fix for types - isString and isNumber.
Modified several tests to pass on VS Emulator for Android.
Fix page background to be applied in onLoaded method.
Enhancements for dependency-observable - it is now possible to add defaultValueGetter function to extract default value for a property. It can also be cached or not.
Remove android_constants because they are per theme and we cannot use them safely.
Fix for SearchBar reseColorProperty method.
2015-08-28 16:59:52 +03:00