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
/
services
/
java
/
com
/
android
/
server
/
DropBoxManagerService.java
Age
Commit message (
Expand
)
Author
2013-12-19
Move some system services to separate directories
Amith Yamasani
2013-09-06
Provide calling package to ContentProviders.
Jeff Sharkey
2012-09-27
Migrate more Secure settings to Global.
Jeff Sharkey
2012-08-30
Improve multi-user broadcasts.
Dianne Hackborn
2012-03-06
Fix deadlock by making DropBoxManager call async.
Craig Mautner
2011-08-22
Add progress dialog for booting after an upgrade.
Dianne Hackborn
2011-01-18
Prevent Dropbox from crashing system server pre-boot.
Brad Fitzpatrick
2010-12-13
am 6d13b146: am e78a0009: resolved conflicts for merge of 4b94c451 to stage-k...
Jean-Baptiste Queru
2010-12-13
resolved conflicts for merge of 4b94c451 to stage-korg-master
Jean-Baptiste Queru
2010-12-08
Added dropbox broadcast notification
Hakan Still
2010-11-23
CloseGuard cleanups.
Brad Fitzpatrick
2010-10-15
Work on issue #3101415: Crespo apps seem to have their UID changed over time.
Dianne Hackborn
2010-09-22
Don't do single byte writes in DropBoxManagerService
Brad Fitzpatrick
2010-07-26
Remove a log message Jason doesn't like
Dan Egnor
2010-03-24
Limit DropBox storage to 1000 files (by default).
Dan Egnor
2010-03-10
Fix rare NPE in DropBoxManagerService
Dan Egnor
2010-03-01
Switch the services library to using the new Slog
Joe Onorato
2010-01-11
Simplify & update ANR logging; report ANR data into the dropbox.
Dan Egnor
2010-01-07
move some system services from gservices to secure settings
Doug Zongker
2009-11-25
More elimination of Formatter (I was tired of waiting several
Dan Egnor
2009-11-17
Add boot events (SYSTEM_LAST_KMSG and friends) to the dropbox.
Dan Egnor
2009-11-12
Rename [I]DropBox[Service] to [I]DropBoxManager[Service].
Dan Egnor