29 Commits

Author SHA1 Message Date
8bee3ed2d1 Add file, row and column for ui/builder errors 2015-11-25 15:25:42 +02:00
c2cb4a8f61 Stabilizing layout tests 2015-11-11 16:30:55 +02:00
70041bd999 Don't expose platform types in public d.ts files.
Use any. Add a comment with the real type.
2015-10-30 17:17:29 +02:00
343265c571 dismissSoftInput implemented 2015-10-19 14:55:06 +03:00
7a86a36d31 async declaration removed 2015-10-01 17:13:42 +03:00
77838ae9c6 Change from "classic" TS 1.6 imports to the default resolution scheme.
- Use relative imports in place of most of our absolute ones.
- Add "private" ambient modules for modules that we need to import using
an absolute path (e.g. when app/.../test-something.ts needs to import
ui/styling/style-scope)
2015-09-29 16:25:49 +03:00
173cde895e Pull the Owned android helper interface to utils/utils.
In a @private block.
2015-09-18 11:29:12 +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
cb29e57168 code updated 2015-09-09 11:06:26 +03:00
cd313eb6d2 openUrl added 2015-09-09 10:34:21 +03:00
4cf6b66939 http jsonp support added 2015-09-07 10:52:49 +03:00
ff9ee707c0 Themes and styling 2015-09-04 13:48:45 +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
0ad198165c Layouts are now implemented natively for Android. 2015-08-03 13:48:41 +03:00
1439313e7b Make moduleMerge a global function - this saves a total of 83 requires upon application loading. 2015-07-27 13:04:48 +03:00
3a4262b996 getApplication() and getApplicationContext() added/used to/from Android utils. 2015-07-27 09:57:32 +03:00
39afd3cc3e Fix: ios crash when creating font descriptor 2015-06-26 11:12:47 +03:00
6cc5675d31 Resolved #294: Add an optional fullscreen parameter to Page.showModal method. 2015-06-11 11:04:08 +03:00
27b38da248 Style handlers caching revised 2015-05-22 18:08:15 +03:00
2c75ba989d Caching class names 2015-05-22 18:08:14 +03:00
191b91839e isDataURI method added 2015-05-21 11:41:30 +03:00
6b71ea07b4 isFileOrResourcePath and RESOURCE_PREFIX moved in utils 2015-05-18 17:15:04 +03:00
90722cfc67 Resolved #142: Modal views. 2015-05-18 14:13:46 +03:00
6bb533dc30 Fixed issue with binding when binding to a falsy object (also added types.isNullOrundefined function). 2015-04-20 14:25:01 +03:00
23b1825fc7 implement menuOptions 2015-03-26 17:32:27 +02:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00
fe5f30836c unused files deleted 2014-05-15 10:02:45 +03:00
012a4c40be module merge util module naming changed to use "-" 2014-05-15 10:00:17 +03:00
ceff7bb368 renamed folders with lower cases and renamed user preferences to local settings 2014-05-13 17:59:30 +03:00