Commit Graph

3731 Commits

Author SHA1 Message Date
Peter Kanev
a9fdc3359d make articles consistent in structure 2016-05-05 15:38:40 +03:00
Peter Kanev
16e769a1cc update file-system segment where checking if a file exists would always return 'true' 2016-05-05 15:38:40 +03:00
Peter Kanev
e18ed0abfc make articles consistent in structure 2016-05-05 15:24:52 +03:00
Nedyalko Nikolov
c5a14464e8 Fixed issue with simple object as binding context. 2016-05-05 15:10:31 +03:00
Peter Kanev
e2b004be22 update file-system segment where checking if a file exists would always return 'true' 2016-05-05 14:49:21 +03:00
Nedyalko Nikolov
5ca72cb465 Merge pull request #2070 from NativeScript/nnikolov/CssSpecifityFix
Fixed css specificity levels for type selectors.
2016-05-05 11:08:57 +03:00
Erjan Gavalji
f15f283c74 Reorder test file structure to match the modules
Needed to have a nice structured cookbook dir in the docs

Includes:
Move the data-module tests under the data dir
Move the frame tests under the ui dir
Rename the dialog.md file to dialogs.md
Fix the web-view title
Add previous_url attributes to each article for SEO
Rename the style dir to styling to match the reference
Fix the frame-tests path
2016-05-05 10:43:35 +03:00
Nedyalko Nikolov
b3b22ae2e4 Fixed css specifity levels for type selectors. 2016-05-04 11:28:37 +03:00
Osei Fortune
6615f0f57c Added save to gallery option 2016-05-03 23:27:25 -04:00
Rossen Hristov
6830f80a86 Merge pull request #2068 from NativeScript/web-view-leak
Fixed: WebView still visible in chrome://inspect after page is destroyed
2016-05-03 18:44:08 +03:00
Rossen Hristov
c10dff18f5 Merge pull request #2063 from NativeScript/clip
Split layout-base to iOS and Android files
2016-05-03 18:44:02 +03:00
Rossen Hristov
2cc1259bfd Fixed: WebView still visible in chrome://inspect after page is destroyed
Resolves #2053
2016-05-03 17:14:58 +03:00
Nedyalko Nikolov
57d5bd143a Merge pull request #2064 from NativeScript/nnikolov/BindingChangingContextFix
Additional fix for changing binding context issue.
2016-05-03 16:18:54 +03:00
Jason Zhekov
b02c073f63 Delete missing main module in ui/package.json 2016-05-03 15:05:08 +03:00
Nedyalko Nikolov
4e4a69c282 Additional fix for changing binding context issue. 2016-05-03 14:23:58 +03:00
Erjan Gavalji
361fce2b76 Remove the sudo to try fixing the build 2016-05-03 10:15:19 +03:00
Erjan Gavalji
d3f2f69983 Fix the layouts dir test locations 2016-05-03 11:09:47 +03:00
Erjan Gavalji
4d6bdaa710 Revert "Attempt to fix the travis build by reducing the number of the android sdk"
This reverts commit 2b212b63c2.
2016-05-02 18:11:16 +03:00
Erjan Gavalji
401c39924e Fix the build. Improve docs require statements 2016-05-02 18:08:46 +03:00
Erjan Gavalji
a4801c6948 Fix the layouts tests in the tsconfig.json 2016-05-02 17:53:15 +03:00
Erjan Gavalji
2b212b63c2 Attempt to fix the travis build by reducing the number of the android sdk 2016-05-02 17:51:01 +03:00
Erjan Gavalji
3074b6089f Move the layouts tests under the layouts dir 2016-05-02 17:44:58 +03:00
Erjan Gavalji
10095ed4b1 Fix a typo 2016-05-02 11:59:23 +03:00
Erjan Gavalji
15017fbfb7 Merge branch 'ErjanGavalji/improve-docs-cookbook' 2016-05-02 11:32:29 +03:00
Erjan Gavalji
457d2bb963 Move single articles out parent dir 2016-05-02 11:30:59 +03:00
Erjan Gavalji
bdbffb79bd Switch titles to lower-case 2016-05-02 10:45:50 +03:00
Erjan Gavalji
3e489db2c9 Improve the readability of the docs navbar 2016-05-02 10:10:51 +03:00
victor sosa
f00ff1338c Merge pull request #1 from NativeScript/master
update pull
2016-04-29 08:22:09 -04:00
Rossen Hristov
746647a038 Merge pull request #2050 from NativeScript/revert
Revert "Fixed: iOS ActivityIndicator disrespects its visibility
2016-04-28 18:00:56 +03:00
Rossen Hristov
063f075e38 Revert "Fixed: iOS ActivityIndicator disrespects its visibility property when starting / stopping"
This reverts commit e269225336.
2016-04-28 17:38:06 +03:00
Rossen Hristov
54c65e94d7 Split layout-base to iOS and Android files
clipToBounds for a single view can't be implemented in Android in a straightforward manner

