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
/
Gallery.java
Age
Commit message (
Expand
)
Author
2020-07-29
Update language to comply with Android's inclusive language guidance
Nader Jawad
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-02-07
Update core widgets to save attribute source info.
Aurimas Liutikas
2018-12-28
Limit access to suspected false positives.
Mathew Inwood
2018-08-21
Add @UnsupportedAppUsage annotations
Mathew Inwood
2016-02-05
Preserve compatibility for ViewGroup#showContextMenuForChild
Adam Powell
2016-01-21
Ensure all showContextMenu() overrides have matching x,y overrides
Alan Viverette
2015-10-20
Fix a few view ctors to not call Looper.myLooper
John Reck
2015-03-25
am 3a79e434: am a0d3d003: am 5fc9b336: Merge "Consider RTL layout in DPAD nav...
Alan Viverette
2015-03-20
Consider RTL layout in DPAD navigation in Gallery
Johan Redestig
2015-02-28
Remove unused imports in frameworks/base.
John Spurlock
2015-02-06
First quick implementation of auto assist data.
Dianne Hackborn
2015-01-07
Fix accessibility delegation
Alan Viverette
2013-09-09
Add View constructor that supplies a default style resource
Alan Viverette
2013-07-19
Take advantage of KeyEvent.isConfirmKey
Michael Wright
2012-12-11
Fix requestLayout-during-layout issue with Gallery
Chet Haase
2012-09-28
Track offset of center child view in Gallery for later layouts
Adam Powell
2012-07-02
am 399df567: docs: various link fixes and other typos from external tracker
Scott Main
2012-07-02
docs: various link fixes and other typos from external tracker
Scott Main
2012-05-18
am 52fcdd01: Merge "Fix documentation" into jb-dev
Romain Guy
2012-05-18
am 9579bf82: Merge "Gallery, we need to talk..." into jb-dev
Romain Guy
2012-05-18
Fix documentation
Romain Guy
2012-05-18
Gallery, we need to talk...
Romain Guy
2012-05-16
am e54c5f13: Merge "Exposing some accessiblity actions only for enabled views...
Svetoslav Ganov
2012-05-16
Exposing some accessiblity actions only for enabled views.
Svetoslav Ganov
2012-05-15
am 0e3057c6: Merge "Add accessibility scroll support to some widgets." into j...
Svetoslav Ganov
2012-05-15
Add accessibility scroll support to some widgets.
Svetoslav Ganov
2012-05-01
am 50bd9d61: am 4426961e: Merge "Avoiding horizontal keypad navigation trappi...
Jean-Baptiste Queru
2012-03-07
Avoiding horizontal keypad navigation trapping within gallery.
David Sobreira Marques
2012-01-17
AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...
Svetoslav Ganov
2011-10-06
Fixing errors in position information of scrollable views reported for access...
Svetoslav Ganov
2011-09-30
The logic for not populating text to some accessibility events is scattered.
Svetoslav Ganov
2011-07-18
Test Gallery layout direction.
Doug Felt
2011-06-26
Added scroll and text selection change accessibility events.
Svetoslav Ganov
2010-12-03
Implement smarter sizing of WRAP_CONTENT windows.
Dianne Hackborn
2010-08-21
am bb8d314b: am 70c9ffbc: am 11a72482: Merge "docs: add links from widget cla...
Scott Main
2010-08-19
am 11a72482: Merge "docs: add links from widget classes to tutorials" into froyo
Scott Main
2010-08-19
docs: add links from widget classes to tutorials
Scott Main
2010-05-19
am 56d4bcd8: am 627356ce: am d6c0bb0f: merge from open-source master
The Android Open Source Project
2010-05-17
Removed Calls to deprecated APIs
Christian Mehlmauer
2010-04-14
Ensure Gallery does not unselect the selected item after a layout.
Romain Guy
2009-09-14
Fix a possible NPE in View.
Romain Guy
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-02-13
auto import from //branches/cupcake/...@131421
The Android Open Source Project
2009-02-10
auto import from //branches/cupcake/...@130745
The Android Open Source Project
2009-01-15
auto import from //branches/cupcake/...@126645
The Android Open Source Project
2009-01-09
auto import from //branches/cupcake/...@125939
The Android Open Source Project
2008-12-17
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project