index
:
Project-1CE/packages_apps_Updater
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
/
src
/
org
/
lineageos
/
updater
/
controller
/
UpdaterController.java
Age
Commit message (
Expand
)
Author
2022-02-10
Updater: The great cleanup
Michael W
2019-09-07
Updater: Move to AndroidX
Luca Stefani
2018-07-11
Updater: Allow toggling A/B perf mode
TheScarastic
2018-06-13
Remove Controller interface
Gabriele M
2018-05-16
Use Content-Length if greater than current size
Gabriele M
2018-04-08
Simplify code syntax using Java 8 features
Gabriele M
2018-04-05
Make updates world readable
Gabriele M
2018-01-23
Add support for duplicate links
Gabriele M
2018-01-23
Copy the updates for uncrypt using a Service
Gabriele M
2018-01-23
Allow service restarts while installing AB updates
Gabriele M
2017-11-12
Implement DownloadClient using HttpURLConnection
Gabriele M
2017-08-18
Don't change status when cancelled downloads fail
Gabriele M
2017-07-21
Rename cancelDownload() to deleteUpdate()
Gabriele M
2017-07-21
Rename UpdateDownload and Update classes
Gabriele M
2017-07-21
Define interfaces with only getters for the updates
Gabriele M
2017-07-21
Reorder includes directives
Gabriele M
2017-07-18
Rename UpdaterControllerInt to Controller
Gabriele M
2017-07-18
Fix a couple of typos
Gabriele M
2017-07-18
Create model package
Gabriele M
2017-07-17
Don't set status of download to unknown when download fail
Gabriele M
2017-07-17
Send the notification and then start the download
Gabriele M
2017-07-16
Allow to check if an AB update is being installed
Gabriele M
2017-07-16
Allow to check if an update is being verified
Gabriele M
2017-07-16
Set the status of paused downloads to unknown if no file exists
Gabriele M
2017-07-15
Reset speed and ETA when pausing downloads
Gabriele M
2017-07-15
Update download size only if it was unknown
Gabriele M
2017-07-10
Pass the destination File to the callback
Gabriele M
2017-07-08
Allow to have different updates using the same filename
Gabriele M
2017-07-08
Increase number of veryfing updates immediately
Gabriele M
2017-07-08
Protect the data of UpdaterController
Gabriele M
2017-07-08
Don't modify the objects of the controller directly
Gabriele M
2017-07-08
Generate download clients using a builder class
Gabriele M
2017-07-08
Remove unknwon files that are in the downloads dir
Gabriele M
2017-07-07
Don't save the URL of the update in the database
Gabriele M
2017-07-07
Replace error message with debug message
Gabriele M
2017-07-07
Remove no longer available updates when refreshing the list
Gabriele M
2017-07-07
Send an event when update are canceled
Gabriele M
2017-07-07
Track "online updates" rather than "local updates"
Gabriele M
2017-07-07
Use deleteUpdateAsync() even if we know the file doesn't exist
Gabriele M
2017-07-05
Simplify handling of intentional download failures
Gabriele M
2017-07-05
Report if a failure is following a download abort
Gabriele M
2017-07-04
Add support for A/B (Seamless) System Updates
Gabriele M
2017-07-04
Replace DB entries on conflict
Gabriele M
2017-07-04
Allow to choose the conflict algorithm when adding DB entries
Gabriele M
2017-07-04
Don't assume we always know the final size of the files
Gabriele M
2017-07-04
Keep track of the number of updates being verified
Gabriele M
2017-07-04
Keep track of the number of active downloads
Gabriele M
2017-07-04
Verify package when resuming a completed download
Gabriele M
2017-07-04
Perform some database operations in separate threads
Gabriele M
2017-07-04
Verify downloads in a separate thread
Gabriele M
[next]