No description
  • Java 76%
  • Kotlin 23.9%
  • Shell 0.1%
Find a file
renovate[bot] 9c665e8bf6
chore(deps): update gradle/actions action to v6.2.0 (#974)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-06-12 16:37:41 +00:00
.github chore(deps): update gradle/actions action to v6.2.0 (#974) 2026-06-12 16:37:41 +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-06-12 03:43:41 +00:00
gradle fix(deps): update kotlin monorepo to v2.4.0 (#967) 2026-06-03 09:31:03 +00:00
LICENSES Delete unused license 2024-03-09 10:31:54 +01:00
material-color-utilities fix(deps): update error-prone monorepo to v2.50.0 (#973) 2026-06-10 14:24:49 +00:00
sample fix(deps): update dependency com.google.android.material:material to v1.14.0 (#954) 2026-05-13 16:44:52 +00: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.05.01 (#960) 2026-05-19 23:25:44 +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
AGENTS.md docs: Add agentic info 2026-06-06 17:17:51 +02:00
build.gradle fix(deps): update kotlin monorepo to v2.4.0 (#967) 2026-06-03 09:31:03 +00:00
CLAUDE.md docs: Add agentic info 2026-06-06 17:17:51 +02: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.5.1 (#953) 2026-05-13 00:21:32 +00:00
gradlew.bat chore(deps): update gradle to v9.5.1 (#953) 2026-05-13 00:21:32 +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 docs: Add agentic info 2026-06-06 17:17:51 +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