Resolves #1829
2016-04-28 17:35:06 +03:00
Nedyalko Nikolov
2d4c4c63bb Merge pull request #2040 from NativeScript/nnikolov/BindingFix
Fixed stack overflow exception in binding.
2016-04-28 10:31:51 +03:00
Nedyalko Nikolov
7203d201c0 Fixed stack overflow exception in binding. 2016-04-27 17:18:26 +03:00
Hristo Hristov
b2c182fd7a Improve Binding class (#2038)
Remove options parameter
2016-04-27 16:43:45 +03:00
Vasil Chimev
898001c656 Update package.json 2016-04-27 16:33:25 +03:00
Jason Zhekov
264fe170a9 Merge pull request #2028 from NativeScript/jasssonpet/current-app-path
Make FileSystem.currentAppPath platform specific
2016-04-27 14:56:52 +03:00
Erjan Gavalji
e65567089f Create the 2.0.0 changelog 2016-04-27 11:36:41 +03:00
Rossen Hristov
f9a83c76de Merge pull request #2037 from NativeScript/folder-clear
Fixed: Folder.clear fails to remove empty subfolders on Android
2016-04-27 09:48:58 +03:00
Rossen Hristov
872e97e895 Fixed: Folder.clear fails to remove empty subfolders on Android
Resolves #1945
2016-04-26 17:38:18 +03:00
Rossen Hristov
7caeae0285 Update folder clear test to include subfolders 2016-04-26 17:38:16 +03:00
tzraikov
7b842a677f Merge pull request #2030 from NativeScript/raikov/pseudoselectors-angular
Fixed pseudoselectors to work with Angular
2016-04-26 15:06:38 +03:00
Alexander Vakrilov
2e705febfa Merge pull request #2036 from NativeScript/feature/timer-fix
Fix: Timer somtimes crashing in IOS
2016-04-26 12:48:06 +03:00
vakrilov
7cd8e12e0b Fix: Timer somtimes crashing in IOS 2016-04-26 12:47:15 +03:00
Tsvetan Raikov
75a8f85923 Fixed pseudoselectors to work with Angular 2016-04-26 10:05:24 +03:00
Rossen Hristov
4edd15ae04 Merge pull request #2033 from NativeScript/text-view-padding
Fixed: Unable to set padding for TextView
2016-04-25 17:46:31 +03:00
Rossen Hristov
2672752be8 Fixed: Unable to set padding for TextView
Resolves #2024
2016-04-25 17:05:18 +03:00
Rossen Hristov
198343f0ff Merge pull request #2029 from NativeScript/activity-indicator
Fixed: iOS ActivityIndicator disrespects its visibility property
2016-04-25 15:42:30 +03:00
Rossen Hristov
e269225336 Fixed: iOS ActivityIndicator disrespects its visibility property when starting / stopping
Resolves #2007
2016-04-25 15:17:08 +03:00
Jason Zhekov
b3561420f8 Make FileSystem.currentAppPath platform specific 2016-04-25 14:48:25 +03:00
Rossen Hristov
053d7201e2 Merge pull request #2019 from NativeScript/bold-italic-android
Fix: Bold and italic do not work on Android when no font family
2016-04-22 17:12:36 +03:00