No description
  • Java 76%
  • Kotlin 23.9%
  • Shell 0.1%
Find a file
renovate[bot] f326e0577f
chore(deps): update github/codeql-action action to v4.35.4 (#951)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github/codeql-action](https://redirect.github.com/github/codeql-action)
| action | patch | `v4.35.3` → `v4.35.4` |

---

### Release Notes

<details>
<summary>github/codeql-action (github/codeql-action)</summary>

###
[`v4.35.4`](https://redirect.github.com/github/codeql-action/releases/tag/v4.35.4)

[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v4.35.3...v4.35.4)

- Update default CodeQL bundle version to
[2.25.4](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.4).
[#&#8203;3881](https://redirect.github.com/github/codeql-action/pull/3881)

</details>

---

### Configuration

📅 **Schedule**: (in timezone Europe/Berlin)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyIzLiB0byByZXZpZXciLCJkZXBlbmRlbmNpZXMiXX0=-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-07 16:57:32 +00:00
.github/workflows chore(deps): update github/codeql-action action to v4.35.4 (#951) 2026-05-07 16:57:32 +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-05-02 03:06:33 +00:00
gradle chore(deps): update gradle to v9.5.0 (#945) 2026-04-28 17:45:55 +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.49.0 (#933) 2026-04-11 12:36:04 +00:00
sample fix(deps): update dependency androidx.core:core-ktx to v1.18.0 (#914) 2026-03-11 20:56:12 +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.00 (#950) 2026-05-06 20:32:08 +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 plugin com.android.library to v9.2.1 (#949) 2026-05-05 20:39:40 +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.4.1 (#920) 2026-03-19 12:45:20 +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