History log of /packages/apps/Contacts/src/com/android/contacts/calllog/ClearCallLogDialog.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fcbf9262ad779464908cb69935397a6c9627ceba 04-Aug-2011 Hugo Hudson <hugohudson@google.com> Simplest attempt at a fix for clear call log bug.

- Clearing the call log currently deletes voicemails from the log
without removing their attachments (and leaving you no way of later
deleting those attachments).
- The fix is either to not delete the voicemails when clearing the call
log, or to delete their files as well.
- I think we should skip deleting voicemails, because having all your
voicemails deleted is probably more than should be expected from a
menu item entitled "clear call log".

Bug: 5123101
Change-Id: I665cee1ae94dc9c40826185ae9d01705d407022f
/packages/apps/Contacts/src/com/android/contacts/calllog/ClearCallLogDialog.java
cd2cd760c1fc512513331558112e2e0574497cc8 18-Jul-2011 Flavio Lerda <flerda@google.com> Fix "Clear call log" menu item.

The code is now loading the options menu from the resources, so it
should use the id that is automatically generated for it instead of the
fixed id we were using before.

Bug: 5035160
Change-Id: Ic1b15318581522b8d7e7e48208e80c3d8068298b
/packages/apps/Contacts/src/com/android/contacts/calllog/ClearCallLogDialog.java
bcd1227fe05b6d522bc478ef1b457ebe08bbdad1 07-May-2011 Daniel Lehmann <lehmannd@google.com> Put the call log into a fragment and host it in a simple container activity

Also did some minor refactorings:
- Combined projections and their indices in nested classes
- Put Menu/Options menu ids into container nested classes

Change-Id: If22b7f7b894ab7167420ca2ba055e2001c5becbe
/packages/apps/Contacts/src/com/android/contacts/calllog/ClearCallLogDialog.java