Commit Graph

71 Commits

Author SHA1 Message Date
dependabot[bot]
80fc43109e chore(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json (#167)
Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.8.1...v1.9.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-08 12:52:59 +05:30
dependabot[bot]
b5c5f4cc60 chore(deps): bump com.google.devtools.ksp (#166)
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.1.21-2.0.2 to 2.2.0-2.0.2.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](https://github.com/google/ksp/compare/2.1.21-2.0.2...2.2.0-2.0.2)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.2.0-2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-08 12:24:32 +05:30
dependabot[bot]
6eb2c55dca chore(deps): bump org.fossify:commons from 4.1.0 to 4.2.0 (#177)
Bumps org.fossify:commons from 4.1.0 to 4.2.0.

---
updated-dependencies:
- dependency-name: org.fossify:commons
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-08 07:52:48 +05:30
dependabot[bot]
9e24bcd686 chore(deps): bump com.android.application from 8.10.1 to 8.11.0 (#165)
* chore(deps): bump com.android.application from 8.10.1 to 8.11.0

Bumps com.android.application from 8.10.1 to 8.11.0.

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-version: 8.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): update gradle wrapper

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Naveen Singh <snaveen935@gmail.com>
2025-07-07 20:12:13 +05:30
Naveen Singh
7939ce5040 chore: ignore extra translations and update detekt rules
* chore: ignore extra translations in lint

Extra translations are removed automatically by Weblate

* chore: update detekt rules

More compose-friendly

* chore: update lint baselines
2025-07-03 21:16:47 +05:30
dependabot[bot]
b4a6f343d1 chore(deps): bump org.fossify:commons from 4.0.0 to 4.1.0 (#168)
Bumps [org.fossify:commons](https://github.com/FossifyOrg/commons) from 4.0.0 to 4.1.0.
- [Commits](https://github.com/FossifyOrg/commons/compare/4.0.0...4.1.0)

---
updated-dependencies:
- dependency-name: org.fossify:commons
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-01 17:27:12 +05:30
dependabot[bot]
174f8e665d chore(deps): bump org.fossify:commons from 3.0.5 to 4.0.0 (#159)
* chore(deps): bump org.fossify:commons from 3.0.5 to 4.0.0

Bumps [org.fossify:commons](https://github.com/FossifyOrg/commons) from 3.0.5 to 4.0.0.
- [Commits](https://github.com/FossifyOrg/commons/compare/3.0.5...4.0.0)

---
updated-dependencies:
- dependency-name: org.fossify:commons
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(i18n): generate locale config automatically

One can be maintained in-app if missing translations become a problem.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Naveen Singh <snaveen935@gmail.com>
2025-06-25 15:45:53 +05:30
dependabot[bot]
abe38b337c chore(deps): bump kotlin from 2.1.21 to 2.2.0 (#160)
Bumps `kotlin` from 2.1.21 to 2.2.0.

Updates `org.jetbrains.kotlin.android` from 2.1.21 to 2.2.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.0/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.21...v2.2.0)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.1.21 to 2.2.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.0/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.1.21...v2.2.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-24 16:34:48 +05:30
dependabot[bot]
d1045a248d chore(deps): bump room from 2.7.1 to 2.7.2 (#158)
Bumps `room` from 2.7.1 to 2.7.2.

Updates `androidx.room:room-runtime` from 2.7.1 to 2.7.2

Updates `androidx.room:room-ktx` from 2.7.1 to 2.7.2

Updates `androidx.room:room-compiler` from 2.7.1 to 2.7.2

---
updated-dependencies:
- dependency-name: androidx.room:room-runtime
  dependency-version: 2.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-ktx
  dependency-version: 2.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-compiler
  dependency-version: 2.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-23 17:04:50 +05:30
dependabot[bot]
e34897d9aa chore(deps): bump com.google.devtools.ksp (#154)
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.1.21-2.0.1 to 2.1.21-2.0.2.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](https://github.com/google/ksp/compare/2.1.21-2.0.1...2.1.21-2.0.2)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.1.21-2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-17 09:33:38 +05:30
dependabot[bot]
97c133119c chore(deps): bump org.fossify:commons from 3.0.3 to 3.0.5 (#153)
Bumps [org.fossify:commons](https://github.com/FossifyOrg/commons) from 3.0.3 to 3.0.5.
- [Commits](https://github.com/FossifyOrg/commons/compare/3.0.3...3.0.5)

---
updated-dependencies:
- dependency-name: org.fossify:commons
  dependency-version: 3.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-17 09:33:15 +05:30
dependabot[bot]
909cd15a39 chore(deps): bump org.fossify:commons from 2.0.1 to 3.0.3 (#144)
Bumps org.fossify:commons from 2.0.1 to 3.0.3.

---
updated-dependencies:
- dependency-name: org.fossify:commons
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-07 15:18:39 +05:30
dependabot[bot]
1f524a8766 chore(deps): bump com.android.application from 8.10.0 to 8.10.1 (#143)
Bumps com.android.application from 8.10.0 to 8.10.1.

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-version: 8.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-29 12:39:55 +05:30
dependabot[bot]
33a9c0007b chore(deps): bump org.fossify:commons from 2.0.0 to 2.0.1 (#142)
Bumps org.fossify:commons from 2.0.0 to 2.0.1.

---
updated-dependencies:
- dependency-name: org.fossify:commons
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-29 12:38:00 +05:30
dependabot[bot]
5cc4916572 chore(deps): bump androidx.documentfile:documentfile from 1.0.1 to 1.1.0 (#139)
Bumps androidx.documentfile:documentfile from 1.0.1 to 1.1.0.

---
updated-dependencies:
- dependency-name: androidx.documentfile:documentfile
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-27 07:27:08 +05:30
dependabot[bot]
1c5f7ef9ed chore(deps): bump com.android.application from 8.9.2 to 8.10.0 (#140)
Bumps com.android.application from 8.9.2 to 8.10.0.

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-version: 8.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-27 07:26:58 +05:30
Naveen Singh
c9dc34680e build: move app version to gradle.properties (#137) 2025-05-26 14:10:07 +05:30
dependabot[bot]
132bf5dbd3 chore(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json (#120)
Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.6.3 to 1.8.1.
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.6.3...v1.8.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-22 11:16:22 +05:30
dependabot[bot]
53f6dcbb35 chore(deps): bump kotlin from 1.9.25 to 2.1.21 (#122) 2025-05-22 11:08:39 +05:30
dependabot[bot]
2568a040c1 chore(deps): bump room from 2.6.1 to 2.7.1 (#119)
Bumps `room` from 2.6.1 to 2.7.1.

Updates `androidx.room:room-runtime` from 2.6.1 to 2.7.1

Updates `androidx.room:room-ktx` from 2.6.1 to 2.7.1

Updates `androidx.room:room-compiler` from 2.6.1 to 2.7.1

---
updated-dependencies:
- dependency-name: androidx.room:room-runtime
  dependency-version: 2.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.room:room-ktx
  dependency-version: 2.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.room:room-compiler
  dependency-version: 2.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-22 10:24:33 +05:30
dependabot[bot]
b0cd5013d5 chore(deps): bump com.google.devtools.ksp (#135)
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.9.25-1.0.20 to 2.1.21-2.0.1.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](https://github.com/google/ksp/compare/1.9.25-1.0.20...2.1.21-2.0.1)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.1.21-2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-22 10:20:31 +05:30
dependabot[bot]
9b741522be chore(deps): bump io.gitlab.arturbosch.detekt from 1.23.3 to 1.23.8 (#130)
Bumps [io.gitlab.arturbosch.detekt](https://github.com/detekt/detekt) from 1.23.3 to 1.23.8.
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](https://github.com/detekt/detekt/compare/v1.23.3...v1.23.8)

---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt
  dependency-version: 1.23.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-22 10:20:14 +05:30
Naveen Singh
bfe76077fb chore(release): bump app version to 1.2.0 (5) 2025-05-07 07:24:32 +05:30
Naveen Singh
69da0cf979 chore(deps): bump org.fossify.commons to 2.0.0 2025-05-07 07:24:32 +05:30
Naveen Singh
97833de8dc chore: drop support for Android 7 and older versions
See: https://github.com/orgs/FossifyOrg/discussions/241
2025-05-06 20:34:35 -04:00
dependabot[bot]
ea5281945f chore(deps): bump com.android.application from 8.9.0 to 8.9.2 (#118)
Bumps com.android.application from 8.9.0 to 8.9.2.

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-version: 8.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 05:39:40 -04:00
Naveen Singh
f6584982d3 Update app version to 1.1.1 (4) 2025-03-18 22:22:40 +05:30
Naveen Singh
f9de6846a1 Update commons 2025-03-17 01:07:01 +05:30
Naveen Singh
48623f42df Update dependencies 2025-03-17 00:52:15 +05:30
Naveen Singh
c8178517b6 Update AGP to 8.9.0
Updated the gradle wrapper scripts as well
2025-03-17 00:37:30 +05:30
Ensar Sarajčić
d1b1317a7b Add reusable workflows for PRs and testing builds 2024-09-28 12:43:42 +02:00
Naveen Singh
b34bf0ba41 Update version to 1.1.0 (3) 2024-07-22 04:04:13 +05:30
Naveen Singh
e914935a06 Add collapsible checked section in checklists
Enabled by default and unlike before, this works with custom sorting as well.

Related issue: https://github.com/FossifyOrg/Notes/issues/40
2024-07-22 03:23:52 +05:30
Naveen Singh
3928a158d0 Update dependencies 2024-07-20 02:36:18 +05:30
Naveen
02bbbc3669 Bump version code to 2 2024-04-14 22:52:03 +05:30
Naveen
c67d085312 Update dependencies 2024-04-14 22:16:49 +05:30
Naveen
f93f9b2029 Update commons 2023-12-27 11:38:13 +05:30
Naveen
cb199feb74 Rename package names 2023-12-23 17:00:12 +05:30
Naveen
9065f43108 Update AGP and commons 2023-12-23 15:39:02 +05:30
Naveen
da1d375f41 Reset app version to 1.0.0 2023-12-23 15:36:58 +05:30
tibbi
a891e630d9 update version to 6.17.0 2023-09-19 19:42:17 +02:00
tibbi
c2bc5fa534 updating commons 2023-09-19 19:33:41 +02:00
Ensar Sarajčić
480eb692b2 Clean up gradle deprecation warnings 2023-09-13 14:06:52 +02:00
tibbi
51b21a9cb0 updating commons 2023-09-07 17:48:10 +02:00
tibbi
df294292dd update version ot 6.16.5 2023-08-30 17:54:41 +02:00
tibbi
ddbe72a1a4 updating commons 2023-08-30 17:48:54 +02:00
tibbi
f38543e1db update version to 6.16.4 2023-08-16 19:11:52 +02:00
tibbi
bbbd6d5b9d update version to 6.16.3 2023-08-15 16:56:13 +02:00
tibbi
4cf8171338 update version to 6.16.2 2023-08-14 23:49:19 +02:00
tibbi
eb817d3910 updating commons 2023-08-14 23:40:43 +02:00