summaryrefslogtreecommitdiff
path: root/core/java/android/widget
Commit message (Expand)AuthorAgeFilesLines
* Window Manager Flag Migration (12/n)Tiger Huang2020-01-231-1/+1
* Merge "Add surrounding text to EditorInfo to speed up IME startup"TreeHugger Robot2020-01-231-0/+1
|\
| * Add surrounding text to EditorInfo to speed up IME startupChris.CC Lee2020-01-231-0/+1
* | Merge "Set stateDescription during ProgressBar initialization"Yinglei Wang2020-01-231-3/+4
|\ \
| * | Set stateDescription during ProgressBar initializationyingleiw2020-01-221-3/+4
* | | Adds more flags for cursor control features.Shu Chen2020-01-222-15/+118
* | | Implement the new magnifier effect.Shu Chen2020-01-222-44/+241
* | | Merge "Implement touch through on InsertionHandleView."Shu Chen2020-01-222-5/+169
|\ \ \
| * | | Implement touch through on InsertionHandleView.Shu Chen2020-01-212-5/+169
* | | | Merge "Use IBinder token for indexing toasts instead of ITransientNotification"Bernardo Rufino2020-01-211-8/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Use IBinder token for indexing toasts instead of ITransientNotificationBernardo Rufino2020-01-211-8/+13
* | | | Merge "Deprecate custom toasts"Bernardo Rufino2020-01-211-0/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | Deprecate custom toastsBernardo Rufino2020-01-211-0/+19
| |/ /
* / / Reads "enable_cursor_control" device config flag in Editor.Shu Chen2020-01-202-0/+52
|/ /
* | Merge "Enable cursor drag by default for editable TextViews"Nikita Dubrovsky2020-01-151-1/+1
|\ \
| * | Enable cursor drag by default for editable TextViewsNikita Dubrovsky2020-01-141-1/+1
* | | Merge "Add explicit check to not trigger a cursor drag via the mouse"Nikita Dubrovsky2020-01-151-3/+3
|\ \ \
| * | | Add explicit check to not trigger a cursor drag via the mouseNikita Dubrovsky2020-01-141-3/+3
| |/ /
* | | Merge "Handle ACTION_CANCEL in EditorTouchState (editable TextView)"Nikita Dubrovsky2020-01-151-0/+7
|\ \ \
| * | | Handle ACTION_CANCEL in EditorTouchState (editable TextView)Nikita Dubrovsky2020-01-121-0/+7
| |/ /
* | | Merge "Add Callback API to Toast"TreeHugger Robot2020-01-151-0/+63
|\ \ \
| * | | Add Callback API to ToastBernardo Rufino2020-01-101-0/+63
* | | | Merge "Rename the api from refresh() to refreshTime() to make it more clear"TreeHugger Robot2020-01-151-1/+1
|\ \ \ \
| * | | | Rename the api from refresh() to refreshTime() to make it more clearshawnlin2020-01-081-1/+1
* | | | | Merge "Fix NPE in InsertionPointCursorController.onTouchEvent"Nikita Dubrovsky2020-01-141-1/+1
|\ \ \ \ \
| * | | | | Fix NPE in InsertionPointCursorController.onTouchEventNikita Dubrovsky2020-01-131-1/+1
| | |_|/ / | |/| | |
* | | | | Merge "Updates Icon type checks in framework to include TYPE_URI_ADAPTIVE_BIT...TreeHugger Robot2020-01-101-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Updates Icon type checks in framework to include TYPE_URI_ADAPTIVE_BITMAPMehdi Alizadeh2020-01-091-1/+2
| |/ / /
* / / / Simplify state in SelectionModifierCursorControllerNikita Dubrovsky2020-01-092-25/+16
|/ / /
* | | Merge "Ensure cursor drag is suppressed during selection drag"Nikita Dubrovsky2020-01-071-6/+20
|\ \ \
| * | | Ensure cursor drag is suppressed during selection dragNikita Dubrovsky2019-12-271-6/+20
* | | | Merge "Suppress cursor drag when the user swipes vertically"Nikita Dubrovsky2020-01-072-3/+25
|\| | |
| * | | Suppress cursor drag when the user swipes verticallyNikita Dubrovsky2019-12-202-3/+25
* | | | Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-0653-55/+54
* | | | Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin2020-01-034-21/+22
* | | | Merge "Ability to start a cursor drag from anywhere in an editable TextView"Nikita Dubrovsky2019-12-193-29/+140
|\| | |
| * | | Ability to start a cursor drag from anywhere in an editable TextViewNikita Dubrovsky2019-12-193-29/+140
| |/ /
* | | Merge "Use new UnsupportedAppUsage annotation."Artur Satayev2019-12-1913-13/+13
|\ \ \
| * | | Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-1813-13/+13
* | | | Merge "Fix setting state description of toggle button and switch"Yinglei Wang2019-12-182-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Fix setting state description of toggle button and switchyingleiw2019-12-162-0/+6
* | | | Merge "Use CollectionInfo and CollectionItemInfo api in RadioGroup and RadioB...Sally Yuen2019-12-172-7/+73
|\ \ \ \
| * | | | Use CollectionInfo and CollectionItemInfo api in RadioGroup andsallyyuen2019-12-132-7/+73
| |/ / /
* | | | Merge "Revert "Revert "Cleaning up listener when task completes"""TreeHugger Robot2019-12-171-11/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "Revert "Cleaning up listener when task completes""Sunny Goyal2019-12-121-11/+11
| | |/ | |/|
* / | Window Manager Flag Migration (7/n)Tiger Huang2019-12-161-0/+1
|/ /
* / Revert "Cleaning up listener when task completes"Winson Chung2019-12-121-12/+11
|/
* Cleaning up listener when task completesSunny Goyal2019-12-091-11/+12
* Consolidate tracking of touch state in Editor (editable TextView)Nikita Dubrovsky2019-12-053-142/+219
* Merge "Removes reference to deprecated code sample, https://github.com/google...David Castro2019-11-251-3/+0
|\