No description
Find a file
renovate[bot] 4c8f6ada6f
chore(deps): update nextcloud/pr-feedback-action digest to 908074d (#849)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| nextcloud/pr-feedback-action | action | digest | `e397f3c` ->
`908074d` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/nextcloud/android-common).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-19 04:24:55 +00:00
.github/workflows chore(deps): update nextcloud/pr-feedback-action digest to 908074d (#849) 2025-12-19 04:24:55 +00:00
.idea ci(reuse): Sync workflow from org 2025-10-07 11:02:32 +02:00
.tx feat: conditional, relative/absolute date/time formatter 2025-09-23 16:24:48 +02:00
core fix(l10n): Update translations from Transifex 2025-12-07 02:45:20 +00:00
gradle fix(deps): update dependency androidx.compose:compose-bom to v2025.12.01 (#848) 2025-12-18 02:58:37 +00:00
LICENSES Delete unused license 2024-03-09 10:31:54 +01:00
material-color-utilities chore: Automated Code Change sync 19/11/2025 2025-12-01 11:32:05 +01:00
sample fix(deps): update dependency androidx.lifecycle:lifecycle-livedata-ktx to v2.10.0 (#823) 2025-11-20 20:39:21 +00:00
scripts/hooks ci: remove analysis CI 2025-12-17 17:48:40 +01:00
ui fix(deps): update dependency androidx.compose:compose-bom to v2025.12.01 (#848) 2025-12-18 02:58:37 +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 chore(deps): update kotlin monorepo to v2.3.0 (#846) 2025-12-17 15:57:09 +00:00
gradle.properties Remove deprecated android.defaults.buildfeatures.buildconfig 2024-03-12 10:35:51 +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