From a455c95e0ce530228c7d7f77bad9512f9bbf4195 Mon Sep 17 00:00:00 2001 From: Gabriele M Date: Sun, 16 Jul 2017 21:23:44 +0200 Subject: [PATCH] Install updates from UpdaterService This allows to easily handle AB updates. --- src/org/lineageos/updater/UpdatesListAdapter.java | 10 +--------- .../updater/controller/UpdaterService.java | 10 +++++++--- src/org/lineageos/updater/misc/Utils.java | 14 +++++++------- 3 files changed, 15 insertions(+), 19 deletions(-) diff --git a/src/org/lineageos/updater/UpdatesListAdapter.java b/src/org/lineageos/updater/UpdatesListAdapter.java index 23cbd57..f33012b 100644 --- a/src/org/lineageos/updater/UpdatesListAdapter.java +++ b/src/org/lineageos/updater/UpdatesListAdapter.java @@ -17,7 +17,6 @@ package org.lineageos.updater; import android.content.Context; import android.support.v7.widget.RecyclerView; -import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; @@ -28,7 +27,6 @@ import android.widget.TextView; import org.lineageos.updater.controller.UpdaterControllerInt; import org.lineageos.updater.misc.Utils; -import java.io.IOException; import java.util.List; public class UpdatesListAdapter extends RecyclerView.Adapter { @@ -217,13 +215,7 @@ public class UpdatesListAdapter extends RecyclerView.Adapter