Skip to content

Commit

Permalink
pinyin search v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
handsomezhou committed Oct 25, 2015
1 parent df7804b commit 6b3e675
Show file tree
Hide file tree
Showing 28 changed files with 6 additions and 83 deletions.
Binary file modified AppSearch/libs/pinyinsearch.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion ContactsSearch/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<uses-permission android:name="android.permission.CALL_PHONE" />

<application
android:name=".application.PinyinSearchApplication"
android:name=".application.ContacstSearchApplication"
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
Expand Down
Binary file modified ContactsSearch/libs/pinyinsearch.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import android.app.Application;
import android.content.Context;

public class PinyinSearchApplication extends Application {
public class ContacstSearchApplication extends Application {
private static Context mContext;

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import android.provider.ContactsContract;
import android.util.Log;

import com.handsomezhou.contactssearch.application.PinyinSearchApplication;
import com.handsomezhou.contactssearch.application.ContacstSearchApplication;
import com.handsomezhou.contactssearch.model.Contacts;
import com.handsomezhou.contactssearch.model.Contacts.SearchByType;
import com.handsomezhou.contactssearch.view.QuickAlphabeticBar;
Expand Down Expand Up @@ -517,7 +517,7 @@ public void showContactsInfo() {
}

private void initContactsHelper() {
mContext = PinyinSearchApplication.getContextObject();
mContext = ContacstSearchApplication.getContextObject();
setContactsChanged(true);
if (null == mBaseContacts) {
mBaseContacts = new ArrayList<Contacts>();
Expand Down
4 changes: 2 additions & 2 deletions PinyinSearch/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.pinyinsearch"
android:versionCode="1"
android:versionName="1.0" >
android:versionName="1.1,1" >

<uses-sdk
android:minSdkVersion="9"
android:minSdkVersion="8"
android:targetSdkVersion="15" />

<application
Expand Down
17 changes: 0 additions & 17 deletions PinyinSearch/bin/AndroidManifest.xml

This file was deleted.

4 changes: 0 additions & 4 deletions PinyinSearch/bin/R.txt

This file was deleted.

Binary file not shown.
Binary file removed PinyinSearch/bin/classes/com/pinyinsearch/R$attr.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed PinyinSearch/bin/classes/com/pinyinsearch/R$style.class
Binary file not shown.
Binary file removed PinyinSearch/bin/classes/com/pinyinsearch/R.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions PinyinSearch/bin/jarlist.cache

This file was deleted.

Binary file removed PinyinSearch/bin/pinyinsearch.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 0 additions & 6 deletions PinyinSearch/gen/com/pinyinsearch/BuildConfig.java

This file was deleted.

47 changes: 0 additions & 47 deletions PinyinSearch/gen/com/pinyinsearch/R.java

This file was deleted.

Binary file modified external_res/jar/pinyinsearch.jar
Binary file not shown.

0 comments on commit 6b3e675

Please sign in to comment.