Skip to content

Commit 37680e4

Browse files
committed
Reorganizing file structure, package names and import statements to new package name.
1 parent 9b3d8c1 commit 37680e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+82
-82
lines changed

README.md

Lines changed: 1 addition & 1 deletion

example/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.slidingmenu.example"
3+
package="com.jeremyfeinstein.slidingmenu.example"
44
android:versionCode="3"
55
android:versionName="1.2" >
66

example/proguard/mapping.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5469,13 +5469,13 @@ com.crittercism.app.CrittercismNDK -> com.crittercism.app.CrittercismNDK:
54695469
boolean checkLibraryVersion(int) -> checkLibraryVersion
54705470
void installNdkLib(android.content.Context,java.lang.String) -> installNdkLib
54715471
boolean installLib(android.content.Context) -> installLib
5472-
com.slidingmenu.example.BaseActivity -> com.slidingmenu.example.BaseActivity:
5472+
com.jeremyfeinstein.slidingmenu.example.BaseActivity -> com.jeremyfeinstein.slidingmenu.example.BaseActivity:
54735473
int mTitleRes -> b
54745474
android.support.v4.app.ListFragment mFrag -> a
54755475
void onCreate(android.os.Bundle) -> onCreate
54765476
boolean onOptionsItemSelected(com.actionbarsherlock.view.MenuItem) -> onOptionsItemSelected
54775477
boolean onCreateOptionsMenu(com.actionbarsherlock.view.Menu) -> onCreateOptionsMenu
5478-
com.slidingmenu.example.ExampleListActivity -> com.slidingmenu.example.ExampleListActivity:
5478+
com.jeremyfeinstein.slidingmenu.example.ExampleListActivity -> com.jeremyfeinstein.slidingmenu.example.ExampleListActivity:
54795479
void onCreate(android.os.Bundle) -> onCreate
54805480
boolean onPreferenceTreeClick(android.preference.PreferenceScreen,android.preference.Preference) -> onPreferenceTreeClick
54815481
boolean onOptionsItemSelected(com.actionbarsherlock.view.MenuItem) -> onOptionsItemSelected

example/src/main/java/com/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)