• Home
  • History
  • Annotate
  • only in /frameworks/opt/mailcommon/java/
History log of /frameworks/opt/mailcommon/java/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c25b5d09c5cbc9c88c0e7ee9d7899031a2d5b068 08-Nov-2011 Paul Westbrook <pwestbro@google.com> Fix conversation context menus

This fixes several problems in the context menus for conversations:

1) The url would not be shown in the menu header the first time it was
shown
2) If the user wasn't long pressing on a url, the help and feedback menu
items weren't shown.
3) Fixed problem where url context menus were not working

Bug: 5579085
Change-Id: I3ad51866ed744868972c8f2066eea9e4aade354e
om/android/mailcommon/WebViewContextMenu.java
c705a496e5e9c89d75db71b98cef6fe17c6da45c 19-Oct-2011 Paul Westbrook <pwestbro@google.com> Moved the web view context menu to mailcommon

Change-Id: I978ceed667e3aa4e351c14bf75ca3da33f1768a7
om/android/mailcommon/WebViewContextMenu.java
d48018c1345a557221f2f2a36e8507ff891b8bf5 17-Aug-2011 Mindy Pereira <mindyp@google.com> Make sure this uses the same logic as spinner.

There were fixes to determining the horizontal offset of the dropdown
view for spinners in fwk:
https://android-git.corp.google.com/g/#/c/128373/1

Since MultiAdapterSpinner doesn't use a spinner, we have to copy this logic.
Fixes b/5165079 account spinner dropdown padding / dropdown position off

Change-Id: Ifa0dfc319db65d36c6e0317cfbd10954e7ae16db
om/android/mailcommon/MultiAdapterSpinner.java
2859eb0fec820a0677dce9a72f49601f10592a62 17-Aug-2011 Andy Huang <ath@google.com> need to expose the type of mAdapter for subclasses

Subclasses can't do anything with mAdapter without its type,
so pull its declared type up a level to (public) MergedAdapter.

Change-Id: I3c5bbd20f7d5d43c2835db042c7df28798901162
om/android/mailcommon/MultiAdapterSpinner.java
f20088d987deb48f185f5725426db0a0c4c26918 16-Aug-2011 Andy Huang <ath@google.com> fix inability to click on zeroth item

Bad initial selection state prevented the zeroth item from ever
receiving clicks due to de-bounce logic. We removed the
"Accounts" heading in Gmail, which exposed this.

Bug: 5171569
Change-Id: I5976f3bb877e16609d96eed52f42689eef637f90
om/android/mailcommon/MultiAdapterSpinner.java
19acfbb21739e88784fae4844b5ea1e9a7f8974b 26-May-2011 Ben Komalo <benkomalo@google.com> Move MultiAdapterSpinner from Gmail.

Change-Id: Ib4bb398da9ed0981abfbf9e70166186823c57340
om/android/mailcommon/MultiAdapterSpinner.java
587722a561a8ad36a27134379cd1be82c13a13e8 25-May-2011 Ben Komalo <benkomalo@google.com> Introduce a MergedAdapter into Mailcommon.

This is an Adapter that combines items from multiple adapters into a
single one.

Change-Id: I89c65e81ea75f7bde1267bdeb77285201b03b1ad
om/android/mailcommon/MergedAdapter.java