libreoffice-online/android/app
Rash419 a02cde2565 android: fix lint errors
RecentFilesAdapter.java:76: Error: Value must be ≥ 0 [Range]
                  filename = cursor.getString(cursor.getColumnIndex(OpenableColumns.DISPLAY_NAME));
                                    RecentFilesAdapter.java:97: Error: Value must be ≥ 0 [Range]
                  length = cursor.getLong(cursor.getColumnIndex(OpenableColumns.SIZE));

file_explorer_grid_item.xml:42: Error: Inconsistent alignment specification between textAlignment and gravity attributes: was center_vertical, expected center_horizontal [RtlCompat]
              android:textAlignment="center"

Signed-off-by: Rash419 <rashesh.padia@collabora.com>
Change-Id: I663a89b0ecce03b067e1fa216a030a19fa578da5
2023-08-31 13:12:22 +02:00
..
src/main android: fix lint errors 2023-08-31 13:12:22 +02:00
.gitignore
appSettings.gradle.in
build.gradle.in android: add ndkVersion in build.gradle 2023-08-31 13:12:22 +02:00
proguard-rules.pro