No description
Find a file
Nextcloud bot 3b6008960b
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-02-07 03:10:35 +00:00
.github/workflows chore(deps): update github/codeql-action action to v4.32.2 (#885) 2026-02-06 03:06:27 +00:00
.idea build(AGP): Bump to v9.0.0 2026-01-16 15:32:32 +01:00
.tx feat: conditional, relative/absolute date/time formatter 2025-09-23 16:24:48 +02:00
core fix(l10n): Update translations from Transifex 2026-02-07 03:10:35 +00:00
gradle fix(deps): update kotlin monorepo to v2.3.10 (#886) 2026-02-06 03:20:28 +00:00
LICENSES Delete unused license 2024-03-09 10:31:54 +01:00
material-color-utilities fix(deps): update dependency com.google.errorprone:error_prone_annotations to v2.47.0 (#887) 2026-02-06 04:39:44 +00:00
sample build(AGP): Bump to v9.0.0 2026-01-16 15:32:32 +01:00
scripts style(progress): Improve progressbar theming (track color and flexible progress color) 2025-12-26 16:12:19 +01:00
ui fix(deps): update dependency androidx.compose:compose-bom to v2026.01.01 (#879) 2026-01-30 03:49:22 +00:00
.editorconfig Change license to MIT 2024-03-01 17:21:34 +01:00
.gitignore Change license to MIT 2024-03-01 17:21:34 +01:00
build.gradle fix(deps): update kotlin monorepo to v2.3.10 (#886) 2026-02-06 03:20:28 +00:00
gradle.properties build(AGP): Bump to v9.0.0 2026-01-16 15:32:32 +01:00
gradlew chore(deps): update gradle to v9.1.0 (#769) 2025-09-18 16:46:36 +00:00
gradlew.bat chore(deps): update gradle to v9.1.0 (#769) 2025-09-18 16:46:36 +00:00
gradlew.bat.license Add SPDX license header 2024-03-23 11:00:23 +01:00
gradlew.license Add SPDX license header 2024-03-23 11:00:23 +01:00
jitpack.yml Change license to MIT 2024-03-01 17:21:34 +01:00
LICENSE Change license to MIT 2024-03-01 17:21:34 +01:00
lint.xml ci(lint): Add lint config 2025-10-24 17:47:10 +02:00
README.md Add reuse compliance badge and correct license badge 2024-03-05 14:50:59 +01:00
renovate.json5 auto approve renovate 2025-06-27 08:38:47 +02:00
renovate.json5.license Move SPDX infos from dep5 declaration to individual files 2024-03-12 11:55:23 +01:00
REUSE.toml chore: add license ifno for IDE icon 2025-07-20 22:31:14 +02:00
settings.gradle Change license to MIT 2024-03-01 17:21:34 +01:00

Common library for Nextcloud Android clients

Android CI GitHub issues GitHub stars License: MIT REUSE status

How to use

Add the dependency to the build.gradle file of your app, replace X.X.X with the latest available version.

implementation 'com.github.nextcloud.android-common:ui:X.X.X'

Theming

See Sample app → UiFragment for a basic usage sample.

Known users