From 4857ed2d451f161a29318fef48648a70ca187f41 Mon Sep 17 00:00:00 2001 From: Peter Serwylo Date: Tue, 19 Aug 2014 15:43:16 +0930 Subject: [PATCH] Fixing merge saddness after rebasing my changes over master. I had a couple of months of changes which I rebased over master. It made me sad. After doign what I thought was required to resolve conflicts, I've now gone and fixed a few bits here and there. This arose because I didn't try and compile after each merge conflict. I'll take the lesson onboard and try to remember to do this in the future :) --- AndroidManifest.xml | 47 ++---- src/org/fdroid/fdroid/FDroid.java | 11 +- src/org/fdroid/fdroid/RepoIntentParser.java | 148 ------------------ src/org/fdroid/fdroid/data/NewRepoConfig.java | 25 ++- .../swap/ConfirmReceiveSwapFragment.java | 18 +-- 5 files changed, 39 insertions(+), 210 deletions(-) delete mode 100644 src/org/fdroid/fdroid/RepoIntentParser.java diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 87c152102..c775434b6 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -105,39 +105,6 @@ - - - - - - - - - - - - - - - - @@ -192,9 +159,13 @@ android:name="android.support.PARENT_ACTIVITY" android:value=".FDroid" /> + - + + android:value=".views.ManageReposActivity" />