History log of /frameworks/base/core/java/android/widget/QuickContactBadge.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8a78fd4d9572dff95432fcc4ba0e87563415b728 17-Jan-2012 Svetoslav Ganov <svetoslavganov@google.com> AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes.

AccessibilityEvent and AccessibilityNodeInfo have a property className which is set to the source
Java class. This is problematic since leads to leaking private classes which would allow an
accessibility service to load classes from other packages. This is strongly undesirable since
not trusted code can be loaded, and hence executed, in the accessibility service. To address
that the class name is set to the most concrete framework class extended by the info/event
source.

bug:5878943

Change-Id: I7b3114ece8772ea2773f5151e21b8a6f2006882a
/frameworks/base/core/java/android/widget/QuickContactBadge.java
e13e55b9bb477493f65c9fb33ff25e00e2a98260 08-Aug-2011 Daniel Lehmann <lehmannd@google.com> Don't perform query if QuickContactBadge has been initialized via
assignContactUri

Also changes:
- Remove handling of mMode, as QuickContact now ignores this anyway
- Don't draw the overlay-triangle if no action can be performed

Bug:5132023
Change-Id: I8d6f8df9caf140fdade8683bd7b22d53c28994f4
/frameworks/base/core/java/android/widget/QuickContactBadge.java
5cba862628b5f3e69cd05e97f6df6e101ebf4097 13-Jan-2011 Gilles Debunne <debunne@google.com> QuickContactBadge shows its pressed state

Change-Id: I7dfd02cc5c4e0a5ba6a7d65c2c61d650f5aa9249
/frameworks/base/core/java/android/widget/QuickContactBadge.java
923505803aa248e95b1e0caa5bc83ac824d61194 08-Jan-2011 Gilles Debunne <debunne@google.com> New QuickContactBadge holo style.

The background is removed. A blue triangle is displayed on the lower right corner.
Now theme dependant.

Change-Id: I984ac5185039569bd378af9f15b59d11fd1b5c8f
/frameworks/base/core/java/android/widget/QuickContactBadge.java
1006c842f1dfddf3c55291239961299f176ae08f 08-Sep-2010 Makoto Onuki <omakoto@google.com> am 3f6e4d56: am 1cc86da6: Merge "Don\'t fall through from TOKEN_EMAIL_LOOKUP" into gingerbread

Merge commit '3f6e4d56bba393ac556a672202e00bc417784ce8'

* commit '3f6e4d56bba393ac556a672202e00bc417784ce8':
Don't fall through from TOKEN_EMAIL_LOOKUP
a362e1d79492cf3a60724a259fcd6d786574d5d6 07-Sep-2010 Makoto Onuki <omakoto@google.com> Don't fall through from TOKEN_EMAIL_LOOKUP

Change-Id: Ifc08f26ba93496cfa53cd83c7df0e986ea4ece4b
/frameworks/base/core/java/android/widget/QuickContactBadge.java
9a20aa74ca83fe53546b6f4cfb9d805d0cfd3a9c 13-Apr-2010 Evan Millar <emillar@google.com> Clean up the fallback state of QuickContact

-Show the generic avatar by default, until otherwise set
-Add padding to the nobadge asset so that it will be square
-Remove states from the nobadge asset since it is not actionable

Change-Id: Ide7da78782a0db9047de52af6f9c1f654fc6a1b5
/frameworks/base/core/java/android/widget/QuickContactBadge.java
01fd4e1226394b3d9591a13bf5edfcb74ea14690 02-Oct-2009 Tadashi G. Takaoka <takaoka@google.com> QuickContactBadge: Make lookup key query asynchronous.

Internal Bug: http://b/2130588
/frameworks/base/core/java/android/widget/QuickContactBadge.java
e3ec9977bbfbdd6659cf27c7341f4c1c826f2209 01-Oct-2009 Evan Millar <emillar@google.com> FastTrack->QuickContact

Change-Id: I98f2db38e6402bdbe47b941d82c8f33863d1863e
/frameworks/base/core/java/android/widget/QuickContactBadge.java
f5ac46d302c28d6b67535a6266e5b1cb4bf5e266 30-Sep-2009 Evan Millar <emillar@google.com> Remove unused api in QuickContact.java and fix the build.

Change-Id: I46a6d39c8176806c2b5570c75b59ff9631ee53f1
/frameworks/base/core/java/android/widget/QuickContactBadge.java
c1a2a8296e811a2b9f8553346147be65e8a690b6 30-Sep-2009 Evan Millar <emillar@google.com> Change FasttrackBadgeWidget->QuickContactBadge and make public.

Change-Id: I9d12beeba16c2f64742b4a99d0da4ceb73525b5b
/frameworks/base/core/java/android/widget/QuickContactBadge.java