Skip to content

Commit bb46c5d

Browse files
committed
adding Indicator fast scroller license
1 parent 5fdb7a3 commit bb46c5d

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ android {
5757
}
5858

5959
dependencies {
60-
implementation 'com.simplemobiletools:commons:5.22.2'
60+
implementation 'com.simplemobiletools:commons:5.22.3'
6161
implementation 'joda-time:joda-time:2.10.1'
6262
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
6363
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5'

app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
521521
}
522522

523523
private fun launchAbout() {
524-
val licenses = LICENSE_JODA or LICENSE_GLIDE or LICENSE_GSON
524+
val licenses = LICENSE_JODA or LICENSE_GLIDE or LICENSE_GSON or LICENSE_INDICATOR_FAST_SCROLL
525525

526526
val faqItems = arrayListOf(
527527
FAQItem(R.string.faq_1_title, R.string.faq_1_text),

app/src/main/kotlin/com/simplemobiletools/contacts/pro/extensions/String.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,3 @@ fun String.getDateTimeFromDateString(viewToUpdate: TextView? = null): DateTime {
3535
}
3636

3737
fun String.normalizeNumber() = PhoneNumberUtils.normalizeNumber(this)
38-
39-
fun String.areLettersOnly() = matches(Regex("[a-zA-Z]+"))

app/src/main/kotlin/com/simplemobiletools/contacts/pro/fragments/MyViewPagerFragment.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import com.simplemobiletools.contacts.pro.activities.MainActivity
1818
import com.simplemobiletools.contacts.pro.activities.SimpleActivity
1919
import com.simplemobiletools.contacts.pro.adapters.ContactsAdapter
2020
import com.simplemobiletools.contacts.pro.adapters.GroupsAdapter
21-
import com.simplemobiletools.contacts.pro.extensions.areLettersOnly
2221
import com.simplemobiletools.contacts.pro.extensions.config
2322
import com.simplemobiletools.contacts.pro.extensions.getVisibleContactSources
2423
import com.simplemobiletools.contacts.pro.helpers.*

0 commit comments

Comments
 (0)