From e984ed82ef370fdab4d3530cee4509d3b83b627d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 19 Jun 2015 17:12:35 -0400 Subject: [PATCH] run index update in the background after adding a new repo That makes that repo automatically ready for use based on user actions like adding a new repo, switching an existing repo on, etc. This also lowers the priority of the "update" menu item since it shouldn't be needed any more. But leave it for now, just in case. --- F-Droid/res/menu/main.xml | 10 ++-- F-Droid/src/org/fdroid/fdroid/FDroid.java | 38 +------------- .../fdroid/views/ManageReposActivity.java | 49 +------------------ 3 files changed, 9 insertions(+), 88 deletions(-) diff --git a/F-Droid/res/menu/main.xml b/F-Droid/res/menu/main.xml index 881e99869..9c8a76dc0 100644 --- a/F-Droid/res/menu/main.xml +++ b/F-Droid/res/menu/main.xml @@ -7,11 +7,6 @@ android:icon="@drawable/ic_search_white" android:title="@string/menu_search" app:showAsAction="always"/> - +