summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Guarding against null pointer exception when setting view structure in...Mihir Patel2021-07-021-15/+20
|\
| * Guarding against null pointer exception when setting view structure info for ...Mihir Patel2021-06-221-15/+20
* | Merge "Disable log default dumps in debug ROM" into sc-devJoanne Chung2021-07-021-3/+0
|\ \
| * | Disable log default dumps in debug ROMJoanne Chung2021-06-291-3/+0
* | | Merge "Fix TextViewTranslationTest test fail." into sc-devJoanne Chung2021-06-241-1/+1
|\ \ \ | |/ / |/| |
| * | Fix TextViewTranslationTest test fail.Joanne Chung2021-06-211-1/+1
| |/
* | Merge "Bug fix: Move the implementation out from View.onTranslationResponse."...Joanne Chung2021-06-241-31/+0
|\ \
| * | Bug fix: Move the implementation out from View.onTranslationResponse.Joanne Chung2021-06-171-31/+0
| |/
* / ContentCapture: Notify when Composing region changes.Ahaan Ugale2021-06-161-2/+10
|/
* Merge "Fix a bug in SpellCheckSpan update logic." into sc-devTreeHugger Robot2021-05-251-6/+9
|\
| * Fix a bug in SpellCheckSpan update logic.Qi Wang2021-05-211-6/+9
* | Refine the ViewTranslationCallback usage.Joanne Chung2021-05-211-42/+24
* | Translate TextView content description if existJoanne Chung2021-05-171-0/+4
|/
* Fix stale EditorInfo upon EditText#setText()Yohei Yukawa2021-04-271-4/+7
* API feedback: Translation View API refinement.Joanne Chung2021-04-201-10/+15
* AutoTranslate: Pad view text for compatibility reasons.Ahaan Ugale2021-04-161-0/+10
* Merge "Rename getOnReceiveContentMimeTypes (drop "On")" into sc-devNikita Dubrovsky2021-03-311-4/+4
|\
| * Rename getOnReceiveContentMimeTypes (drop "On")Nikita Dubrovsky2021-03-261-4/+4
* | Implement dispatchRequestTranslation for getting translation information.Joanne Chung2021-03-251-2/+2
|/
* Update View translation APIs.Joanne Chung2021-03-251-102/+73
* Merge "Integrate OnReceiveContentListener in View.onDragEvent" into sc-devNikita Dubrovsky2021-03-191-1/+27
|\
| * Integrate OnReceiveContentListener in View.onDragEventNikita Dubrovsky2021-03-181-1/+27
* | Merge "Update the cursor visibility correctly after dismissing popup window" ...TreeHugger Robot2021-03-121-1/+12
|\ \
| * | Update the cursor visibility correctly after dismissing popup windowLan Wei2021-02-261-1/+12
* | | Merge "Use getLineMax for desired text width calculation" into sc-devSeigo Nonaka2021-03-121-1/+1
|\ \ \
| * | | Use getLineMax for desired text width calculationSeigo Nonaka2021-03-091-1/+1
* | | | Add debug logs to help clarify the issueJoanne Chung2021-03-111-1/+18
| |_|/ |/| |
* | | Full refactor of Translation APIs.Adam He2021-03-051-10/+13
|/ /
* / Expose tint lists and other runtime functionality to RemoteViewsStevie Kideckel2021-02-221-0/+4
|/
* Add ClipDescription method to determine if the clip is styled text.Oli Lan2021-02-101-10/+4
* Merge "Rename InputConnecton#setImeTemporarilyConsumesInput" into sc-devTreeHugger Robot2021-02-071-11/+11
|\
| * Rename InputConnecton#setImeTemporarilyConsumesInputLan Wei2021-02-051-11/+11
* | Make EditorInfo.internalImeOptions parcelable.Taran Singh2021-01-291-1/+1
|/
* Add initial View's APIs for auto translationJoanne Chung2021-01-251-0/+120
* Merge "Add MIME types to ViewStructure and autofill/cc ViewNode classes"Nikita Dubrovsky2021-01-111-0/+12
|\
| * Add MIME types to ViewStructure and autofill/cc ViewNode classesNikita Dubrovsky2021-01-111-0/+12
* | Merge "IME API: InputConnecton#setImeTemporarilyConsumesInput(boolean)"TreeHugger Robot2021-01-081-2/+33
|\ \ | |/ |/|
| * IME API: InputConnecton#setImeTemporarilyConsumesInput(boolean)Lan Wei2021-01-081-2/+33
* | Remove AUTOFILL_TYPE_RICH_CONTENT and related codeNikita Dubrovsky2021-01-071-6/+2
|/
* Prevent Fullscreen IME when app is in portrait.Taran Singh2020-12-211-0/+4
* Merge "Hide ContentInfo.partition from the public API"Nikita Dubrovsky2020-12-161-2/+6
|\
| * Hide ContentInfo.partition from the public APINikita Dubrovsky2020-12-141-2/+6
* | Add InputConnection#performSpellCheck().Kohsuke Yatoh2020-12-151-0/+7
|/
* Prepare switching font loading to system server.Kohsuke Yatoh2020-12-011-0/+3
* Move/rename OnReceiveContentListener.Payload to android.view.ContentInfoNikita Dubrovsky2020-11-271-9/+11
* Add View.performReceiveContent in addition to View.onReceiveContentNikita Dubrovsky2020-11-171-17/+11
* Change forceBoldText to fontWeightAdjustment in TextViewSally2020-11-131-16/+18
* Update onReceiveContent() logic for app vs platform processingNikita Dubrovsky2020-11-121-64/+27
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-7/+7
* Merge "Revert "Add maxTargetSdk restriction to unused APIs.""Hongwei Wang2020-10-281-7/+7
|\