History log of /packages/apps/UnifiedEmail/src/com/android/mail/analytics/AnalyticsTimer.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
392ed2a4db3bb1c330ba0e31621446b0192ca96f 26-Jun-2014 Jin Cao <jinyan@google.com> Minor updates to AnalyticsTimer

Some more constants for sync timing. Modified return type of
logDuration so we have access to the logged time.

Change-Id: I88884aa05ab19e56dcf35c96b4c352df6f95a30f
/packages/apps/UnifiedEmail/src/com/android/mail/analytics/AnalyticsTimer.java
77b4c2c31d7601665c337ce5cbc9d84fb9332be8 20-May-2014 Jin Cao <jinyan@google.com> Minimum html support using Html class (no ol/ul)

Support basic html in ComposeActivity using Html and HtmlTree class.

- Extended HtmlTree to take in any arbitrary html -> object converter
so we can use it to convert html to spanned as well as plaintext.
- Added custom SpannedConverter to feed into HtmlTree.
- Added async task to load Utils.htmlToSpan in the background.
- Moved ComposeActivity#sendOrSaveInternal to a handler thread in
case Utils.spanToHtml takes a long time.

Note that we only support a subset of the html tags. To see the full
list of tags we currently support, refer to HtmlUtils#SpannedConverter.

Performance:
About 3x faster than using Html.fromHtml (yay!).
Performance should not be an issue for >99% of the users.

b/7406122

Change-Id: I484d7fc7d2f36c4724d9e4cb90fa1d65eadcb903
/packages/apps/UnifiedEmail/src/com/android/mail/analytics/AnalyticsTimer.java
0207378b9f41e900ae622a2afe32551eee5f14ef 16-Jun-2014 Andrew Sapperstein <asapperstein@google.com> Add stopTracking method to AnalyticsTimer.

b/15589647

Change-Id: I53e2123e58bd8c048f981ce9530ed3497c001b2d
/packages/apps/UnifiedEmail/src/com/android/mail/analytics/AnalyticsTimer.java
779dd6012a6c5b4d71255085059e57d94eab1a3f 23-Apr-2014 Jin Cao <jinyan@google.com> Logging for cold start and search

Added timing logging for cold start into a list view and search.

b/13628866

Change-Id: I9d3214ccb8ba259354c087ab89f447d23ee02e89
/packages/apps/UnifiedEmail/src/com/android/mail/analytics/AnalyticsTimer.java
72953f25e00ee8e7b5c7682148430dc82f00a77d 16-Apr-2014 Jin Cao <jinyan@google.com> Add Gmail timing to Analytics

Add support to record timing data to Analytics. In this diff
it is used to record the load time of conversation view from the
conversation list.

b/13628866

Change-Id: Ie607c02004b895bcdccaba822843542c6143a64c
/packages/apps/UnifiedEmail/src/com/android/mail/analytics/AnalyticsTimer.java