-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
1 addition
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,6 @@ | |
|
||
/** | ||
* used to display the date according to the used locale | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 22 janv. 2010 | ||
* @version $Id$ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,6 @@ | |
import android.widget.DatePicker; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 8 janv. 2010 | ||
* @version $Id$ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,6 @@ | |
import com.kamosoft.happycontacts.dao.DbAdapter; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 28 avr. 2010 | ||
* @version $Id$ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,6 @@ | |
|
||
/** | ||
* List of contacts linked with a nameday (usefull for contact with nickname) | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 9 mars 2010 | ||
* @version $Id$ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
/** | ||
* Copyright - Accor - All Rights Reserved www.accorhotels.com | ||
*/ | ||
package com.kamosoft.happycontacts.alarm; | ||
|
||
import android.app.Service; | ||
|
@@ -12,7 +9,6 @@ | |
import com.kamosoft.happycontacts.Constants; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* created 18 janv. 2011 | ||
* @since | ||
* @version $Id$ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,8 +30,6 @@ | |
import com.kamosoft.happycontacts.gdata.GoogleContactsActivity; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 23 avr. 2010 | ||
* @version $Id$ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,6 @@ | |
import com.kamosoft.happycontacts.dao.DbAdapter; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 28 avr. 2010 | ||
* @version $Id$ | ||
*/ | ||
|
4 changes: 0 additions & 4 deletions
4
src/com/kamosoft/happycontacts/blacklist/BlacklistCursorWrapper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
/** | ||
* Copyright - Accor - All Rights Reserved www.accorhotels.com | ||
*/ | ||
package com.kamosoft.happycontacts.blacklist; | ||
|
||
import android.database.Cursor; | ||
import android.database.CursorWrapper; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* created 26 déc. 2010 | ||
* @since | ||
* @version $Id$ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,6 @@ | |
import android.database.Cursor; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 12 juil. 2010 | ||
* @version $Id$ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,6 @@ | |
package com.kamosoft.happycontacts.contacts; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 3 mai 2010 | ||
* @version $Id$ | ||
*/ | ||
|
@@ -27,4 +25,4 @@ public int compareTo( PhoneContact another ) | |
{ | ||
return name.compareTo( another.name ); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
/** | ||
* Copyright - Accor - All Rights Reserved www.accorhotels.com | ||
*/ | ||
package com.kamosoft.happycontacts.events; | ||
|
||
import java.util.LinkedHashMap; | ||
|
||
import com.kamosoft.happycontacts.model.ContactFeasts; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* created 21 nov. 2010 | ||
* @since | ||
* @version $Id$ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,6 @@ | |
import com.kamosoft.happycontacts.sync.SyncStorer; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 20 mai 2010 | ||
* @version $Id$ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,8 +40,6 @@ | |
import com.kamosoft.happycontacts.sync.SyncStorer; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 26 mars 2010 | ||
* @version $Id$ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,8 +26,6 @@ | |
import com.kamosoft.utils.AndroidUtils; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 3 mai 2010 | ||
* @version $Id$ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,6 @@ | |
import com.kamosoft.happycontacts.model.SocialNetworkUser; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 26 mars 2010 | ||
* @version $Id$ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,8 +18,6 @@ | |
import com.kamosoft.happycontacts.model.SocialNetworkUser; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 10 mai 2010 | ||
* @version $Id$ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,8 +27,6 @@ | |
import com.kamosoft.utils.AndroidUtils; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 14 juin 2010 | ||
* @version $Id$ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,8 +55,6 @@ | |
import com.kamosoft.happycontacts.sync.SyncStorer; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 25 mai 2010 | ||
* @version $Id$ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,6 @@ | |
import com.kamosoft.happycontacts.model.SocialNetworkUser; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 14 juin 2010 | ||
* @version $Id$ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,6 @@ | |
import java.io.Serializable; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 21 avr. 2010 | ||
* @version $Id$ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,6 @@ | |
import com.kamosoft.happycontacts.model.SocialNetworkUser; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 14 juin 2010 | ||
* @version $Id$ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,6 @@ | |
package com.kamosoft.happycontacts.sync; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* | ||
* @since 14 juin 2010 | ||
* @version $Id$ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
/** | ||
* Copyright - Accor - All Rights Reserved www.accorhotels.com | ||
*/ | ||
package com.kamosoft.happycontacts.widget; | ||
|
||
import java.util.LinkedHashMap; | ||
|
@@ -27,7 +24,6 @@ | |
import com.kamosoft.utils.DateUtils; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* created 21 nov. 2010 | ||
* @since | ||
* @version $Id$ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
/** | ||
* Copyright - Accor - All Rights Reserved www.accorhotels.com | ||
*/ | ||
package com.kamosoft.utils; | ||
|
||
import java.util.Calendar; | ||
|
@@ -13,7 +10,6 @@ | |
import com.kamosoft.happycontacts.R; | ||
|
||
/** | ||
* @author <a href="mailto:[email protected]">tbruyelle</a> | ||
* created 21 déc. 2010 | ||
* @since | ||
* @version $Id$ | ||
|