summaryrefslogtreecommitdiffstats
path: root/src/com/android/contacts/list/CustomContactListFilterActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Further clean-up of PhoneFavoriteFragment in Dialer app.Chiao Cheng2012-12-031-924/+0
* Move ValuesDelta to ContactsCommon.Chiao Cheng2012-11-301-1/+1
* Prefactor RawContactDelta.ValuesDelta into top level class.Chiao Cheng2012-11-301-1/+1
* Move AccountTypeManager to ContactsCommon.Chiao Cheng2012-11-261-1/+1
* Move dependencies of AccountTypeManager into ContactsCommon.Chiao Cheng2012-11-131-3/+3
* Replace com.android.internal.R references with android.R.Chiao Cheng2012-07-031-1/+1
* Added thin object layer around contact dataMaurice Chu2012-06-211-6/+6
* Global import order fix.Chiao Cheng2012-06-121-12/+12
* Change usages of com.google.android to com.google.common.Chiao Cheng2012-06-111-1/+1
* Handle settings update case for data_set.Dave Santoro2011-09-121-6/+14
* App-side changes for data_set in Settings.Dave Santoro2011-09-091-6/+12
* Make sure only People and Dialtacts responds to search keyMakoto Onuki2011-09-061-11/+0
* Two fixes for custom filter activity.Makoto Onuki2011-08-241-0/+6
* Reflect recent UX design changes around filter capabilityDaisuke Miyakawa2011-08-071-6/+21
* Fix custom list filter for groups.Dave Santoro2011-08-041-4/+6
* App changes for account types with data sets.Dave Santoro2011-07-271-13/+18
* Remove "view contacts only with phones" filter from phoneKatherine Kuan2011-07-091-78/+1
* Remove "Only contacts with phones" option from non-phone devicesDmitri Plotnikov2011-02-231-5/+17
* UI clean-up in the custom contact filter setupDmitri Plotnikov2011-01-201-17/+3
* Switching CustomContactListFilterActivity to from AsyncTask to loadersDmitri Plotnikov2011-01-131-54/+110
* Fixing NPE in CustomContactListFilterActivityDmitri Plotnikov2011-01-101-6/+9
* Renaming AccountTypes to AccountTypeManager.Dmitri Plotnikov2011-01-091-5/+5
* Switching account type and name in contact list customization UIDmitri Plotnikov2011-01-041-23/+24
* Removing inflation levels from AccountType.Dmitri Plotnikov2011-01-041-2/+1
* Renaming fields and variables from "source" to "accountType"Dmitri Plotnikov2011-01-031-16/+17
* Fixing "no-op" handling in custom filter configurationDmitri Plotnikov2011-01-031-25/+27
* Renaming BaseAccountType to AccountTypeDmitri Plotnikov2010-11-151-3/+3
* Renamed Sources to AccountTypesDaniel Lehmann2010-10-181-10/+10
* Preventing custom filter save when no changeDmitri Plotnikov2010-10-061-36/+29
* Updated UI for custom contact filterDmitri Plotnikov2010-10-061-1/+1
* Changing preferences to PreferenceActivity.Dmitri Plotnikov2010-09-171-7/+5
* New display options activityDmitri Plotnikov2010-09-151-0/+919