From 27e1952375eddaec78d7c95d3a431633ab4275c8 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 26 Jan 2020 11:49:45 +0530 Subject: Add fastscroller with alphabetic hints (#616) * Setup basic fast scroll Work towards #558 * Implement PopupTextProvider Fixes #558 * Update changes * Hide system scrollbars * Port fastscroll to autofill preferences * Spotless Signed-off-by: Harsh Shandilya --- dependencies.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'dependencies.gradle') diff --git a/dependencies.gradle b/dependencies.gradle index 3a76707b..43847abe 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -38,6 +38,7 @@ ext.deps = [ third_party: [ commons_io: 'commons-io:commons-io:2.5', commons_codec: 'commons-codec:commons-codec:1.13', + fastscroll: 'me.zhanghai.android.fastscroll:library:1.1.0', jsch: 'com.jcraft:jsch:0.1.55', jgit: 'org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r', openpgp_ktx: 'com.github.android-password-store:openpgp-ktx:1.2.0', -- cgit v1.2.3