Sign in
android
/
platform
/
frameworks
/
support
/
badf2f89dcad60891f436cacb88bc9787ef7af8b
/
preference
badf2f8
Migrate away from deprecated test classes
by Alan Viverette
· 7 years ago
59c3029
Updates findPreference in KTX and other usages
by Louis Pullen-Freilich
· 7 years ago
45c7bc1
Update Preference dependencies for alpha02 release
by Louis Pullen-Freilich
· 7 years ago
9c1bbd8
Disable long-failing tests
by Alan Viverette
· 7 years ago
017da48
Merge "Generifies findPreference() to return <T extends Preference>" into androidx-master-dev
by Treehugger Robot
· 7 years ago
815b690
Merge "Removes AbstractMultiSelectListPreference" into androidx-master-dev
by Louis Pullen-Freilich
· 7 years ago
76130e35
Match groupId and ktx versions for core, palette, preferrence
by Nick Anthony
· 7 years ago
86267e3
Added support for keeping track of public resource surface
by Oussama Ben Abdelbaki
· 7 years ago
fdd7a81
Enable lintMinDepVersions in buildOnServer
by Oussama Ben Abdelbaki
· 7 years ago
033f659
Configuration changes to support building against newer SDKs
by Alan Viverette
· 7 years ago
80252a8
Removes AbstractMultiSelectListPreference
by Louis Pullen-Freilich
· 7 years ago
463bc31
Generifies findPreference() to return <T extends Preference>
by Louis Pullen-Freilich
· 7 years ago
0ebd0f1
Unrestrict is/setCopyingEnabled
by Louis Pullen-Freilich
· 7 years ago
a966f63
Updates to PreferenceGroup.removePreferenceRecursively
by Louis Pullen-Freilich
· 7 years ago
12df3f9
Adds EditTextPreference#OnBindEditTextListener interface
by Louis Pullen-Freilich
· 7 years ago
4734204
Cleans up Javadoc and adds package-info.java
by Louis Pullen-Freilich
· 7 years ago
fdc8cbe
Merge "Applies preferenceTheme to the Activity theme" into androidx-master-dev
by Louis Pullen-Freilich
· 7 years ago
f914290
Merge "Regenerating some old api txts that were missed with metalava" into androidx-master-dev
by Treehugger Robot
· 7 years ago
2e053b7
Applies preferenceTheme to the Activity theme
by Louis Pullen-Freilich
· 7 years ago
e299d73
Simplifies some checks
by Louis Pullen-Freilich
· 7 years ago
f159e85
Regenerating some old api txts that were missed with metalava
by Jeff Gaston
· 7 years ago
ce15356
Defines GUAVA_LISTENABLE_FUTURE_AVOID_CONFLICT
by Mehdi Alizadeh
· 7 years ago
9551653
Removed LibraryVersions.SUPPORT_LIBRARY and replaced with project
by Nick Anthony
· 7 years ago
9db9135
Changed Preference build to depend on static prebuilts
by Nick Anthony
· 7 years ago
42890c5
Merge "Import translations. DO NOT MERGE" into androidx-master-dev
by Treehugger Robot
· 7 years ago
ea331d4
Import translations. DO NOT MERGE
by Bill Yi
· 7 years ago
c21caf9
Enabling metalava by default
by Jeff Gaston
· 7 years ago
73677b1
All released apis are now recorded
by Oussama Ben Abdelbaki
· 7 years ago
3dbb683
Renames DefaultProvider to SimpleSummaryProvider
by Louis Pullen-Freilich
· 7 years ago
3c8f713
Renames findAndRemovePreference() to removePreferenceRecursively
by Louis Pullen-Freilich
· 7 years ago
54d2fe9
Fixes not respecting style tags in ListPreference summaries
by Louis Pullen-Freilich
· 7 years ago
a453927
Import translations. DO NOT MERGE
by Bill Yi
· 7 years ago
5fbdf84
Merge "Adds Preference SummaryProvider interface and default implementations" into androidx-master-dev
by Louis Pullen-Freilich
· 7 years ago
01f2945
Import translations. DO NOT MERGE
by Bill Yi
· 7 years ago
7cd5e0f
Adds Preference SummaryProvider interface and default implementations
by Louis Pullen-Freilich
· 7 years ago
a1a03a2
Merge "Removes default implementation for onPreferenceStartScreen" into androidx-master-dev
by Treehugger Robot
· 7 years ago
f25dd7e
Merge "Tries to parse colorAccent below Lollipop for category title" into androidx-master-dev
by Treehugger Robot
· 7 years ago
52450dc
Removes default implementation for onPreferenceStartScreen
by Louis Pullen-Freilich
· 7 years ago
688a41e
Merge "Fixing the highlighted area of PreferenceCategory is not balanced" into androidx-master-dev
by Console Chen
· 7 years ago
d5a0221
Fixing the highlighted area of PreferenceCategory is not balanced
by Console Chen
· 7 years ago
3cf783a
Undoing the recent enabling of Metalava
by Jeff Gaston
· 7 years ago
87318cb
Enabling Metalava everywhere
by Jeff Gaston
· 7 years ago
ede006e
Updates for latest Metalava
by Jeff Gaston
· 7 years ago
7c08de1
Tries to parse colorAccent below Lollipop for category title
by Louis Pullen-Freilich
· 7 years ago
0265a7f
Merge "Adds PreferenceGroup#findAndRemovePreference(CharSequence)" into androidx-master-dev
by Treehugger Robot
· 7 years ago
f89afb0
Enable fatal UnknownNullness Lint for Fragments
by Ian Lake
· 7 years ago
0cf2149
Merge "Use a FragmentFactory to instantiate Fragments" into androidx-master-dev
by Treehugger Robot
· 7 years ago
d2317f7
Use a FragmentFactory to instantiate Fragments
by Ian Lake
· 7 years ago
1cad56b
Updating the versioning of the API txt files produced by modules using Metalava to match that of modules not using Metalava.
by Jeff Gaston
· 7 years ago
1402c05
Adds PreferenceGroup#findAndRemovePreference(CharSequence)
by Louis Pullen-Freilich
· 7 years ago
d3beab60
Disables test coverage for Preference ktx tests
by Louis Pullen-Freilich
· 7 years ago
4209136
Merge "Adds fallback implementations for launching nested screens / fragments" into androidx-master-dev
by Treehugger Robot
· 7 years ago
5ae0ecc
Adds fallback implementations for launching nested screens / fragments
by Louis Pullen-Freilich
· 7 years ago
34a16c5
Annotates some kotlin tests with the relevant size annotation
by Louis Pullen-Freilich
· 7 years ago
8c08555
Updates ktx Preference test to use PreferenceFragmentCompat
by Louis Pullen-Freilich
· 7 years ago
ab964136
Moves Preference copying related interfaces to an inner class
by Louis Pullen-Freilich
· 7 years ago
cd84848
The great preference sample app migration
by Louis Pullen-Freilich
· 7 years ago
3b47c1b
Merge "Simplifies Preference visibility logic" into androidx-master-dev
by Louis Pullen-Freilich
· 7 years ago
f27405e
Move buildOnServer task init to AndroidX plugin
by Jake Wharton
· 7 years ago
2ec4a84
Simplifies Preference visibility logic
by Louis Pullen-Freilich
· 7 years ago
cae3e58
Deprecates Preference classes that rely on framework components
by Louis Pullen-Freilich
· 7 years ago
68c02dc
Merge "leanback-preference: add androidx fragments" into androidx-master-dev
by Dake Gu
· 7 years ago
350f81a
leanback-preference: add androidx fragments
by Dake Gu
· 7 years ago
4aa8bc2
Adds generic image_frame layout and cleans up XML
by Louis Pullen-Freilich
· 7 years ago
d57bbc4
Merge "Fixes SeekBarPreference layout" into androidx-master-dev
by Louis Pullen-Freilich
· 7 years ago
13390ea
Conditionally sets OnCreateContextMenuListener
by Louis Pullen-Freilich
· 7 years ago
599da97
Fixes SeekBarPreference layout
by Gergely Korossy
· 7 years ago
9ece8a4
Merge "Adds support for copying preferences via long press" into androidx-master-dev
by Louis Pullen-Freilich
· 7 years ago
b237a24
Fixes iconSpaceReserved not working with PreferenceCategory
by Louis Pullen-Freilich
· 7 years ago
7358031
Adds support for copying preferences via long press
by Louis Pullen-Freilich
· 7 years ago
7e6b5ef
Merge "Add Louis to owners." into pi-androidx-dev am: 3c84d9d1ce
by Filip Pavlis
· 7 years ago
9b42eca
Add Louis to owners.
by Filip Pavlis
· 7 years ago
b7eeda4
Move to androidx.test for tests.
by Aurimas Liutikas
· 7 years ago
3f9ceb6
Move to androidx.test for tests.
by Aurimas Liutikas
· 7 years ago
cecefc3
Merge "Allow clients to know when the expand button is clicked." into pi-androidx-dev
by Doris Ling
· 7 years ago
1bb96bc
Merge "Allow clients to know when the expand button is clicked."
by TreeHugger Robot
· 7 years ago
5b46599
Create API files for Android KTX libraries.
by Jake Wharton
· 7 years ago
3c3c49a
Fixes tests broken on P+
by Louis Pullen-Freilich
· 7 years ago
5142f91
Fixes tests broken on P+
by Louis Pullen-Freilich
· 7 years ago
51a8d52
Merge "Rename recycler view for preferences and car to recycler_view" into pi-androidx-dev
by Aarthi Balachander
· 7 years ago
7effd0e
Merge "Add PagedListView to Car Preference theme" into pi-androidx-dev
by Aarthi Balachander
· 7 years ago
bab12bc
Merge "Rename recycler view for preferences and car to recycler_view" into pi-androidx-dev
by TreeHugger Robot
· 7 years ago
14f3322
Add PagedListView to Car Preference theme
by Aarthi Balachander
· 7 years ago
e305dc2
Import translations. DO NOT MERGE
by Bill Yi
· 7 years ago
aaf362e
Merge "Fixes IndexOutOfBounds exception when hiding a preference" into pi-androidx-dev
by Louis Pullen-Freilich
· 7 years ago
2e54c00
Fixes IndexOutOfBounds exception when hiding a preference
by Louis Pullen-Freilich
· 7 years ago
c3fa4fb
Rename recycler view for preferences and car to recycler_view
by Aarthi Balachander
· 7 years ago
4e7b224
Allow clients to know when the expand button is clicked.
by Doris Ling
· 7 years ago
9afeaf5
Allow clients to know when the expand button is clicked.
by Doris Ling
· 7 years ago
db53e97
Restores SavedState before rendering the Preference hierarchy
by Louis Pullen-Freilich
· 7 years ago
a97ea03
Move to beta01 version for AndroidX 1.0.0 release
by Aurimas Liutikas
· 7 years ago
3478ef7
Move to beta01 version for AndroidX 1.0.0 release
by Aurimas Liutikas
· 7 years ago
d96da03
Fixes NullPointerException when setting the initial value of a SeekBarPreference
by Louis Pullen-Freilich
· 7 years ago
86a4f25
Fixes NullPointerException when setting the initial value of a SeekBarPreference
by Louis Pullen-Freilich
· 7 years ago
c1cc96b8
Merge changes Id95cfe5d,I42fb3e37 into pi-androidx-dev am: 8415c71f99
by Aurimas Liutikas
· 7 years ago
ba4535b
Add api tracking for a set of support libraries
by Aurimas Liutikas
· 7 years ago
3f074dd
Fix synthetic calls in preference module
by Jake Wharton
· 7 years ago
8c77ebe
Fix synthetic calls in preference module
by Jake Wharton
· 7 years ago
8d60fc9
Deprecates onSetInitialValue and replaces it with a simplified version.
by Louis Pullen-Freilich
· 7 years ago
e3787b6
Merge "Inline all uses BuildCompat#isAtLeastP" into pi-androidx-dev
by Aurimas Liutikas
· 7 years ago
Next »