requery / sqlite-android

Android SQLite support library
Apache License 2.0
1.07k stars 142 forks source link

[QUESTION] Can you provide precompiled libSqliteICU.so? #30

Open malloth opened 7 years ago

malloth commented 7 years ago

Can you provide (in github's releases) libSqliteICU.so precompiled for the same architectures as your SQLite-android lib? I'm asking because I'd like to use SQLiteCustomExtension to load ICU extension (as you don't give a direct support for LOCALIZED collation).

Alternatively, can you add a full support for LOCALIZED collator in future releases? This is very important as BINARY sorting and grouping is not an option for my country locale.

IlyaDvoinoi commented 7 years ago

Alternatively, can you add a full support for LOCALIZED collator in future releases

+1

npurushe commented 7 years ago

Yes this is something that could be included as a separate artifact. It was not included originally due to the size of the library