index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
ProgressBar.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Animates AbsSeekBar progress movement from key presses."
Alan Viverette
2014-11-26
1
-105
/
+52
*
Update drawable state after updating tint list
Alan Viverette
2014-10-29
1
-0
/
+24
*
Apply color to progress bar for notifications
Jorim Jaggi
2014-10-09
1
-0
/
+3
*
Clean up view drawable tinting methods, fix default modes
Alan Viverette
2014-09-14
1
-103
/
+266
*
Separate tint and tintMode properties
Alan Viverette
2014-08-06
1
-64
/
+70
*
Animates AbsSeekBar progress movement from key presses.
Jon Miranda
2014-07-25
1
-52
/
+105
*
Clean up view tinting APIs, tileModeX/Y attribute docs
Alan Viverette
2014-07-22
1
-146
/
+61
*
Fix switch & slider anim, make View drawable hotspot API public
Alan Viverette
2014-06-18
1
-3
/
+2
*
Add attributes and accessors for tinting View drawables
Alan Viverette
2014-06-17
1
-37
/
+516
*
Support hotspots in View drawables
Alan Viverette
2014-06-13
1
-0
/
+14
*
Clean up drawable theming APIs
Alan Viverette
2014-06-02
1
-3
/
+2
*
Support for hollow switch and seek bar thumbs
Alan Viverette
2014-05-12
1
-5
/
+16
*
Fix progress bar tinting, add tint support to ShapeDrawable
Alan Viverette
2014-02-26
1
-5
/
+10
*
ProgressBar is important for accessibility by default.
Svetoslav
2014-01-13
1
-0
/
+5
*
am 7595aa94: am 3be09114: am b320f4d5: Merge "Revert "Fixed incorrect calcula...
Chris Craik
2013-10-31
1
-2
/
+4
|
\
|
*
Revert "Fixed incorrect calculation of dirty invalidation area"
Chris Craik
2013-10-31
1
-2
/
+4
*
|
Add ProgressBar methods to set tileable Drawables
Alan Viverette
2013-09-26
1
-10
/
+42
*
|
Add View constructor that supplies a default style resource
Alan Viverette
2013-09-09
1
-9
/
+7
|
/
*
am 8113b17c: Merge "Fixed incorrect calculation of dirty invalidation area"
Jean-Baptiste Queru
2013-07-02
1
-4
/
+2
|
\
|
*
Fixed incorrect calculation of dirty invalidation area
Johan Viktorsson
2013-07-01
1
-4
/
+2
*
|
add docs for new attributes, including account restriction for restricted pro...
Scott Main
2013-04-25
1
-0
/
+1
*
|
Fix progress bar and spinner in RTL mode
Fabrice Di Meglio
2013-01-31
1
-2
/
+6
*
|
Simplification of the poolable management utils.
Svetoslav Ganov
2012-11-27
1
-46
/
+10
|
/
*
Merge "Fix bug #7158772 ProgressBar / SeekBar / RatingBar drawables should be...
Fabrice Di Meglio
2012-09-25
1
-2
/
+12
|
\
|
*
Fix bug #7158772 ProgressBar / SeekBar / RatingBar drawables should be revers...
Fabrice Di Meglio
2012-09-25
1
-2
/
+12
*
|
Fix bug #6427629 Clean up layout direction APIs
Fabrice Di Meglio
2012-09-23
1
-3
/
+3
*
|
Fix bug #6427629 Clean up layout direction APIs
Fabrice Di Meglio
2012-09-23
1
-0
/
+3
|
/
*
Make ProgressBar / SeekBar / RatingBar widgets aware of layout direction
Fabrice Di Meglio
2012-09-06
1
-3
/
+22
*
Fix indeterminate ProgressBars with weird sizes and padding; optimize
Adam Powell
2012-08-08
1
-3
/
+7
*
Replace left/right with start/end for Gravity / LayoutParams / Padding
Fabrice Di Meglio
2012-07-19
1
-1
/
+1
*
Revert "Revert "Clean up layout direction APIs for Drawable""
Fabrice Di Meglio
2012-06-04
1
-6
/
+4
*
Revert "Clean up layout direction APIs for Drawable"
Jean-Baptiste Queru
2012-06-02
1
-4
/
+6
*
Clean up layout direction APIs for Drawable
Fabrice Di Meglio
2012-06-01
1
-6
/
+4
*
am 95b0c45b: am aaa71475: Merge "Remove unnecessary framework allocations" in...
Romain Guy
2012-05-06
1
-14
/
+22
|
\
|
*
Remove unnecessary framework allocations
Romain Guy
2012-05-06
1
-14
/
+22
|
*
Hide RTL related APIs - DO NOT MERGE
Fabrice Di Meglio
2012-05-04
1
-0
/
+3
|
/
*
Avoid potential leaks with Runnables posted from ProgressBar
Adam Powell
2012-04-10
1
-25
/
+98
*
Make Drawable RTL APIs public
Fabrice Di Meglio
2012-03-09
1
-3
/
+0
*
Change widgets to post invalidate to the animation timer.
Jeff Brown
2012-03-05
1
-11
/
+2
*
AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...
Svetoslav Ganov
2012-01-17
1
-0
/
+8
*
Fixed ProgressBar logic for AnimationDrawables
Chet Haase
2011-09-28
1
-1
/
+2
*
Fix bug 5231904 - Fix wobbly progress spinners
Adam Powell
2011-09-02
1
-1
/
+24
*
Add View.getResolvedLayoutDirection()
Fabrice Di Meglio
2011-06-14
1
-2
/
+5
*
Fix overrides of isLayoutRtl(Drawable dr)
Fabrice Di Meglio
2011-05-27
1
-2
/
+2
*
Add support for Gravity BEFORE and AFTER
Fabrice Di Meglio
2011-05-27
1
-0
/
+6
*
Factored out the Accessibility vertical initialization.
Svetoslav Ganov
2011-05-13
1
-2
/
+2
*
am 75c78dc3: am 511ec082: am de506220: am 1462813a: Merge "docs: more documen...
Scott Main
2011-04-29
1
-13
/
+75
|
\
|
*
am 1462813a: Merge "docs: more documentation for ProgressBar" into honeycomb
Scott Main
2011-04-29
1
-13
/
+75
|
|
\
|
|
*
docs: more documentation for ProgressBar
Scott Main
2011-04-29
1
-13
/
+75
*
|
|
Touch exploration feature, event bubling, refactor
Svetoslav Ganov
2011-04-22
1
-6
/
+4
[next]