summaryrefslogtreecommitdiff
path: root/core/java/android/widget/TextView.java
AgeCommit message (Expand)Author
2022-05-07Implement Inter Dynamic Metrics for system UI fontDanny Lin
2021-08-17Fix OOB crash in ContentCapture for translated viewsAhaan Ugale
2021-07-02Merge "Guarding against null pointer exception when setting view structure in...Mihir Patel
2021-07-02Merge "Disable log default dumps in debug ROM" into sc-devJoanne Chung
2021-06-29Disable log default dumps in debug ROMJoanne Chung
2021-06-24Merge "Fix TextViewTranslationTest test fail." into sc-devJoanne Chung
2021-06-24Merge "Bug fix: Move the implementation out from View.onTranslationResponse."...Joanne Chung
2021-06-22Guarding against null pointer exception when setting view structure info for ...Mihir Patel
2021-06-21Fix TextViewTranslationTest test fail.Joanne Chung
2021-06-17Bug fix: Move the implementation out from View.onTranslationResponse.Joanne Chung
2021-06-16ContentCapture: Notify when Composing region changes.Ahaan Ugale
2021-05-25Merge "Fix a bug in SpellCheckSpan update logic." into sc-devTreeHugger Robot
2021-05-21Refine the ViewTranslationCallback usage.Joanne Chung
2021-05-21Fix a bug in SpellCheckSpan update logic.Qi Wang
2021-05-17Translate TextView content description if existJoanne Chung
2021-04-27Fix stale EditorInfo upon EditText#setText()Yohei Yukawa
2021-04-20API feedback: Translation View API refinement.Joanne Chung
2021-04-16AutoTranslate: Pad view text for compatibility reasons.Ahaan Ugale
2021-03-31Merge "Rename getOnReceiveContentMimeTypes (drop "On")" into sc-devNikita Dubrovsky
2021-03-26Rename getOnReceiveContentMimeTypes (drop "On")Nikita Dubrovsky
2021-03-25Implement dispatchRequestTranslation for getting translation information.Joanne Chung
2021-03-25Update View translation APIs.Joanne Chung
2021-03-19Merge "Integrate OnReceiveContentListener in View.onDragEvent" into sc-devNikita Dubrovsky
2021-03-18Integrate OnReceiveContentListener in View.onDragEventNikita Dubrovsky
2021-03-12Merge "Update the cursor visibility correctly after dismissing popup window" ...TreeHugger Robot
2021-03-12Merge "Use getLineMax for desired text width calculation" into sc-devSeigo Nonaka
2021-03-11Add debug logs to help clarify the issueJoanne Chung
2021-03-09Use getLineMax for desired text width calculationSeigo Nonaka
2021-03-05Full refactor of Translation APIs.Adam He
2021-02-26Update the cursor visibility correctly after dismissing popup windowLan Wei
2021-02-22Expose tint lists and other runtime functionality to RemoteViewsStevie Kideckel
2021-02-10Add ClipDescription method to determine if the clip is styled text.Oli Lan
2021-02-07Merge "Rename InputConnecton#setImeTemporarilyConsumesInput" into sc-devTreeHugger Robot
2021-02-05Rename InputConnecton#setImeTemporarilyConsumesInputLan Wei
2021-01-29Make EditorInfo.internalImeOptions parcelable.Taran Singh
2021-01-25Add initial View's APIs for auto translationJoanne Chung
2021-01-11Merge "Add MIME types to ViewStructure and autofill/cc ViewNode classes"Nikita Dubrovsky
2021-01-11Add MIME types to ViewStructure and autofill/cc ViewNode classesNikita Dubrovsky
2021-01-08Merge "IME API: InputConnecton#setImeTemporarilyConsumesInput(boolean)"TreeHugger Robot
2021-01-08IME API: InputConnecton#setImeTemporarilyConsumesInput(boolean)Lan Wei
2021-01-07Remove AUTOFILL_TYPE_RICH_CONTENT and related codeNikita Dubrovsky
2020-12-21Prevent Fullscreen IME when app is in portrait.Taran Singh
2020-12-16Merge "Hide ContentInfo.partition from the public API"Nikita Dubrovsky
2020-12-15Add InputConnection#performSpellCheck().Kohsuke Yatoh
2020-12-14Hide ContentInfo.partition from the public APINikita Dubrovsky
2020-12-01Prepare switching font loading to system server.Kohsuke Yatoh
2020-11-27Move/rename OnReceiveContentListener.Payload to android.view.ContentInfoNikita Dubrovsky
2020-11-17Add View.performReceiveContent in addition to View.onReceiveContentNikita Dubrovsky
2020-11-13Change forceBoldText to fontWeightAdjustment in TextViewSally
2020-11-12Update onReceiveContent() logic for app vs platform processingNikita Dubrovsky