summaryrefslogtreecommitdiffstats
path: root/tests/res
Commit message (Collapse)AuthorAgeFilesLines
* Adding support for DB downgradeSunny Goyal2017-05-091-0/+4
| | | | | | | | Adding a schema file for handling DB downgrade. This schema file is part of the backup/restore set, and hence is available on a device with lower app version. Bug: 37257575 Change-Id: I69c8ef5f28d5209be6e6679412c7459d4eeda5d0
* Adding support for showing the widget preview based on the provided RemoteViewsSunny Goyal2017-03-171-0/+14
| | | | | Bug: 35811129 Change-Id: I336e48cd00cfec2e617ac73bd8a81419b0944aa7
* Adding some tests for request pin shortcut/widget flowSunny Goyal2017-02-221-0/+38
| | | | | Bug: 33584624 Change-Id: I49df36f60d2ae071b9d2c77c9c3300e010cd3bb9
* Adding some widget addition flow testsSunny Goyal2017-01-234-0/+35
| | | | | | | > Added two dummy widget providers: with config and without config > Added tests for verify widget config flow Change-Id: I4577f085abe8f8b82047b644c71cc9065358153a
* Enforcing background thread when accessing iconCacheDb.Sunny Goyal2017-01-101-4/+4
| | | | | | | | > Moving any icon cache access to background thread > Updating Apps list to avoid loading icons for ignored apps Bug: 21325319 Change-Id: Id72755100f1176ccfcc99249c5e02873cc249a13
* Moving various runnables in LauncherModel to individual tasksSunny Goyal2016-11-092-0/+52
| | | | | | > Adding tests for some of the runnable Change-Id: I1a315d38878857df3371f0e69d622a41fc3b081a
* Fixing broken instrumentation tests when run from command lineSunny Goyal2016-03-181-21/+0
| | | | Change-Id: I923cdbaaaf18c9b765d1e70122b92cd2c1621e06
* Add dummy string to Launcher3Tests resources to fix build error.Hyunyoung Song2015-03-161-0/+21
TL;DR;; since ag/656186 which moved the all-makefiles-under call to the bottom of the launcher's Android.mk file, resources for test package will not build without a dummy file. This change is necessary for the test team to continuously run the android tests. b/19566571 Change-Id: I4ff422ac019df4447348d953c5dd606d2a0dcc58