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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new ContentProvider for doing conversions to data streams.
Dianne Hackborn
2010-08-08
1
-14
/
+39
*
Added android.widget.PopupMenu
Adam Powell
2010-08-04
1
-0
/
+154
*
New two-pane mode for PreferenceActivity.
Dianne Hackborn
2010-08-03
1
-3
/
+3
*
Added CHOICE_MODE_MULTIPLE_MODAL to ListView.
Adam Powell
2010-08-02
2
-6
/
+184
*
am c6d83caf: am a0ae8bc5: Merge "Fix a bug that could cause flings to last to...
Adam Powell
2010-07-28
1
-1
/
+5
|
\
|
*
am a0ae8bc5: Merge "Fix a bug that could cause flings to last too long using ...
Adam Powell
2010-07-28
1
-1
/
+5
|
|
\
|
|
*
Fix a bug that could cause flings to last too long using a Scroller
Adam Powell
2010-07-28
1
-1
/
+5
|
*
|
am b29e3b9c: Merge "Change CursorTreeAdapter to close the cursors rather than...
Jason Parks
2010-07-08
2
-32
/
+31
|
|
\
\
|
|
|
/
|
|
*
Change CursorTreeAdapter to close the cursors rather than deactivating them. ...
Jason Parks
2010-07-08
2
-32
/
+31
*
|
|
Merge "Fixed doc typos in HeterogeneousExpandableList.java."
Gilles Debunne
2010-07-28
2
-17
/
+14
|
\
\
\
|
*
|
|
Fixed doc typos in HeterogeneousExpandableList.java.
Gilles Debunne
2010-07-28
2
-17
/
+14
*
|
|
|
TextView with Selection Contextual Mode
Gilles Debunne
2010-07-28
1
-342
/
+427
|
/
/
/
*
|
|
Fixing a bug in RemoteViewsAdapter
Adam Cohen
2010-07-22
1
-3
/
+3
*
|
|
Fixing indexing issue causing certain items not to load. Performance improve...
Winson Chung
2010-07-22
1
-106
/
+126
*
|
|
Added AdapterViewAnimator and AdapterViewFlipper which are versions of ViewAn...
Adam Cohen
2010-07-22
3
-0
/
+694
*
|
|
Fixing build breakage due to misnamed javadoc variable.
Winson Chung
2010-07-19
1
-1
/
+1
*
|
|
Initial changes to allow collections in widgets.
Winson Chung
2010-07-19
6
-2
/
+994
*
|
|
Prevent crash in ListView when changing cache hint.
Romain Guy
2010-07-14
1
-1
/
+1
*
|
|
Action Bar now supports submenus as popups.
Adam Powell
2010-07-13
1
-1
/
+14
*
|
|
Cosmetic changes around TextView.
Gilles Debunne
2010-07-13
1
-2
/
+2
*
|
|
Selection handlers in TextView
Gilles Debunne
2010-07-12
1
-124
/
+481
*
|
|
New cursor controller in TextViews.
Gilles Debunne
2010-07-09
1
-33
/
+298
*
|
|
Avoid unnecessary tests when drawing ListView dividers.
Romain Guy
2010-07-09
1
-16
/
+14
*
|
|
Merge "Fix some issues with smooth scrolling ListViews"
Adam Powell
2010-07-08
1
-13
/
+16
|
\
\
\
|
*
|
|
Fix some issues with smooth scrolling ListViews
Adam Powell
2010-07-08
1
-13
/
+16
*
|
|
|
Do not draw the fade areas when it's not necessary.
Romain Guy
2010-07-08
1
-2
/
+4
|
/
/
/
*
|
|
Merge "Add AbsListView#smoothScrollToPositionFromTop"
Adam Powell
2010-07-01
1
-2
/
+76
|
\
\
\
|
*
|
|
Add AbsListView#smoothScrollToPositionFromTop
Adam Powell
2010-07-01
1
-2
/
+76
*
|
|
|
Change CursorTreeAdapter to close the cursors rather than deactivating them. ...
Jason Parks
2010-07-01
2
-32
/
+31
|
/
/
/
*
|
|
Fixed bug 2795971 IME doesn't appear on touching a text field
Gilles Debunne
2010-06-24
1
-5
/
+7
*
|
|
am bc337d2f: am 73ccafb5: Merge "Fix a bug where requestDisallowInterceptTouc...
Adam Powell
2010-06-23
1
-0
/
+8
|
\
\
\
|
|
/
/
|
*
|
am 73ccafb5: Merge "Fix a bug where requestDisallowInterceptTouchEvent does n...
Adam Powell
2010-06-23
1
-0
/
+8
|
|
\
\
|
|
|
/
|
|
*
Fix a bug where requestDisallowInterceptTouchEvent does not get called
Adam Powell
2010-06-22
1
-0
/
+8
*
|
|
New XmlDocumentProvider class.
Gilles Debunne
2010-06-23
1
-107
/
+148
*
|
|
Fixed scrolling issue when moving cursor in long TextViews.
Gilles Debunne
2010-06-21
1
-1
/
+1
*
|
|
Fixed scrolling issue when moving cursor in long TextViews.
Gilles Debunne
2010-06-21
1
-37
/
+38
*
|
|
Removed API changes from CL 54712.
Gilles Debunne
2010-06-17
1
-1
/
+1
*
|
|
Removed warnings in LayoutInflater.
Gilles Debunne
2010-06-16
1
-3
/
+4
*
|
|
Merge "Suppressed warnings in TextView."
Gilles Debunne
2010-06-16
1
-8
/
+13
|
\
\
\
|
*
|
|
Suppressed warnings in TextView.
Gilles Debunne
2010-06-16
1
-8
/
+13
*
|
|
|
Modified first animation and visibility change behavior for ViewFlipper
Mason Tang
2010-06-16
2
-14
/
+45
*
|
|
|
Fix bug 2771204
Adam Powell
2010-06-16
1
-1
/
+1
*
|
|
|
Allow the use of styles with LinearLayout, make "useLargestChild" attr public.
Romain Guy
2010-06-15
1
-3
/
+40
*
|
|
|
am 864c68ea: merge from froyo-plus-aosp
The Android Open Source Project
2010-06-14
1
-2
/
+41
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
merge from froyo-plus-aosp
The Android Open Source Project
2010-06-14
1
-2
/
+41
|
|
\
\
|
|
*
\
merge from open-source master
The Android Open Source Project
2010-06-14
1
-2
/
+41
|
|
|
\
\
|
|
|
*
|
Added an addAll to the ArrayAdapter
Christian Mehlmauer
2010-06-12
1
-2
/
+41
*
|
|
|
|
Move shaping to native.
Doug Felt
2010-06-10
1
-2
/
+22
*
|
|
|
|
am 030b0ebe: merge from froyo-plus-aosp
Jean-Baptiste Queru
2010-06-09
1
-6
/
+11
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
merge from froyo-plus-aosp
Jean-Baptiste Queru
2010-06-09
1
-6
/
+11
|
|
\
\
\
\
|
|
|
/
/
/
|
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
[next]