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
/
core
/
java
/
android
/
content
/
rollback
/
RollbackManager.java
Age
Commit message (
Expand
)
Author
2020-10-20
Remove @TestApi from @SystemApi symbols
Anton Hansson
2020-02-07
Put rollbacks into #mRollbacks (9/n)
JW Wang
2019-08-27
Wait for available rollbacks in RollbackTest.
Oli Lan
2019-08-16
Include NewRollbacks in result of getAvailableRollbacks.
Oli Lan
2019-06-28
Merge "Use "commit" for rollbacks instead of "execute"."
TreeHugger Robot
2019-06-28
Use "commit" for rollbacks instead of "execute".
Richard Uhler
2019-06-26
Add TestApi to block the RollbackManagerHandlerThread.
Richard Uhler
2019-05-09
Fail to enable rollback if enable rollback times out
shafik
2019-03-20
Merge "Only allow rollback to be enabled on modules."
Richard Uhler
2019-03-18
Remove interface for Rollback and Rollback Boot.
Matt Pape
2019-03-18
Only allow rollback to be enabled on modules.
Richard Uhler
2019-03-12
Add @IntDef for status of committed rollback.
Richard Uhler
2019-03-12
Use test stubs for RollbackTests, not system stubs.
Richard Uhler
2019-03-08
API cleanup: add NonNull annotation to Rollback API
shafik
2019-03-01
Use a single list for available and committed rollbacks.
Richard Uhler
2019-01-29
Specify status results for RollbackManager.commitRollback.
Richard Uhler
2019-01-29
Add a way to record causePackages for rollbacks.
Richard Uhler
2019-01-28
Commit rollbacks by ID, not by RollbackInfo.
Richard Uhler
2019-01-25
Use "commit" instead of "execute" for rollbacks.
Richard Uhler
2019-01-25
Remove unused RollbackManager APIs.
Richard Uhler
2019-01-25
Add RollbackManager.getAvailableRollbacks API.
Richard Uhler
2019-01-02
Make RollbackManager @SystemApi.
Richard Uhler
2018-12-31
Add RollbackManagerService
Richard Uhler