summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/deviceinfo
Commit message (Collapse)AuthorAgeFilesLines
* log visibility of viewsChris Wren2015-03-275-3/+35
| | | | | Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
* Clean up usage of theme colors, deprecated Resources.getColor* methodsAlan Viverette2015-03-181-1/+1
| | | | Change-Id: I34e11e0773c9f8e00e3eab422781094e19a16d3d
* Settings: Remove all unused imports.John Spurlock2015-03-183-10/+0
| | | | Change-Id: Iebfa52cb849d69974c94902b0b020893cf5618a3
* Add support for MIDI USB configuration to MIDI settings screenMike Lockwood2015-02-201-0/+15
| | | | Change-Id: I41b7ef2090b8887d5d3c05494de9dd1fb4dd65eb
* Remove sim status and imei for secondary user.Sanket Padawe2015-01-291-0/+7
| | | | | Bug: 19165700 Change-Id: I4cc4b09a66acb3c88ac33e6479b165b6872404c8
* Display Voice nw type if Data nw is Unknown for Sprout.Sanket Padawe2015-01-081-3/+7
| | | | | | | | | For multisim device when default data connection is set to 1st sim, getDataNetworkType() returns Unknown for 2nd sim. In that case use getVoiceNetworkType() to display Cellular nw type in sim status. Bug: 18922147 Change-Id: Id7c39f8717737b60bde988cbd1c85ce8f6768a6f
* Merge "SIM Status now shows data connection instead of voice." into lmp-mr1-devPrem Kumar2014-12-291-10/+5
|\
| * SIM Status now shows data connection instead of voice.PauloftheWest2014-12-181-10/+5
| | | | | | | | | | Bug: 18714691 Change-Id: Ia2e9642d3331126a040ae1a059300df65d9551b9
* | Removed extraneous slot information on single SIM devices.PauloftheWest2014-12-181-2/+6
|/ | | | | Bug: 18803333 Change-Id: If18f898839a1b7927a8db3b225549d4e4e073fdc
* Merge "Use getLIn1NumberForSubscriber to get phone number." into lmp-mr1-devWink Saville2014-12-151-1/+1
|\
| * Use getLIn1NumberForSubscriber to get phone number.Wink Saville2014-12-151-1/+1
| | | | | | | | | | | | Bug: 18721557 Change-Id: I255627638efe21362315286a659ac59b46e1fa30 Signed-off-by: Wink Saville <wink@google.com>
* | IMEI information will show without a SIM.PauloftheWest2014-12-151-21/+3
|/ | | | | Bug: 18701340 Change-Id: I1e92bd1af4d68849f194d30b5b894cfb144900e5
* Change tests against INVALID_SUBSCRIPTION_ID to use isValidSubscriptionId.Wink Saville2014-12-111-1/+1
| | | | | Bug: 18668873 Change-Id: Ie709a62bbb74e0a767daeb9e3fb3aecd4c45df44
* Merge "Settings app - read phone number from TelephonyManager." into lmp-mr1-devShishir Agrawal2014-12-051-4/+2
|\
| * Settings app - read phone number from TelephonyManager.Shishir Agrawal2014-12-031-4/+2
| | | | | | | | | | | | | | | | The phone number needs to be always read from the TelephonyManager since it can be overridden. Bug: 18487514 Change-Id: If72094eb230c41b4f70146b0ccb012c9f9860626
* | Fixed a Settings crash when entering SIM statusPauloftheWest2014-12-041-25/+27
|/ | | | | Bug: 18596763 Change-Id: I699268345c342be05814bb531027dd53cba1c370
* Bug Fix: SIM Status will display the proper network typePauloftheWest2014-12-021-4/+15
| | | | | Bug: 18414792 Change-Id: I41f838ab95eaf9d546e59c9e2a793bbab393cb27
* Additional changes to SubscriptionManager API as per API council.Wink Saville2014-11-222-8/+11
| | | | | bug: 17575308 Change-Id: Idd98aa46c15a9219ccf28091c62602ac8bf16c62
* Revert "Additional changes to SubscriptionManager API as per API council."Wink Saville2014-11-202-11/+8
| | | | | | This reverts commit 1285f74fcb6a8bf080c224e5a36db00ab1167d4c. Change-Id: I366556368a9c429d8c356bcdb8e29af9c6c4c71e
* Additional changes to SubscriptionManager API as per API council.Wink Saville2014-11-192-8/+11
| | | | | bug: 17575308 Change-Id: I7773965094510999bfce8fc6b2b31ba6ce496653
* Adding Sim Status menu to Settings.PauloftheWest2014-11-121-0/+413
| | | | | | | | | + Added tabs for Multi-SIM devices. + Most of the code was taken from MediaTek (https://partner-android-review.googlesource.com/#/c/181417) Bug: 18195254 Change-Id: If6f7d5cfa4d41adb52dfc1bd035b4ff79d926bd8
* Update SubscriptionManager API as per API council.Wink Saville2014-11-111-2/+2
| | | | | bug: 17575308 Change-Id: Ib39a60e4f75981a466e9d606ec627756efad018d
* Clean up public API of SubInfoRecord.Stuart Scott2014-11-031-1/+1
| | | | | bug: 17575308 Change-Id: I38afd507b1c004fd566214c0b3812cab226936df
* Added IMEI status activity.PauloftheWest2014-10-281-0/+169
| | | | | | | | + Added IMEI support from MTK with formatting changes. Now extra SIM IMEI information is displayed in a seperate activity. Bug: 17935115 Change-Id: I48942d77650bef2a1778996db3b1ec3a9d87492c
* [DS] DSDS support for SettingsPauloftheWest2014-10-031-286/+1
| | | | | | | | + Rebase and modify as APIs rename. + Fix bugs on set sub's name as title. + Enabled Sim Settings. Change-Id: Ic731c7882be95b86b6b8dcdd3f208a6125681f3e
* Enforce the presence of the Indexable interface for IndexingFabrice Di Meglio2014-07-241-1/+1
| | | | | | - check that the Indexable interface has been defined before indexing Change-Id: Ia61915b2bd1240226ba560ecfd883a115b49da95
* Get phone number from TelephonyManager on Phone Status page.Derek Tan2014-07-021-1/+1
| | | | | Bug: 11900806 Change-Id: I4df3fac7b483ddae2bbda14b5a85629486e400cf
* Fix SettingsPreferenceFragment.startFragment()Fabrice Di Meglio2014-07-011-5/+3
| | | | | | - was always passing R.string.lock_settings_picker_title as a title res Change-Id: Iab47ef3da00e91d5ce3b6dc50c50c943bd78b08f
* Fix UsageBar for Storage SettingsFabrice Di Meglio2014-06-171-8/+11
| | | | | | | | - make padding consistent with the rest of the Settings App See bug: #15384992 Setting Dashboard - padding updates Change-Id: Id333493cc4e88355a1211834081cd22e61aabf77
* Add Indexable.SearchIndexProvider.getNonIndexableKeys(Context)Fabrice Di Meglio2014-04-111-8/+2
| | | | | | | | | | - getNonIndexableKeys(Context) allow a SearchIndexProvider to tell which data he does not want to index by providing a list of the data keys - use this new API for SoundSettings and removing KEY_EMERGENCY_TONE related settings if the device is not CDMA - add a BaseSearchIndexProvider for code simplification Change-Id: I23633ace1d7e390ee05fac0a5458a33e04e72d8d
* Add indexing for Storage preferencesFabrice Di Meglio2014-04-021-1/+85
| | | | | | - implement the contract for SEARCH_INDEX_DATA_PROVIDER Change-Id: I131e9176c47ccd697d05961b09546ba0e51059f7
* Merge "Fix bug #12919330 RTE in Settings: PhoneFactory probably already running"Fabrice Di Meglio2014-02-071-46/+40
|\
| * Fix bug #12919330 RTE in Settings: PhoneFactory probably already runningFabrice Di Meglio2014-02-061-46/+40
| | | | | | | | | | | | | | - revert changes from the CL for Drawer implementation. - we cannot convert those Activities to fragments as they are running in the Phone process Change-Id: I7e4033bc9b53daa7e7aa6f1fd74576375cde88e9
* | am abe6b835: am 1f37bff7: Merge "Total and available fields missing in ↵Jeff Sharkey2014-02-061-0/+3
|\ \ | |/ |/| | | | | | | | | Settings storage menu" * commit 'abe6b83559d17111d067dfdef22d07cb50c302c0': Total and available fields missing in Settings storage menu
| * Merge "Total and available fields missing in Settings storage menu"Jeff Sharkey2014-02-061-0/+3
| |\
| | * Total and available fields missing in Settings storage menuKent Persson2013-06-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | After formatting SD card or inserting an SD card the total and available space fields in Settings storage are missing. This fix add those fields after SD card has been mounted. Change-Id: Id6c1d1963effdb9656c8eb1c567b913bc4d98bd2
* | | Use Drawer in Settings appFabrice Di Meglio2014-02-033-48/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - get rid of PreferenceActivity as much as we can and use fragments instead - add Drawer widget - add Dashboard high level entry into the Drawer (but this is work in progress and would be done in another CL) - add bypass of fragment's Header validation when launched from the Drawer but *force* validation if external call thru an Intent Be aware that WifiPickerActivity should remain for now a PreferenceActivity. It is used by SetupWizard and should not trigger running the SettingsActivity's header building code. SetupWizard is a Home during the provisionnig process and then deactivate itself as a Home but would make the Home header to appear in the Drawer (because momentarily we would have two Home). Also, verified that: - the WiFi settings still work when called from SetupWizard - when you have multiple Launchers, the Home header will appear in the list of Headers in the Drawer Change-Id: I407a5e0fdd843ad7615d3d511c416a44e3d97c90
* | | am 200b6c63: am 3cfb6767: am e7d8485a: am 5be77489: Merge "Dont show "Erase ↵Amith Yamasani2014-01-071-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | SD Card" when there is none" * commit '200b6c63237bcf1d911d5e8b48a4cd2f05d0ce3d': Dont show "Erase SD Card" when there is none
| * | Dont show "Erase SD Card" when there is noneJohan Redestig2013-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On devices with physcal, external SD Cards, the "Erase SD card" option in in Settings/Storage is available even when there is no SD card present, this dont make much sense since you cannot erase a card that is absent. With this change the erase option is bound to the mount toggle which leads to the following consequences: Card present and mounted -> Erase enabled Card present but unmounted -> Erase enabled No card present -> Erase disabled Card present and MTP attached -> Erase disabled Change-Id: I756ae8af3e0565febaf940df5f4991dd89105bd9
| * | Merge commit 'f9ca318a3d2aceaf5c9e54610073a9017442be9b' into HEADThe Android Open Source Project2013-12-051-3/+1
| |\ \
| * | | Dynamically update connectivity and IP address.Lorenzo Colitti2013-11-251-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The settings status page dynamically updates mobile network status (in/out of service, signal strength, network type, etc.) but not IP address and connectivity information. Dynamically update that information as well, for consistency. For consistency, also update the advanced wifi settings page. [Cherry-pick of deb8f08ace7e255939d793c8a5a0006d424734bc] Bug: 10232006 Change-Id: I3a292d8bd9e36ab16c37e107eefff4b37d884a4c
| * | | Cache preferences and services in status dialog.Lorenzo Colitti2013-11-251-40/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the status dialog fetches the preferences and system services that it uses to display connectivity information (e.g., IP and MAC addresses) only when the dialog is first opened. This is fine because the connectivity information is only filled in once and never updated. In order to have this information update dynamically (like the rest of the dialog), fetch and cache these objects in onCreate. The next change will actually make this information update on network changes. [Cherry-pick of 6eb6a908217e080aea43406028be491d269bdbb0] Bug: 10232006 Change-Id: Ib4072674543e517cf6935e3e03f35090e728090a
* | | | Dynamically update connectivity and IP address.Lorenzo Colitti2013-11-151-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The settings status page dynamically updates mobile network status (in/out of service, signal strength, network type, etc.) but not IP address and connectivity information. Dynamically update that information as well, for consistency. For consistency, also update the advanced wifi settings page. Bug: 10232006 Change-Id: I3a292d8bd9e36ab16c37e107eefff4b37d884a4c
* | | | Cache preferences and services in status dialog.Lorenzo Colitti2013-11-151-40/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the status dialog fetches the preferences and system services that it uses to display connectivity information (e.g., IP and MAC addresses) only when the dialog is first opened. This is fine because the connectivity information is only filled in once and never updated. In order to have this information update dynamically (like the rest of the dialog), fetch and cache these objects in onCreate. The next change will actually make this information update on network changes. Bug: 10232006 Change-Id: Ib4072674543e517cf6935e3e03f35090e728090a
* | | | am 8cd39351: am bd5cbb04: am fd845410: Merge "remove primary condition check ↵Jeff Sharkey2013-10-251-3/+1
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | on storage format." into klp-dev * commit '8cd39351fe9d1164a06bb4420e2b95c5dd9259fb': remove primary condition check on storage format.
| * | | remove primary condition check on storage format.Pierre2013-10-251-3/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this change seemed to have been introduced originally via commit d2a6f28fa7ba8189d2a1987129db27fd840fac0f as a workaround to fix interoperability problem with MTP, then commit 8218d3ba180505a52998caa1fd9f6a1647984e7f seemed to have address this problem. therefore it looks like removing the original restriction is in order to allow formating of the sd-card when not primary storage. Bug: 11352632 Change-Id: I0419135a607dac08c44a3f30a7ccdcad17c46437 Signed-off-by: Pierre <pierre@broadcom.com>
* | | am 8f4919ff: am b46e57ee: am 4a4a1b8b: Merge "Use a public media content uri ↵Amith Yamasani2013-10-042-3/+9
|\ \ \ | |/ / | | | | | | | | | | | | | | | for viewing local media files" into klp-dev * commit '8f4919ffeb97994c5214011696945d08ca8beedb': Use a public media content uri for viewing local media files
| * | Use a public media content uri for viewing local media filesAmith Yamasani2013-10-042-3/+9
| | | | | | | | | | | | | | | Bug: 11061566 Change-Id: I7e049f48d37a68a0a41b7a62383eea71f3938c44
* | | Longpress any row in Status to copy text to the clipboard.Daniel Sandler2013-10-021-0/+28
|/ / | | | | | | | | Really convenient for grabbing IMEI/MAC/serial/etc. Change-Id: I30dd6109d76f342108b10571cf043158b09743d0
* | Always allow formatting of physical storage.Jeff Sharkey2013-06-051-6/+3
| | | | | | | | | | | | | | Also rebuild UI when volume state changes after a format finishes. Bug: 8985206 Change-Id: I6208e385711b883fb6fc77cc76cbe425d740b0a8