1990 Commits

Author SHA1 Message Date
40bb7f7e4a Don't copy node_modules to out dir 2015-11-16 12:02:40 +02:00
3993ed9727 Disable color output in grunt invocations from within Visual Studio. 2015-11-16 11:30:53 +02:00
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
bba7931e5b Fixed #1002: Inherited dependency properties with value false are not inherited down the visual tree. 2015-11-16 09:52:09 +02:00
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
52c674a510 Fixed problem with iOS 7 and ListView rowHeight. 2015-11-13 11:13:43 +02:00
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
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
8e10ec7626 Fixed #986: [iOS] The switch widget does not show up on the page. 2015-11-12 17:25:45 +02:00
d5b77f4897 Merge pull request #1079 from NativeScript/white-space
white-space CSS support added
2015-11-12 15:39:32 +02:00
4c5d1be197 textDecoration and whiteSpace tests added for 2015-11-12 15:18:47 +02:00
44a4324166 apps updated 2015-11-12 14:31:14 +02:00
94a658d2ed Merge pull request #1090 from NativeScript/hhristov/stable-layout-tests
Hhristov/stable layout tests
2015-11-12 14:25:24 +02:00
c16c191152 Merge pull request #1088 from NativeScript/gestures-state
states for various gestures added
2015-11-12 14:15:22 +02:00
c42487fee5 Merge pull request #1089 from NativeScript/http-toString
http toString will raise error if response cannot be converted to string
2015-11-12 14:09:28 +02:00
fbbfe9b2b8 Made layout unit-tests density independent. 2015-11-12 14:03:40 +02:00
7f968246e8 http toString will raise error if response cannot be converted to string 2015-11-12 13:49:47 +02:00
25c4586621 states for various gestures added 2015-11-12 12:43:17 +02:00
c2cb4a8f61 Stabilizing layout tests 2015-11-11 16:30:55 +02:00
93cf00389e white-space CSS support added 2015-11-11 16:04:32 +02:00
1757eb7092 Merge pull request #1083 from NativeScript/ontouchevent
Fixed #1082: Null reference exception in view.android.setOnTouchListe…
2015-11-11 16:00:57 +02:00
82d923a0a3 Fixed #1082: Null reference exception in view.android.setOnTouchListener method 2015-11-11 15:38:53 +02:00
9ce6c52667 Merge pull request #1081 from NativeScript/cankov/file-system
file-system writeTextSync will now unlock the file when it is done writing
2015-11-11 15:15:30 +02:00
d05b6fb890 writeTextSync will now unlock the file when it is done writing 2015-11-11 14:44:15 +02:00
1fe2a8dea7 Added a unit test. 2015-11-11 11:17:20 +02:00
ba30024e4e Fix a typo. 2015-11-11 10:56:55 +02:00
4fddce9d0b Merge pull request #1074 from NativeScript/feature/fix-livesync-css-not-refreshed
Reload app.css and clear file resolver cache on livesync.
2015-11-10 17:13:47 +02:00
79caa4ba0c Fix: Crash in when livesync-ing minimized app 2015-11-10 16:59:04 +02:00
5f07f4fc17 Reload app.css and clear file resolver cache on livesync. 2015-11-10 16:59:03 +02:00
87e064c417 Fix the broken regex in the builder 2015-11-10 16:57:36 +02:00
ba187f2d98 Merge pull request #1068 from NativeScript/scrol-view-scroll-event
ScrollView scroll event
2015-11-10 15:39:14 +02:00
e9fa884242 Merge branch 'ErjanGavalji/make-xmlns-removal-backwards-compatible' 2015-11-10 15:37:49 +02:00
f1abec42b5 more code + tests updates 2015-11-10 15:20:21 +02:00
4c7b9d59ba Update the regex to search for www OR schemas for the xmlns removal 2015-11-10 15:06:10 +02:00
29ca851652 Merge pull request #1073 from NativeScript/web-view-error
error.getUrl() fixed
2015-11-10 14:15:15 +02:00
34bd878eef Merge pull request #1071 from NativeScript/textview-delegate
TextView delegate improved
2015-11-10 14:07:12 +02:00
861be7c58e error.getUrl() fixed 2015-11-10 14:01:06 +02:00
48ea1dc6d9 Merge pull request #1064 from NativeScript/feature/rounded-corners-android-17
Use software layer for rounded borders on android 17
2015-11-10 13:57:46 +02:00
ea6f5e7d21 Merge pull request #1072 from NativeScript/http-to-https
http changed to https
2015-11-10 13:56:30 +02:00
4d456b9c7c Merge pull request #1070 from NativeScript/cankov/typedoc-api-ref
Cankov/typedoc api ref
2015-11-10 11:42:29 +02:00
6eb073c3b7 code improved 2015-11-10 11:41:41 +02:00
ff1c7d9cdb Merge pull request #1059 from NativeScript/bomless-application-settings
Remove application-setting's BOM
2015-11-10 11:39:27 +02:00
48e4d63aad http changed to https 2015-11-10 11:27:24 +02:00
e70630f5a3 TextView delegate improved 2015-11-10 11:01:37 +02:00
cea78d679f UIScrollViewDelegateImpl improved 2015-11-10 10:35:16 +02:00
3a97c2d8f6 Merge pull request #1062 from NativeScript/hhristov/live-sync-common
Moved live-sync code in application-common
2015-11-10 10:30:02 +02:00
481053e668 Merge pull request #1069 from NativeScript/hhristov/ios-layout-fix
Fixed iOS layout
2015-11-10 10:27:59 +02:00
67f992fc57 Use software layer for rounded borders on android 17 2015-11-10 10:25:04 +02:00
ad3bd942cd Merge pull request #1052 from NativeScript/feature/andrid-R-constants
Usages of android.R replaced with constatns
2015-11-10 10:24:46 +02:00
4f2a630f86 Usages of android.R replaced with constatns 2015-11-10 10:04:32 +02:00