summaryrefslogtreecommitdiff
path: root/core/java/android/view/inputmethod/InputConnectionWrapper.java
AgeCommit message (Expand)Author
2021-02-05Rename InputConnecton#setImeTemporarilyConsumesInputLan Wei
2021-01-08IME API: InputConnecton#setImeTemporarilyConsumesInput(boolean)Lan Wei
2020-12-15Add InputConnection#performSpellCheck().Kohsuke Yatoh
2020-10-29Avoid bad InputConnection call crashing the appLan Wei
2020-10-21IME API: InputConnection#getSurroudingText(int, int, int)Lan Wei
2018-03-02Revert "Introduce InputConnection#reportLanguageHint()"Yohei Yukawa
2018-01-23Introduce InputConnection#reportLanguageHint()Yohei Yukawa
2018-01-15Add missing @Override when {@inheritDoc} existsYohei Yukawa
2016-06-23Use a flag to grant a temporary URI permission.Yohei Yukawa
2016-06-17API Rename: IC#inputContent to IC#commitContent.Yohei Yukawa
2016-06-10Add InputConnection#insertContent().Yohei Yukawa
2016-03-30Add IC#closeConnection().Yohei Yukawa
2016-03-15Tell IMS about missing InputConnection methods.Yohei Yukawa
2016-02-29Add more JavaDoc to InputConnectionWrapper.Yohei Yukawa
2016-02-29Revert "InputConnectionWrapper never supports null target."Yohei Yukawa
2016-02-29InputConnectionWrapper never supports null target.Yohei Yukawa
2016-02-11Introduce InputConnection#getHandler().Yohei Yukawa
2016-01-13Introdude IC#deleteSurroundingTextInCodePoints().Yohei Yukawa
2014-09-12API Review: Clean up removed APIsYohei Yukawa
2014-09-02API Review: InputConnectionYohei Yukawa
2014-08-22Remove CursorAnchorInfoRequest and related stuffYohei Yukawa
2014-07-11Polish new IME API for L part 2: CursorAnchorInfoYohei Yukawa
2012-01-23Fix bug # 5863709 API request: Change param names of deleteSurroundingText to...Fabrice Di Meglio
2011-03-26Removed APIs for setCorrectionSpan from InputConnectionsatok
2011-03-16Add CorrectionSpan and APIs to pass a secure CorrectionSpan to TextViewsatok
2010-12-10New API in InputConnection to signal IME's text correction.Gilles Debunne
2010-08-26Add methods to InputConnection: setComposingRegion() to select a region of te...Amith Yamasani
2009-03-24Automated import from //branches/master/...@141004,141004Dianne Hackborn
2009-03-09auto import from //branches/cupcake/...@137197The Android Open Source Project
2009-02-10auto import from //branches/cupcake/...@130745The Android Open Source Project
2009-01-22auto import from //branches/cupcake/...@127436The Android Open Source Project
2009-01-09auto import from //branches/cupcake/...@125939The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project