Rename SDK package name from com.mozilla.mentat to org.mozilla.mentat
This commit is contained in:
parent
b0421c61b4
commit
cc84c3a07e
28 changed files with 28 additions and 34 deletions
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import java.util.EventListener;
|
import java.util.EventListener;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
import android.content.res.AssetManager;
|
import android.content.res.AssetManager;
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.mozilla.mentat">
|
package="org.mozilla.mentat">
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||||
</manifest>
|
</manifest>
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import com.sun.jna.Structure;
|
import com.sun.jna.Structure;
|
||||||
import com.sun.jna.ptr.IntByReference;
|
import com.sun.jna.ptr.IntByReference;
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
public enum CacheDirection {
|
public enum CacheDirection {
|
||||||
FORWARD, REVERSE, BOTH
|
FORWARD, REVERSE, BOTH
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import com.sun.jna.Pointer;
|
import com.sun.jna.Pointer;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import com.sun.jna.Pointer;
|
import com.sun.jna.Pointer;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interface defining the structure of a callback from a query returning a {@link CollResult}.
|
* Interface defining the structure of a callback from a query returning a {@link CollResult}.
|
|
@ -8,15 +8,13 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import android.util.Log;
|
import android.util.Log;
|
||||||
|
|
||||||
import com.sun.jna.Memory;
|
|
||||||
import com.sun.jna.Pointer;
|
import com.sun.jna.Pointer;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.nio.ByteBuffer;
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import android.util.Log;
|
import android.util.Log;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import android.util.Log;
|
import android.util.Log;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import android.util.Log;
|
import android.util.Log;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import com.sun.jna.Library;
|
import com.sun.jna.Library;
|
||||||
import com.sun.jna.Native;
|
import com.sun.jna.Native;
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import android.util.Log;
|
import android.util.Log;
|
||||||
|
|
|
@ -8,14 +8,12 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import android.util.Log;
|
import android.util.Log;
|
||||||
|
|
||||||
import com.sun.jna.Memory;
|
|
||||||
import com.sun.jna.Pointer;
|
import com.sun.jna.Pointer;
|
||||||
|
|
||||||
import java.nio.ByteBuffer;
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import com.sun.jna.Pointer;
|
import com.sun.jna.Pointer;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interface defining the structure of a callback from a query returning a {@link RelResult}.
|
* Interface defining the structure of a callback from a query returning a {@link RelResult}.
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import com.sun.jna.Pointer;
|
import com.sun.jna.Pointer;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import com.sun.jna.Memory;
|
import com.sun.jna.Memory;
|
||||||
import com.sun.jna.Pointer;
|
import com.sun.jna.Pointer;
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import com.sun.jna.Pointer;
|
import com.sun.jna.Pointer;
|
||||||
import com.sun.jna.Structure;
|
import com.sun.jna.Structure;
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interface defining the structure of a callback from a query returning a single {@link TypedValue}.
|
* Interface defining the structure of a callback from a query returning a single {@link TypedValue}.
|
|
@ -8,11 +8,10 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import com.sun.jna.Pointer;
|
import com.sun.jna.Pointer;
|
||||||
|
|
||||||
import java.nio.ByteBuffer;
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interface defining the structure of a callback from a query returning a {@link TupleResult}.
|
* Interface defining the structure of a callback from a query returning a {@link TupleResult}.
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import com.sun.jna.Pointer;
|
import com.sun.jna.Pointer;
|
||||||
import com.sun.jna.Structure;
|
import com.sun.jna.Structure;
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import com.sun.jna.Structure;
|
import com.sun.jna.Structure;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import com.sun.jna.Callback;
|
import com.sun.jna.Callback;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import com.sun.jna.Pointer;
|
import com.sun.jna.Pointer;
|
||||||
|
|
|
@ -8,11 +8,10 @@
|
||||||
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
* specific language governing permissions and limitations under the License. */
|
* specific language governing permissions and limitations under the License. */
|
||||||
|
|
||||||
package com.mozilla.mentat;
|
package org.mozilla.mentat;
|
||||||
|
|
||||||
import com.sun.jna.Pointer;
|
import com.sun.jna.Pointer;
|
||||||
|
|
||||||
import java.nio.ByteBuffer;
|
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
Loading…
Reference in a new issue