Skip to content

Commit b61040c

Browse files
committed
rename package name to org.wordpress.android
1 parent 4edc93f commit b61040c

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

editor/src/androidTest/java/org/wordpress/editor/ApplicationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.wordpress.editor;
1+
package org.wordpress.android.editor;
22

33
import android.app.Application;
44
import android.test.ApplicationTestCase;
Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="org.wordpress.editor" >
4-
5-
<application
6-
android:allowBackup="true"
7-
android:label="@string/app_name" >
8-
<activity
9-
android:name=".EditorActivity"
10-
android:label="@string/app_name" >
11-
<intent-filter>
12-
<action android:name="android.intent.action.MAIN" />
13-
14-
<category android:name="android.intent.category.LAUNCHER" />
15-
</intent-filter>
16-
</activity>
17-
</application>
3+
package="org.wordpress.android.editor" >
184

195
</manifest>

editor/src/main/java/org/wordpress/editor/EditorActivity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.wordpress.editor;
1+
package org.wordpress.android.editor;
22

33
import android.annotation.SuppressLint;
44
import android.content.res.AssetManager;
@@ -17,6 +17,7 @@
1717
import java.io.InputStream;
1818
import java.io.InputStreamReader;
1919

20+
// TODO: use AppLog instead of Log
2021
public class EditorActivity extends ActionBarActivity {
2122
WebView mWebView;
2223

0 commit comments

Comments
 (0)