summaryrefslogtreecommitdiff
path: root/src/com/android/contacts/ContactsApplication.java
AgeCommit message (Expand)Author
2016-12-05Collapse common packages (1/?)Gary Mai
2016-08-22Replace @NeededForTesting w/ proguard keep flags (1/2)Walter Jang
2016-08-15Consolidate commonbind and contactsbind (1/2)Walter Jang
2016-03-30Using Proguard to shrink apk size.Tingting Wang
2016-01-13Log contacts screen events to clearcut 1/2Walter Jang
2015-07-23Delay AccountTypeManager init until we have the Contacts permission 1/2Walter Jang
2015-03-31Don't return contact photos manager as service.Andrew Lee
2014-10-30Fix analytics in Contacts appBrian Attwell
2014-05-29Fix broken contacts testsYorke Lee
2014-05-29Fix build breakage: Revert "Fix broken contacts tests"Ed Heyl
2014-05-28Fix broken contacts testsYorke Lee
2013-11-05Move ContactLoader related code to ContactsCommonYorke Lee
2012-11-26Move AccountTypeManager to ContactsCommon.Chiao Cheng
2012-11-14Final move of AccountTypeManager dependencies.Chiao Cheng
2012-11-02Move AccountTypeManager singleton out of app context.Chiao Cheng
2012-10-16Sharing ContactPhotoManager between dialer and people.Chiao Cheng
2012-08-23Initial removal of dialer features.Chiao Cheng
2012-06-12Global import order fix.Chiao Cheng
2012-05-14Speed up shortcut launch performanceMakoto Onuki
2011-11-09Make photo loader low-memory device friendlyMakoto Onuki
2011-11-02Add a dummy loader to calllog to defer other fragments.Makoto Onuki
2011-10-18Make a Singleton for ContactListFilterControllerDaisuke Miyakawa
2011-09-23Remove noisy debug logs.Dianne Hackborn
2011-09-21Suppress too verbose loggingDaisuke Miyakawa
2011-08-28Add log to measure startup performanceMakoto Onuki
2011-08-22Fix up the unit tests for the CallDetailActivity.Hugo Hudson
2011-08-10Background tasks can decide which executor to run with.Hugo Hudson
2011-08-08Prepare playback immediately, new BackgroundTaskService.Hugo Hudson
2011-06-28Fixes tests on userdebug builds.Flavio Lerda
2011-01-31Improving photo cacheDmitri Plotnikov
2011-01-28Turning contact photo loader into an application-wide service.Dmitri Plotnikov
2011-01-25Enabling extended logging to catch the closed cursor issueDmitri Plotnikov
2011-01-09Adding mock shared preferencesDmitri Plotnikov
2011-01-09Fixing ContactBrowserActivityTestDmitri Plotnikov
2011-01-09Turning AccountTypeManager into a "system" service.Dmitri Plotnikov
2011-01-09Renaming AccountTypes to AccountTypeManager.Dmitri Plotnikov
2011-01-09Fixing ContactDeletionInteractionTestDmitri Plotnikov
2010-11-29Pushing initialization of phone number formatter to background threadDmitri Plotnikov
2010-11-29Priming some caches when Contacts app startsDmitri Plotnikov
2010-11-29Enabling strictmode loggingDmitri Plotnikov