2734 Commits

Author SHA1 Message Date
df2ad08773 Fixed: animations crash on Android 2016-04-12 14:29:46 +03:00
a61dffa3a3 Make the Travis-CI image valid for the master branch only 2016-04-11 14:42:50 +03:00
a70a1a8494 Merge pull request #1927 from NativeScript/decoration-and-transform
TextBase and Button text-decoration and text-transform fixes
2016-04-11 17:19:24 +04:00
f06af80260 TextBase and Button text-decoration and text-transform fixes 2016-04-11 15:56:23 +03:00
8e789ecffc Merge branch 'ErjanGavalji/publish-@next' 2016-04-11 14:39:17 +03:00
24d0db70bd Merge pull request #1915 from NativeScript/feature/zone-0.6
Support for zone 0.6 callback wrapping
2016-04-08 16:36:41 +03:00
3538acc5ce Support for zone 0.6 callback wrapping 2016-04-08 16:16:07 +03:00
c6df0f7f14 Merge pull request #1913 from NativeScript/button-css
Style properties are now applied on Buttons
2016-04-08 14:56:17 +03:00
e89def7104 Style properties are now applied on Buttons when no other TextBase elements exist on the page
Resolves #1902
2016-04-08 14:28:33 +03:00
ed373fa1c3 Merge pull request #1904 from NativeScript/nikolov/AttributeCssSelectorsFix
Fix for using css attribute selector alone.
2016-04-08 13:54:21 +03:00
9a5fd24931 Merge pull request #1911 from NativeScript/ui-tests-app
Update ui-tests-app
2016-04-08 03:04:45 -07:00
6bc9286aac Merge pull request #1906 from NativeScript/raikov/fix-1905
Fixed: Visual states not working properly when the animation is canceled
2016-04-08 12:42:41 +03:00
f031c5b899 Update ui-tests-app 2016-04-08 12:30:54 +03:00
c07fc07348 Fixed: Visual states not working properly when the animation is canceled in Android 2016-04-08 11:35:44 +03:00
3eb8514e96 Fix for using css attribute selector alone. 2016-04-07 17:04:23 +03:00
19acc86e26 Merge pull request #1901 from NativeScript/fix/1893
Fixed: CSS animations from the application-wide .css file do not aply
2016-04-06 18:15:46 +03:00
b21c48f3d1 Fixed: CSS animations from the application-wide .css file do not aply 2016-04-06 17:34:07 +03:00
4febe2a87c FragmentClass instance is cached so that JS part does not die before …
* FragmentClass instance is cached so that JS part does not die before native counter part.

* Fix tslint error.
2016-04-06 16:29:08 +03:00
768516f53e Fix travis build 2016-03-30 13:36:06 +03:00
8aeeee58b4 Build the declarations in travis as well 2016-03-30 13:18:37 +03:00
c938edc960 Merge pull request #1882 from NativeScript/nnikolov/BindingTracing
Better tracing (logging) of run-time errors.
2016-04-04 14:20:01 +03:00
05aae52724 Merge pull request #1842 from NathanWalker/es6-shim-definitions
fix(es6): objectcontstructor assign
2016-04-04 14:18:14 +03:00
ba2a84de6b Better tracing (logging) of run-time errors. 2016-04-01 17:34:14 +03:00
bd2f2c751a Merge pull request #1877 from NativeScript/hdeshev/zone-aware
Zone-aware versions of certain APIs: setTimeout/setInterval mostly.
2016-04-01 14:46:43 +03:00
437e220c42 Zone-aware versions of certain APIs: setTimeout/setInterval mostly.
Instead of waiting for zone.js to patch our global declarations and break
the lazy module loading optimizations there, we'll let it patch stuff
before "globals" gets loaded, so that it doesn't touch (and break) the code
there.

Of course, that requires that functions that need legit patching need to be
made aware of the zone, or get patched later on. The global.zonedCallback
function makes that easy, and we use it for setTimeout/setInterval.
2016-03-31 18:29:42 +03:00
f0cfd1105d Merge pull request #1868 from NativeScript/cankov/no-initial-actionbar-animation
No iOS UINavigationBar animation for the first Page
2016-03-31 10:17:14 +03:00
00f34ec881 Merge pull request #1871 from NativeScript/nnikolov/DatePickerTests
DatePicker tests fix.
2016-03-31 09:28:08 +03:00
5297fac2d1 DatePicker tests fix. 2016-03-30 15:53:57 +03:00
9596ae92d9 No iOS UINavigationBar animation for the first Page 2016-03-30 14:11:41 +03:00
ec38f9f9b2 Merge pull request #1857 from steinerj/patch-1
Fixed typo in ImageSource function: getTargetFromat -> getTargetFormat
2016-03-30 13:35:05 +03:00
7485d3e8b8 Merge branch 'ErjanGavalji/fix-declaration-package-version' 2016-03-30 13:15:40 +03:00
fa14d4d4b0 Make declaration package have the version of the main repo package.json
Read the version field of the extracted tns-core-modules package
and set it to the declarations package.json
Remove the redundant run.sh file
2016-03-30 10:29:49 +03:00
b390b6fd4a Merge pull request #1861 from NativeScript/hdeshev/webpack-transition-imports
Work around a webpack bundling fail in transitions by using full imports
2016-03-29 15:34:07 +03:00
ca731205cf Merge pull request #1860 from NativeScript/text-base-recycling
Text transform and decoration updated on binding context changed
2016-03-29 15:10:22 +03:00
56f80f3c5c Merge pull request #1855 from NativeScript/letter-spacing
Letter spacing CSS support added
2016-03-29 15:10:12 +03:00
336379a18e Fix a randomly failing DatePicker test. 2016-03-29 14:37:33 +03:00
69f3dd101e Work around a webpack bundling fail in transitions by using full imports.
It seems Webpack can't discover aliased modules that relative-import other
aliased modules e.g. "ui/transition", aliased to
"ui/transition/transition.android", not discovering "./slide-transition"
which is aliased to "ui/transition/slide-transition.android.js"
2016-03-29 14:04:27 +03:00
f7a28a90bd Text transform and decoration updated on binding context changed 2016-03-29 11:22:45 +03:00
1c759649df Letter spacing CSS support added 2016-03-29 09:45:03 +03:00
d2cee94f37 Fix calls :S 2016-03-28 20:47:31 +02:00
bb2001073e getTargetFromat -> getTargetFormat 2016-03-28 20:41:35 +02:00
b3cde8cc81 Merge pull request #1856 from NativeScript/feature/platfrom-refactoring
Platform module refactoring
2016-03-28 15:58:38 +03:00
85144f34b5 Merge branch 'ErjanGavalji/generate-platform-defs-package' 2016-03-28 15:06:54 +03:00
5e56d4f114 Platform module refactoring 2016-03-28 14:23:15 +03:00
16c3fb272d Merge pull request #1854 from alg/custom-typedoc-theme
Custom typedoc theme
2016-03-28 11:26:15 +03:00
1b2820a961 Merge pull request #1849 from NativeScript/vchimev-patch
Update tns-core-modules-widgets dependency
2016-03-28 11:02:55 +03:00
d816592739 allowing custom typedoc output directory 2016-03-28 10:53:00 +03:00
d3849f2a9b added an option to specify custom typedoc theme 2016-03-28 10:44:52 +03:00
3ef45c1984 fix(es6): objectcontstructor assign 2016-03-25 10:44:58 -07:00
b69680cbf3 Merge pull request #1843 from NativeScript/feature/css-animations-new
implemented CSS animations
2016-03-25 17:30:01 +02:00