summaryrefslogtreecommitdiff
path: root/packages/SettingsLib/HelpUtils/src/com/android/settingslib/HelpUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix lint error for those module used in mainline moduleEdgar Wang2021-07-081-0/+26
| | | | | | Bug: 187861723 Test: rebuild Change-Id: I3a8c9e00f164d0f0dd381b188ecfd0c4a758a277
* uriWithAddedParameters made public.Jeremy Goldman2021-03-121-1/+1
| | | | | | | | | This is necessary so that the VpnInfoPreference can make the appropriate uri for an external link (see ag/13824400) Test: HelpUtilsTest Bug: 176821216 Change-Id: I38182c4ab163240b83af878f4abd74409333e35f
* Launch help with system default themeRaff Tsai2020-03-031-6/+1
| | | | | | | Fixes: 150651499 Test: Settings -> Battery -> click up right corner question icon, a help activity with system light/dark theme will be displayed Change-Id: I58bfa6eee8af055d7aacb214b14cb50354a53853
* Prevent add menu item twiceRaff Tsai2019-11-191-9/+23
| | | | | | Bug: 141601408 Test: manual Change-Id: I598f3f1f2ae9078e7b923541418533e9a8f24f20
* [DO NOT MERGE] qt-qpr1-sysui-dev @ build 5814791Hyunyoung Song2019-09-011-2/+2
| | | | | | | | | | | | | | | Test: presubmit setup on source branch Bug: 130289146 Create a Gradle build for SystemUI Bug: 136279712 Daggerize FalsingManager Bug: 137324767 "Unable to instantiate service com.android.systemui.doze.DozeService" exception breaks launcher tests Bug: 137563419 Remove Bouncer reveal delay from bypass flow Bug: 138787339 Allow Services and Activities to be injected into directly. Bug: 139128921 [AS 3.5 RC2, SDK API 29 rev 2] Overload resolution ambiguity: while removing element from HashMap Bug: 64712476 Import translations for dev branches Change-Id: Ib7fd4706c070907fd556c3532957f3b1b046de6d
* Rename recently added symbols to camel-casePhilip P. Moltmann2018-10-121-6/+6
| | | | | | | Test: looked at help screen in settings make RunSettingsLibRoboTests Change-Id: Ife257ad1bbe43a42084fdf9d2718c8fc1465f170 Fixes: 116797641
* Factor out HelpUtils into @SystemAPI libPhilip P. Moltmann2018-08-291-0/+246
This is the first of a few sub-libraries that will get factored out of the settings lib. These libs will be included by mainline modules which are compiles against system-api. Bug: 110953302 Test: Looked at UI m -j RunRoboSettingsLibTests Change-Id: I16347e565aca554d6a8653df35765c2194479e78