index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ActivityTests
/
src
Age
Commit message (
Expand
)
Author
2020-02-19
Ensure task description icon resources are loaded from the right package
Winson Chung
2019-02-12
Don't crash when a broadcast requires an unknown permission
Christopher Tate
2019-01-29
Fix typo: decrement not increment
Christopher Tate
2019-01-28
Defer broadcasts to slow-handling apps
Christopher Tate
2017-08-30
Nuke everything obsoleted by task snapshots
Jorim Jaggi
2017-04-13
Implement new splash screen API
Jorim Jaggi
2017-03-22
When snapshots are disabled, fill it with single color.
Jorim Jaggi
2017-03-22
Add API to disable snapshotting of activities
Jorim Jaggi
2015-09-23
Cleanup OWNER references.
Xiaohui Chen
2015-08-10
Fix issue #23037899: Support for Battery Optimization permission + Dialog
Dianne Hackborn
2015-06-15
Fix issue #21813831: Need API for asking to be added to power whitelist
Dianne Hackborn
2015-06-12
Implement some control over ALLOW_WHILE_IDLE alarms.
Dianne Hackborn
2015-06-05
Fix issue #21572679: API Review: ActivityOptions, usage time report
Dianne Hackborn
2015-05-21
Improve reporting to apps of transaction too large failures.
Dianne Hackborn
2015-05-21
Add API to track usage time of apps.
Dianne Hackborn
2014-12-01
Add test for isolated services.
Dianne Hackborn
2014-11-19
Add new empty app test entry points.
Dianne Hackborn
2014-11-11
Add Activity API to get referrer information.
Dianne Hackborn
2014-11-04
Fix issue #17305377: Don't kill process if it still has tasks.
Wale Ogunwale
2014-09-09
Merge "Remove deprecated (and now unused) API method." into lmp-dev
Craig Mautner
2014-09-09
Remove deprecated (and now unused) API method.
Craig Mautner
2014-09-05
Work on issue #17357238: Recents is often slow if not used in a while
Dianne Hackborn
2014-08-28
Fix issue #17289876: startActivityFromRecents appears to launch the wrong task
Dianne Hackborn
2014-08-26
Fix issue #16311398: Limit number of documents a process can open
Dianne Hackborn
2014-08-20
Fix issue #17038762: Add API to add entries to the recents list
Dianne Hackborn
2014-08-18
Fix path for handling system window with app token.
Dianne Hackborn
2014-07-02
Use cached thumbnails in Recent tasks.
Craig Mautner
2013-07-31
Fix issue #10115327: MapCollections need to implement equals
Dianne Hackborn
2013-07-25
Okay, I give in, add null key support to ArrayMap and ArraySet.
Dianne Hackborn
2013-06-11
ArrayMap is great, so how about ArraySet!
Dianne Hackborn
2013-06-06
Additional functionality and performance for ArrayMap
Chet Haase
2013-05-24
New ArrayMap class.
Dianne Hackborn
2013-01-16
Fix test build failure
Amith Yamasani
2012-09-25
More activity tests.
Dianne Hackborn
2012-08-30
Improve multi-user broadcasts.
Dianne Hackborn
2012-08-17
Switch public APIs to use new UserHandle class for identifying users.
Dianne Hackborn
2012-08-14
Add API to create new contexts with custom configurations.
Dianne Hackborn
2012-08-07
More mult-user API work.
Dianne Hackborn
2012-08-02
Add APIs for interacting across users.
Dianne Hackborn
2012-01-24
Add new test for showing very slow animations.
Dianne Hackborn
2011-04-12
Add APIs to remove tasks.
Dianne Hackborn
2011-04-08
Rework thumbnails in activity manager.
Dianne Hackborn