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
/
apex
/
blobstore
/
framework
/
java
Age
Commit message (
Expand
)
Author
2021-05-17
Revert "Add API to allow apps with location permission to access data blobs."
Sudheer Shanka
2021-04-12
Allow certain apps to access blobs across users.
Sudheer Shanka
2021-03-26
Add API to allow apps with location permission to access data blobs.
Sudheer Shanka
2021-01-11
Update language to comply with Android’s inclusive language guidance.
Sudheer Shanka
2020-06-29
Add limits on BlobHandle label and lease expiry strings.
Sudheer Shanka
2020-06-24
Add a limit on no. of active sessions, committed/leased blobs.
Sudheer Shanka
2020-06-10
Merge "Log the error when committing the blob fails." into rvc-dev
Sudheer Shanka
2020-06-09
Merge "Include size of the blobs in BlobInfo." into rvc-dev
TreeHugger Robot
2020-06-08
Log the error when committing the blob fails.
Sudheer Shanka
2020-06-05
Include size of the blobs in BlobInfo.
Sudheer Shanka
2020-05-28
Persist blobstore session creation time.
Sudheer Shanka
2020-05-21
Fix javadoc of BlobStoreManager class.
Sudheer Shanka
2020-05-01
Fix broken @see tags in public documentation.
Andrew Sapperstein
2020-04-09
Keep track of commit times for each blob.
Sudheer Shanka
2020-03-24
Promote getLeasedBlobs() to be a public API.
Sudheer Shanka
2020-03-20
Add BlobStoreManager.getRemainingLeaseQuotaBytes.
Sudheer Shanka
2020-03-12
Add @TestApis getLeasedBlobs() and getLeaseInfo().
Sudheer Shanka
2020-03-10
Merge "Address API feedback." into rvc-dev
Sudheer Shanka
2020-03-10
Merge "Expose BlobStoreManager.waitForIdle() as @TestApi." into rvc-dev
Sudheer Shanka
2020-03-09
Address API feedback.
Sudheer Shanka
2020-03-09
Add hidden APIs to query and delete shared blobs.
Sudheer Shanka
2020-03-08
Expose BlobStoreManager.waitForIdle() as @TestApi.
Sudheer Shanka
2020-03-06
Don't persist description res ids as they are subject to change.
Sudheer Shanka
2020-02-17
Re-enable BlobStorePerfTests.
Sudheer Shanka
2020-02-12
Merge "Update BlobStoreManager javadoc."
Sudheer Shanka
2020-02-11
Update BlobStoreManager javadoc.
Sudheer Shanka
2020-02-11
Fix a grammatical mistake in javadoc.
Sudheer Shanka
2020-02-06
Add a variant of acquireLease() which takes a string description.
Sudheer Shanka
2020-02-05
Schedule a maintenance job to clean up stale jobs.
Sudheer Shanka
2020-02-01
Add shell command to clear blobs data.
Sudheer Shanka
2020-01-29
Validate input arguments to BlobStoreManager APIs.
Sudheer Shanka
2020-01-24
Merge changes from topics "persist-data", "pkg-uninstall"
Sudheer Shanka
2020-01-24
Merge "Expand BlobStoreManager javadocs."
Sudheer Shanka
2020-01-23
Persist committed blobs data and any pending sessions.
Sudheer Shanka
2020-01-23
Expand BlobStoreManager javadocs.
Sudheer Shanka
2020-01-22
Add BlobStoreManager.Session.openRead().
Sudheer Shanka
2020-01-20
Implement BlobStoreManagerService.
Sudheer Shanka
2020-01-16
Add BlobStoreManager APIs.
Sudheer Shanka
2019-11-15
Clean up system service registration. (2nd try)
Makoto Onuki
2019-11-14
Revert "Clean up system service registration."
Makoto Onuki
2019-11-13
Clean up system service registration.
Makoto Onuki
2019-11-07
Add a new system service for blob store management.
Sudheer Shanka