History log of /packages/apps/Email/src/com/android/email/activity/ContactStatusLoader.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
526fadbaa0f677a95866f516cbec875fdf1a1376 12-Aug-2011 Ben Komalo <benkomalo@google.com> Fix build

Change-Id: I366dad8d13dac5a157758a59d9d89552cd8d8084
/packages/apps/Email/src/com/android/email/activity/ContactStatusLoader.java
6f96c779cf572b1680c2cbd68ae9858ca78f101e 11-Aug-2011 Ben Komalo <benkomalo@google.com> Hide presence icon when unknown.

- the "offline" icon isn't much use for a lot of our (non-gmail) users
anyways and it takes precious real estate in the header

Bug: 5147565
Change-Id: Iea3df0c1c3756ff749e50ce46a7437488dc169e7
/packages/apps/Email/src/com/android/email/activity/ContactStatusLoader.java
958b15e8f30fd4e9eae1b05d48cb9a817326be6d 28-Apr-2011 Todd Kennedy <toddke@google.com> basic code cleanup of the notification controller

* javadoc methods
* rename some methods
* remove duplicate code; now new message and other account notifications
are created with the same code

Change-Id: Iecf70494b6407a9a73380de103390a59d006191b
/packages/apps/Email/src/com/android/email/activity/ContactStatusLoader.java
31d9acbf0623872f9d4a2b3210b5970854b654c7 12-Feb-2011 Marc Blank <mblank@google.com> Email split, part huit: Refactor constants, clean emailcommon

* There are three pieces to this CL (sorry):
1) Move and/or rename some constants into emailcommon
2) Move Utility to emailcommon, moving the few UI
related utilities back into Email (FolderProperties
and UiUtilities)
3) Remove all references to resources from emailcommon
* The three pieces relate in that, between them, they allow
the emailcommon static library to compile cleanly

Bug: 3442973

Change-Id: Ic5e3abaa2a1b36999e0b6653c6c2134ea1bd544f
/packages/apps/Email/src/com/android/email/activity/ContactStatusLoader.java
a826d3fb03f29a07ea12e44237b2c02ea1926c74 10-Jan-2011 Makoto Onuki <omakoto@google.com> Pixel perfect: Message view

Still waiting for a few missing assets, but it's done other than that.

The divider change is already merged; new layouts all use the framework style.

It's basically all layout changes, except for:
- Now the recepient address line has "Show details", which shows a dialog with
all to/cc/bcc addresses with the timestamp.
- Now invite response buttons are checkboxes.
(But the basic behavior doesn't change -- once you check a response,
the message will be gone, so you can't change the response later.)

Copied message_header_bg from gmail manuall. It'll look silly without it.

Bug 3138021
Bug 3307021

Change-Id: I6f7eb91d6104c3143a5c58b0c4c6c19929cea477
/packages/apps/Email/src/com/android/email/activity/ContactStatusLoader.java
8b9f2a7284337bfb23d5e2f8de9f1c70cb9532a1 21-Dec-2010 Dianne Hackborn <hackbod@google.com> Update to use new Loader callbacks.

Change-Id: Ib478c2f2314bbae4a380539e22892d85dd9a34b5
/packages/apps/Email/src/com/android/email/activity/ContactStatusLoader.java
0698f4027f099a017ad7815f16572ba422d3413d 20-Dec-2010 Dianne Hackborn <hackbod@google.com> Update to new Loader APIs.

Change-Id: Ic228f7b785f0d902a0188cfe995006b73b8a3c8b
/packages/apps/Email/src/com/android/email/activity/ContactStatusLoader.java
28d6e09575cc5b9091c5d29990792db3465cccf0 17-Dec-2010 Makoto Onuki <omakoto@google.com> Follow-up to the loader API change

This should fix the "attempt to re-open an already-closed object" exception
from SQLite.

(destroy()s don't have @Override becuase the base method is now depricated
and will be removed someday.)

Bug 3288666

Change-Id: I4780f6c8d89c7204b266608462c0833ad5af4e5f
/packages/apps/Email/src/com/android/email/activity/ContactStatusLoader.java
80769cefb3f34dfeccb38fb5b67b3ced172b830e 16-Dec-2010 Dianne Hackborn <hackbod@google.com> Prepare for some changes to LoaderManager/Loader.

Sorry it is a bit ugly, it is to allow this change to be
checked in prior to the first stage of the framework change
without breaking the build.

Change-Id: I1828579019ac0325d19c070a4c62cd79549e7d51
/packages/apps/Email/src/com/android/email/activity/ContactStatusLoader.java
08346b67b8aa3e36057fa4e439275efa8c3a8098 25-Sep-2010 Makoto Onuki <omakoto@google.com> Refactor for new notification UI

- Move the notifiaction code into a bg thread.
We need to access db to fetch the latest message
- Extracted ContactStatusLoader.load to synchronously load contact
pictures.

Change-Id: I282ffb706ea8e14558bf29880a0fb952868b27e5
/packages/apps/Email/src/com/android/email/activity/ContactStatusLoader.java
d7f886c5c80c98179054c2e02014dc088f925bc2 22-Sep-2010 Makoto Onuki <omakoto@google.com> Ignore and log OOM during bitmap creation

Change-Id: I00ca40d98e425eb267b601cc9049af6ecfd2883d
/packages/apps/Email/src/com/android/email/activity/ContactStatusLoader.java
b1ea9c3c12d8d9da5c1e49a8752076ce60861e9f 07-Sep-2010 Makoto Onuki <omakoto@google.com> Add quick contact badge to MessageView.

- Added "quick contact badge" to MessageView
- Removed PresenceUpdater, and added new implementation based
on Loader, which is much simpler.
- Changed some text color, so they're visible now.

Bug 2988625

Change-Id: I688a3217178ee8fd0b7245c0ab36a633687ea525
/packages/apps/Email/src/com/android/email/activity/ContactStatusLoader.java