summaryrefslogtreecommitdiff
path: root/src/org/lineageos/updater/controller/UpdaterController.java
AgeCommit message (Expand)Author
2022-02-10Updater: The great cleanupMichael W
2019-09-07Updater: Move to AndroidXLuca Stefani
2018-07-11Updater: Allow toggling A/B perf modeTheScarastic
2018-06-13Remove Controller interfaceGabriele M
2018-05-16Use Content-Length if greater than current sizeGabriele M
2018-04-08Simplify code syntax using Java 8 featuresGabriele M
2018-04-05Make updates world readableGabriele M
2018-01-23Add support for duplicate linksGabriele M
2018-01-23Copy the updates for uncrypt using a ServiceGabriele M
2018-01-23Allow service restarts while installing AB updatesGabriele M
2017-11-12Implement DownloadClient using HttpURLConnectionGabriele M
2017-08-18Don't change status when cancelled downloads failGabriele M
2017-07-21Rename cancelDownload() to deleteUpdate()Gabriele M
2017-07-21Rename UpdateDownload and Update classesGabriele M
2017-07-21Define interfaces with only getters for the updatesGabriele M
2017-07-21Reorder includes directivesGabriele M
2017-07-18Rename UpdaterControllerInt to ControllerGabriele M
2017-07-18Fix a couple of typosGabriele M
2017-07-18Create model packageGabriele M
2017-07-17Don't set status of download to unknown when download failGabriele M
2017-07-17Send the notification and then start the downloadGabriele M
2017-07-16Allow to check if an AB update is being installedGabriele M
2017-07-16Allow to check if an update is being verifiedGabriele M
2017-07-16Set the status of paused downloads to unknown if no file existsGabriele M
2017-07-15Reset speed and ETA when pausing downloadsGabriele M
2017-07-15Update download size only if it was unknownGabriele M
2017-07-10Pass the destination File to the callbackGabriele M
2017-07-08Allow to have different updates using the same filenameGabriele M
2017-07-08Increase number of veryfing updates immediatelyGabriele M
2017-07-08Protect the data of UpdaterControllerGabriele M
2017-07-08Don't modify the objects of the controller directlyGabriele M
2017-07-08Generate download clients using a builder classGabriele M
2017-07-08Remove unknwon files that are in the downloads dirGabriele M
2017-07-07Don't save the URL of the update in the databaseGabriele M
2017-07-07Replace error message with debug messageGabriele M
2017-07-07Remove no longer available updates when refreshing the listGabriele M
2017-07-07Send an event when update are canceledGabriele M
2017-07-07Track "online updates" rather than "local updates"Gabriele M
2017-07-07Use deleteUpdateAsync() even if we know the file doesn't existGabriele M
2017-07-05Simplify handling of intentional download failuresGabriele M
2017-07-05Report if a failure is following a download abortGabriele M
2017-07-04Add support for A/B (Seamless) System UpdatesGabriele M
2017-07-04Replace DB entries on conflictGabriele M
2017-07-04Allow to choose the conflict algorithm when adding DB entriesGabriele M
2017-07-04Don't assume we always know the final size of the filesGabriele M
2017-07-04Keep track of the number of updates being verifiedGabriele M
2017-07-04Keep track of the number of active downloadsGabriele M
2017-07-04Verify package when resuming a completed downloadGabriele M
2017-07-04Perform some database operations in separate threadsGabriele M
2017-07-04Verify downloads in a separate threadGabriele M