summaryrefslogtreecommitdiff
path: root/core/java/android/view/ContextThemeWrapper.java
AgeCommit message (Expand)Author
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-15Annotated mTheme field on ContextThemeWrapper with maxTargetSdk PNader Jawad
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2017-03-29API refactor: context.startForegroundService()Christopher Tate
2016-04-04Fix issue with overridden configuration in onConfigurationChangedAdam Lesinski
2015-12-16Don't call public non-final getResources() from getAssets()Alan Viverette
2015-08-25Clean up ContextThemeWrapperAlan Viverette
2015-08-25Return asset manager with correct config from ContextThemeWrapperAlan Viverette
2015-05-01Allow ContextImpl.setTheme(int) to be called after getTheme()Alan Viverette
2015-03-13Add resource type annotations to some APIsTor Norbye
2015-01-14Add popup theme for Spinner, use for actionBarPopupTheme defaultAlan Viverette
2014-05-05Partial revert "Load device default theme mapping from resources"Alan Viverette
2014-05-01Load device default theme mapping from resourcesAlan Viverette
2014-03-07Cleanup ContextThemeWrapperFabrice Di Meglio
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2012-08-14Add API to create new contexts with custom configurations.Dianne Hackborn
2011-01-14Add Holo theme for IMEs.Dianne Hackborn
2011-01-08Implement issue # 3255887 could CursorLoader offer...Dianne Hackborn
2011-01-04No longer needed.Dianne Hackborn
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project