Commit Graph

4835 Commits

Author SHA1 Message Date
Hristo Hristov
3216a18aa7 Changed logo.png with smaller image so that Image-tests pass on an android emulator with 1GB RAM 2015-11-23 11:47:15 +02:00
Vladimir Enchev
03e69cbf85 Merge pull request #1133 from NativeScript/time-picker-max-hour
Time picker max hour fixed
2015-11-23 11:43:43 +02:00
Vladimir Enchev
efb7fa3e92 Time picker max hour fixed 2015-11-23 11:42:24 +02:00
vakrilov
4094d916d6 Custom pan detector 2015-11-23 11:37:11 +02:00
vakrilov
fe72a43e49 IOS: Support simultaneous gesture recognizers. 2015-11-23 11:37:11 +02:00
vakrilov
e0681bcc40 Android: Multi-touch handling in rotate gesture. 2015-11-23 11:37:11 +02:00
vakrilov
13907fdd84 Improved handling multitouch for pan gesture. 2015-11-23 11:37:11 +02:00
vakrilov
ca8ec8b079 Android: Implemented RotateGestureDetector that respects pointer ids 2015-11-23 11:37:11 +02:00
vakrilov
d9ffd87aed Fix pan gesture state in android 2015-11-23 11:37:11 +02:00
Hristo Deshev
9b6d3fa038 Unify the Promise definition with the one in es6-shim.
Making it possible to compile code referencing Angular Promise-based APIs.
2015-11-23 11:32:09 +02:00
Vladimir Enchev
95f7061962 Merge pull request #1128 from NativeScript/time-picker-min-max
time picker minHour, maxHour, minMinute and maxMinute properties added
2015-11-23 11:12:31 +02:00
Vladimir Enchev
c2fc36bdc3 time picker added 2015-11-23 10:24:38 +02:00
Hristo Hristov
fabe0baec5 Merge pull request #1126 from NativeScript/hhristov/nested-frame-ios
Fixed nested frame layout for iOS
2015-11-20 16:51:28 +02:00
Hristo Hristov
31c36688ba Fixed nested frame layout for iOS 2015-11-20 14:25:50 +02:00
Neli Chakarova
e7a7165f7b Merge pull request #1117 from NativeScript/platformModule
region property added;change in how to get the language in android
2015-11-19 11:01:13 +02:00
Vladimir Enchev
5ab780b902 Merge pull request #1120 from NativeScript/text-transform
text-transform
2015-11-19 09:43:55 +02:00
Rossen Hristov
66443dfb71 Merge pull request #1116 from NativeScript/issue-364
Issue 364
2015-11-18 17:10:38 +02:00
Vladimir Enchev
a6ab11a60b text-transform added 2015-11-18 16:34:02 +02:00
Neli Chakarova
68ca2bbd2e region property added in platform.d.ts 2015-11-18 15:52:27 +02:00
Neli Chakarova
1e0c82a8d4 region property added;chnage in how to get the language in android 2015-11-18 15:41:20 +02:00
Rossen Hristov
78ddee5308 Added API ref example for system icons. 2015-11-18 15:31:54 +02:00
Rossen Hristov
699fcbb840 Added system-icons UI test. 2015-11-18 15:16:52 +02:00
Rossen Hristov
dd09f3b24b Implemented #364: Ability to use built-in system icons on ActionBarItems. 2015-11-18 14:53:30 +02:00
Hristo Hristov
50dccaecdb Merge pull request #1110 from NativeScript/hhristov/page-layout-tests
Added test to verify that page layout is correct when page properties…
2015-11-18 14:02:51 +02:00
Hristo Hristov
7bfac7e157 Changed image URI from http to https to comply with iOS 9 2015-11-18 13:58:42 +02:00
Hristo Hristov
8a148c3553 Fixed Image unittests - Image was not resolved correctly. Tests speed reduced by 6s. 2015-11-18 12:42:26 +02:00
Hristo Hristov
5bf6645763 Fixed Image unit-tests - image path was not normalized and image wasn't loaded 2015-11-17 17:51:27 +02:00
Hristo Hristov
d3892c5204 Added test to verify that page layout is correct when page properties like spanUnderStatusBar, ActionBar are changed. 2015-11-17 17:09:22 +02:00
Hristo Deshev
a2d1b9d441 Add css-value upgrade instructions describing our fork. 2015-11-17 14:41:27 +02:00
Vladimir Enchev
3cf3dccdfc Merge pull request #1086 from NathanaelA/DialogBox_Fixes
This will now allow the dialog to call the resolve function when cancelled by clicking outside.
2015-11-17 10:28:20 +02:00
Alexander Vakrilov
2026526d18 Merge pull request #1107 from NativeScript/feature/background-negative-pos
Fix: background-position with negative values
2015-11-17 10:22:57 +02:00
vakrilov
831a44f218 Fix: background-position with negative values 2015-11-17 10:21:30 +02:00
Rossen Hristov
2b474059ea Merge pull request #1106 from NativeScript/issue-1102
Implemented #1102: Ability to specify an animation easing, i.e. curve…
2015-11-17 09:51:53 +02:00
Hristo Deshev
5176634c37 Merge pull request #1108 from NativeScript/hdeshev/test-app-only
Add an option to build the test app only
2015-11-17 09:34:30 +02:00
Hristo Deshev
7c03abd0a6 Prepare and build just the test app.
Useful for test runs when you don't need everything below the apps folder.
2015-11-17 09:34:46 +02:00
Hristo Deshev
cb12848392 Merge pull request #1092 from NativeScript/cankov/file-system-lock-test
Added a test for locks while writing and deleting a file
2015-11-17 09:30:54 +02:00
Nathanael Anderson
77f3008c5c Fix the final === 0 removal. 2015-11-16 14:19:54 -06:00
Rossen Hristov
c4c92efd8e Implemented #1102: Ability to specify an animation easing, i.e. curve in a platform-independent manner. 2015-11-16 15:22:18 +02:00
Panayot Cankov
a874b9f36c Added a test for locks while writing and deleting a file 2015-11-16 14:06:18 +02:00
Hristo Deshev
52ab4f85e3 Merge pull request #1105 from NativeScript/hdeshev/grunt-vs-no-color
Disable color output in grunt invocations from within Visual Studio.
2015-11-16 14:03:50 +02:00
Hristo Deshev
d32d411595 Explicitly reference tslint@2.5.1 in package.json. 2015-11-16 13:24:07 +02:00
Hristo Deshev
40bb7f7e4a Don't copy node_modules to out dir 2015-11-16 12:02:40 +02:00
Hristo Deshev
3993ed9727 Disable color output in grunt invocations from within Visual Studio. 2015-11-16 11:30:53 +02:00
Rossen Hristov
9153203a77 Merge pull request #1104 from NativeScript/issue-1002
Fixed #1002: Inherited dependency properties with value `false` are n…
2015-11-16 10:39:08 +02:00
Rossen Hristov
bba7931e5b Fixed #1002: Inherited dependency properties with value false are not inherited down the visual tree. 2015-11-16 09:52:09 +02:00
Nathanael Anderson
84d79b44dc Update the dialogs.d.ts so that everything can use the cancelable. ;-) 2015-11-13 13:18:36 -06:00
Nedyalko Nikolov
4260980823 Merge pull request #1096 from NativeScript/nnikolov/iOS7ListViewIssue
Fixed problem with iOS 7 and ListView rowHeight.
2015-11-13 13:43:53 +02:00
Nedyalko Nikolov
52c674a510 Fixed problem with iOS 7 and ListView rowHeight. 2015-11-13 11:13:43 +02:00
Vasil Chimev
1ebb286091 Update a test page.
In order to verify the fix of https://github.com/NativeScript/NativeScript/issues/986.
2015-11-13 10:25:50 +02:00
Rossen Hristov
532825ada8 Merge pull request #1093 from NativeScript/switch
Fixed #986: [iOS] The switch widget does not show up on the page.
2015-11-13 09:19:29 +02:00