summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/SettingsLicenseActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Migrate license display to HTMLViewer.Jeff Sharkey2014-11-141-170/+29
| | | | | | | | | For security purposes, we're no longer allowing WebView to be loaded when running as system UID. Instead, we now launch HTMLViewer to show the details. Bug: 18376908 Change-Id: I3c6a7897ab4ad0fc2c5463e5d69c7f53fb934e31
* Show the license dialog only if the activity is still showingAmith Yamasani2012-08-231-1/+3
| | | | | Bug: 6888990 Change-Id: Ide267739c7fd296356f26293f02bd794906fbd0a
* Dismiss dialogs properly on closing.Amith Yamasani2011-11-141-4/+5
| | | | | | | | Also make the invisible activity truly invisible (was showing a blue line behind the dialog). Bug: 5572140 Change-Id: I67b31f0682f189c7075011e0dd0660b0fbc543d9
* Remove the deprecated things from Config.java. These havent been working ↵Joe Onorato2011-04-071-2/+1
| | | | | | since before 1.0. Change-Id: I88ea860fd6edf7c128cf1a201329f09428ab382c
* Settings: Improved UX when viewing open source license info.Henrik Carlsson2011-03-291-48/+145
| | | | | | | | Added spinning progress indicator to the open source license dialog. The actual file loading is now handled by a separate thread, in order to provide user feedback and reduce risk for ANR. Change-Id: Ia12727ecc2fe8114e0d1384769b568142c8a1db6
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+123
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-123/+0
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-13/+21
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-23/+1
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+137