diff --git a/README.md b/README.md index 46e0c9d3..9ab01eb1 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -#Limelight +#Moonlight -Limelight is an open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield. +Moonlight is an open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield. We reverse engineered the Shield streaming software and created a version that can be run on any Android device. -Limelight will allow you to stream your full collection of games from your Windows PC to your Android device, +Moonlight will allow you to stream your full collection of games from your Windows PC to your Android device, whether in your own home or over the internet. -[Limelight-pc](https://github.com/limelight-stream/limelight-pc) is also currently in development for Windows, OS X and Linux. Versions for [iOS](https://github.com/limelight-stream/limelight-ios) and [Windows and Windows Phone](https://github.com/limelight-stream/limelight-windows) are also in development. +[Moonlight-pc](https://github.com/moonlight-stream/moonlight-pc) is also currently in development for Windows, OS X and Linux. Versions for [iOS](https://github.com/moonlight-stream/moonlight-ios) and [Windows and Windows Phone](https://github.com/moonlight-stream/moonlight-windows) are also in development. -Check our [wiki](https://github.com/limelight-stream/limelight-android/wiki) for more detailed information or a troubleshooting guide. +Check our [wiki](https://github.com/moonlight-stream/moonlight-android/wiki) for more detailed information or a troubleshooting guide. ##Features @@ -18,7 +18,7 @@ Check our [wiki](https://github.com/limelight-stream/limelight-android/wiki) for ##Installation -* Download and install Limelight for Android from +* Download and install Moonlight for Android from [Google Play](https://play.google.com/store/apps/details?id=com.limelight) * Download [GeForce Experience](http://www.geforce.com/geforce-experience) and install on your Windows PC @@ -33,7 +33,7 @@ Check our [wiki](https://github.com/limelight-stream/limelight-android/wiki) for * Turn on GameStream in the GFE settings * If you are connecting from outside the same network, turn on internet streaming -* When on the same network as your PC, open Limelight and tap on your PC in the list +* When on the same network as your PC, open Moonlight and tap on your PC in the list * Accept the pairing confirmation on your PC * Tap your PC again to view the list of apps to stream * Play games! @@ -46,8 +46,6 @@ This project is being actively developed at [XDA Developers](http://forum.xda-de 2. Write code 3. Send Pull Requests -Check out our [website](http://limelight-stream.com) for project links and information. - ##Authors * [Cameron Gutman](https://github.com/cgutman) @@ -55,5 +53,5 @@ Check out our [website](http://limelight-stream.com) for project links and infor * [Aaron Neyer](https://github.com/Aaronneyer) * [Andrew Hennessy](https://github.com/yetanothername) -Limelight is the work of students at [Case Western](http://case.edu) and was +Moonlight is the work of students at [Case Western](http://case.edu) and was started as a project at [MHacks](http://mhacks.org). diff --git a/app/app.iml b/app/app.iml index 979dbef8..6dc028cf 100644 --- a/app/app.iml +++ b/app/app.iml @@ -1,5 +1,5 @@ - + diff --git a/app/build.gradle b/app/build.gradle index f64805a2..3a366e33 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { minSdkVersion 16 targetSdkVersion 22 - versionName "3.1.4" - versionCode = 59 + versionName "3.1.5" + versionCode = 60 } productFlavors { diff --git a/app/src/main/res/drawable-hdpi/ic_launcher.png b/app/src/main/res/drawable-hdpi/ic_launcher.png index 9344efc0..37702b9f 100644 Binary files a/app/src/main/res/drawable-hdpi/ic_launcher.png and b/app/src/main/res/drawable-hdpi/ic_launcher.png differ diff --git a/app/src/main/res/drawable-mdpi/ic_launcher.png b/app/src/main/res/drawable-mdpi/ic_launcher.png index b6c9106c..754f626f 100644 Binary files a/app/src/main/res/drawable-mdpi/ic_launcher.png and b/app/src/main/res/drawable-mdpi/ic_launcher.png differ diff --git a/app/src/main/res/drawable-xhdpi/ic_launcher.png b/app/src/main/res/drawable-xhdpi/ic_launcher.png index 78142005..89fa60a1 100644 Binary files a/app/src/main/res/drawable-xhdpi/ic_launcher.png and b/app/src/main/res/drawable-xhdpi/ic_launcher.png differ diff --git a/app/src/main/res/drawable-xhdpi/ouya_icon.png b/app/src/main/res/drawable-xhdpi/ouya_icon.png index 3c045edc..0f865191 100644 Binary files a/app/src/main/res/drawable-xhdpi/ouya_icon.png and b/app/src/main/res/drawable-xhdpi/ouya_icon.png differ diff --git a/app/src/main/res/drawable-xxhdpi/ic_launcher.png b/app/src/main/res/drawable-xxhdpi/ic_launcher.png index c929c46f..3f581ea2 100644 Binary files a/app/src/main/res/drawable-xxhdpi/ic_launcher.png and b/app/src/main/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/drawable-xxxhdpi/ic_launcher.png b/app/src/main/res/drawable-xxxhdpi/ic_launcher.png index cbc208cf..aba8db4b 100644 Binary files a/app/src/main/res/drawable-xxxhdpi/ic_launcher.png and b/app/src/main/res/drawable-xxxhdpi/ic_launcher.png differ diff --git a/app/src/main/res/drawable/app_icon.png b/app/src/main/res/drawable/app_icon.png index 78142005..89fa60a1 100644 Binary files a/app/src/main/res/drawable/app_icon.png and b/app/src/main/res/drawable/app_icon.png differ diff --git a/app/src/main/res/drawable/atv_banner.png b/app/src/main/res/drawable/atv_banner.png index 3cca4086..50a28acf 100644 Binary files a/app/src/main/res/drawable/atv_banner.png and b/app/src/main/res/drawable/atv_banner.png differ diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 3604f32d..c5df69a3 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -102,7 +102,7 @@ Impostazioni Interfaccia Lingua - Lingua da usare in Limelight + Lingua da usare in Moonlight Usa lista invece della griglia Visualizza applicazioni e computers in una lista invece di una griglia Usa icone piccole diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 663baa35..bf6935d1 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -102,7 +102,7 @@ UI Settings Language - Language to use for Limelight + Language to use for Moonlight Use lists instead of grids Display apps and PCs in lists instead of grids Use small icons diff --git a/app/src/nonRoot/AndroidManifest.xml b/app/src/nonRoot/AndroidManifest.xml index dc81b05e..3fe824bf 100644 --- a/app/src/nonRoot/AndroidManifest.xml +++ b/app/src/nonRoot/AndroidManifest.xml @@ -2,5 +2,5 @@ - + diff --git a/app/src/root/AndroidManifest.xml b/app/src/root/AndroidManifest.xml index 5e340b3d..8988f226 100644 --- a/app/src/root/AndroidManifest.xml +++ b/app/src/root/AndroidManifest.xml @@ -5,5 +5,5 @@ - + diff --git a/limelight-android.iml b/moonlight-android.iml similarity index 100% rename from limelight-android.iml rename to moonlight-android.iml