Rossen Hristov
|
2a2ddb3495
|
Fix: Bold and italic do not work on Android when no font family is specified
Resolves #2018
|
2016-04-22 16:45:27 +03:00 |
|
Rossen Hristov
|
6b2990d8d2
|
Merge pull request #2017 from NativeScript/action-item-tap-bug
Fix: Multiple actionView items do not handle tap event correctly
|
2016-04-22 16:42:44 +03:00 |
|
Rossen Hristov
|
ea9a9dca4a
|
Fix: Multiple actionView items do not handle tap event correctly
Resolves #1878
|
2016-04-22 16:09:00 +03:00 |
|
Erjan Gavalji
|
ed5dfc30b9
|
Remove redundant comments from the gruntfile
|
2016-04-22 15:24:17 +03:00 |
|
Rossen Hristov
|
749c1c37f3
|
Merge pull request #2012 from NativeScript/dialog-from-modal
Fixed: Unable to show dialog from a modal page
|
2016-04-22 13:54:35 +03:00 |
|
Rossen Hristov
|
8623f4e6d5
|
Fixed: Unable to show dialog from a modal page
Resolves #1809
|
2016-04-22 11:08:36 +03:00 |
|
Jason Zhekov
|
98e8a525a3
|
Merge pull request #2002 from NativeScript/jasssonpet/lazy-snapshot
Evaluate lazily Android specific global values
|
2016-04-21 17:56:02 +03:00 |
|
Jason Zhekov
|
02df926051
|
Evaluate lazily android specific global values
|
2016-04-21 17:20:48 +03:00 |
|
Rossen Hristov
|
667ddf18b4
|
Merge pull request #2001 from NativeScript/android-exit-transition-bug
Fix: Android pages disappear before their exit transition has finished
|
2016-04-21 17:11:49 +03:00 |
|
Hristo Deshev
|
71af81c7d0
|
Merge pull request #2006 from NativeScript/hdeshev/node-tests
Fix broken node tests compilation.
|
2016-04-21 17:06:58 +03:00 |
|
Rossen Hristov
|
65bb2d4531
|
A lot of re-factoring + bug fix for navigation events
|
2016-04-21 16:38:34 +03:00 |
|
Vladimir Enchev
|
3139550380
|
Merge pull request #2004 from NathanaelA/AllowAnyCharsInsideQuotes
Add ability to add & < > inside XML quoted strings
|
2016-04-21 14:21:54 +03:00 |
|
Hristo Deshev
|
964aa77b92
|
Run node-tests as a part of the build.
|
2016-04-21 13:02:30 +03:00 |
|
Hristo Deshev
|
7fe33054eb
|
Fix broken node tests compilation.
|
2016-04-21 12:55:07 +03:00 |
|
Nathanael Anderson
|
5bd674b821
|
Add ability to add & < > and any other normal restricted xml character as long as it is inside either a pair of single quotes or double quotes.
|
2016-04-20 16:14:11 -05:00 |
|
Rossen Hristov
|
b3f36644c1
|
Fix: Android pages disappear before their exit transition has finished
Resolves #2000
|
2016-04-20 17:04:28 +03:00 |
|
Nedyalko Nikolov
|
4c761e8390
|
Merge pull request #1999 from NativeScript/nnikolov/ConvertersChangingBindingContext
Fixed adding converters to bindingContext.
|
2016-04-20 16:30:37 +03:00 |
|
Rossen Hristov
|
45a3d0f336
|
Merge pull request #1998 from NativeScript/clear-history-crash
Fix broken navigation after clear history with transition
|
2016-04-20 16:01:28 +03:00 |
|
Nedyalko Nikolov
|
8fef852d89
|
Fixed adding converters to bindingContext.
|
2016-04-20 15:49:44 +03:00 |
|
Rossen Hristov
|
56065ae601
|
Fix broken navigation after clear history with transition
Resolves #1948
|
2016-04-20 14:57:01 +03:00 |
|
Nedyalko Nikolov
|
c7918c51ce
|
Merge pull request #1992 from NativeScript/nnikolov/BindingSameProperties
Fix for using same name properties in binding.
|
2016-04-20 13:51:24 +03:00 |
|
Vladimir Enchev
|
a5b1acd56f
|
Merge pull request #1993 from NativeScript/zindex
z-index support added
|
2016-04-20 09:48:52 +03:00 |
|
tzraikov
|
f7c88899c2
|
Merge pull request #1994 from NativeScript/raikov/fix-animations-crash
Fix animations crash
|
2016-04-19 17:45:22 +03:00 |
|
Nedyalko Nikolov
|
2c4c3c90e2
|
Fix for using same name properties in binding.
|
2016-04-19 17:19:04 +03:00 |
|
Tsvetan Raikov
|
feb3084d61
|
Fix animations crash
|
2016-04-19 16:55:15 +03:00 |
|
Vladimir Enchev
|
b7e0d33387
|
z-index support added
|
2016-04-19 16:39:17 +03:00 |
|
Alexander Vakrilov
|
3823cc45d0
|
Merge pull request #1989 from NativeScript/feature/ui-strings
Fix: setting text in Span to number/null/undefined
|
2016-04-19 11:50:43 +03:00 |
|
Erjan Gavalji
|
5ff7fda3a4
|
Use a pre-release version of the CLI to avoid an error in the runtime
|
2016-04-19 11:35:58 +03:00 |
|
tsonevn
|
82dac83c75
|
Merge pull request #1981 from NativeScript/feature/docs
Add grunt build for how-to articles and typedoc
|
2016-04-19 11:23:06 +03:00 |
|
Vasil Chimev
|
c7c71f12ba
|
Merge pull request #1991 from NativeScript/hhristov/fix-failing-test
Fix failig test due to wrong check
|
2016-04-19 01:15:38 -07:00 |
|
Hristo Hristov
|
f132a351de
|
Fix failig test due to wrong check
|
2016-04-19 10:59:29 +03:00 |
|
tzraikov
|
68815c2910
|
Merge pull request #1986 from NativeScript/raikov/fix-420
Fixed: There is a crash in Android when running animations too fast
|
2016-04-19 09:47:46 +03:00 |
|
vakrilov
|
fddaf251f7
|
Fix: setting text in Span to number/null/undefined
|
2016-04-18 18:33:15 +03:00 |
|
Nikolay Tsonev
|
54d13e26a9
|
fix
|
2016-04-18 17:35:13 +03:00 |
|
Nikolay Tsonev
|
d2961be83d
|
changes
|
2016-04-18 15:11:01 +03:00 |
|
Alexander Vakrilov
|
d7352b7eea
|
Merge pull request #1984 from NativeScript/feature/xhr-ng2-text
Attach toString() method to xhr response
|
2016-04-18 14:10:45 +03:00 |
|
Vladimir Enchev
|
b4daee8088
|
Merge pull request #1983 from NativeScript/button-letter-sp
Button styler for iOS fixed
|
2016-04-18 13:47:50 +03:00 |
|
Tsvetan Raikov
|
3b11d5d10e
|
Fixed: There is a crash in Android when running animations too fast
|
2016-04-18 13:42:42 +03:00 |
|
tzraikov
|
4a093136a4
|
Merge pull request #1985 from NativeScript/raikov/fix-1977
Fixed: Change of CSS class during animation execution does not apply …
|
2016-04-18 12:34:37 +03:00 |
|
Tsvetan Raikov
|
169cb3115a
|
Fixed: Change of CSS class during animation execution does not apply on Android
|
2016-04-18 11:41:10 +03:00 |
|
vakrilov
|
dca202d670
|
Attach toString() method to xhr response
|
2016-04-18 11:38:13 +03:00 |
|
Vladimir Enchev
|
3a4a69bd6b
|
Button styler for iOS fixed
|
2016-04-18 11:22:56 +03:00 |
|
Rossen Hristov
|
2e15d584c0
|
Merge pull request #1978 from NativeScript/font-weight
Add support for CSS font-weight + sample app for testing fonts
|
2016-04-18 10:30:21 +03:00 |
|
Nikolay Tsonev
|
e01daed7eb
|
Merged master onto feature/docs
|
2016-04-15 16:54:37 +03:00 |
|
tsonevn
|
65b1b8ea82
|
Merge pull request #1980 from NativeScript/feature/docs2-rebased
Migrated some of the articles
|
2016-04-15 16:30:36 +03:00 |
|
Nikolay Tsonev
|
6f5bbd69c9
|
add list-picker.md
|
2016-04-15 16:27:57 +03:00 |
|
Nikolay Tsonev
|
fd7289a4c9
|
modify snippets
|
2016-04-15 16:27:56 +03:00 |
|
Nikolay Tsonev
|
945aec0a72
|
First commit
|
2016-04-15 16:27:52 +03:00 |
|
Vasil Chimev
|
58e8f9c793
|
Merge pull request #1979 from NativeScript/ui-tests-app
Update ui-tests-app
|
2016-04-15 05:51:09 -07:00 |
|
vchimev
|
0e57fc795a
|
Update ui-tests-app
|
2016-04-15 15:26:27 +03:00 |
|