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
/
ActivityChooserView.java
Age
Commit message (
Expand
)
Author
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-02-07
Update core widgets to save attribute source info.
Aurimas Liutikas
2018-08-21
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-05-25
Don't show ripple effect on the element replacing "See All"
sergeyv
2017-02-27
Implicitly cast views obtained via View.findView methods
Alan Viverette
2017-02-03
Revert "Implicitly cast views obtained via View.findView methods"
Alan Viverette
2017-01-27
Implicitly cast views obtained via View.findView methods
Alan Viverette
2016-10-11
Fix import statements in android.widget package.
Aurimas Liutikas
2015-08-31
Pull out widget helpers into their own classes.
Oren Blasberg
2015-02-18
Add @ResourceInt annotations on APIs
Tor Norbye
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2013-10-29
am 37a5a1ea: am 330c6be9: am 86bfb3af: Merge "Not show share targets that can...
Svetoslav
2013-10-28
Not show share targets that cannot be launched.
Svetoslav
2013-09-09
Add View constructor that supplies a default style resource
Alan Viverette
2013-09-03
Implement drag-to-open in ActivityChooserView
Alan Viverette
2013-08-27
Update AccessibilityNodeInfo API as per API council request
Svetoslav Ganov
2013-08-19
Use MULTI_LINE and OPENS_POPUP accessibility properties
Alan Viverette
2012-07-16
Fixed issue with ActivityChooserView not working if there is only 1 share opt...
fredc
2012-05-23
ActivityChooser view not handling its removal and relayout properly.
Svetoslav Ganov
2012-05-15
Revert "Showing default activity in activity chooser view only if enough space."
Svetoslav Ganov
2012-05-05
Showing default activity in activity chooser view only if enough space.
Svetoslav Ganov
2012-01-24
Merge "Update ShareActionProvider to clear the sharing activity when the task...
Adam Powell
2012-01-24
Removing unused imports and swiching off deprecated APIs
Svetoslav Ganov
2012-01-24
Update ShareActionProvider to clear the sharing activity when the task
Adam Powell
2011-10-03
Adding accessibility support to the share UI.
Svetoslav Ganov
2011-09-29
ActivityChooserView shows "see all" improperly.
Svetoslav Ganov
2011-09-22
Merge "ActivityChooserView not showing "Show all" properly if the default tar...
Svetoslav Ganov
2011-09-22
ActivityChooserView not showing "Show all" properly if the default target but...
Svetoslav Ganov
2011-09-21
Fix bug 5300621 - Share menu disappears in gallery
Adam Powell
2011-09-20
ActivityChooserView not showing highest ranked target if default action not s...
Svetoslav Ganov
2011-09-08
Update the sharing UI according to latest UX specs.
Svetoslav Ganov
2011-08-22
Merge "Adding a callback to ShareActionProvider + make ActivityChooserView po...
Svetoslav Ganov
2011-08-18
Fix bug 5099037 - No delete option when multiple videos are selected
Adam Powell
2011-08-04
Adding a callback to ShareActionProvider + make ActivityChooserView popup hid...
Svetoslav Ganov
2011-07-26
Updated the layout for the activity chooser view.
Svetoslav Ganov
2011-07-21
Activity selections not always persisted by AcitivtyChooserView.
Svetoslav Ganov
2011-07-17
Update the style of the action bar share UI
Svetoslav Ganov
2011-07-13
Polish of the ActivityChooserView and ShareActionProvider.
Svetoslav Ganov
2011-07-01
Adding a ShareView and ActionProvider for menus.
Svetoslav Ganov