157 Commits

Author SHA1 Message Date
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
5ef2fea8d8 VS project fixed 2015-08-25 16:00:18 +03:00
0c883395df base url used when loading local files in web-view
Fix for #613
2015-08-25 15:21:56 +03:00
df3d6e7834 Add styles test page. 2015-08-21 17:05:57 +03:00
00cb00e13c Update a test page. 2015-08-20 17:30:48 +03:00
7096d2cd68 Rounded images ui test 2015-08-19 11:28:03 +03:00
7e6afa603f Fixed issue with binding gestures to repeater items. 2015-08-14 16:44:51 +03:00
1f8bcc565c Rename test page. 2015-08-13 17:46:06 +03:00
31b1b30b9d br not handled properly by HtmlView + functional test
Fix for #581
2015-08-13 16:26:31 +03:00
9af29e4c99 Merge pull request #573 from NativeScript/search-bar-font
Search bar font
2015-08-13 13:43:25 +03:00
49780b5e34 Rename test page gesture-binding to handlers. 2015-08-12 16:04:23 +03:00
2d07eb9dd0 font-size CSS support for search-bar + test 2015-08-12 15:19:04 +03:00
384ba394e7 gesture binding fixed + test 2015-08-11 16:31:30 +03:00
6a6f7fcf92 Fix ListView module to check for layoutBase instead of Layout
Remove some unnecessary traces
2015-08-11 15:28:39 +03:00
abc9faccfa Added Padding+Border support for Label, Button, TextField and TextView for both platforms. Only iOS TextView does not support them. 2015-08-06 14:58:53 +03:00
bd50fb5550 Fixed several unit-tests 2015-08-03 13:49:08 +03:00
17251c1063 invalid reference removed 2015-08-03 13:48:58 +03:00
0ad198165c Layouts are now implemented natively for Android. 2015-08-03 13:48:41 +03:00
38f243de5c Move css and css-value modules to the toplevel.
This is the default location when installing from npm, and Angular uses
that when parsing CSS.

Updated module paths, requires, csproj, tsconfig and grunt tasks.
2015-08-03 12:01:09 +03:00
6ebd488735 Application orientation changed event 2015-07-31 11:51:01 +03:00
f1b2f068d0 Fixed Issue #513: Android backgroundColor animation is not gradual 2015-07-30 16:19:23 +03:00
b1e55f1066 Animations 1.0 2015-07-29 15:24:43 +03:00