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
/
UpdaterService.java
Age
Commit message (
Expand
)
Author
2022-06-29
Updater: Show update's version on AlertDialog and Notification
Aayush Gupta
2022-02-10
Updater: The great cleanup
Michael W
2021-10-11
Updater: Add FLAG_IMMUTABLE flag to PendingIntent
Michael Bestas
2020-04-11
Only cancel notification if update isn't installed
Luca Stefani
2020-04-02
Updater: Delete updates only after refreshing the notification
Michael W
2019-09-07
Updater: Move to AndroidX
Luca Stefani
2019-04-10
Updater: Allow to suspend A/B updates
Luca Stefani
2018-07-14
Don't use one shot PendingIntents for the notification actions
Gabriele M
2018-06-13
Minor app notification improvements
Gabriele M
2018-06-13
Turn UpdateInstaller into a singleton
Gabriele M
2018-06-13
Remove Controller interface
Gabriele M
2018-04-21
Allow to properly translate the download ETA string
Gabriele M
2018-04-05
Use single return statement in onStartCommand()
Gabriele M
2018-04-05
Prevent NPE on A/B devices
Gabriele M
2018-04-05
Don't register multiple UpdateEngine callbacks
Gabriele M
2018-01-23
Updater: Add notification channels
Harry Youd
2018-01-23
Remove progress from notification when done
Gabriele M
2018-01-23
Report installation failures
Gabriele M
2018-01-23
Copy the updates for uncrypt using a Service
Gabriele M
2018-01-23
Keep track of the installation status of AB updates
Gabriele M
2018-01-23
Allow to cancel ongoing installations
Gabriele M
2018-01-23
Allow service restarts while installing AB updates
Gabriele M
2018-01-23
Show progress when installing AB updates
Gabriele M
2018-01-23
Stop service when pausing downloads
Gabriele M
2018-01-18
Use the right preference for the auto-delete option
Gabriele M
2017-11-12
Don't stop service while installing AB updates
Gabriele M
2017-08-08
Dismiss some notifications when clicked
Gabriele M
2017-08-07
Remove duplicate icon
Gabriele M
2017-07-26
Actually check if an OTA is encrypted
Gabriele M
2017-07-22
Add option to delete updates when installed
Gabriele M
2017-07-21
Create a copy of the zips on encrypted devices
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
Remove a couple of extra semicolons
Gabriele M
2017-07-18
Add own formatDuration() method
Gabriele M
2017-07-18
Create model package
Gabriele M
2017-07-18
Use UTC timezone for the build dates
Gabriele M
2017-07-17
Don't use the filename as notification title
Gabriele M
2017-07-16
Ask for confirmation before installing updates
Gabriele M
2017-07-16
Allow to check if an update is of type AB from anywhere
Gabriele M
2017-07-16
Install updates from UpdaterService
Gabriele M
2017-07-07
Send an event when update are canceled
Gabriele M
2017-07-04
Add support for A/B (Seamless) System Updates
Gabriele M
2017-07-04
Disable indeterminate progressbar in case of download error
Gabriele M
2017-07-04
Minor code refactoring
Gabriele M
2017-07-04
Rename some constants
Gabriele M
2017-07-04
Don't make UpdaterService sticky
Gabriele M
2017-07-04
Replace 'Download' prefix with 'Updater'
Gabriele M