Commit Graph

3466 Commits

Author SHA1 Message Date
Akash Agrawal
1e2a991b37 Reduced adb log level to root out the problem 2016-05-11 00:46:34 +05:30
Akash Agrawal
bd48e2da49 Shifting back to label now that I know how to deal with tsc's error 2016-05-10 23:54:16 +05:30
Akash Agrawal
89701515c6 Trying to work around typescript's error 2016-05-10 23:26:16 +05:30
Akash Agrawal
7d5953d573 Using custom component instead of label 2016-05-10 22:58:28 +05:30
Akash Agrawal
26e73f4e2f Fixed incorrect reference to assertViewColor 2016-05-10 22:25:38 +05:30
Akash Agrawal
d227c8479b Add tests for loading attributes in components 2016-05-10 21:53:32 +05:30
Vladimir Enchev
3ee3f9cc8b Merge pull request #2069 from triniwiz/master
Added save to gallery option - Android
2016-05-10 14:03:09 +03:00
Osei Fortune
fb19294fcc Update camera.android.ts 2016-05-09 12:15:31 -04:00
Osei Fortune
4d14166db6 Update camera.android.ts 2016-05-09 11:17:34 -04:00
Osei Fortune
5daa847c0d Update camera.android.ts 2016-05-09 11:02:46 -04:00
Nikolay Iliev
ee2eee3d7e how-to's fixed slashes in code comments 2016-05-09 18:02:05 +03:00
Osei Fortune
babb617287 Update camera.android.ts 2016-05-09 10:22:00 -04:00
Hristo Deshev
21c74bdf5a Call row/column removed callbacks on removeRows/removeColumns.
Changed callback names to _onRowRemoved, etc and changed visibility to
public to work around a TypeScript "protected" limitation.
2016-05-09 16:58:56 +03:00
Vladimir Enchev
de748d4a98 Merge pull request #2078 from victorsosa/master
Added save to gallery option - IOS
2016-05-09 11:43:01 +03:00
Vladimir Enchev
fc27063622 Merge pull request #2079 from NativeScript/pete/docs-update
Update docomentation
2016-05-09 11:34:31 +03:00
Nedyalko Nikolov
115d4aa0a3 Merge pull request #2071 from NativeScript/nnikolov/Issue2016
Fixed issue with simple object as binding context.
2016-05-09 11:00:52 +03:00
tzraikov
21cca0a716 Merge pull request #2073 from NativeScript/raikov/fix-2062
Fix: Cannot change the iOS status bar text color
2016-05-09 10:58:27 +03:00
Jason Zhekov
751eef8c34 Merge pull request #2067 from NativeScript/jasssonpet/extends-global
Add __extends in case it's missing
2016-05-09 10:56:57 +03:00
Jason Zhekov
d0ebed13b5 Add __extends in case it's missing 2016-05-09 10:23:33 +03:00
Peter Kanev
b1222b71b2 fix wording 2016-05-09 09:52:27 +03:00
Vladimir Enchev
135e713eff Merge pull request #2015 from NativeScript/ErjanGavalji/cleanup-of-buildfile
Remove redundant comments from the gruntfile
2016-05-09 09:49:46 +03:00
Vladimir Enchev
fb6dab871b Merge pull request #2039 from NativeScript/vchimev-pack-1
Update package.json
2016-05-09 09:46:11 +03:00
Vladimir Enchev
2674f0666c Merge pull request #2066 from NativeScript/jasssonpet/delete-ui-main
Delete missing main module in ui/package.json
2016-05-09 09:43:24 +03:00
Akash Agrawal
c2f084224a Expose configurable attributes property when loading components 2016-05-08 23:31:44 +05:30
victorsosa
97cec87410 Added save to gallery option - IOS only 2016-05-07 08:06:30 -04:00
victorsosa
71ced030ce Added save to gallery option - IOS only 2016-05-07 08:05:48 -04:00
victorsosa
09f4768fb6 Added save to gallery option - IOS only 2016-05-06 17:29:27 -04:00
victorsosa
3120bf0683 Added save to gallery option - IOS only 2016-05-06 17:08:34 -04:00
victorsosa
891d927293 Added save to gallery option - IOS only 2016-05-06 16:30:55 -04:00
victorsosa
63b581492d Added save to gallery option - IOS only 2016-05-06 16:23:55 -04:00
victorsosa
93004b06f4 Added save to gallery option - IOS only 2016-05-06 16:16:42 -04:00
victor sosa
8ac64a9d2d Merge pull request #2 from NativeScript/master
update pull
2016-05-05 13:16:23 -04:00
Erjan Gavalji
8a522fcc13 Merge branch 'ErjanGavalji/reorder-tests-for-better-cookbook-generation' 2016-05-05 17:10:04 +03:00
Tsvetan Raikov
afff21bcdd Fix: Cannot change the iOS status bar text color 2016-05-05 17:06:19 +03:00
Peter Kanev
5b416647fe Merge branch 'pete/docs-update' of https://github.com/NativeScript/NativeScript into pete/docs-update 2016-05-05 15:39:04 +03:00
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