summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorMark Wei <markwei@google.com>2013-03-21 06:04:46 -0700
committerMark Wei <markwei@google.com>2013-07-08 20:26:23 -0700
commit479505d71969e26b0785d8e0e1b81108731cf827 (patch)
tree069a592e9b3b2c8d43836e2b8ccaf47bced2fc13 /proguard.flags
parentbb8dca879c88ad5f6de3a5ffc80b0a8e2d9e5f72 (diff)
downloadandroid_packages_apps_UnifiedEmail-479505d71969e26b0785d8e0e1b81108731cf827.tar.gz
android_packages_apps_UnifiedEmail-479505d71969e26b0785d8e0e1b81108731cf827.tar.bz2
android_packages_apps_UnifiedEmail-479505d71969e26b0785d8e0e1b81108731cf827.zip
Attachments in Conversation List: Backend changes so that the appropriate
attachments are passed to the UI. Implement PhotoManager so we can start showing images. Upon sync, we extract two image attachments from the first unread message, and add them to the conversations table. UI changes as well. Load BEST if that is available, else load SIMPLE. No vertical dividers in attachment previews. Attachment previews are above labels. Round badge appears for unread conversations when there are more images than shown. Only appears after the previews have loaded. Clicking on the attachment previews launches photoviewer. Attempt to load bigger images than necessary to prevent reloading during mark read/unread and rotate. Show animated loading icon while previews are loading. Previews load from top to bottom, from left to right. Big performance improvements: No longer decoding bitmap on UI thread. This kills most of the jank. Only load when we are not scrolling. This kills a lot of jank. Remaining jank will be delt with later: DividedImageCanvas.setDimensions() creates a huge empty bitmap on the UI thread, which causes a GC. ath will fix. Multiple images in one line now load whatever's ready first. Added tracing. Bitmap cache given more memory. Following ath's advice, decode Bitmap from InputStream rather than byte[]. Don't compress into BitmapHolder. Only use the bigger Bitmap cache. Bug: 7481049 Change-Id: Icf823f56abc9345e6d0b800a1e6d45444d8fa028
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 033b29e21..5d904420e 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -60,6 +60,7 @@
-keepclasseswithmembers class com.android.mail.browse.ConversationItemView {
*** setAnimatedHeightFraction(...);
+ *** setAnimatedProgressFraction(...);
}
-keepclasseswithmembers class com.android.mail.ui.MailActivity {