summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/search
Commit message (Collapse)AuthorAgeFilesLines
* Bluetooth : Handle SQL memory situation during OPP.Sravan Kumar V2016-07-011-7/+20
| | | | | | | | | | | | | | | | | | | Use case : 1) Use Any tool to Fill memory 2) When available memory is very low, enter settings-Bluetooth Failure : "Unfortunately, Bluetooth share has stopped" error comes. Root Cause : Because of Memory Issue application was unable to perform any SQL operations. Fix : Catch SQLite FullException and SQlite Exception in bluetooth settings to avoid crash in this use case. Change-Id: I621816ef6214eead49ba9f5a98a4152572fb1379
* Settings : Move trust agent search index to LockscreenSettingsDanesh M2016-06-201-1/+1
| | | | | | | | Ensure smart lock takes you to LockscreenSettings instead of SecuritySettings CYNGNOS-3053 Change-Id: I2d6f4b29cfad259cebfb3ee97b055f59a131d3de
* Settings : Add title to xml preference screensDanesh M2016-05-191-1/+1
| | | | | | | | | | | Search indexing was inserting null as the title, which results in the default "Settings" title if the user selects a search result. This is inconsistent with the title the user sees when they manually navigate to that preference screen. FEIJ-512 Change-Id: I6f6ed7b851c998aa2cb5531bef04e8000ccb8ddd
* Use correct icon for sim cardArvin Quilao2016-05-141-1/+1
| | | | | | Instead of storage/sdcard icon, use the correct vector drawable sim card icon. Change-Id: I8349eae870b774671e635aabfb42b2b455ff1cd3
* Fix the improper string and increment database version to kick off a new ↵Martin Brabham2016-04-111-1/+1
| | | | | | | | indexing job. Change-Id: Iec878ec4414a47f05f9d0de03eb2268ef0b3d6ee Ticket-Id: CYNGNOS-812 (cherry picked from commit 13ccd1c41aaf1238ca128addda3ec4c1b15abb3c)
* Revert "Settings: disable wifi display from search indexing if disabled"Steve Kondik2016-04-041-1/+1
| | | | | | | | | | * Breaks the build. Missing variables, bad syntax. DONUTS-1234 This reverts commit 8b1fe7d8b3d704ce841f4af12cd9d7b98eb9330d. Change-Id: Idf1a5a9580d85148d117893568515562bea31af2
* Settings: disable wifi display from search indexing if disabledAnkit Gupta2016-04-041-1/+1
| | | | | | | | | | | | If wifi display is disabled from the system property or from the overlay file, disable its key indexing to stop appearing it in search result. Also update the database version to reflect the changes. Also fix indexing for saved access point settings. Issue-id: YAM-141 Change-Id: Ia3688e4b294ad67ab8029dd47d1067fd722cbff7
* Settings: fix indexing for saved access point settingsRoman Birg2016-03-012-2/+2
| | | | | | | | | We are including custom logic, so we need to set NO_DATA_RES_ID. Ref: YAM-141 Change-Id: Ibd242bd3a05b06f6a54504543219fc524127b71d Signed-off-by: Roman Birg <roman@cyngn.com>
* Settings: Add CM-specific settingsDiogo Ferreira2016-02-173-1/+41
| | | | | Change-Id: Iae0f60a62a51e96893766c4fa50a60ac4a214102 Ticket: CYNGNOS-1577
* Settings : Port over reorganization from 12.1Danesh M2015-12-083-7/+24
| | | | Change-Id: I3d77bb96aba4a501d3223e72be60403694828a34
* Merge tag 'android-6.0.1_r3' of ↵Steve Kondik2015-12-071-3/+6
|\ | | | | | | | | | | | | | | https://android.googlesource.com/platform/packages/apps/Settings into HEAD Android 6.0.1 release 3 Change-Id: If54bacef03fc826fd02ca48db5ef3a25c8fc7127
| * Null check queryIntentServicesJason Monk2015-11-091-3/+6
| | | | | | | | | | Bug: 25575738 Change-Id: I006a0e2f47863ac0f5d8ae28c88614481d13e8d3
* | Settings: Cleanup battery saver settingsMichael Bestas2015-11-032-10/+0
| | | | | | | | | | | | | | * Add back auto battery saver * Add back support for battery saver on devices without perf profiles Change-Id: I562420a81592fde54a96dca88a71ed9137bb59a9
* | Only access CMHW from main thread.Danny Baumann2015-10-293-0/+21
|/ | | | | | | Some CMHW classes might expect that they're created in the main thread, e.g. if they want to use Handlers. Change-Id: I319709a423547368b3c4f047c2efbfab4c191953
* Implement default assist app settingXiyuan Xia2015-06-102-10/+0
| | | | | | | | | | | | - Add "None" support to AppListPreference - Add DefaultAssistPreference to manage assist; - Add AppListPreferenceWithSettings to show a settings icon; - Implement DefaultAssistPreference based on AppListPreferenceWithSettings; - Move voice input settings into ManageAssist and implement it based on AppListPreferenceWithSettings; Bug:20210110 Change-Id: If283b8b55a46b428ecfa6e45dc2123292b1d4302
* Fix legal info back buttonJason Monk2015-06-102-0/+10
| | | | | | | | | Make it its own SettingsPreferenceFragment. whitespace-- Bug: 20727881 Change-Id: I1f790af03d316c1d43377a6d8606084d9f3a747f
* Reorder device categoryJason Monk2015-06-031-3/+3
| | | | | Bug: 21588753 Change-Id: Ie01ad44b3bc9d2d3cac165e25b72a112896d4d2c
* Fix battery usage screen issuesJason Monk2015-06-021-1/+1
| | | | | | | | | | | | Tint icons properly Bug: 21077770 Show better icons for wifi and bt (remove the old ones) Bug: 21172936 Also add a way to show fake items in power list for testing. Change-Id: I6b6804673a68190ebc3f2ea32802e30811a7f5b2
* Added SearchIndexProvider for UserSettingsFyodor Kupolov2015-05-191-1/+1
| | | | | | | | It enables customizations for certain cases like whether the user is able to create restricted profiles or multiuser UI is disabled. Bug: 21197002 Change-Id: Ia672c0f9bb451877f8debe04438b46cb2b7e9242
* New UI for controlling USBNick Kralevich2015-05-132-10/+0
| | | | | | | | | | Create a new UI for managing USB access control. This UI is implemented as a transparent popup triggered by a persistent notification. Delete the old UI for controlling this. It is no longer used. Bug: 18905620 Change-Id: I54186961414447a9d37f68e946e1c167506170ae
* Move default app preferences to one screenJason Monk2015-04-142-1/+11
| | | | | | | | | | - Move emergency and SMS app preferences to default apps - Fix search on default apps - Make all default app prefs use AppListPreference - Some approximate UI work on AppListPreference Bug: 20210110 Change-Id: Id04086163c7e87c92a03af421a27018fb380b45d
* Checkpoint of new storage UI.Jeff Sharkey2015-04-122-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Top-level storage UI now shows list of all devices, both internal and adopted/private volumes, and public/shared volumes. When viewing a private volume, show traditional clustering of data types, including summary of other users. For adopted volumes, any actions are tucked away in a menu, since they're not primary. Misc files browsing is now provided by DocumentsUI. Teach StorageMeasurement about new private volumes, including handling emulated volumes stacked above them. When measuring, only consider apps actually hosted on the current volume UUID. When viewing a public volume, we default to launching into file management mode, and offer a simple eject button at the top-level view. File management mode is offered by new DocumentsUI browse intent, and a Settings link there redirects back to us for actual operations like ejecting/formatting. When unmounted, we launch into our action view. Actions like ejecting/formatting just show simple toasts for now. Bug: 19993667 Change-Id: Ie990ef3c01fb3717aaf8c79bfc53aac7edefdcf7
* Settings: An update on Downtime.John Spurlock2015-04-091-10/+2
| | | | | | | | | | | | - Migrate settings to the new zen mode state model. - Remove downtime settings. - Add automatic rule management page (add/remove) - Bind new automatic schedule rules to detail editor. - Clean up a few found miscapitalized string captions. - Migrate zen switch to report the shared summary string. Bug: 20064962 Change-Id: Ia561e7f77c90c962729240b4d51ba1915297f64a
* Merge "Hide emergency app settings on non-voice deivces"Adrian Roos2015-04-081-1/+1
|\
| * Hide emergency app settings on non-voice deivcesAdrian Roos2015-04-081-1/+1
| | | | | | | | | | Bug: 19841649 Change-Id: I30ba582f503514656c99f3aea2801a68dfd1a5fa
* | Settings: Move downtime to new automation sub-settings page.John Spurlock2015-04-032-0/+10
| | | | | | | | | | Bug: 20064962 Change-Id: I6238439bbd679c143fc986743a65ed64057f2755
* | Settings: Move priority configuration to its own sub-settings page.John Spurlock2015-04-032-0/+10
|/ | | | | Bug: 20064962 Change-Id: Idd03e0e5077e13cc08ff9997ab9ad56ddcdb5c50
* Made scanning settings searchableLifu Tang2015-03-272-2/+12
| | | | | | Bug: 19965598 Change-Id: I2868bc2185d56861f5a0927bb8d49d978e99f33b
* Implement new Manage Apps listJason Monk2015-03-232-10/+23
| | | | | | | | | | | Manage apps now only has one list. When entered from the dashboard it is not sortable or filterable, and shows a combination of downloaded apps and anything that shows up in launcher. When 'all apps' is entered through advanced app settings, the list shows all apps and can be filtered and sorted. Bug: 19443900 Change-Id: I555ee56417c330424d458750b6f81d3bd543f66d
* Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release'Vinit Deshpande2015-03-162-0/+10
|\ | | | | | | Change-Id: I6c9de433a224925961b484b400a89edf9059d2bd
| * Add Wi-Fi Calling preference screenPavel Zhamaitsiak2015-02-252-0/+10
| | | | | | | | Change-Id: Ie89902b55c5c4184236636f5039b3246a9c0bda5
* | Fix bug #19313587 Settings unusable when userdata is fullFabrice Di Meglio2015-02-271-2/+16
| | | | | | | | | | | | | | - take care of low storage space use case: do not start and Index update if we are is low storage space situation. Change-Id: Ifa5bb618d087826c004b06aa7821b9634038734c
* | am 1d33bca0: Merge "Hidden ApplicationInfo flags are now in privateFlags."Alex Klyubin2015-02-111-1/+2
|\ \ | |/ |/| | | | | * commit '1d33bca0e496f980ec1a364f58cccd457d40954a': Hidden ApplicationInfo flags are now in privateFlags.
| * Hidden ApplicationInfo flags are now in privateFlags.Alex Klyubin2015-02-111-1/+2
| | | | | | | | | | | | See b9f8a5204a1b0b3919fa921e858d04124c582828. Change-Id: I98bbe4b1a5ac0939e0000e4da8b21a1964c75e8b
* | am 526e4b41: am c1dc8752: Merge "Disable factory reset for secondary users" ↵Amith Yamasani2014-10-231-1/+1
|\ \ | | | | | | | | | | | | | | | | | | into lmp-dev * commit '526e4b41550fa70e08cfcfc7bfbc2aa88a9f71d7': Disable factory reset for secondary users
| * | Disable factory reset for secondary usersAmith Yamasani2014-10-221-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | Search in Settings makes it possible to find the factory reset screen. Disable the search index in PrivacySettings so that backup and reset keywords don't get indexed for secondary users. Also add additional safeguards for other entry points such as public intents, so that the backup/reset screen does not show any options. Bug: 18076086 Change-Id: Ie5135fbf4084038c99947a1a107ab4758f0c15a9
* | Fix bug #18017952 It does not search all possible "USB" results that can be ↵Fabrice Di Meglio2014-10-162-3/+13
|/ | | | | | | | | | found in the settings - add indexing for UsbSettings - change constant name from RANK_MEMORY to RANK_STORAGE - fix old issue with the PreferenceScreen title (as Location instead of USB computer connection) Change-Id: I1395ec3d6a795edf73a8703545540456a477cc21
* Merge "Fix bug #17393417 Developer Options are not indexed after activating ↵Fabrice Di Meglio2014-09-041-0/+1
|\ | | | | | | them" into lmp-dev
| * Fix bug #17393417 Developer Options are not indexed after activating themFabrice Di Meglio2014-09-041-0/+1
| | | | | | | | | | | | - add forceUpdate field copy in the UpdateData copy constructor Change-Id: I245ce76bf9798c359219e153d2af9d08e7e11903
* | Fix bug #17208479 Have Cellular Networks Show up in Data UsageFabrice Di Meglio2014-09-021-1/+7
|/ | | | | | | | | - prevent collisions in the DocId (which is the primary key of the FTS4 table) - instead of just using "updatedTitle" hash, use instead "updatedTitle + screenTitle" Change-Id: If38f7bcc7fb857d59242d08c16c39adb80590254
* Fix bug #17250939 Stability: ANRs in Settings: at ↵Fabrice Di Meglio2014-08-291-34/+30
| | | | | | | | | | | com.android.settings.search.Index.updateInternal(Index.java:518) - do not care about getting a result for updating the Index as there is no way to make it useful (the result will come later when this is no more relevant) - make a copy of the data to process and pass it to the AsyncTask Change-Id: I6b8a08ecbe3d32cffac1314c03f682ebacfd64bf
* Don't index the ChooseLockGeneric screenAmith Yamasani2014-08-221-9/+0
| | | | | | | | | | | This avoids indexing face unlock, which may not always exist or might be disabled by policy. Instead, add some of the relevant keywords up one level in Security settings. Bug: 17185326 Change-Id: I4fbae1c0384a97383707104a6fe283075edbf341
* Merge "Revert "Add BT message access"" into lmp-devPauloftheWest2014-08-122-10/+0
|\
| * Revert "Add BT message access"PauloftheWest2014-08-122-10/+0
| | | | | | | | | | | | | | - removed Message Access screen from Bluetooth overflow Bug: 15720425 Change-Id: I68191a4639ea7e6b6cd3a60e88160443fab2ba0e
* | Fix bug #16958103 android.content.res.Resources$NotFoundException: String ↵Fabrice Di Meglio2014-08-122-0/+10
|/ | | | | | | | | | resource ID #0x7f080971 - remove the indexing offending part from InputMethodAndLanguageSettings as the strings has been changed - add indexing for VoiceInputSettings Change-Id: Ib8da55c935e00538ad6fff2f2590b0d525140734
* Fix bug #16896118 SIM cards should ONLY appear in search results for devices ↵Fabrice Di Meglio2014-08-081-1/+1
| | | | | | | | | | with 2+ SIM slots - add the proper SearchIndexProvider to SimSettings - allow indexing only an only if showSimCardTile() is true - add Utils.showSimCardTile() Change-Id: I5df2284d32f91fa454e1edebf1139d00593138a0
* Merge "Enforce the presence of the Indexable interface for Indexing" into ↵Fabrice Di Meglio2014-07-241-20/+50
|\ | | | | | | lmp-dev
| * Enforce the presence of the Indexable interface for IndexingFabrice Di Meglio2014-07-241-20/+50
| | | | | | | | | | | | - check that the Indexable interface has been defined before indexing Change-Id: Ia61915b2bd1240226ba560ecfd883a115b49da95
* | Added SIM Card Activity to SettingsPauloftheWest2014-07-242-18/+31
|/ | | | | | | | | | + Added SIM Card menu to Settings menu + Added SIM card detail dialog when selecting a SIM Card + Added ability to select the default SIM for Cellular data, Calls, and SMS Bug: 16241745 Change-Id: I43437aa4c591c5097a8865d564f88726671e1b7d
* Merge "Fix how Home Activities are refreshed" into lmp-devFabrice Di Meglio2014-07-231-36/+0
|\