aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/lineageos/updater/UpdatesListAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Updater: remove dialog before showing a new one and when detachingAlexander Martinz2020-04-031-2/+16
* Updater: do not use hidden fieldAlexander Martinz2020-04-031-1/+5
* Updater: Move to AndroidXlineage-17.0Luca Stefani2019-09-071-7/+9
* Updater: Make upgrade-url device specificMichael W2019-04-281-1/+1
* Updater: Fix EXTRA_PLUGGED check in isBatteryLevelOkLuK13372018-08-081-1/+2
* Updater: Use PowerManager instead of Intent.ACTION_REBOOT broadcastLuK13372018-07-241-2/+7
* Updater: Fix 'REBOOT' button not showing up after A/B updateLuK13372018-07-241-9/+9
* Updater: Improve battery checkLuca Stefani2018-07-141-4/+18
* Updater: Move battery level check to UpdatesListAdapterLuK13372018-06-151-0/+13
* Show in app reboot buttonGabriele M2018-06-131-0/+13
* Remove Controller interfaceGabriele M2018-06-131-3/+3
* Prevent null pointer exceptionsGabriele M2018-05-161-1/+7
* Allow to properly translate the download ETA stringGabriele M2018-04-211-1/+1
* Use a determinate progressbar while installing A/B updatesGabriele M2018-04-201-0/+1
* Always show the size of the updatesGabriele M2018-04-081-2/+9
* Updater: Minor UI improvementsJoey2018-04-081-62/+34
* Updater: Use popup menu instead of ActionModeJoey2018-04-081-91/+51
* Simplify code syntax using Java 8 featuresGabriele M2018-04-081-100/+44
* Copy the updates for uncrypt using a ServiceGabriele M2018-01-231-1/+2
* Keep track of the installation status of AB updatesGabriele M2018-01-231-1/+4
* Allow to cancel ongoing installationsGabriele M2018-01-231-1/+31
* Show progress when installing AB updatesGabriele M2018-01-231-2/+5
* Use a service to export the updatesGabriele M2018-01-231-11/+9
* Show delete button for old updatesGabriele M2017-11-121-1/+17
* Show alert dialog for major upgradesGabriele M2017-08-251-1/+35
* Show the actual version of the updateGabriele M2017-08-251-1/+1
* Warn user about downloading update package via mobile dataGabriele M2017-08-081-1/+38
* Allow to delete updates currently in downloadGabriele M2017-07-221-0/+2
* Rename cancelDownload() to deleteUpdate()Gabriele M2017-07-211-1/+1
* Define interfaces with only getters for the updatesGabriele M2017-07-211-10/+10
* Allow to resume updates fully downloadedGabriele M2017-07-201-2/+3
* Allow to export verified updatesGabriele M2017-07-201-0/+28
* Allow to copy the URL of the updatesGabriele M2017-07-201-0/+8
* Enable action mode on card long pressGabriele M2017-07-201-15/+108
* Use a method to determine if the list is "busy"Gabriele M2017-07-191-9/+8
* Define abstract class for the activity containing the updates listGabriele M2017-07-191-36/+29
* Rename UpdaterControllerInt to ControllerGabriele M2017-07-181-3/+3
* Add own formatDuration() methodGabriele M2017-07-181-2/+1
* Create model packageGabriele M2017-07-181-0/+2
* Always show downloaded data in megabytesGabriele M2017-07-181-4/+4
* Use UTC timezone for the build datesGabriele M2017-07-181-3/+3
* Show a snackbar when trying to download/install invalid updatesGabriele M2017-07-181-12/+33
* Treat download resume and verification in the same wayGabriele M2017-07-181-10/+3
* Choose layout depending on the update persistent statusGabriele M2017-07-171-11/+9
* Show download button if a download fails immediatelyGabriele M2017-07-171-2/+4
* Ask for confirmation before installing updatesGabriele M2017-07-161-1/+35
* Allow to delete updates on card long pressGabriele M2017-07-161-0/+35
* Initial UI workGabriele M2017-07-161-72/+147
* Install updates from UpdaterServiceGabriele M2017-07-161-9/+1
* Don't allow to install older buildsGabriele M2017-07-081-5/+6