index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
QuickContactBadge.java
Age
Commit message (
Expand
)
Author
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-08-21
Add @UnsupportedAppUsage annotations
Mathew Inwood
2016-10-11
Fix import statements in android.widget package.
Aurimas Liutikas
2015-10-20
Fix a few view ctors to not call Looper.myLooper
John Reck
2015-09-04
Invalidate when Drawable.setState() returns true
Alan Viverette
2015-02-26
QuickContacts can prioritize phone mimetype. Part1
Brian Attwell
2015-02-06
First quick implementation of auto assist data.
Dianne Hackborn
2015-01-07
Fix accessibility delegation
Alan Viverette
2014-06-18
Fix switch & slider anim, make View drawable hotspot API public
Alan Viverette
2014-06-13
Support hotspots in View drawables
Alan Viverette
2014-04-28
Add setOverlay method to QuickContactsBadge
Yorke Lee
2014-02-03
Add APIs for obtaining themed Drawable from Theme, Context
Alan Viverette
2013-10-20
am 7d641de1: am a14f25c5: am bf3acff1: Merge "Don\'t run the async query if b...
Deepanshu Gupta
2013-10-18
Don't run the async query if being rendered in EditMode.
Deepanshu Gupta
2013-09-09
Add View constructor that supplies a default style resource
Alan Viverette
2013-01-15
Fix the build breakage due to incorrect javadoc link
Yorke Lee
2013-01-14
Allow supplying extras when assigning QuickContactsBadge
Yorke Lee
2012-01-17
AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...
Svetoslav Ganov
2011-08-07
Don't perform query if QuickContactBadge has been initialized via
Daniel Lehmann
2011-01-12
QuickContactBadge shows its pressed state
Gilles Debunne
2011-01-11
New QuickContactBadge holo style.
Gilles Debunne
2010-09-07
am 3f6e4d56: am 1cc86da6: Merge "Don\'t fall through from TOKEN_EMAIL_LOOKUP"...
Makoto Onuki
2010-09-07
Don't fall through from TOKEN_EMAIL_LOOKUP
Makoto Onuki
2010-04-14
Clean up the fallback state of QuickContact
Evan Millar
2009-10-08
QuickContactBadge: Make lookup key query asynchronous.
Tadashi G. Takaoka
2009-09-30
FastTrack->QuickContact
Evan Millar
2009-09-30
Remove unused api in QuickContact.java and fix the build.
Evan Millar
2009-09-30
Change FasttrackBadgeWidget->QuickContactBadge and make public.
Evan Millar