diff --git a/Clover/app/build.gradle b/Clover/app/build.gradle
index f395c03b..cf837499 100644
--- a/Clover/app/build.gradle
+++ b/Clover/app/build.gradle
@@ -140,13 +140,5 @@ dependencies {
implementation 'org.nibor.autolink:autolink:0.6.0'
implementation 'com.google.code.gson:gson:2.8.1'
implementation 'me.xdrop:fuzzywuzzy:1.1.9'
-
- // Yes that's dagger 1, "deprecated".
- // There's little wrong with it, except that it might be slow at runtime.
- // We don't have a huge graph. The major downside of the newer dagger version
- // is that it uses annotation processing. Annotation processors block incremental
- // compiling, so our builds become way slower, and I rather have faster builds.
- // Move to gradle 2 when incremental compiling supports annotation processors.
- compile 'com.squareup.dagger:dagger:1.2.5'
- annotationProcessor 'com.squareup.dagger:dagger-compiler:1.2.5'
+ implementation 'org.codejargon.feather:feather:1.0'
}
diff --git a/Clover/app/src/main/assets/html/license.html b/Clover/app/src/main/assets/html/license.html
index 8ac74962..46dd2731 100644
--- a/Clover/app/src/main/assets/html/license.html
+++ b/Clover/app/src/main/assets/html/license.html
@@ -22,7 +22,7 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
- Copyright (C) 2007 Free Software Foundation, Inc.
+
@@ -221,6 +222,73 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.+ +
+
+Copyright 2008 Google Inc.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+
+
+fuzzywuzzy
+Java fuzzy string matching implementation of the well known Python's fuzzywuzzy algorithm. Fuzzy search for Java
+
+Copyright (C) 2016 xdrop
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+
+
+
+Copyright {2015} {Zsolt Herpai}
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+
+