summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/ApplicationSettings.java
Commit message (Collapse)AuthorAgeFilesLines
* log visibility of viewsChris Wren2015-03-271-0/+6
| | | | | Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
* Follow more Secure settings to Global.Jeff Sharkey2012-09-271-12/+12
| | | | | Bug: 7232014, 7231331, 7231198 Change-Id: Iea055cfa58edb253b55fe30bf294994ad338cfa4
* Refactoring in Settings/ApplicationsGilles Debunne2011-06-221-59/+3
| | | | | | | | | Battery, Development moved to main menu. Unknown sources moved to Security. Main menu links directly to ManageApplications. ApplicationSettings was kept in case an other app referenced it. Change-Id: I0271d4222cfc192f9235f21e06bf3b56f77db1a4
* Remove this setting that never really got finished.Joe Onorato2011-06-091-0/+1
| | | | Change-Id: Id52d7e4f735a2a289533fc9d8461f70218601764
* advanced settingsJoe Onorato2011-04-061-4/+35
| | | | Change-Id: Ibc3889e2ab0569f851ec46fe4d1cb1b4920ea5be
* Show quick launch settings always.Jeff Brown2010-12-081-7/+0
| | | | | | | Since external keyboards can be connected, we should always show the quick launch settings. Unfortunately they still need to be fragmentized. Change-Id: I1342ef3892a8b1b465ecc5c1346049f8b1ff73cd
* Refactor settings top level activities to use fragments.Amith Yamasani2010-08-181-6/+6
| | | | | | | | | | | | | Added a base class SettingsPreferenceFragment from which the settings activities should be derived so that they can behave like fragments. It contains some commonly called utility methods and dialog conversion to DialogFragment. Some of the top-level activities can be launched directly without the left pane. Settings.java acts as a proxy activity that contains just that settings fragment without the left pane. There are still a lot of second and third level activities that need to be fragmentized. This is just the first pass to test the 2-pane layout.
* merge from open-source masterThe Android Open Source Project2010-05-191-1/+1
|\ | | | | | | Change-Id: Id9c258165d9bb326271218a562d782fa52608213
| * Removed Calls to deprecated APIs and unused importsChristian Mehlmauer2010-05-171-1/+1
| | | | | | | | Change-Id: Ibaaf3418ec2c97a99495eca7ea546af415370c3e
* | Fix 2579461Suchi Amalapurapu2010-04-071-6/+6
| | | | | | | | | | | | | | Disable move when manifest option for install location is unspecified and install location is auto/internal Change-Id: Ic7a493ecbbed6017326e2ec728e25c6ea9de8223
* | Apps on SD Card project.Oscar Montemayor2010-02-221-5/+67
|/ | | | | Settings for Manage Applications that allow the user to choose default application installaction location. Options are: internal flash, SD card, or automatic.
* Dismiss the dialog in onDestroy so that it doesn't leak on orientation ↵Amith Yamasani2009-04-201-0/+8
| | | | change or other transitions.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+98
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-98/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-4/+11
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+91