http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/03bf0cde/samples/Notification Test/Notification Test/package.appxmanifest ---------------------------------------------------------------------- diff --git a/samples/Notification Test/Notification Test/package.appxmanifest b/samples/Notification Test/Notification Test/package.appxmanifest deleted file mode 100644 index 5fe8dbb..0000000 --- a/samples/Notification Test/Notification Test/package.appxmanifest +++ /dev/null @@ -1,80 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest"> - - <Identity - Name="a2bef493-a029-424e-b455-47c772af0d0e" - Version="1.0.0.0" - Publisher="CN=Cordova" /> - - <Properties> - <DisplayName>Cordova-Metro</DisplayName> - <PublisherDisplayName>Cordova</PublisherDisplayName> - <Logo>images\storelogo.png</Logo> - </Properties> - - <Prerequisites> - <OSMinVersion>6.2.0</OSMinVersion> - <OSMaxVersionTested>6.2.0</OSMaxVersionTested> - </Prerequisites> - <Resources> - <Resource Language="x-generate" /> - </Resources> - <Applications> - <Application Id="App" StartPage="default.html"> - <VisualElements DisplayName="Cordova-MetroApp" Logo="images\logo.png" SmallLogo="images\smalllogo.png" Description="Cordova-MetroApp" ForegroundText="light" BackgroundColor="#464646"> - <DefaultTile ShowName="allLogos" /> - <SplashScreen Image="images\splashscreen.png" /> - </VisualElements> - <Extensions> - <Extension Category="windows.fileOpenPicker"> - <FileOpenPicker> - <SupportedFileTypes> - <SupportsAnyFileType /> - </SupportedFileTypes> - </FileOpenPicker> - </Extension> - <Extension Category="windows.fileSavePicker"> - <FileSavePicker> - <SupportedFileTypes> - <SupportsAnyFileType /> - </SupportedFileTypes> - </FileSavePicker> - </Extension> - <Extension Category="windows.fileTypeAssociation"> - <FileTypeAssociation Name="all"> - <EditFlags OpenIsSafe="true" /> - <SupportedFileTypes> - <FileType>.uri</FileType> - <FileType>.txt</FileType> - <FileType>.file</FileType> - <FileType>.methods</FileType> - <FileType>.createWriter</FileType> - <FileType>.dir</FileType> - <FileType>.empty</FileType> - <FileType>.err</FileType> - <FileType>.xml</FileType> - <FileType>.json</FileType> - <FileType>.js</FileType> - <FileType>.jpg</FileType> - <FileType>.png</FileType> - <FileType>.mp4</FileType> - <FileType>.mp3</FileType> - <FileType>.path</FileType> - </SupportedFileTypes> - </FileTypeAssociation> - </Extension> - </Extensions> - </Application> - </Applications> - <Capabilities> - <Capability Name="videosLibrary" /> - <Capability Name="picturesLibrary" /> - <Capability Name="musicLibrary" /> - <Capability Name="enterpriseAuthentication" /> - <Capability Name="documentsLibrary" /> - <Capability Name="internetClient" /> - <DeviceCapability Name="microphone" /> - <DeviceCapability Name="location" /> - <DeviceCapability Name="webcam" /> - </Capabilities> -</Package> \ No newline at end of file
http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/03bf0cde/samples/TestAppCordova/README.md ---------------------------------------------------------------------- diff --git a/samples/TestAppCordova/README.md b/samples/TestAppCordova/README.md deleted file mode 100644 index 354029b..0000000 --- a/samples/TestAppCordova/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# Sample App using Accelerometer, Geolocation, and Compass -== - -This is a sample application using the template generated by CordovaBuilder and the instructions given in the Cordova Win8 repo. - -## Getting Started - -Open the project, then build and run. - -### Note - - If the program is taking a while to run initially (the box with the X stays on screen for a while), stop the app, and rerun. This should have the app start up correctly. - - This is a known issue. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/03bf0cde/samples/TestAppCordova/TestAppCordova.sln ---------------------------------------------------------------------- diff --git a/samples/TestAppCordova/TestAppCordova.sln b/samples/TestAppCordova/TestAppCordova.sln deleted file mode 100644 index cffa9ef..0000000 --- a/samples/TestAppCordova/TestAppCordova.sln +++ /dev/null @@ -1,86 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2012 -Project("{262852C6-CD72-467D-83FE-5EEB1973A190}") = "TestAppCordova", "TestAppCordova\TestAppCordova.jsproj", "{A2BEF493-A029-424E-B455-47C772AF0D0E}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SQLite3", "TestAppCordova\lib\SQLite\SQLite3\SQLite3.vcxproj", "{4CF1AE34-D183-409B-90C3-D62167CFF25D}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM = Debug|ARM - Debug|Any CPU = Debug|Any CPU - Debug|Mixed Platforms = Debug|Mixed Platforms - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|ARM = Release|ARM - Release|Any CPU = Release|Any CPU - Release|Mixed Platforms = Release|Mixed Platforms - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Debug|ARM.ActiveCfg = Debug|ARM - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Debug|ARM.Build.0 = Debug|ARM - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Debug|Any CPU.ActiveCfg = Debug|Win32 - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32 - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Debug|Mixed Platforms.Build.0 = Debug|Win32 - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Debug|Win32.ActiveCfg = Debug|Win32 - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Debug|Win32.Build.0 = Debug|Win32 - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Debug|x64.ActiveCfg = Debug|x64 - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Debug|x64.Build.0 = Debug|x64 - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Debug|x86.ActiveCfg = Debug|Win32 - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Debug|x86.Build.0 = Debug|Win32 - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Release|ARM.ActiveCfg = Release|ARM - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Release|ARM.Build.0 = Release|ARM - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Release|Any CPU.ActiveCfg = Release|Win32 - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Release|Mixed Platforms.ActiveCfg = Release|Win32 - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Release|Mixed Platforms.Build.0 = Release|Win32 - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Release|Win32.ActiveCfg = Release|Win32 - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Release|Win32.Build.0 = Release|Win32 - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Release|x64.ActiveCfg = Release|x64 - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Release|x64.Build.0 = Release|x64 - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Release|x86.ActiveCfg = Release|Win32 - {4CF1AE34-D183-409B-90C3-D62167CFF25D}.Release|x86.Build.0 = Release|Win32 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|ARM.ActiveCfg = Debug|ARM - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|ARM.Build.0 = Debug|ARM - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|ARM.Deploy.0 = Debug|ARM - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|Mixed Platforms.Build.0 = Debug|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|Mixed Platforms.Deploy.0 = Debug|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|Win32.ActiveCfg = Debug|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|Win32.Build.0 = Debug|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|Win32.Deploy.0 = Debug|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|x64.ActiveCfg = Debug|x64 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|x64.Build.0 = Debug|x64 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|x64.Deploy.0 = Debug|x64 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|x86.ActiveCfg = Debug|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|x86.Build.0 = Debug|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Debug|x86.Deploy.0 = Debug|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|ARM.ActiveCfg = Release|ARM - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|ARM.Build.0 = Release|ARM - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|ARM.Deploy.0 = Release|ARM - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|Any CPU.Build.0 = Release|Any CPU - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|Any CPU.Deploy.0 = Release|Any CPU - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|Mixed Platforms.ActiveCfg = Release|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|Mixed Platforms.Build.0 = Release|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|Mixed Platforms.Deploy.0 = Release|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|Win32.ActiveCfg = Release|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|Win32.Build.0 = Release|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|Win32.Deploy.0 = Release|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|x64.ActiveCfg = Release|x64 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|x64.Build.0 = Release|x64 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|x64.Deploy.0 = Release|x64 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|x86.ActiveCfg = Release|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|x86.Build.0 = Release|x86 - {A2BEF493-A029-424E-B455-47C772AF0D0E}.Release|x86.Deploy.0 = Release|x86 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/03bf0cde/samples/TestAppCordova/TestAppCordova/Cordova-Metro_TemporaryKey.pfx ---------------------------------------------------------------------- diff --git a/samples/TestAppCordova/TestAppCordova/Cordova-Metro_TemporaryKey.pfx b/samples/TestAppCordova/TestAppCordova/Cordova-Metro_TemporaryKey.pfx deleted file mode 100644 index 6478694..0000000 Binary files a/samples/TestAppCordova/TestAppCordova/Cordova-Metro_TemporaryKey.pfx and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/03bf0cde/samples/TestAppCordova/TestAppCordova/TestAppCordova.jsproj ---------------------------------------------------------------------- diff --git a/samples/TestAppCordova/TestAppCordova/TestAppCordova.jsproj b/samples/TestAppCordova/TestAppCordova/TestAppCordova.jsproj deleted file mode 100644 index 4398a63..0000000 --- a/samples/TestAppCordova/TestAppCordova/TestAppCordova.jsproj +++ /dev/null @@ -1,99 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ItemGroup Label="ProjectConfigurations"> - <ProjectConfiguration Include="Debug|AnyCPU"> - <Configuration>Debug</Configuration> - <Platform>AnyCPU</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="Debug|ARM"> - <Configuration>Debug</Configuration> - <Platform>ARM</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="Debug|x64"> - <Configuration>Debug</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="Debug|x86"> - <Configuration>Debug</Configuration> - <Platform>x86</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="Release|AnyCPU"> - <Configuration>Release</Configuration> - <Platform>AnyCPU</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="Release|ARM"> - <Configuration>Release</Configuration> - <Platform>ARM</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="Release|x64"> - <Configuration>Release</Configuration> - <Platform>x64</Platform> - </ProjectConfiguration> - <ProjectConfiguration Include="Release|x86"> - <Configuration>Release</Configuration> - <Platform>x86</Platform> - </ProjectConfiguration> - </ItemGroup> - <PropertyGroup Label="Globals"> - <ProjectGuid>a2bef493-a029-424e-b455-47c772af0d0e</ProjectGuid> - </PropertyGroup> - <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> - <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).Default.props" /> - <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).props" /> - <PropertyGroup> - <TargetPlatformIdentifier>Windows</TargetPlatformIdentifier> - <TargetPlatformVersion>8.0</TargetPlatformVersion> - <DefaultLanguage>en-US</DefaultLanguage> - <PackageCertificateKeyFile>Cordova-Metro_TemporaryKey.pfx</PackageCertificateKeyFile> - </PropertyGroup> - <ItemGroup> - <AppxManifest Include="package.appxmanifest"> - <SubType>Designer</SubType> - </AppxManifest> - <Content Include="default.html" /> - <Content Include="images\logo.png" /> - <Content Include="images\smalllogo.png" /> - <Content Include="images\splashscreen.png" /> - <Content Include="images\storelogo.png" /> - <Content Include="js\cordova.js" /> - <Content Include="css\default.css" /> - <Content Include="js\script.js" /> - <Content Include="lib\Jscex\src\incubations\jscex-async-agent.js" /> - <Content Include="lib\Jscex\src\incubations\jscex-async-include.js" /> - <Content Include="lib\Jscex\src\incubations\jscex.async.xhr.js" /> - <Content Include="lib\Jscex\src\incubations\jscex.seq.js" /> - <Content Include="lib\Jscex\src\incubations\jscex.seq.powerpack.js" /> - <Content Include="lib\Jscex\src\jscex-async-powerpack.js" /> - <Content Include="lib\Jscex\src\jscex-async.js" /> - <Content Include="lib\Jscex\src\jscex-builderbase.js" /> - <Content Include="lib\Jscex\src\jscex-jit.js" /> - <Content Include="lib\Jscex\src\jscex-parser.js" /> - <Content Include="lib\Jscex\src\jscex-promise.js" /> - <Content Include="lib\Jscex\src\jscex.js" /> - <Content Include="lib\Jscex\src\jscexc.js" /> - <Content Include="lib\SQLite\SQLite3\Common.cpp" /> - <Content Include="lib\SQLite\SQLite3\Common.h" /> - <Content Include="lib\SQLite\SQLite3\Constants.cpp" /> - <Content Include="lib\SQLite\SQLite3\Constants.h" /> - <Content Include="lib\SQLite\SQLite3\Database.cpp" /> - <Content Include="lib\SQLite\SQLite3\Database.h" /> - <Content Include="lib\SQLite\SQLite3\sqlite3.c" /> - <Content Include="lib\SQLite\SQLite3\sqlite3.h" /> - <Content Include="lib\SQLite\SQLite3\SQLite3.vcxproj" /> - <Content Include="lib\SQLite\SQLite3\SQLite3.vcxproj.filters" /> - <Content Include="lib\SQLite\SQLite3\Statement.cpp" /> - <Content Include="lib\SQLite\SQLite3\Statement.h" /> - <None Include="Cordova-Metro_TemporaryKey.pfx" /> - </ItemGroup> - <ItemGroup> - <SDKReference Include="Microsoft.WinJS.1.0.RC, Version=1.0" /> - </ItemGroup> - <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).targets" /> - <!-- To modify your build process, add your task inside one of the targets below and uncomment it. - Other similar extension points exist, see Microsoft.Common.targets. - <Target Name="BeforeBuild"> - </Target> - <Target Name="AfterBuild"> - </Target> - --> -</Project> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/03bf0cde/samples/TestAppCordova/TestAppCordova/css/default.css ---------------------------------------------------------------------- diff --git a/samples/TestAppCordova/TestAppCordova/css/default.css b/samples/TestAppCordova/TestAppCordova/css/default.css deleted file mode 100644 index 0605bf5..0000000 --- a/samples/TestAppCordova/TestAppCordova/css/default.css +++ /dev/null @@ -1,31 +0,0 @@ -html { - padding: 20px; -} - -#container { - width: 100%; -} - -.devices { - width: 50%; -} - -.info { - width: 100%; -} - -.info > table { - width: 400px; -} - -@media screen and (-ms-view-state: fullscreen-landscape) { -} - -@media screen and (-ms-view-state: filled) { -} - -@media screen and (-ms-view-state: snapped) { -} - -@media screen and (-ms-view-state: fullscreen-portrait) { -} http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/03bf0cde/samples/TestAppCordova/TestAppCordova/default.html ---------------------------------------------------------------------- diff --git a/samples/TestAppCordova/TestAppCordova/default.html b/samples/TestAppCordova/TestAppCordova/default.html deleted file mode 100644 index 0f4e6e9..0000000 Binary files a/samples/TestAppCordova/TestAppCordova/default.html and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/03bf0cde/samples/TestAppCordova/TestAppCordova/images/logo.png ---------------------------------------------------------------------- diff --git a/samples/TestAppCordova/TestAppCordova/images/logo.png b/samples/TestAppCordova/TestAppCordova/images/logo.png deleted file mode 100644 index fd95566..0000000 Binary files a/samples/TestAppCordova/TestAppCordova/images/logo.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/03bf0cde/samples/TestAppCordova/TestAppCordova/images/smalllogo.png ---------------------------------------------------------------------- diff --git a/samples/TestAppCordova/TestAppCordova/images/smalllogo.png b/samples/TestAppCordova/TestAppCordova/images/smalllogo.png deleted file mode 100644 index eab207c..0000000 Binary files a/samples/TestAppCordova/TestAppCordova/images/smalllogo.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/03bf0cde/samples/TestAppCordova/TestAppCordova/images/splashscreen.png ---------------------------------------------------------------------- diff --git a/samples/TestAppCordova/TestAppCordova/images/splashscreen.png b/samples/TestAppCordova/TestAppCordova/images/splashscreen.png deleted file mode 100644 index f8bfef4..0000000 Binary files a/samples/TestAppCordova/TestAppCordova/images/splashscreen.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-cordova-windows/blob/03bf0cde/samples/TestAppCordova/TestAppCordova/images/storelogo.png ---------------------------------------------------------------------- diff --git a/samples/TestAppCordova/TestAppCordova/images/storelogo.png b/samples/TestAppCordova/TestAppCordova/images/storelogo.png deleted file mode 100644 index 8f733d8..0000000 Binary files a/samples/TestAppCordova/TestAppCordova/images/storelogo.png and /dev/null differ