summaryrefslogtreecommitdiff
path: root/src/org/lineageos/updater/controller/UpdaterService.java
AgeCommit message (Expand)Author
2022-06-29Updater: Show update's version on AlertDialog and NotificationAayush Gupta
2022-02-10Updater: The great cleanupMichael W
2021-10-11Updater: Add FLAG_IMMUTABLE flag to PendingIntentMichael Bestas
2020-04-11Only cancel notification if update isn't installedLuca Stefani
2020-04-02Updater: Delete updates only after refreshing the notificationMichael W
2019-09-07Updater: Move to AndroidXLuca Stefani
2019-04-10Updater: Allow to suspend A/B updatesLuca Stefani
2018-07-14Don't use one shot PendingIntents for the notification actionsGabriele M
2018-06-13Minor app notification improvementsGabriele M
2018-06-13Turn UpdateInstaller into a singletonGabriele M
2018-06-13Remove Controller interfaceGabriele M
2018-04-21Allow to properly translate the download ETA stringGabriele M
2018-04-05Use single return statement in onStartCommand()Gabriele M
2018-04-05Prevent NPE on A/B devicesGabriele M
2018-04-05Don't register multiple UpdateEngine callbacksGabriele M
2018-01-23Updater: Add notification channelsHarry Youd
2018-01-23Remove progress from notification when doneGabriele M
2018-01-23Report installation failuresGabriele M
2018-01-23Copy the updates for uncrypt using a ServiceGabriele M
2018-01-23Keep track of the installation status of AB updatesGabriele M
2018-01-23Allow to cancel ongoing installationsGabriele M
2018-01-23Allow service restarts while installing AB updatesGabriele M
2018-01-23Show progress when installing AB updatesGabriele M
2018-01-23Stop service when pausing downloadsGabriele M
2018-01-18Use the right preference for the auto-delete optionGabriele M
2017-11-12Don't stop service while installing AB updatesGabriele M
2017-08-08Dismiss some notifications when clickedGabriele M
2017-08-07Remove duplicate iconGabriele M
2017-07-26Actually check if an OTA is encryptedGabriele M
2017-07-22Add option to delete updates when installedGabriele M
2017-07-21Create a copy of the zips on encrypted devicesGabriele 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-18Remove a couple of extra semicolonsGabriele M
2017-07-18Add own formatDuration() methodGabriele M
2017-07-18Create model packageGabriele M
2017-07-18Use UTC timezone for the build datesGabriele M
2017-07-17Don't use the filename as notification titleGabriele M
2017-07-16Ask for confirmation before installing updatesGabriele M
2017-07-16Allow to check if an update is of type AB from anywhereGabriele M
2017-07-16Install updates from UpdaterServiceGabriele M
2017-07-07Send an event when update are canceledGabriele M
2017-07-04Add support for A/B (Seamless) System UpdatesGabriele M
2017-07-04Disable indeterminate progressbar in case of download errorGabriele M
2017-07-04Minor code refactoringGabriele M
2017-07-04Rename some constantsGabriele M
2017-07-04Don't make UpdaterService stickyGabriele M
2017-07-04Replace 'Download' prefix with 'Updater'Gabriele M