|
ae632bb55e
|
Merge pull request #823 from PeterStaev/text-field-return-press-event
implements #713
|
2015-09-29 16:19:47 +03:00 |
|
|
8744ba62b9
|
Merge pull request #845 from emiloberg/webview-utf8
web-view loads local data with UTF-8
|
2015-09-29 16:05:22 +03:00 |
|
|
37846ca06e
|
Merge pull request #847 from NativeScript/update-uuid-api-doc
Update platform.d.ts
|
2015-09-29 15:59:21 +03:00 |
|
|
4096e8ae0c
|
Update platform.d.ts
|
2015-09-29 15:59:05 +03:00 |
|
|
7f22294a74
|
Merge pull request #840 from NativeScript/search-bar-empty-text
component builder fixed
|
2015-09-29 15:00:00 +03:00 |
|
|
4106e6c2b8
|
web-view loads local data with UTF-8
|
2015-09-29 13:21:05 +02:00 |
|
|
b66a557cb0
|
Merge pull request #839 from NativeScript/hhristov/page-background
Page background now spans under ActionBar
|
2015-09-29 11:00:55 +03:00 |
|
|
dbc7885ba0
|
component builder fixed
component builder now can handle properly empty text or text with spaces
|
2015-09-29 10:35:25 +03:00 |
|
|
03090b7842
|
Page background now spans on the whole height but content is still under NavBar
|
2015-09-29 09:48:15 +03:00 |
|
|
0be5a71070
|
Merge pull request #832 from NativeScript/layout-invalidates-transform
Transformations such as scale, translate, rotate won't be incorrectly affected by the layout
|
2015-09-28 16:04:57 +03:00 |
|
|
11f01e26c1
|
Set bound along the frame property for iOS layouts. Setting bounds will reapply the transform.
|
2015-09-28 12:24:18 +03:00 |
|
|
ed08336612
|
Fix nordic test page.
|
2015-09-28 10:44:40 +03:00 |
|
|
7ad18c559d
|
Merge pull request #760 from NativeScript/nnikolov/iOS9ChangedAPIIsues
Added some checks according to changed iOS9 API.
|
2015-09-28 10:16:10 +03:00 |
|
|
ac671654c9
|
Remove unnecessary require in ui-tests-app.
|
2015-09-28 09:35:49 +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 |
|
|
2ffe258269
|
Merge pull request #825 from NativeScript/segmented-bar-event
segmented bar selectedIndexChanged fix
|
2015-09-25 16:42:27 +03:00 |
|
|
b3f2e0ba8b
|
navigation tests temporary due to failing master, pull requests, etc.
|
2015-09-25 15:46:14 +03:00 |
|
|
1c22868f75
|
Merge pull request #827 from NativeScript/xsd-update
Update tns.xsd
|
2015-09-25 15:08:08 +03:00 |
|
|
48633e846d
|
Merge pull request #816 from NativeScript/known-colors-dts
Add a dts for color/known-colors.
|
2015-09-25 14:31:04 +03:00 |
|
|
dd04b1250e
|
Add a dts for color/known-colors.
|
2015-09-25 14:27:45 +03:00 |
|
|
531bcae384
|
Update tns.xsd
|
2015-09-25 14:20:55 +03:00 |
|
|
496948857a
|
Merge pull request #826 from NativeScript/clear-back-stack
Resolved: Cross platform way to clear history #283
|
2015-09-25 13:57:07 +03:00 |
|
|
f75922102a
|
Resolved: Cross platform way to clear history #283
|
2015-09-25 11:34:51 +03:00 |
|
|
9e07a2344b
|
segmented bar selectedIndexChanged fix
|
2015-09-25 11:10:17 +03:00 |
|
|
7ece24f714
|
implements #713
|
2015-09-24 19:13:23 +03:00 |
|
|
84b3eb545d
|
Merge pull request #806 from NativeScript/console.dump-for-ios
console.dump implemented for ios
|
2015-09-24 16:38:50 +03:00 |
|
|
e0f6a0d3c6
|
console.dump implemented for ios
|
2015-09-24 14:55:55 +03:00 |
|
|
5f4840d784
|
Merge pull request #804 from NativeScript/UILabel-border-radius-
borderRadius not working on UILabel
|
2015-09-24 09:08:00 +03:00 |
|
|
b733c59f7d
|
Merge pull request #803 from NativeScript/text-field-hint
text-field hint now can be set to number
|
2015-09-24 09:07:49 +03:00 |
|
|
c07ac6c30a
|
Add border-radius text page.
https://github.com/NativeScript/NativeScript/issues/777
|
2015-09-23 18:51:47 +03:00 |
|
|
ed1c632ea3
|
Merge pull request #723 from NathanaelA/XML_Entity_Fix
Fixes the XML Entities issues on Android
|
2015-09-23 16:33:31 +03:00 |
|
|
e0d4757b13
|
tslint error fixed
|
2015-09-23 13:24:29 +03:00 |
|
|
4e6f4aaf3f
|
borderRadius not working on UILabel
|
2015-09-23 10:03:08 +03:00 |
|
|
be18818bbc
|
text-field hint now can be set to number
|
2015-09-23 09:54:24 +03:00 |
|
|
d517c68a0e
|
Merge pull request #791 from NativeScript/hristov/issue-774
Fixed: If an Animation instance is played more than once, the same pr…
|
2015-09-21 13:46:56 +03:00 |
|
|
911e5fd72a
|
Added a breaking changes entry for the upcoming 1.4.0 release.
|
2015-09-21 13:32:22 +03:00 |
|
|
beef7f9372
|
Fixed: If an Animation instance is played more than once, the same promise is resolved each time leading to unexpected results. #774
|
2015-09-21 13:27:10 +03:00 |
|
|
845bd65912
|
Added a breaking changes entry for the upcoming 1.4.0 release.
|
2015-09-21 13:10:07 +03:00 |
|
|
bd44627e24
|
Merge pull request #788 from NativeScript/issue-759
Fixed: Android animations that animate a property to its current valu…
|
2015-09-21 11:03:00 +03:00 |
|
|
15eb5d29c8
|
Fixed: Android animations that animate a property to its current value do not run. #759
|
2015-09-21 10:28:30 +03:00 |
|
|
770cba0ffa
|
Updated patch to include things we discussed.
|
2015-09-19 04:13:10 -05:00 |
|
|
6b9a476a7c
|
Merge pull request #770 from NativeScript/class-atribute
Class atribute registered and used instead cssClass
|
2015-09-18 17:30:22 +03:00 |
|
|
38eaa1aee3
|
Add the .ctags_exclude file
|
2015-09-18 17:17:07 +03:00 |
|
|
36036c55b1
|
support of [on]event/gesture added + tests
|
2015-09-18 16:55:39 +03:00 |
|
|
24e959cb65
|
tslint fixed
|
2015-09-18 16:55:37 +03:00 |
|
|
0de81e767c
|
Disable no-unused-variables in tslint to avoid a stack overflow.
|
2015-09-18 16:55:36 +03:00 |
|
|
54bc3c6692
|
Upgrade to tslint 2.5.0
|
2015-09-18 16:55:35 +03:00 |
|
|
b3b03ddcd4
|
Remove an unused import in component-builder
|
2015-09-18 16:55:34 +03:00 |
|
|
d4827a34d9
|
Pull the Owned android helper interface to utils/utils.
In a @private block.
|
2015-09-18 16:55:33 +03:00 |
|
|
13deafec79
|
Fix typescript 1.6 compile errors.
- Remove unknown properties in object literals.
- Don't use module-level `delete` statements.
|
2015-09-18 16:55:32 +03:00 |
|