ContactMerger icon indicating copy to clipboard operation
ContactMerger copied to clipboard

Android contact merger based on lucene

Results 9 ContactMerger issues
Sort by recently updated
recently updated
newest added

This is a WIP branch I made to get things working on Android Oreo. It works enough to compile in the latest android sdk. In the end I found out...

Android Studio wasn't happy that apostrophes in the french translation are not escaped.

//package name: de.measite.contactmerger //version: 1.1.3 //target sdk version: android-18 java.lang.VerifyError: de/measite/contactmerger/contacts/ContactDataMapper at de.measite.contactmerger.ui.MergeListAdapter.(MergeListAdapter.java:77) at de.measite.contactmerger.MergeActivity.onCreate(MergeActivity.java:75) at android.app.Activity.performCreate(Activity.java:5133) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261) at android.app.ActivityThread.access$600(ActivityThread.java:141) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256) at android.os.Handler.dispatchMessage(Handler.java:99) at...

It would be amazing if ContactMerger would remember separation decisions, so that on consecutive analysis runs one doesn't have to tell it over and over again to not merge certain...

I have friends with characters like ã and ñ in their names, and such names seem to not be detected as duplicates. Using 1.2.2 on CM 11 (Android 4.4.4). (I'm...

For those of us using Flock it wouldbe great to be able to set it as the place merged contacts are stored - rather than as a google contact. https://github.com/WhisperSystems/Flock...

After the .akp from f-droid.org did not work for me (see issue #4) I have now tried the akp from Google Store, and here, the app does not crash, but...

When I start contact merger initially it starts indexing my contacts, but once it has reached 99 per cent it starts over again from 0, which is kind of annoying....

1. detect useful images (kick autogenerated images) 2. analyze and detect duplicates

enhancement