summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/ProgressBar.java
Commit message (Expand)AuthorAgeFilesLines
* am 8113b17c: Merge "Fixed incorrect calculation of dirty invalidation area"Jean-Baptiste Queru2013-07-021-4/+2
|\
| * Fixed incorrect calculation of dirty invalidation areaJohan Viktorsson2013-07-011-4/+2
* | add docs for new attributes, including account restriction for restricted pro...Scott Main2013-04-251-0/+1
* | Fix progress bar and spinner in RTL modeFabrice Di Meglio2013-01-311-2/+6
* | Simplification of the poolable management utils.Svetoslav Ganov2012-11-271-46/+10
|/
* Merge "Fix bug #7158772 ProgressBar / SeekBar / RatingBar drawables should be...Fabrice Di Meglio2012-09-251-2/+12
|\
| * Fix bug #7158772 ProgressBar / SeekBar / RatingBar drawables should be revers...Fabrice Di Meglio2012-09-251-2/+12
* | Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-3/+3
* | Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-0/+3
|/
* Make ProgressBar / SeekBar / RatingBar widgets aware of layout directionFabrice Di Meglio2012-09-061-3/+22
* Fix indeterminate ProgressBars with weird sizes and padding; optimizeAdam Powell2012-08-081-3/+7
* Replace left/right with start/end for Gravity / LayoutParams / PaddingFabrice Di Meglio2012-07-191-1/+1
* Revert "Revert "Clean up layout direction APIs for Drawable""Fabrice Di Meglio2012-06-041-6/+4
* Revert "Clean up layout direction APIs for Drawable"Jean-Baptiste Queru2012-06-021-4/+6
* Clean up layout direction APIs for DrawableFabrice Di Meglio2012-06-011-6/+4
* am 95b0c45b: am aaa71475: Merge "Remove unnecessary framework allocations" in...Romain Guy2012-05-061-14/+22
|\
| * Remove unnecessary framework allocationsRomain Guy2012-05-061-14/+22
| * Hide RTL related APIs - DO NOT MERGEFabrice Di Meglio2012-05-041-0/+3
|/
* Avoid potential leaks with Runnables posted from ProgressBarAdam Powell2012-04-101-25/+98
* Make Drawable RTL APIs publicFabrice Di Meglio2012-03-091-3/+0
* Change widgets to post invalidate to the animation timer.Jeff Brown2012-03-051-11/+2
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+8
* Fixed ProgressBar logic for AnimationDrawablesChet Haase2011-09-281-1/+2
* Fix bug 5231904 - Fix wobbly progress spinnersAdam Powell2011-09-021-1/+24
* Add View.getResolvedLayoutDirection()Fabrice Di Meglio2011-06-141-2/+5
* Fix overrides of isLayoutRtl(Drawable dr)Fabrice Di Meglio2011-05-271-2/+2
* Add support for Gravity BEFORE and AFTERFabrice Di Meglio2011-05-271-0/+6
* Factored out the Accessibility vertical initialization.Svetoslav Ganov2011-05-131-2/+2
* am 75c78dc3: am 511ec082: am de506220: am 1462813a: Merge "docs: more documen...Scott Main2011-04-291-13/+75
|\
| * am 1462813a: Merge "docs: more documentation for ProgressBar" into honeycombScott Main2011-04-291-13/+75
| |\
| | * docs: more documentation for ProgressBarScott Main2011-04-291-13/+75
* | | Touch exploration feature, event bubling, refactorSvetoslav Ganov2011-04-221-6/+4
* | | Revert "Touch exploration feature, event bubling, refactor"Adam Powell2011-04-221-4/+6
* | | Touch exploration feature, event bubling, refactorSvetoslav Ganov2011-04-211-6/+4
* | | ProgressBar does not fire accessibility events on update.Svetoslav Ganov2011-03-181-4/+52
|/ /
* | am ad492161: am a2090bea: am 7118bdec: Merge "Fix for #12945: ProgressBar.set...Romain Guy2011-02-221-1/+1
|\ \ | |/ |/|
| * Fix for #12945: ProgressBar.setMax() will always redraw.Michael Krehan2011-02-171-1/+1
* | Allow old view hierarchy to be GC'ed more quickly during rotation.Patrick Dubroy2011-01-141-1/+3
* | Make setDrawable work after initialization has occurred.Joe Onorato2010-12-081-4/+28
* | Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-031-2/+2
* | Revised assets for progress bars and indeterminate progress spinners.Adam Powell2010-11-121-3/+15
* | Push the jumpDrawablesToCurrentState() thing off everywhere it should be.Dianne Hackborn2010-11-041-0/+7
* | am 6d895fdb: am d2e5f95e: Merge "Make ProgressBar.setVisibility() remotable."...Steve Howard2010-08-241-5/+7
|\ \ | |/
| * Make ProgressBar.setVisibility() remotable.Steve Howard2010-08-201-5/+7
* | resolved conflicts for merge of f00ee0f7 to masterKonstantin Lopyrev2010-08-101-4/+4
|\ \ | |/
| * Categorizing exported view properties.Konstantin Lopyrev2010-08-101-4/+4
* | Invalidate the ProgressBar when changing animation statesEvan Charlton2010-06-071-1/+2
|/
* merge from open-source masterThe Android Open Source Project2010-05-171-0/+16
|\
| * Fixing indeterminate progress bar animation state.David Sobreira Marques2010-05-151-0/+16
* | Prevent ProgressBar from updating itself when hidden.Romain Guy2010-02-251-3/+16
|/