summaryrefslogtreecommitdiff
path: root/tests/ActivityTests
AgeCommit message (Expand)Author
2021-02-16[LSC] Add LOCAL_LICENSE_KINDS to frameworks/baseBob Badour
2020-02-19Ensure task description icon resources are loaded from the right packageWinson Chung
2019-03-09Merge "Convert tests/**/Android.mk files to Android.bp" am: 40ff4f7d83 am: c3...Sasha Smundak
2019-03-07Convert tests/**/Android.mk files to Android.bpSasha Smundak
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
2018-09-13Remove workarounds for b/79755007Colin Cross
2018-05-29Merge "Use AAPT2 for more modules with manifest validation errors" am: ce1979...Colin Cross
2018-05-26Use AAPT2 for more modules with manifest validation errorsColin Cross
2018-05-16Merge "Disable AAPT2 for modules that use missing features" am: 87dc8d6576Colin Cross
2018-05-16Disable AAPT2 for modules that use missing featuresColin Cross
2018-05-14Merge "Fix errors caught by aapt2" am: ed90a673d4Colin Cross
2018-05-10Fix errors caught by aapt2Colin Cross
2018-02-28frameworks/base: Set LOCAL_SDK_VERSION where possible.Anton Hansson
2018-02-28frameworks/base: Set LOCAL_SDK_VERSION where possible.Anton Hansson
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-07-01Work on issue #21589105: Scope WRITE_SETTINGS and SYSTEM_ALERT_WINDOW...Dianne 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-10-03Fix issue #17752399: Multiple apps broken by GET_TASKS permission changeDianne Hackborn
2014-09-23Work on issue #17628623: Need to update default preferred activities for YouTubeDianne Hackborn
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