31 Commits

Author SHA1 Message Date
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
0468857604 Merge pull request #554 from NativeScript/atanasovg/file-system-api
Atanasovg/file system api
2015-08-10 17:55:10 +03:00
141668bb05 Fix applying app CSS to template children when using custom pages.
No longer using getAncestor(view, "Page") to look for a pagey parent.
Replaced that with a View.page property. Removed getAncestor as its type
name-based implementation seems unreliable.
2015-08-07 18:26:21 +03:00
bb95d61d85 Fix wrong parameter name. 2015-08-04 16:55:51 +03:00
c683ea44e6 Refactor the file-system-access API to be synchronous. Added *Sync equivalents of the file-system APIs. Removed usage of file-system-access within the code. 2015-08-04 16:53:12 +03:00
f0f0e91b70 Default page background - white 2015-07-31 11:04:19 +03:00
a458993d63 Property renamed and bug fixes 2015-07-16 13:54:19 +03:00
ff2e8e6625 tests 2015-07-15 09:35:53 +03:00
53c7bebfec Center View 2015-07-15 09:35:53 +03:00
53dc1c65bf data binding 2015-07-15 09:35:53 +03:00
e52b0c4556 Action bar progress 2015-07-15 09:35:53 +03:00
d1ec70286d more fixes & tests added 2015-07-08 18:16:28 +03:00
378a78084a console.log removed 2015-07-08 15:47:41 +03:00
f478c619d8 support for custom components CSS added 2015-07-08 11:28:13 +03:00
58f44ae310 Fixed issue #387: There is an empty space on top of a page displayed for the first time in iOS. 2015-07-03 13:22:44 +03:00
053d57b1c6 Removed several console logs. 2015-07-01 14:21:56 +03:00
4d30170bbe Resolved issue #263 2015-07-01 14:16:21 +03:00
6cc5675d31 Resolved #294: Add an optional fullscreen parameter to Page.showModal method. 2015-06-11 11:04:08 +03:00
fe66104595 Page events 2015-05-19 13:37:38 +03:00
90722cfc67 Resolved #142: Modal views. 2015-05-18 14:13:46 +03:00
03ddb15d14 Fixed issue with remaining options menu item (iOS). 2015-05-13 11:27:56 +03:00
95ca8d9c8c Replace knownEvents modules with static strings. 2015-04-24 09:29:00 +03:00
20b65a6d0c Add base ui-test class
Update label-test to use the new ui-test class
2015-04-22 16:08:54 +03:00
35b429f90d Removed some code 2015-03-31 13:43:53 +03:00
70aa10d7ea MenuItems should inherit binding context when defined form XML 2015-03-31 12:36:04 +03:00
411b9dfe5f fix TSLing 2015-03-26 17:32:28 +02:00
23b1825fc7 implement menuOptions 2015-03-26 17:32:27 +02:00
70756fb115 OptionsMenu XML support 2015-03-26 17:32:25 +02:00
88f6a936fc Tests added and master-detail tempalte updated 2015-03-19 18:24:02 +02:00
d56d036e6a More friendly Css parser error messages 2015-03-16 17:19:44 +02:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00