Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

Commit 749232a

Browse files
committed
Added BY_APPNAME_IGNORE_CASE to readme
1 parent 557288a commit 749232a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ All these variables except for PackageName can be null (and they will be null wh
139139
AppListManager library provides a method and a listener to sort your application and activity lists.
140140

141141
Method `AppList.sort` takes 4 arguments - app list (what to sort), two integer arguments that describe how to sort and a unique identifier:
142-
1. Second argument describes by what - it can be `AppList.BY_APPNAME` or `AppList.BY_PACKAGENAME`.
142+
1. Second argument describes by what - it can be `AppList.BY_APPNAME`, `AppList.BY_APPNAME_IGNORE_CASE` or `AppList.BY_PACKAGENAME` (`BY_APPNAME` would sort {ab,AA,BA} as {AA,BA,ab} and `BY_APPNAME_IGNORE_CASE` as {AA,ab,BA}).
143143
2. Third argument describes in what order - it can be `AppList.IN_ASCENDING` or `AppList.IN_DESCENDING`.
144144

145145
### Comparing

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.1.4'
10+
classpath 'com.android.tools.build:gradle:3.2.0'
1111

1212

1313
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Aug 22 14:25:09 EEST 2018
1+
#Thu Oct 04 12:06:59 BST 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 commit comments

Comments
 (0)