2707 Commits

Author SHA1 Message Date
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
b69680cbf3 Merge pull request #1843 from NativeScript/feature/css-animations-new
implemented CSS animations
2016-03-25 17:30:01 +02:00
20ebb453c4 fixing animation tests 2016-03-25 16:58:56 +02:00
2601a49099 Merge branch 'master' into feature/css-animations-new 2016-03-25 15:39:30 +02:00
073cc94926 implemented CSS animations
fixing animation tests
2016-03-25 15:26:48 +02:00
fbf9dd5a72 Merge pull request #1839 from NativeScript/cankov/navigation-fail-after-resume
Resumed activities should be marked as foreground
2016-03-25 15:23:38 +02:00
fd4285ac2c Remove redundant check 2016-03-25 14:55:27 +02:00
d70ee741b7 Update tns-core-modules-widgets dependency 2016-03-25 14:48:06 +02:00
6f29a5ab16 Merge pull request #1847 from NativeScript/button-formatted-text-android-
TransformationMethod set to null in order to apply formattedText
2016-03-25 14:31:05 +02:00
344aac9c41 Merge pull request #1848 from NativeScript/hhristov/ios-swipe-back
Fix swipe-back in iOS
2016-03-25 14:12:07 +02:00
b6e046e884 TransformationMethod set to null in order to apply formattedText 2016-03-25 13:52:36 +02:00
429646f392 Fix swipe-back in iOS 2016-03-25 13:45:05 +02:00
e0f52b1031 Merge pull request #1841 from NativeScript/cankov/grunt-inplace-sourcemaps
The 'grunt inplace' build generate source maps
2016-03-25 13:33:03 +02:00
f42b13322a Merge pull request #1838 from NativeScript/feature/modal-dialog-imprvements
ShownModally fired when the dialog is actually shown in Android
2016-03-24 18:01:58 +02:00
acb3640a39 Test + additional fixes 2016-03-24 17:29:35 +02:00
d129dc5904 ShownModally fired when the dialog is actually shown in Android 2016-03-24 17:29:35 +02:00
8b07d02091 Merge pull request #1840 from NativeScript/http-headers
Attempt to read headers with duplicate keys using different approach
2016-03-24 17:14:14 +02:00
9b2f72267c The 'grunt inplace' build will generate source maps now 2016-03-24 17:12:31 +02:00
86274bd660 Attempt to read headers with duplicate keys using different approach 2016-03-24 15:51:09 +02:00
a05ce51cbb Merge pull request #1837 from NativeScript/imageNamed
Attempt to load at least jpg images for versions lower than 9
2016-03-24 15:19:18 +02:00
50b83dab61 Attempt to load at least jpg images for versions lower than 9 2016-03-24 15:16:26 +02:00
bbfd5a6867 Merge pull request #1834 from NativeScript/hdeshev/application-css-update
Allow updates to application CSS rules.
2016-03-24 15:10:56 +02:00
8651143860 Resumed activities should be marked as foreground 2016-03-24 15:04:23 +02:00
9daa948887 Allow updates to application CSS rules.
Expose an `application.addCss` method and hide `application.cssSelectors`
from end-user typings. Update StyleScope's with new application selectors
on style application.

NOT updating existing controls/views unless reloaded, or forced (via a
change to className, etc).
2016-03-24 14:45:20 +02:00
04cb12f86b Merge pull request #1836 from NativeScript/animate
Animation error handing improved
2016-03-24 12:01:51 +02:00
aae41f12d7 Merge pull request #1827 from NativeScript/feature/show-modal-api
Page.showModal API extended to accept page instance
2016-03-24 11:35:51 +02:00
281cb95fad Animation error handing improved 2016-03-24 11:09:22 +02:00
86c5fbe17a Merge pull request #1832 from NativeScript/clip-to-bounds-3
Fix onClipToBoundsChanged implementation
2016-03-23 15:01:16 +02:00