mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
android: Rename the Android app to reflect servo.org ownership and servoshell
(#32554)
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
7d7574373b
commit
30dad2565f
13 changed files with 65 additions and 65 deletions
|
@ -10,7 +10,7 @@ android {
|
|||
compileSdk 33
|
||||
buildToolsVersion = "33.0.2"
|
||||
|
||||
namespace 'org.mozilla.servoview'
|
||||
namespace 'org.servo.servoview'
|
||||
|
||||
buildDir = rootDir.absolutePath + "/../../../target/android/gradle/servoview"
|
||||
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
package org.mozilla.servoview;
|
||||
package org.servo.servoview;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.view.Surface;
|
||||
/**
|
||||
* Maps /ports/libservoshell API
|
||||
* Maps /ports/servoshell API
|
||||
*/
|
||||
@SuppressWarnings("JniMissingFunction")
|
||||
public class JNIServo {
|
|
@ -3,13 +3,13 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
package org.mozilla.servoview;
|
||||
package org.servo.servoview;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.view.Surface;
|
||||
|
||||
import org.mozilla.servoview.JNIServo.ServoCoordinates;
|
||||
import org.mozilla.servoview.JNIServo.ServoOptions;
|
||||
import org.servo.servoview.JNIServo.ServoCoordinates;
|
||||
import org.servo.servoview.JNIServo.ServoOptions;
|
||||
|
||||
import java.util.concurrent.Callable;
|
||||
import java.util.concurrent.FutureTask;
|
|
@ -3,7 +3,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
package org.mozilla.servoview;
|
||||
package org.servo.servoview;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.content.Context;
|
||||
|
@ -17,11 +17,11 @@ import android.view.Surface;
|
|||
import android.view.SurfaceView;
|
||||
import android.view.SurfaceHolder;
|
||||
|
||||
import org.mozilla.servoview.JNIServo.ServoCoordinates;
|
||||
import org.mozilla.servoview.JNIServo.ServoOptions;
|
||||
import org.mozilla.servoview.Servo.Client;
|
||||
import org.mozilla.servoview.Servo.GfxCallbacks;
|
||||
import org.mozilla.servoview.Servo.RunCallback;
|
||||
import org.servo.servoview.JNIServo.ServoCoordinates;
|
||||
import org.servo.servoview.JNIServo.ServoOptions;
|
||||
import org.servo.servoview.Servo.Client;
|
||||
import org.servo.servoview.Servo.GfxCallbacks;
|
||||
import org.servo.servoview.Servo.RunCallback;
|
||||
|
||||
import android.view.Choreographer;
|
||||
import android.view.GestureDetector;
|
Loading…
Add table
Add a link
Reference in a new issue