summaryrefslogtreecommitdiff
path: root/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/TileUtilsTest.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate away from deprecated Truth APIs.Alexander Dorokhine2020-10-021-1/+1
* Skip loading tiles from non-current user if primary profile onlyYanting Yang2020-08-071-9/+36
* [SettingsLib] Support master switch of inline toggle of Settings Injection v2Jason Chiu2019-11-221-10/+10
* [SettingsLib] Support pure switch of inline toggle of Settings Injection v2Jason Chiu2019-11-191-20/+82
* Fix tinting on injected pref icon in Tilelindatseng2019-04-021-4/+0
* Consolidate 3 phone icons into one.Amin Shaikh2019-01-291-1/+1
* Move SettingsLib icons to android.Amin Shaikh2019-01-251-3/+1
* Use binary resource support in robolectricJames Lemieux2018-11-291-2/+2
* Update metadata bundle every time we refresh tiles.Fan Zhang2018-08-221-1/+34
* Remove unnecessary methods from TileUtils.Fan Zhang2018-08-211-28/+22
* Remove extraAction param when querying TileUtils.Fan Zhang2018-08-211-22/+1
* Remove cached summary text. load from metadata every time.Fan Zhang2018-08-211-45/+0
* Remove caching for title and and getId() method.Fan Zhang2018-08-201-2/+2
* Stop using intent-filter priority as display orderFan Zhang2018-08-081-19/+12
* Put all isTintable check at one place.Fan Zhang2018-08-031-28/+15
* Remove unused fields and move ProfileSelect to SettingsFan Zhang2018-08-021-28/+10
* Fix a crash where activityInfo should not be stored.Fan Zhang2018-07-261-2/+2
* Add activityInfo and getIcon() method in Tile class.Fan Zhang2018-07-251-2/+2
* Remove CategoryManager from SettingsLib.Fan Zhang2018-07-231-4/+3
* Remove a bunch of unused things from Tile.Fan Zhang2018-07-201-3/+3
* Clean up Tile related classes in settingslib.Fan Zhang2018-07-191-11/+10
* Remove old suggestion code.Fan Zhang2018-06-181-136/+0
* Use external/robolectric-shadows/run_robotests.mkJames Lemieux2018-02-121-5/+1
* Fix ConcurrentModificationException in DashboardCategory.Doris Ling2017-11-281-1/+1
* Update to Robolectric 3.4.2Tony Mantler2017-10-101-6/+4
* Merge "Deferred setup banner updates intermittently" into oc-mr1-dev am: 19e0...Ajay Nadathur2017-09-191-15/+83
|\
| * Deferred setup banner updates intermittentlyAjay Nadathur2017-09-151-15/+83
* | Merge "Fix jank issue in Settings caused by fetching tile info" into oc-mr1-d...Ajay Nadathur2017-09-141-0/+3
|\|
| * Fix jank issue in Settings caused by fetching tile infoAjay Nadathur2017-09-121-0/+3
| * Add method to update tile's remoteview using summaryUriAjay Nadathur2017-09-071-84/+13
* | Add method to update tile's remoteview using summaryUriAjay Nadathur2017-09-071-84/+13
* | Misc change to support loading dynamic summary/icon in appFan Zhang2017-08-021-5/+1
|/
* Move to newer mockito/robolectricTony Mantler2017-07-141-13/+10
* Add tintable icon supportMaurice Lam2017-06-201-29/+84
* Allows to change summary text in a custom view tile.Jaewoong Jung2017-06-161-1/+100
* Refactor suggestion parser.Fan Zhang2017-05-111-19/+18
* Merge "Prevent settings from crashing when ContentProvider crashes" into oc-d...William Luh2017-04-201-2/+4
|\
| * Prevent settings from crashing when ContentProvider crashesWilliam Luh2017-04-181-2/+4
* | Merge "Fix injected settings titles not matching a locale change." into oc-de...William Luh2017-04-071-1/+59
|\|
| * Fix injected settings titles not matching a locale change.William Luh2017-04-061-1/+59
* | Add custom view support to TilesMaurice Lam2017-03-241-0/+25
* | Add exclusive attribute to suggestion categoryMaurice Lam2017-03-231-16/+20
|/
* Remove ContentProvider queries in updateTileData.William Luh2017-02-231-15/+0
* Modifying SuggestionParser to support dismiss logic of smartSoroosh Mariooryad2017-02-061-5/+6
* Adding missing filters to suggested actions in Settings that that theyIdo Ofir2017-01-311-0/+40
* Support setting icons from Settings or target app.Shahriyar Amini2017-01-191-0/+1
* making changes to settingsLib so we can create car setting using settingsLibroger xue2017-01-051-3/+30
* Allow Settings tiles to use content provider data.Shahriyar Amini2016-12-211-0/+102
* Overload TileUtils.getCategories() with an additional parameteri.Doris Ling2016-12-191-0/+30
* Allow injected Settings tiles to specify a key.Shahriyar Amini2016-11-281-1/+39