🍙POGOserver - Porting POGOserver to Visual Studio -rev5
|
|
@ -66,6 +66,9 @@
|
|||
<Platform>Windows Phone (Universal)</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Service Include="{4a0dddb5-7a95-4fbf-97cc-616d07737a77}" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>623ed577-0a06-4a07-a70b-d179fbccc78d</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
|
|
|
|||
|
|
@ -17,11 +17,12 @@ Global
|
|||
Description = 🍙Pokemon GO Server Emulator
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{623ED577-0A06-4A07-A70B-D179FBCCC78D}.Debug|Any CPU.ActiveCfg = Debug|Windows-AnyCPU
|
||||
{623ED577-0A06-4A07-A70B-D179FBCCC78D}.Debug|Any CPU.Build.0 = Debug|Windows-AnyCPU
|
||||
{623ED577-0A06-4A07-A70B-D179FBCCC78D}.Debug|Any CPU.ActiveCfg = Release|Android
|
||||
{623ED577-0A06-4A07-A70B-D179FBCCC78D}.Debug|Any CPU.Build.0 = Release|Android
|
||||
{623ED577-0A06-4A07-A70B-D179FBCCC78D}.Release|Any CPU.ActiveCfg = Release|Android
|
||||
{BF7FA37B-9C74-4FA1-9EDE-A88C77BB920D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{BF7FA37B-9C74-4FA1-9EDE-A88C77BB920D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{623ED577-0A06-4A07-A70B-D179FBCCC78D}.Release|Any CPU.Build.0 = Release|Android
|
||||
{BF7FA37B-9C74-4FA1-9EDE-A88C77BB920D}.Debug|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{BF7FA37B-9C74-4FA1-9EDE-A88C77BB920D}.Debug|Any CPU.Build.0 = Release|Any CPU
|
||||
{BF7FA37B-9C74-4FA1-9EDE-A88C77BB920D}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{BF7FA37B-9C74-4FA1-9EDE-A88C77BB920D}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
|
|
|
|||
5
bower.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "POGOserver",
|
||||
"dependencies": {
|
||||
}
|
||||
}
|
||||
11
build.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"android": {
|
||||
"release": {
|
||||
"keystore": "",
|
||||
"storePassword": "",
|
||||
"alias": "",
|
||||
"password" : "",
|
||||
"keystoreType": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
109
config.xml
Normal file
|
|
@ -0,0 +1,109 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<widget xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:vs="http://schemas.microsoft.com/appx/2014/htmlapps" id="io.cordova.myapp5bfad8" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" defaultlocale="fr-FR">
|
||||
<name>POGOserver</name>
|
||||
<description>A blank project that uses Apache Cordova to help you build an app that targets multiple mobile platforms: Android, iOS, Windows, and Windows Phone.</description>
|
||||
<author href="http://cordova.io" email="dev@cordova.apache.org">Apache Cordova Team</author>
|
||||
<content src="index.html" />
|
||||
<access origin="*" />
|
||||
<vs:features />
|
||||
<preference name="SplashScreen" value="screen" />
|
||||
<preference name="windows-target-version" value="8.1" />
|
||||
<!-- Support for Cordova 5.0.0 plugin system -->
|
||||
<plugin name="cordova-plugin-whitelist" version="1" />
|
||||
<allow-intent href="http://*/*" />
|
||||
<allow-intent href="https://*/*" />
|
||||
<allow-intent href="tel:*" />
|
||||
<allow-intent href="sms:*" />
|
||||
<allow-intent href="mailto:*" />
|
||||
<allow-intent href="geo:*" />
|
||||
<platform name="android">
|
||||
<allow-intent href="market:*" />
|
||||
</platform>
|
||||
<platform name="ios">
|
||||
<allow-intent href="itms:*" />
|
||||
<allow-intent href="itms-apps:*" />
|
||||
</platform>
|
||||
<platform name="android">
|
||||
<icon src="res/icons/android/icon-36-ldpi.png" density="ldpi" />
|
||||
<icon src="res/icons/android/icon-48-mdpi.png" density="mdpi" />
|
||||
<icon src="res/icons/android/icon-72-hdpi.png" density="hdpi" />
|
||||
<icon src="res/icons/android/icon-96-xhdpi.png" density="xhdpi" />
|
||||
</platform>
|
||||
<platform name="ios">
|
||||
<!-- iOS 8.0+ -->
|
||||
<!-- iPhone 6 Plus -->
|
||||
<icon src="res/icons/ios/icon-60-3x.png" width="180" height="180" />
|
||||
<!-- iOS 7.0+ -->
|
||||
<!-- iPhone / iPod Touch -->
|
||||
<icon src="res/icons/ios/icon-60.png" width="60" height="60" />
|
||||
<icon src="res/icons/ios/icon-60-2x.png" width="120" height="120" />
|
||||
<!-- iPad -->
|
||||
<icon src="res/icons/ios/icon-76.png" width="76" height="76" />
|
||||
<icon src="res/icons/ios/icon-76-2x.png" width="152" height="152" />
|
||||
<!-- iOS 6.1 -->
|
||||
<!-- Spotlight Icon -->
|
||||
<icon src="res/icons/ios/icon-40.png" width="40" height="40" />
|
||||
<icon src="res/icons/ios/icon-40-2x.png" width="80" height="80" />
|
||||
<!-- iPhone / iPod Touch -->
|
||||
<icon src="res/icons/ios/icon-57.png" width="57" height="57" />
|
||||
<icon src="res/icons/ios/icon-57-2x.png" width="114" height="114" />
|
||||
<!-- iPad -->
|
||||
<icon src="res/icons/ios/icon-72.png" width="72" height="72" />
|
||||
<icon src="res/icons/ios/icon-72-2x.png" width="144" height="144" />
|
||||
<!-- iPhone Spotlight and Settings Icon -->
|
||||
<icon src="res/icons/ios/icon-small.png" width="29" height="29" />
|
||||
<icon src="res/icons/ios/icon-small-2x.png" width="58" height="58" />
|
||||
<!-- iPad Spotlight and Settings Icon -->
|
||||
<icon src="res/icons/ios/icon-50.png" width="50" height="50" />
|
||||
<icon src="res/icons/ios/icon-50-2x.png" width="100" height="100" />
|
||||
</platform>
|
||||
<platform name="windows">
|
||||
<icon src="res/icons/windows/Square150x150Logo.scale-100.png" width="150" height="150" />
|
||||
<icon src="res/icons/windows/Square150x150Logo.scale-240.png" width="360" height="360" />
|
||||
<icon src="res/icons/windows/Square30x30Logo.scale-100.png" width="30" height="30" />
|
||||
<icon src="res/icons/windows/Square310x310Logo.scale-100.png" width="310" height="310" />
|
||||
<icon src="res/icons/windows/Square44x44Logo.scale-100.png" width="44" height="44" />
|
||||
<icon src="res/icons/windows/Square44x44Logo.scale-240.png" width="106" height="106" />
|
||||
<icon src="res/icons/windows/Square70x70Logo.scale-100.png" width="70" height="70" />
|
||||
<icon src="res/icons/windows/Square71x71Logo.scale-100.png" width="71" height="71" />
|
||||
<icon src="res/icons/windows/Square71x71Logo.scale-240.png" width="170" height="170" />
|
||||
<icon src="res/icons/windows/StoreLogo.scale-100.png" width="50" height="50" />
|
||||
<icon src="res/icons/windows/StoreLogo.scale-240.png" width="120" height="120" />
|
||||
<icon src="res/icons/windows/Wide310x150Logo.scale-100.png" width="310" height="150" />
|
||||
<icon src="res/icons/windows/Wide310x150Logo.scale-240.png" width="744" height="360" />
|
||||
</platform>
|
||||
<platform name="wp8">
|
||||
<icon src="res/icons/wp8/ApplicationIcon.png" width="99" height="99" />
|
||||
<icon src="res/icons/wp8/Background.png" width="159" height="159" />
|
||||
</platform>
|
||||
<platform name="android">
|
||||
<splash src="res/screens/android/screen-hdpi-landscape.png" density="land-hdpi" />
|
||||
<splash src="res/screens/android/screen-ldpi-landscape.png" density="land-ldpi" />
|
||||
<splash src="res/screens/android/screen-mdpi-landscape.png" density="land-mdpi" />
|
||||
<splash src="res/screens/android/screen-xhdpi-landscape.png" density="land-xhdpi" />
|
||||
<splash src="res/screens/android/screen-hdpi-portrait.png" density="port-hdpi" />
|
||||
<splash src="res/screens/android/screen-ldpi-portrait.png" density="port-ldpi" />
|
||||
<splash src="res/screens/android/screen-mdpi-portrait.png" density="port-mdpi" />
|
||||
<splash src="res/screens/android/screen-xhdpi-portrait.png" density="port-xhdpi" />
|
||||
</platform>
|
||||
<platform name="ios">
|
||||
<splash src="res/screens/ios/screen-iphone-portrait.png" width="320" height="480" />
|
||||
<splash src="res/screens/ios/screen-iphone-portrait-2x.png" width="640" height="960" />
|
||||
<splash src="res/screens/ios/screen-ipad-portrait.png" width="768" height="1024" />
|
||||
<splash src="res/screens/ios/screen-ipad-portrait-2x.png" width="1536" height="2048" />
|
||||
<splash src="res/screens/ios/screen-ipad-landscape.png" width="1024" height="768" />
|
||||
<splash src="res/screens/ios/screen-ipad-landscape-2x.png" width="2048" height="1536" />
|
||||
<splash src="res/screens/ios/screen-iphone-568h-2x.png" width="640" height="1136" />
|
||||
<splash src="res/screens/ios/screen-iphone-portrait-667h.png" width="750" height="1334" />
|
||||
<splash src="res/screens/ios/screen-iphone-portrait-736h.png" width="1242" height="2208" />
|
||||
<splash src="res/screens/ios/screen-iphone-landscape-736h.png" width="2208" height="1242" />
|
||||
</platform>
|
||||
<platform name="windows">
|
||||
<splash src="res/screens/windows/SplashScreen.scale-100.png" width="620" height="300" />
|
||||
<splash src="res/screens/windows/SplashScreen.scale-240.png" width="1152" height="1920" />
|
||||
<splash src="res/screens/windows/SplashScreenPhone.scale-240.png" width="1152" height="1920" />
|
||||
</platform>
|
||||
<platform name="wp8">
|
||||
<splash src="res/screens/wp8/SplashScreenImage.png" width="768" height="1280" />
|
||||
</platform>
|
||||
</widget>
|
||||
BIN
res/icons/android/icon-36-ldpi.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
res/icons/android/icon-48-mdpi.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
res/icons/android/icon-72-hdpi.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
res/icons/android/icon-96-xhdpi.png
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
BIN
res/icons/ios/icon-40-2x.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
BIN
res/icons/ios/icon-40.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
res/icons/ios/icon-50-2x.png
Normal file
|
After Width: | Height: | Size: 9.4 KiB |
BIN
res/icons/ios/icon-50.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
res/icons/ios/icon-57-2x.png
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
res/icons/ios/icon-57.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
res/icons/ios/icon-60-2x.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
res/icons/ios/icon-60-3x.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
res/icons/ios/icon-60.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
res/icons/ios/icon-72-2x.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
res/icons/ios/icon-72.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
res/icons/ios/icon-76-2x.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
res/icons/ios/icon-76.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
res/icons/ios/icon-small-2x.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
res/icons/ios/icon-small.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
res/icons/windows/Square150x150Logo.scale-100.png
Normal file
|
After Width: | Height: | Size: 639 B |
BIN
res/icons/windows/Square150x150Logo.scale-240.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
res/icons/windows/Square30x30Logo.scale-100.png
Normal file
|
After Width: | Height: | Size: 213 B |
BIN
res/icons/windows/Square310x310Logo.scale-100.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
res/icons/windows/Square44x44Logo.scale-100.png
Normal file
|
After Width: | Height: | Size: 951 B |
BIN
res/icons/windows/Square44x44Logo.scale-240.png
Normal file
|
After Width: | Height: | Size: 753 B |
BIN
res/icons/windows/Square70x70Logo.scale-100.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
res/icons/windows/Square71x71Logo.scale-100.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
res/icons/windows/Square71x71Logo.scale-240.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
res/icons/windows/StoreLogo.scale-100.png
Normal file
|
After Width: | Height: | Size: 309 B |
BIN
res/icons/windows/StoreLogo.scale-240.png
Normal file
|
After Width: | Height: | Size: 902 B |
BIN
res/icons/windows/Wide310x150Logo.scale-100.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
res/icons/windows/Wide310x150Logo.scale-240.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
res/icons/wp8/ApplicationIcon.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
res/icons/wp8/Background.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
4
res/native/android/ant.properties
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
key.store=
|
||||
key.alias=
|
||||
key.store.password=
|
||||
key.alias.password=
|
||||
BIN
res/screens/android/screen-hdpi-landscape.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
res/screens/android/screen-hdpi-portrait.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
res/screens/android/screen-ldpi-landscape.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
res/screens/android/screen-ldpi-portrait.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
res/screens/android/screen-mdpi-landscape.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
res/screens/android/screen-mdpi-portrait.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
res/screens/android/screen-xhdpi-landscape.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
res/screens/android/screen-xhdpi-portrait.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
res/screens/ios/screen-ipad-landscape-2x.png
Normal file
|
After Width: | Height: | Size: 99 KiB |
BIN
res/screens/ios/screen-ipad-landscape.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
res/screens/ios/screen-ipad-portrait-2x.png
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
res/screens/ios/screen-ipad-portrait.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
res/screens/ios/screen-iphone-568h-2x.png
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
res/screens/ios/screen-iphone-landscape-736h.png
Normal file
|
After Width: | Height: | Size: 96 KiB |
BIN
res/screens/ios/screen-iphone-portrait-2x.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
res/screens/ios/screen-iphone-portrait-667h.png
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
res/screens/ios/screen-iphone-portrait-736h.png
Normal file
|
After Width: | Height: | Size: 95 KiB |
BIN
res/screens/ios/screen-iphone-portrait.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
res/screens/windows/SplashScreen.scale-100.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
res/screens/windows/SplashScreen.scale-240.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
res/screens/windows/SplashScreenPhone.scale-240.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
res/screens/wp8/SplashScreenImage.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
97
www/css/index.css
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
* {
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
body {
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-text-size-adjust: none;
|
||||
-webkit-user-select: none;
|
||||
background-color:#E4E4E4;
|
||||
background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
|
||||
background-image:-webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
|
||||
background-image:-ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
|
||||
background-image:-webkit-gradient(
|
||||
linear,
|
||||
left top,
|
||||
left bottom,
|
||||
color-stop(0, #A7A7A7),
|
||||
color-stop(0.51, #E4E4E4)
|
||||
);
|
||||
background-attachment:fixed;
|
||||
font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
|
||||
font-size:12px;
|
||||
height:100%;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
text-transform:uppercase;
|
||||
width:100%;
|
||||
|
||||
background-color:#32383d;
|
||||
font-family: 'RobotoRegular', 'Droid Sans', 'Segoe UI', Segoe, 'San Francisco', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
.app {
|
||||
background: url(../images/cordova.png) no-repeat center top;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
height: 50px;
|
||||
width: 225px;
|
||||
text-align: center;
|
||||
padding: 180px 0px 0px 0px;
|
||||
margin: -115px 0px 0px -112px;
|
||||
}
|
||||
|
||||
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
|
||||
.app {
|
||||
background-position:left center;
|
||||
padding:75px 0px 75px 170px;
|
||||
margin:-90px 0px 0px -198px;
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size:24px;
|
||||
font-weight:normal;
|
||||
margin:0px;
|
||||
overflow:visible;
|
||||
padding:0px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.event {
|
||||
border-radius:4px;
|
||||
-webkit-border-radius:4px;
|
||||
color:#FFFFFF;
|
||||
font-size:12px;
|
||||
margin:0px 30px;
|
||||
padding:2px 0px;
|
||||
}
|
||||
|
||||
.event.listening {
|
||||
background-color:#333333;
|
||||
display:block;
|
||||
}
|
||||
|
||||
.event.received {
|
||||
background-color:#4B946A;
|
||||
display:none;
|
||||
}
|
||||
|
||||
@keyframes fade {
|
||||
from { opacity: 1.0; }
|
||||
50% { opacity: 0.4; }
|
||||
to { opacity: 1.0; }
|
||||
}
|
||||
|
||||
@-webkit-keyframes fade {
|
||||
from { opacity: 1.0; }
|
||||
50% { opacity: 0.4; }
|
||||
to { opacity: 1.0; }
|
||||
}
|
||||
|
||||
.blink {
|
||||
animation:fade 3000ms infinite;
|
||||
-webkit-animation:fade 3000ms infinite;
|
||||
}
|
||||
BIN
www/images/cordova.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
29
www/index.html
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<!--
|
||||
Personnalisez la stratégie de sécurité de contenu dans la balise meta ci-dessous selon vos besoins. Ajoutez 'unsafe-inline' à default-src pour activer JavaScript directement dans les lignes.
|
||||
Pour obtenir des détails, consultez http://go.microsoft.com/fwlink/?LinkID=617521
|
||||
-->
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *">
|
||||
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="msapplication-tap-highlight" content="no">
|
||||
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
|
||||
<link rel="stylesheet" type="text/css" href="css/index.css">
|
||||
<title>POGOserver</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="app">
|
||||
<h1>Apache Cordova</h1>
|
||||
<div id="deviceready" class="blink">
|
||||
<p class="event listening">Connexion à l'appareil</p>
|
||||
<p class="event received">L'appareil est prêt</p>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript" src="cordova.js"></script>
|
||||
<script type="text/javascript" src="scripts/platformOverrides.js"></script>
|
||||
<script type="text/javascript" src="scripts/appBundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||