summaryrefslogtreecommitdiff
path: root/core/java/android/preference/EditTextPreference.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix showing keyboard without editor focused in some cases (2/2)Ming-Shin Lu2020-08-221-8/+10
| | | | | | | | | | | | | | | | | | As CL[1] mentioned issue symptom, we also need to remove STATE_ALWAYS_VISIBLE in EditTextPreference and using new WindowInsets API to show soft-keyboard, to prevent the keyboard may be shown without focusing editor case. [1]: I37ae6e30d1de581ba15131c2a90396b3a522a4d6 Fix: 165910518 Test: atest CtsInputMethodTestCases Test: manual as issue steps 1. Enter Dialer-> Menu -> Settings-> calling accounts -> Fixed Dialing Numbers 2. Tap change pin2 code, input old pin2 -> pressing ok button 3. Check if password keyboard shown Change-Id: I763838fb7b887e09b46b1fb2360a515b77de8dd4
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
| | | | | | | | Existing annotations in libcore/ and frameworks/ will deleted after the migration. This also means that any java library that compiles @UnsupportedAppUsage requires a direct dependency on "unsupportedappusage" java_library. Bug: 145132366 Test: m && diff unsupportedappusage_index.csv Change-Id: I534e3fd1305e2f4af076986770033478448a665c
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
| | | | | | | | | If they were null, then the Parcelable would fail to work. Bug: 126726802 Test: manual Change-Id: I7929ffa2f20e5de1c8e68e8263cca99496e9d014 Exempt-From-Owner-Approval: Trivial API annotations
* Deprecates framework Preference classesLouis Pullen-Freilich2018-11-191-0/+7
| | | | | | | | | The AndroidX Preference Library is the recommended way to build settings screens moving forward. Bug: b/114357488 Test: n/a Change-Id: I3b3bff2daf43d8239d8bf247a9c2acebbc6374eb
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-171-0/+2
| | | | | | | | | | | | | | | | For packages: android.preference This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Change-Id: I31a80552a66554d876edd01950df368c31239c2b
* Fix bug in setTextmariagpuyol2016-03-081-9/+11
| | | | | Bug:27547655 Change-Id: Ia15facda59fab9a8fe9b30f74ddd085bc26871af
* Fix default style attr in DialogPreference subclass constructorsAlan Viverette2013-09-161-4/+4
| | | | | BUG: 10751709 Change-Id: Ia7fa91e52881b46d39711d2adc43330014234a55
* Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-2/+6
| | | | | | | Also updates the constructor of every class that extends View. BUG: 10676369 Change-Id: Ifaf27bf82028d180afa4931c0e906df88d858ac3
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-2/+1
| | | | Bug: #2361749.
* Show keyboard automatically in EditTextPreference dialogsAmith Yamasani2009-09-161-0/+7
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+228
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-228/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-1/+1
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+228