1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Renamed godot domain from com.android.godot (which was incorrect) to org.godotengine.godot

This commit is contained in:
Juan Linietsky
2016-01-08 17:53:00 -03:00
parent 401622cc22
commit 40ba22631b
29 changed files with 106 additions and 106 deletions

View File

@@ -26,7 +26,7 @@
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
package com.android.godot;
package org.godotengine.godot;
import java.util.HashMap;
import java.util.Set;

View File

@@ -26,7 +26,7 @@
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
package com.android.godot;
package org.godotengine.godot;
import android.R;
import android.app.Activity;
@@ -60,14 +60,14 @@ import java.lang.reflect.Method;
import java.util.List;
import java.util.ArrayList;
import com.android.godot.payments.PaymentsManager;
import org.godotengine.godot.payments.PaymentsManager;
import java.io.IOException;
import android.provider.Settings.Secure;
import android.widget.FrameLayout;
import com.android.godot.input.*;
import org.godotengine.godot.input.*;
import java.io.InputStream;
import javax.microedition.khronos.opengles.GL10;

View File

@@ -1,4 +1,4 @@
package com.android.godot;
package org.godotengine.godot;
import com.google.android.vending.expansion.downloader.DownloaderClientMarshaller;

View File

@@ -1,4 +1,4 @@
package com.android.godot;
package org.godotengine.godot;
import android.content.Context;
import android.content.SharedPreferences;

View File

@@ -26,7 +26,7 @@
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
package com.android.godot;
package org.godotengine.godot;
import java.util.HashMap;
import java.util.Locale;
import android.net.Uri;
@@ -47,7 +47,7 @@ import android.media.*;
import android.hardware.*;
import android.content.*;
import android.content.pm.ActivityInfo;
import com.android.godot.input.*;
import org.godotengine.godot.input.*;
//android.os.Build
// Wrapper for native library

View File

@@ -26,7 +26,7 @@
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
package com.android.godot;
package org.godotengine.godot;
// Wrapper for native library

View File

@@ -1,6 +1,6 @@
package com.android.godot;
package org.godotengine.godot;
import com.android.godot.Dictionary;
import org.godotengine.godot.Dictionary;
import android.app.Activity;
import android.util.Log;

View File

@@ -26,7 +26,7 @@
/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
package com.android.godot;
package org.godotengine.godot;
import android.content.Context;
import android.graphics.PixelFormat;
import android.opengl.GLSurfaceView;

View File

@@ -1,9 +1,9 @@
package com.android.godot.input;
package org.godotengine.godot.input;
import android.content.Context;
import android.util.AttributeSet;
import android.view.KeyEvent;
import android.widget.EditText;
import com.android.godot.*;
import org.godotengine.godot.*;
import android.os.Handler;
import android.os.Message;
import android.view.inputmethod.InputMethodManager;

View File

@@ -1,4 +1,4 @@
package com.android.godot.input;
package org.godotengine.godot.input;
import android.content.Context;
import android.text.Editable;
import android.text.TextWatcher;
@@ -8,7 +8,7 @@ import android.view.inputmethod.EditorInfo;
import android.view.inputmethod.InputMethodManager;
import android.widget.TextView;
import android.widget.TextView.OnEditorActionListener;
import com.android.godot.*;
import org.godotengine.godot.*;
public class GodotTextInputWrapper implements TextWatcher, OnEditorActionListener {
// ===========================================================

View File

@@ -1,4 +1,4 @@
package com.android.godot.payments;
package org.godotengine.godot.payments;
import com.android.vending.billing.IInAppBillingService;

View File

@@ -1,4 +1,4 @@
package com.android.godot.payments;
package org.godotengine.godot.payments;
import com.android.vending.billing.IInAppBillingService;

View File

@@ -1,10 +1,10 @@
package com.android.godot.payments;
package org.godotengine.godot.payments;
import org.json.JSONException;
import org.json.JSONObject;
import com.android.godot.GodotLib;
import com.android.godot.utils.Crypt;
import org.godotengine.godot.GodotLib;
import org.godotengine.godot.utils.Crypt;
import com.android.vending.billing.IInAppBillingService;
import android.app.Activity;

View File

@@ -1,4 +1,4 @@
package com.android.godot.payments;
package org.godotengine.godot.payments;
import android.content.Context;
import android.content.SharedPreferences;

View File

@@ -1,4 +1,4 @@
package com.android.godot.payments;
package org.godotengine.godot.payments;
import java.util.ArrayList;
import java.util.List;
@@ -17,9 +17,9 @@ import org.json.JSONException;
import org.json.JSONObject;
import org.json.JSONStringer;
import com.android.godot.Dictionary;
import com.android.godot.Godot;
import com.android.godot.GodotPaymentV3;
import org.godotengine.godot.Dictionary;
import org.godotengine.godot.Godot;
import org.godotengine.godot.GodotPaymentV3;
import com.android.vending.billing.IInAppBillingService;
public class PaymentsManager {

View File

@@ -1,10 +1,10 @@
package com.android.godot.payments;
package org.godotengine.godot.payments;
import org.json.JSONException;
import org.json.JSONObject;
import com.android.godot.GodotLib;
import com.android.godot.utils.Crypt;
import org.godotengine.godot.GodotLib;
import org.godotengine.godot.utils.Crypt;
import com.android.vending.billing.IInAppBillingService;
import android.app.Activity;

View File

@@ -1,12 +1,12 @@
package com.android.godot.payments;
package org.godotengine.godot.payments;
import java.util.ArrayList;
import org.json.JSONException;
import org.json.JSONObject;
import com.android.godot.Dictionary;
import com.android.godot.Godot;
import org.godotengine.godot.Dictionary;
import org.godotengine.godot.Godot;
import com.android.vending.billing.IInAppBillingService;
import android.content.Context;

View File

@@ -1,14 +1,14 @@
package com.android.godot.payments;
package org.godotengine.godot.payments;
import org.json.JSONException;
import org.json.JSONObject;
import com.android.godot.Godot;
import com.android.godot.GodotLib;
import com.android.godot.GodotPaymentV3;
import com.android.godot.utils.Crypt;
import com.android.godot.utils.HttpRequester;
import com.android.godot.utils.RequestParams;
import org.godotengine.godot.Godot;
import org.godotengine.godot.GodotLib;
import org.godotengine.godot.GodotPaymentV3;
import org.godotengine.godot.utils.Crypt;
import org.godotengine.godot.utils.HttpRequester;
import org.godotengine.godot.utils.RequestParams;
import com.android.vending.billing.IInAppBillingService;
import android.app.Activity;

View File

@@ -1,4 +1,4 @@
package com.android.godot.utils;
package org.godotengine.godot.utils;
import java.security.MessageDigest;
import java.util.Random;

View File

@@ -1,4 +1,4 @@
package com.android.godot.utils;
package org.godotengine.godot.utils;
import java.io.IOException;
import java.net.Socket;
import java.net.UnknownHostException;

View File

@@ -1,4 +1,4 @@
package com.android.godot.utils;
package org.godotengine.godot.utils;
import java.io.BufferedReader;
import java.io.IOException;

View File

@@ -1,4 +1,4 @@
package com.android.godot.utils;
package org.godotengine.godot.utils;
import java.util.ArrayList;
import java.util.Date;