summaryrefslogtreecommitdiff
path: root/core/java/android/widget
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Copy caches when initializing RemoteViewsStevie Kideckel2021-12-081-4/+7
* | | | | | | Merge "Make SuggestionRangeSpan public"Yinglei Wang2021-12-061-0/+8
|\ \ \ \ \ \ \
| * | | | | | | Make SuggestionRangeSpan publicyingleiw2021-12-061-0/+8
* | | | | | | | Merge "Add AccessibilityAction ACTION_SHOW_SUGGESTIONS"Yinglei Wang2021-12-032-1/+18
|\| | | | | | |
| * | | | | | | Add AccessibilityAction ACTION_SHOW_SUGGESTIONSyingleiw2021-12-022-1/+18
* | | | | | | | Release stretch overscroll when new items are added.George Mount2021-12-021-36/+26
|/ / / / / / /
* | | | | | | Remove unnecessary null check code for RemoteViewNahun Kim2021-11-291-2/+1
* | | | | | | Merge "Send TYPE_VIEW_TEXT_CHANGED a11y event when SuggestionSpan is added"Yinglei Wang2021-11-182-54/+37
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Send TYPE_VIEW_TEXT_CHANGED a11y event when SuggestionSpan is addedyingleiw2021-11-172-54/+37
* | | | | | | Merge "Optimize parcelization protocol in RemoteViews and RemoteCollectionIte...Stevie Kideckel2021-11-171-119/+283
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | / / / | |_|_|/ / / |/| | | | |
| * | | | | Merge "Optimize parcelization protocol in RemoteViews and RemoteCollectionIte...Stevie Kideckel2021-11-171-119/+283
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge "Optimize parcelization protocol in RemoteViews and RemoteCollectionIte...Stevie Kideckel2021-11-171-119/+283
| | |\ \ \ \
| | | * | | | Optimize parcelization protocol in RemoteViews and RemoteCollectionItemsStevie Kideckel2021-11-091-119/+283
* | | | | | | Merge "Check if the view can be recycled if viewId is set" into sc-v2-dev am:...TreeHugger Robot2021-11-111-17/+27
|\| | | | | |
| * | | | | | Merge "Check if the view can be recycled if viewId is set" into sc-v2-dev am:...TreeHugger Robot2021-11-111-17/+27
| |\| | | | |
| | * | | | | Check if the view can be recycled if viewId is setPierre Barbier de Reuille2021-11-101-17/+27
* | | | | | | Merge "Revert "Always check if the view can be recycled."" into sc-v2-dev am:...TreeHugger Robot2021-11-091-6/+10
|\| | | | | | | |_|_|/ / / |/| | | | |
| * | | | | Merge "Revert "Always check if the view can be recycled."" into sc-v2-dev am:...TreeHugger Robot2021-11-081-6/+10
| |\| | | |
| | * | | | Revert "Always check if the view can be recycled."Daniel Chapin2021-11-081-6/+10
* | | | | | Merge "Always check if the view can be recycled." into sc-v2-dev am: 1c3b93b1...TreeHugger Robot2021-11-021-10/+6
|\| | | | |
| * | | | | Merge "Always check if the view can be recycled." into sc-v2-dev am: 1c3b93b10aTreeHugger Robot2021-11-021-10/+6
| |\| | | |
| | * | | | Always check if the view can be recycled.Pierre Barbier de Reuille2021-11-011-10/+6
| | |/ / /
* | | | | Merge "Fix focus transition when the direction is backward."Saho Kobayashi2021-11-021-0/+7
|\ \ \ \ \
| * | | | | Fix focus transition when the direction is backward.Saho Kobayashi2021-10-281-0/+7
* | | | | | Merge "Check if a view can be recycled in async case." into sc-v2-dev am: 6c2...TreeHugger Robot2021-10-291-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge "Check if a view can be recycled in async case." into sc-v2-dev am: 6c2...TreeHugger Robot2021-10-291-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Check if a view can be recycled in async case.Pierre Barbier de Reuille2021-10-281-1/+1
* | | | | | Merge "Require onCheckIsTextEditor() for IME_FLAG_NAVIGATE_{NEXT,PREVIOUS}"TreeHugger Robot2021-10-281-2/+7
|\ \ \ \ \ \
| * | | | | | Require onCheckIsTextEditor() for IME_FLAG_NAVIGATE_{NEXT,PREVIOUS}Yohei Yukawa2021-10-271-2/+7
* | | | | | | Merge "Check if APK paths are valid right before creating the context." into ...TreeHugger Robot2021-10-252-3/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | / Merge "Check if APK paths are valid right before creating the context." into ...TreeHugger Robot2021-10-252-3/+6
| |\| | | | | | |_|_|/ | |/| | |
| | * | | Check if APK paths are valid right before creating the context.Pierre Barbier de Reuille2021-10-252-3/+6
* | | | | Merge "Fix not show translation if call startTranslation after pauseTranslati...Joanne Chung2021-10-091-1/+7
|\| | | |
| * | | | Merge "Fix not show translation if call startTranslation after pauseTranslati...Joanne Chung2021-10-091-1/+7
| |\| | |
| | * | | Fix not show translation if call startTranslation after pauseTranslationJoanne Chung2021-10-071-1/+7
* | | | | Avoid double-calling super.getText() in EditText.getText()Mark Hansen2021-10-061-1/+1
| |_|/ / |/| | |
* | | | Merge "Send TYPE_VIEW_TEXT_CHANGED a11y event when SuggestionSpan is added"TreeHugger Robot2021-09-251-2/+50
|\ \ \ \
| * | | | Send TYPE_VIEW_TEXT_CHANGED a11y event when SuggestionSpan is addedyingleiw2021-09-241-2/+50
| | |_|/ | |/| |
* | | | Merge "fix google widget timing issue" am: 56db11dfc2 am: 86170faab2 am: df65...Treehugger Robot2021-09-241-2/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Merge "fix google widget timing issue" am: 56db11dfc2 am: 86170faab2 am: df65...Treehugger Robot2021-09-241-2/+3
| |\ \ \ | | |_|/ | |/| |
| | * | Merge "fix google widget timing issue" am: 56db11dfc2 am: 86170faab2Treehugger Robot2021-09-241-2/+3
| | |\ \
| | | * \ Merge "fix google widget timing issue" am: 56db11dfc2Treehugger Robot2021-09-241-2/+3
| | | |\ \
| | | | * \ Merge "fix google widget timing issue"Treehugger Robot2021-09-241-2/+3
| | | | |\ \
| | | | | * | fix google widget timing issueRuoyao Liu2021-07-301-2/+3
| | | | * | | DO NOT MERGE - Merge ab/7272582Xin Li2021-06-141-0/+8
| | | | |\ \ \
* | | | | | | | Merge "Fix the existing translation doesn't update for new translated result....Joanne Chung2021-09-231-1/+6
|\| | | | | | |
| * | | | | | | Fix the existing translation doesn't update for new translated result.Joanne Chung2021-09-191-1/+6
* | | | | | | | Merge "Make RemoteViewsContextWrapper take the user id of the application inf...TreeHugger Robot2021-09-021-0/+10
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Make RemoteViewsContextWrapper take the user id of the application info.Pierre Barbier de Reuille2021-09-021-0/+10
| |/ / / / /
* | | | | | Merge "Fix OOB crash in ContentCapture for translated views" into sc-dev am: ...TreeHugger Robot2021-08-151-0/+9
|\| | | | |