summaryrefslogtreecommitdiff
path: root/tests/ActivityTests/src
AgeCommit message (Expand)Author
2020-02-19Ensure task description icon resources are loaded from the right packageWinson Chung
2019-02-12Don't crash when a broadcast requires an unknown permissionChristopher Tate
2019-01-29Fix typo: decrement not incrementChristopher Tate
2019-01-28Defer broadcasts to slow-handling appsChristopher Tate
2017-08-30Nuke everything obsoleted by task snapshotsJorim Jaggi
2017-04-13Implement new splash screen APIJorim Jaggi
2017-03-22When snapshots are disabled, fill it with single color.Jorim Jaggi
2017-03-22Add API to disable snapshotting of activitiesJorim Jaggi
2015-09-23Cleanup OWNER references.Xiaohui Chen
2015-08-10Fix issue #23037899: Support for Battery Optimization permission + DialogDianne Hackborn
2015-06-15Fix issue #21813831: Need API for asking to be added to power whitelistDianne Hackborn
2015-06-12Implement some control over ALLOW_WHILE_IDLE alarms.Dianne Hackborn
2015-06-05Fix issue #21572679: API Review: ActivityOptions, usage time reportDianne Hackborn
2015-05-21Improve reporting to apps of transaction too large failures.Dianne Hackborn
2015-05-21Add API to track usage time of apps.Dianne Hackborn
2014-12-01Add test for isolated services.Dianne Hackborn
2014-11-19Add new empty app test entry points.Dianne Hackborn
2014-11-11Add Activity API to get referrer information.Dianne Hackborn
2014-11-04Fix issue #17305377: Don't kill process if it still has tasks.Wale Ogunwale
2014-09-09Merge "Remove deprecated (and now unused) API method." into lmp-devCraig Mautner
2014-09-09Remove deprecated (and now unused) API method.Craig Mautner
2014-09-05Work on issue #17357238: Recents is often slow if not used in a whileDianne Hackborn
2014-08-28Fix issue #17289876: startActivityFromRecents appears to launch the wrong taskDianne Hackborn
2014-08-26Fix issue #16311398: Limit number of documents a process can openDianne Hackborn
2014-08-20Fix issue #17038762: Add API to add entries to the recents listDianne Hackborn
2014-08-18Fix path for handling system window with app token.Dianne Hackborn
2014-07-02Use cached thumbnails in Recent tasks.Craig Mautner
2013-07-31Fix issue #10115327: MapCollections need to implement equalsDianne Hackborn
2013-07-25Okay, I give in, add null key support to ArrayMap and ArraySet.Dianne Hackborn
2013-06-11ArrayMap is great, so how about ArraySet!Dianne Hackborn
2013-06-06Additional functionality and performance for ArrayMapChet Haase
2013-05-24New ArrayMap class.Dianne Hackborn
2013-01-16Fix test build failureAmith Yamasani
2012-09-25More activity tests.Dianne Hackborn
2012-08-30Improve multi-user broadcasts.Dianne Hackborn
2012-08-17Switch public APIs to use new UserHandle class for identifying users.Dianne Hackborn
2012-08-14Add API to create new contexts with custom configurations.Dianne Hackborn
2012-08-07More mult-user API work.Dianne Hackborn
2012-08-02Add APIs for interacting across users.Dianne Hackborn
2012-01-24Add new test for showing very slow animations.Dianne Hackborn
2011-04-12Add APIs to remove tasks.Dianne Hackborn
2011-04-08Rework thumbnails in activity manager.Dianne Hackborn