diff --git a/POGOserver.jsproj b/POGOserver.jsproj index 752e2e7..1158b34 100644 --- a/POGOserver.jsproj +++ b/POGOserver.jsproj @@ -66,6 +66,9 @@ Windows Phone (Universal) + + + 623ed577-0a06-4a07-a70b-d179fbccc78d diff --git a/POGOserver.sln b/POGOserver.sln index 5f85879..5d65ab6 100644 --- a/POGOserver.sln +++ b/POGOserver.sln @@ -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 diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..2a9c153 --- /dev/null +++ b/bower.json @@ -0,0 +1,5 @@ +{ + "name": "POGOserver", + "dependencies": { + } +} \ No newline at end of file diff --git a/build.json b/build.json new file mode 100644 index 0000000..01fa1a3 --- /dev/null +++ b/build.json @@ -0,0 +1,11 @@ +{ + "android": { + "release": { + "keystore": "", + "storePassword": "", + "alias": "", + "password" : "", + "keystoreType": "" + } + } + } diff --git a/config.xml b/config.xml new file mode 100644 index 0000000..7b629ce --- /dev/null +++ b/config.xml @@ -0,0 +1,109 @@ + + + POGOserver + A blank project that uses Apache Cordova to help you build an app that targets multiple mobile platforms: Android, iOS, Windows, and Windows Phone. + Apache Cordova Team + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/icons/android/icon-36-ldpi.png b/res/icons/android/icon-36-ldpi.png new file mode 100644 index 0000000..cd5032a Binary files /dev/null and b/res/icons/android/icon-36-ldpi.png differ diff --git a/res/icons/android/icon-48-mdpi.png b/res/icons/android/icon-48-mdpi.png new file mode 100644 index 0000000..e79c606 Binary files /dev/null and b/res/icons/android/icon-48-mdpi.png differ diff --git a/res/icons/android/icon-72-hdpi.png b/res/icons/android/icon-72-hdpi.png new file mode 100644 index 0000000..4d27634 Binary files /dev/null and b/res/icons/android/icon-72-hdpi.png differ diff --git a/res/icons/android/icon-96-xhdpi.png b/res/icons/android/icon-96-xhdpi.png new file mode 100644 index 0000000..ec7ffbf Binary files /dev/null and b/res/icons/android/icon-96-xhdpi.png differ diff --git a/res/icons/ios/icon-40-2x.png b/res/icons/ios/icon-40-2x.png new file mode 100644 index 0000000..6d07dce Binary files /dev/null and b/res/icons/ios/icon-40-2x.png differ diff --git a/res/icons/ios/icon-40.png b/res/icons/ios/icon-40.png new file mode 100644 index 0000000..e865adb Binary files /dev/null and b/res/icons/ios/icon-40.png differ diff --git a/res/icons/ios/icon-50-2x.png b/res/icons/ios/icon-50-2x.png new file mode 100644 index 0000000..bac693f Binary files /dev/null and b/res/icons/ios/icon-50-2x.png differ diff --git a/res/icons/ios/icon-50.png b/res/icons/ios/icon-50.png new file mode 100644 index 0000000..98a9d96 Binary files /dev/null and b/res/icons/ios/icon-50.png differ diff --git a/res/icons/ios/icon-57-2x.png b/res/icons/ios/icon-57-2x.png new file mode 100644 index 0000000..d75098f Binary files /dev/null and b/res/icons/ios/icon-57-2x.png differ diff --git a/res/icons/ios/icon-57.png b/res/icons/ios/icon-57.png new file mode 100644 index 0000000..b2571a7 Binary files /dev/null and b/res/icons/ios/icon-57.png differ diff --git a/res/icons/ios/icon-60-2x.png b/res/icons/ios/icon-60-2x.png new file mode 100644 index 0000000..955af36 Binary files /dev/null and b/res/icons/ios/icon-60-2x.png differ diff --git a/res/icons/ios/icon-60-3x.png b/res/icons/ios/icon-60-3x.png new file mode 100644 index 0000000..e126891 Binary files /dev/null and b/res/icons/ios/icon-60-3x.png differ diff --git a/res/icons/ios/icon-60.png b/res/icons/ios/icon-60.png new file mode 100644 index 0000000..39a2b52 Binary files /dev/null and b/res/icons/ios/icon-60.png differ diff --git a/res/icons/ios/icon-72-2x.png b/res/icons/ios/icon-72-2x.png new file mode 100644 index 0000000..dd819da Binary files /dev/null and b/res/icons/ios/icon-72-2x.png differ diff --git a/res/icons/ios/icon-72.png b/res/icons/ios/icon-72.png new file mode 100644 index 0000000..8c6e5df Binary files /dev/null and b/res/icons/ios/icon-72.png differ diff --git a/res/icons/ios/icon-76-2x.png b/res/icons/ios/icon-76-2x.png new file mode 100644 index 0000000..4cff29a Binary files /dev/null and b/res/icons/ios/icon-76-2x.png differ diff --git a/res/icons/ios/icon-76.png b/res/icons/ios/icon-76.png new file mode 100644 index 0000000..63afe7f Binary files /dev/null and b/res/icons/ios/icon-76.png differ diff --git a/res/icons/ios/icon-small-2x.png b/res/icons/ios/icon-small-2x.png new file mode 100644 index 0000000..2c72038 Binary files /dev/null and b/res/icons/ios/icon-small-2x.png differ diff --git a/res/icons/ios/icon-small.png b/res/icons/ios/icon-small.png new file mode 100644 index 0000000..0ea1c42 Binary files /dev/null and b/res/icons/ios/icon-small.png differ diff --git a/res/icons/windows/Square150x150Logo.scale-100.png b/res/icons/windows/Square150x150Logo.scale-100.png new file mode 100644 index 0000000..eb908f0 Binary files /dev/null and b/res/icons/windows/Square150x150Logo.scale-100.png differ diff --git a/res/icons/windows/Square150x150Logo.scale-240.png b/res/icons/windows/Square150x150Logo.scale-240.png new file mode 100644 index 0000000..76921ca Binary files /dev/null and b/res/icons/windows/Square150x150Logo.scale-240.png differ diff --git a/res/icons/windows/Square30x30Logo.scale-100.png b/res/icons/windows/Square30x30Logo.scale-100.png new file mode 100644 index 0000000..d391c75 Binary files /dev/null and b/res/icons/windows/Square30x30Logo.scale-100.png differ diff --git a/res/icons/windows/Square310x310Logo.scale-100.png b/res/icons/windows/Square310x310Logo.scale-100.png new file mode 100644 index 0000000..24bf879 Binary files /dev/null and b/res/icons/windows/Square310x310Logo.scale-100.png differ diff --git a/res/icons/windows/Square44x44Logo.scale-100.png b/res/icons/windows/Square44x44Logo.scale-100.png new file mode 100644 index 0000000..2d0a5d4 Binary files /dev/null and b/res/icons/windows/Square44x44Logo.scale-100.png differ diff --git a/res/icons/windows/Square44x44Logo.scale-240.png b/res/icons/windows/Square44x44Logo.scale-240.png new file mode 100644 index 0000000..3166301 Binary files /dev/null and b/res/icons/windows/Square44x44Logo.scale-240.png differ diff --git a/res/icons/windows/Square70x70Logo.scale-100.png b/res/icons/windows/Square70x70Logo.scale-100.png new file mode 100644 index 0000000..e81da15 Binary files /dev/null and b/res/icons/windows/Square70x70Logo.scale-100.png differ diff --git a/res/icons/windows/Square71x71Logo.scale-100.png b/res/icons/windows/Square71x71Logo.scale-100.png new file mode 100644 index 0000000..a0d50b6 Binary files /dev/null and b/res/icons/windows/Square71x71Logo.scale-100.png differ diff --git a/res/icons/windows/Square71x71Logo.scale-240.png b/res/icons/windows/Square71x71Logo.scale-240.png new file mode 100644 index 0000000..cfa54be Binary files /dev/null and b/res/icons/windows/Square71x71Logo.scale-240.png differ diff --git a/res/icons/windows/StoreLogo.scale-100.png b/res/icons/windows/StoreLogo.scale-100.png new file mode 100644 index 0000000..ee37e1e Binary files /dev/null and b/res/icons/windows/StoreLogo.scale-100.png differ diff --git a/res/icons/windows/StoreLogo.scale-240.png b/res/icons/windows/StoreLogo.scale-240.png new file mode 100644 index 0000000..903528e Binary files /dev/null and b/res/icons/windows/StoreLogo.scale-240.png differ diff --git a/res/icons/windows/Wide310x150Logo.scale-100.png b/res/icons/windows/Wide310x150Logo.scale-100.png new file mode 100644 index 0000000..7737e0f Binary files /dev/null and b/res/icons/windows/Wide310x150Logo.scale-100.png differ diff --git a/res/icons/windows/Wide310x150Logo.scale-240.png b/res/icons/windows/Wide310x150Logo.scale-240.png new file mode 100644 index 0000000..6249d29 Binary files /dev/null and b/res/icons/windows/Wide310x150Logo.scale-240.png differ diff --git a/res/icons/wp8/ApplicationIcon.png b/res/icons/wp8/ApplicationIcon.png new file mode 100644 index 0000000..194889c Binary files /dev/null and b/res/icons/wp8/ApplicationIcon.png differ diff --git a/res/icons/wp8/Background.png b/res/icons/wp8/Background.png new file mode 100644 index 0000000..421afea Binary files /dev/null and b/res/icons/wp8/Background.png differ diff --git a/res/native/android/ant.properties b/res/native/android/ant.properties new file mode 100644 index 0000000..433c949 --- /dev/null +++ b/res/native/android/ant.properties @@ -0,0 +1,4 @@ +key.store= +key.alias= +key.store.password= +key.alias.password= \ No newline at end of file diff --git a/res/screens/android/screen-hdpi-landscape.png b/res/screens/android/screen-hdpi-landscape.png new file mode 100644 index 0000000..f2c9857 Binary files /dev/null and b/res/screens/android/screen-hdpi-landscape.png differ diff --git a/res/screens/android/screen-hdpi-portrait.png b/res/screens/android/screen-hdpi-portrait.png new file mode 100644 index 0000000..42e570d Binary files /dev/null and b/res/screens/android/screen-hdpi-portrait.png differ diff --git a/res/screens/android/screen-ldpi-landscape.png b/res/screens/android/screen-ldpi-landscape.png new file mode 100644 index 0000000..9c553c8 Binary files /dev/null and b/res/screens/android/screen-ldpi-landscape.png differ diff --git a/res/screens/android/screen-ldpi-portrait.png b/res/screens/android/screen-ldpi-portrait.png new file mode 100644 index 0000000..10c07d7 Binary files /dev/null and b/res/screens/android/screen-ldpi-portrait.png differ diff --git a/res/screens/android/screen-mdpi-landscape.png b/res/screens/android/screen-mdpi-landscape.png new file mode 100644 index 0000000..e5dd53b Binary files /dev/null and b/res/screens/android/screen-mdpi-landscape.png differ diff --git a/res/screens/android/screen-mdpi-portrait.png b/res/screens/android/screen-mdpi-portrait.png new file mode 100644 index 0000000..cba792a Binary files /dev/null and b/res/screens/android/screen-mdpi-portrait.png differ diff --git a/res/screens/android/screen-xhdpi-landscape.png b/res/screens/android/screen-xhdpi-landscape.png new file mode 100644 index 0000000..8ce6f7c Binary files /dev/null and b/res/screens/android/screen-xhdpi-landscape.png differ diff --git a/res/screens/android/screen-xhdpi-portrait.png b/res/screens/android/screen-xhdpi-portrait.png new file mode 100644 index 0000000..98b38cf Binary files /dev/null and b/res/screens/android/screen-xhdpi-portrait.png differ diff --git a/res/screens/ios/screen-ipad-landscape-2x.png b/res/screens/ios/screen-ipad-landscape-2x.png new file mode 100644 index 0000000..4994d49 Binary files /dev/null and b/res/screens/ios/screen-ipad-landscape-2x.png differ diff --git a/res/screens/ios/screen-ipad-landscape.png b/res/screens/ios/screen-ipad-landscape.png new file mode 100644 index 0000000..bd39314 Binary files /dev/null and b/res/screens/ios/screen-ipad-landscape.png differ diff --git a/res/screens/ios/screen-ipad-portrait-2x.png b/res/screens/ios/screen-ipad-portrait-2x.png new file mode 100644 index 0000000..00d78a1 Binary files /dev/null and b/res/screens/ios/screen-ipad-portrait-2x.png differ diff --git a/res/screens/ios/screen-ipad-portrait.png b/res/screens/ios/screen-ipad-portrait.png new file mode 100644 index 0000000..171b0d7 Binary files /dev/null and b/res/screens/ios/screen-ipad-portrait.png differ diff --git a/res/screens/ios/screen-iphone-568h-2x.png b/res/screens/ios/screen-iphone-568h-2x.png new file mode 100644 index 0000000..2a7efc0 Binary files /dev/null and b/res/screens/ios/screen-iphone-568h-2x.png differ diff --git a/res/screens/ios/screen-iphone-landscape-736h.png b/res/screens/ios/screen-iphone-landscape-736h.png new file mode 100644 index 0000000..3d578c0 Binary files /dev/null and b/res/screens/ios/screen-iphone-landscape-736h.png differ diff --git a/res/screens/ios/screen-iphone-portrait-2x.png b/res/screens/ios/screen-iphone-portrait-2x.png new file mode 100644 index 0000000..7a28268 Binary files /dev/null and b/res/screens/ios/screen-iphone-portrait-2x.png differ diff --git a/res/screens/ios/screen-iphone-portrait-667h.png b/res/screens/ios/screen-iphone-portrait-667h.png new file mode 100644 index 0000000..70351f0 Binary files /dev/null and b/res/screens/ios/screen-iphone-portrait-667h.png differ diff --git a/res/screens/ios/screen-iphone-portrait-736h.png b/res/screens/ios/screen-iphone-portrait-736h.png new file mode 100644 index 0000000..f629e44 Binary files /dev/null and b/res/screens/ios/screen-iphone-portrait-736h.png differ diff --git a/res/screens/ios/screen-iphone-portrait.png b/res/screens/ios/screen-iphone-portrait.png new file mode 100644 index 0000000..f712ca5 Binary files /dev/null and b/res/screens/ios/screen-iphone-portrait.png differ diff --git a/res/screens/windows/SplashScreen.scale-100.png b/res/screens/windows/SplashScreen.scale-100.png new file mode 100644 index 0000000..6fc644e Binary files /dev/null and b/res/screens/windows/SplashScreen.scale-100.png differ diff --git a/res/screens/windows/SplashScreen.scale-240.png b/res/screens/windows/SplashScreen.scale-240.png new file mode 100644 index 0000000..33f26b3 Binary files /dev/null and b/res/screens/windows/SplashScreen.scale-240.png differ diff --git a/res/screens/windows/SplashScreenPhone.scale-240.png b/res/screens/windows/SplashScreenPhone.scale-240.png new file mode 100644 index 0000000..33f26b3 Binary files /dev/null and b/res/screens/windows/SplashScreenPhone.scale-240.png differ diff --git a/res/screens/wp8/SplashScreenImage.png b/res/screens/wp8/SplashScreenImage.png new file mode 100644 index 0000000..1d99912 Binary files /dev/null and b/res/screens/wp8/SplashScreenImage.png differ diff --git a/www/css/index.css b/www/css/index.css new file mode 100644 index 0000000..d240d66 --- /dev/null +++ b/www/css/index.css @@ -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; +} diff --git a/www/images/cordova.png b/www/images/cordova.png new file mode 100644 index 0000000..9519e7d Binary files /dev/null and b/www/images/cordova.png differ diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..15df935 --- /dev/null +++ b/www/index.html @@ -0,0 +1,29 @@ + + + + + + + + + + + + POGOserver + + +
+

Apache Cordova

+ +
+ + + + + \ No newline at end of file