Commit Graph

3059 Commits

Author SHA1 Message Date
Hồ Nhất Duy
dae3f4eef5 chore(l10n): update Vietnamese translations
Currently translated at 92.0% (69 of 75 strings)

Translation: Fossify/Notes
Translate-URL: https://hosted.weblate.org/projects/fossify/notes/vi/
Via: Weblate
2026-01-23 12:17:36 +05:30
dependabot[bot]
3b8718a290 chore(deps): bump fastlane from 2.230.0 to 2.231.0 (#296)
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.230.0 to 2.231.0.
- [Release notes](https://github.com/fastlane/fastlane/releases)
- [Changelog](https://github.com/fastlane/fastlane/blob/master/CHANGELOG.latest.md)
- [Commits](https://github.com/fastlane/fastlane/compare/fastlane/2.230.0...fastlane/2.231.0)

---
updated-dependencies:
- dependency-name: fastlane
  dependency-version: 2.231.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>
2026-01-21 07:45:57 +05:30
Naveen Singh
1ef033a25f feat: disable cancellation on touch outside checklist dialog (#292)
* feat: disable cancellation on touch outside checklist dialog

* fix: disable cancellation on touch outside checklist dialog
2026-01-03 17:03:53 +05:30
fossifybot[bot]
3a268718ca chore: update lint baselines (#289)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2026-01-01 08:16:35 +05:30
Naveen Singh
9475d9a020 ci: prevent unnecessary workflow runs on minor changes (#288) 2026-01-01 01:47:06 +05:30
fossifybot[bot]
522fea305b chore(deps): bump org.fossify.commons from 5.12.0 to 5.13.1 (#286)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2026-01-01 01:12:10 +05:30
Naveen Singh
cb7649f8b4 ci: prevent unnecessary workflow runs on minor changes (#287) 2026-01-01 00:57:29 +05:30
dependabot[bot]
e1702f8751 chore(deps): bump kotlin from 2.2.21 to 2.3.0 (#278)
Bumps `kotlin` from 2.2.21 to 2.3.0.

Updates `org.jetbrains.kotlin.android` from 2.2.21 to 2.3.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.21...v2.3.0)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.2.21 to 2.3.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.21...v2.3.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-version: 2.3.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-12-29 23:01:46 +05:30
Dan Brown
c0f134c902 fix: Prevent broken/strange checklist reordering (#282)
* fix: Prevent broken/strange checklist reordering

Updates the checklist reorder moves to filter and just consider those which are visually re-orderable within the UI, since odd behaviour could occur when the
fundemental task data had checked items between unchecked items while the "Move checked items to the bottom" setting was enabled.
This could occur from toggling the "Move checked items to the bottom" option, or by attempting to move a task item into/below the "Checked items" list.

This also adds a check when moving an item down, since the move handling would consider the "Checked items" as an element when emitting position changes.

Related to #59

* docs(changelog): reference issue in changelog entry

It helps in the release notes.

---------

Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com>
2025-12-27 17:54:40 +05:30
dependabot[bot]
d1cc38d5b2 chore(deps): bump fastlane from 2.229.1 to 2.230.0 (#277)
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.229.1 to 2.230.0.
- [Release notes](https://github.com/fastlane/fastlane/releases)
- [Changelog](https://github.com/fastlane/fastlane/blob/master/CHANGELOG.latest.md)
- [Commits](https://github.com/fastlane/fastlane/compare/fastlane/2.229.1...fastlane/2.230.0)

---
updated-dependencies:
- dependency-name: fastlane
  dependency-version: 2.230.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-12-23 11:21:04 +05:30
dependabot[bot]
5d2e8927fd chore(deps): bump com.google.devtools.ksp from 2.3.3 to 2.3.4 (#280)
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](https://github.com/google/ksp/compare/2.3.3...2.3.4)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.3.4
  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-12-23 11:20:54 +05:30
dependabot[bot]
1127981432 chore(deps): bump aws-sdk-s3 from 1.205.0 to 1.208.0 (#275)
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.205.0 to 1.208.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)

---
updated-dependencies:
- dependency-name: aws-sdk-s3
  dependency-version: 1.208.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-19 01:10:52 +05:30
fossifybot[bot]
ec3f38ab90 chore(deps): bump org.fossify.commons from 5.11.0 to 5.12.0 (#274)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-12-16 01:09:43 +00:00
Naveen Singh
7f31b95116 feat(l10n): remove Valencian translations
Translations for Valencian have been removed from Fossify/Notes.

Translate-URL: https://hosted.weblate.org/projects/fossify/notes/ca@valencia/
Via: Weblate
2025-12-16 06:11:33 +05:30
Agnieszka C
ecd1ee62a4 chore(l10n): update Polish translations
Currently translated at 100.0% (75 of 75 strings)

Translation: Fossify/Notes
Translate-URL: https://hosted.weblate.org/projects/fossify/notes/pl/
Via: Weblate
2025-12-16 06:11:33 +05:30
noimzip
3100dd36f7 chore(l10n): update Japanese translations
Currently translated at 89.3% (67 of 75 strings)

Translation: Fossify/Notes
Translate-URL: https://hosted.weblate.org/projects/fossify/notes/ja/
Via: Weblate
2025-12-16 06:11:33 +05:30
fran secs
a9e779fbd3 feat(l10n): add Valencian translations
Translation: Fossify/Notes
Translate-URL: https://hosted.weblate.org/projects/fossify/notes/ca@valencia/
Via: Weblate
2025-12-16 06:11:33 +05:30
Vasilis K.
c66619f160 chore(l10n): update Greek translations
Currently translated at 92.0% (69 of 75 strings)

Translation: Fossify/Notes
Translate-URL: https://hosted.weblate.org/projects/fossify/notes/el/
Via: Weblate
2025-12-16 06:11:33 +05:30
Kotori Cake
90e8f5f7c0 chore(l10n): update Azerbaijani translations
Currently translated at 50.6% (38 of 75 strings)

Translation: Fossify/Notes
Translate-URL: https://hosted.weblate.org/projects/fossify/notes/az/
Via: Weblate
2025-12-16 06:11:33 +05:30
Petux
bcf7e4690c chore(l10n): update Russian translations
Currently translated at 100.0% (75 of 75 strings)

Translation: Fossify/Notes
Translate-URL: https://hosted.weblate.org/projects/fossify/notes/ru/
Via: Weblate
2025-12-16 06:11:33 +05:30
fossifybot[bot]
47544bbaf4 chore: update lint baselines (#271)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-12-10 23:56:59 +05:30
fossifybot[bot]
bd75203d51 chore(deps): bump org.fossify.commons from 5.10.0 to 5.11.0 (#270)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-12-10 23:24:23 +05:30
Naveen Singh
aa21011d9b ci: add workflow to update commons lib (#269) 2025-12-10 23:08:16 +05:30
dependabot[bot]
63f76003f3 chore(deps): bump org.fossify:commons from 5.9.1 to 5.10.0 (#267)
Bumps [org.fossify:commons](https://github.com/FossifyOrg/commons) from 5.9.1 to 5.10.0.
- [Commits](https://github.com/FossifyOrg/commons/compare/5.9.1...5.10.0)

---
updated-dependencies:
- dependency-name: org.fossify:commons
  dependency-version: 5.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-12-09 03:11:55 +05:30
dependabot[bot]
f7486459cd chore(deps): bump fastlane from 2.229.0 to 2.229.1 (#263)
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.229.0 to 2.229.1.
- [Release notes](https://github.com/fastlane/fastlane/releases)
- [Changelog](https://github.com/fastlane/fastlane/blob/master/CHANGELOG.latest.md)
- [Commits](https://github.com/fastlane/fastlane/compare/fastlane/2.229.0...fastlane/2.229.1)

---
updated-dependencies:
- dependency-name: fastlane
  dependency-version: 2.229.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-12-02 12:25:44 +05:30
dependabot[bot]
edc687e94f chore(deps): bump org.fossify:commons from 5.7.3 to 5.9.1 (#264)
Bumps org.fossify:commons from 5.7.3 to 5.9.1.

---
updated-dependencies:
- dependency-name: org.fossify:commons
  dependency-version: 5.9.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-12-02 12:25:27 +05:30
Naveen Singh
ac03bb1c37 ci: pass secrets to testing build workflow (#262) 2025-12-01 18:03:15 +05:30
fossifybot[bot]
ea1f7f2215 chore: update lint baselines (#261)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-12-01 08:04:34 +05:30
ButterflyOfFire
b4d73f22b4 chore(l10n): update Kabyle translations
Currently translated at 100.0% (75 of 75 strings)

Translation: Fossify/Notes
Translate-URL: https://hosted.weblate.org/projects/fossify/notes/kab/
Via: Weblate
2025-12-01 02:22:17 +05:30
Amadɣas
1ae02928a9 chore(l10n): update Kabyle translations
Currently translated at 100.0% (75 of 75 strings)

Translation: Fossify/Notes
Translate-URL: https://hosted.weblate.org/projects/fossify/notes/kab/
Via: Weblate
2025-12-01 02:22:17 +05:30
Amadɣas
d887d04caf chore(l10n): update Kabyle translations
Currently translated at 78.6% (59 of 75 strings)

Translation: Fossify/Notes
Translate-URL: https://hosted.weblate.org/projects/fossify/notes/kab/
Via: Weblate
2025-12-01 02:22:17 +05:30
Amadɣas
ad19a2cf36 chore(l10n): update Kabyle translations
Currently translated at 38.6% (29 of 75 strings)

Translation: Fossify/Notes
Translate-URL: https://hosted.weblate.org/projects/fossify/notes/kab/
Via: Weblate
2025-12-01 02:22:17 +05:30
Amadɣas
446d137b0d chore(l10n): update Kabyle translations
Currently translated at 30.6% (23 of 75 strings)

Translation: Fossify/Notes
Translate-URL: https://hosted.weblate.org/projects/fossify/notes/kab/
Via: Weblate
2025-12-01 02:22:17 +05:30
Amadɣas
aa15f1cedf chore(l10n): update Kabyle translations
Currently translated at 26.6% (20 of 75 strings)

Translation: Fossify/Notes
Translate-URL: https://hosted.weblate.org/projects/fossify/notes/kab/
Via: Weblate
2025-12-01 02:22:17 +05:30
Amadɣas
7681e357bc chore(l10n): update Kabyle translations
Currently translated at 25.3% (19 of 75 strings)

Translation: Fossify/Notes
Translate-URL: https://hosted.weblate.org/projects/fossify/notes/kab/
Via: Weblate
2025-12-01 02:22:17 +05:30
ButterflyOfFire
31255c721a chore(l10n): update Kabyle translations
Currently translated at 25.3% (19 of 75 strings)

Translation: Fossify/Notes
Translate-URL: https://hosted.weblate.org/projects/fossify/notes/kab/
Via: Weblate
2025-12-01 02:22:17 +05:30
Quentin PAGÈS
1e5623d8c5 chore(l10n): update Occitan translations
Currently translated at 49.3% (37 of 75 strings)

Translation: Fossify/Notes
Translate-URL: https://hosted.weblate.org/projects/fossify/notes/oc/
Via: Weblate
2025-12-01 02:22:17 +05:30
ButterflyOfFire
fe5eee2729 feat(l10n): add Kabyle translations
Translation: Fossify/Notes
Translate-URL: https://hosted.weblate.org/projects/fossify/notes/kab/
Via: Weblate
2025-12-01 02:22:17 +05:30
dependabot[bot]
068febaa04 chore(deps): bump io.nlopez.compose.rules:detekt from 0.4.27 to 0.4.28 (#258)
Bumps [io.nlopez.compose.rules:detekt](https://github.com/mrmans0n/compose-rules) from 0.4.27 to 0.4.28.
- [Release notes](https://github.com/mrmans0n/compose-rules/releases)
- [Commits](https://github.com/mrmans0n/compose-rules/compare/v0.4.27...v0.4.28)

---
updated-dependencies:
- dependency-name: io.nlopez.compose.rules:detekt
  dependency-version: 0.4.28
  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-11-25 12:12:56 +05:30
dependabot[bot]
9fcc901cea chore(deps): bump fastlane from 2.228.0 to 2.229.0 (#260)
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.228.0 to 2.229.0.
- [Release notes](https://github.com/fastlane/fastlane/releases)
- [Changelog](https://github.com/fastlane/fastlane/blob/master/CHANGELOG.latest.md)
- [Commits](https://github.com/fastlane/fastlane/compare/fastlane/2.228.0...fastlane/2.229.0)

---
updated-dependencies:
- dependency-name: fastlane
  dependency-version: 2.229.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-11-25 07:31:42 +05:30
dependabot[bot]
d1bbbce181 chore(deps): bump com.google.devtools.ksp from 2.3.2 to 2.3.3 (#259)
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](https://github.com/google/ksp/compare/2.3.2...2.3.3)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.3.3
  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-11-25 07:29:48 +05:30
dependabot[bot]
5dcb11af0c chore(deps): bump room from 2.8.3 to 2.8.4 (#257)
Bumps `room` from 2.8.3 to 2.8.4.

Updates `androidx.room:room-runtime` from 2.8.3 to 2.8.4

Updates `androidx.room:room-ktx` from 2.8.3 to 2.8.4

Updates `androidx.room:room-compiler` from 2.8.3 to 2.8.4

---
updated-dependencies:
- dependency-name: androidx.room:room-runtime
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-ktx
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-compiler
  dependency-version: 2.8.4
  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-11-25 07:24:32 +05:30
dependabot[bot]
fe45ffb3f0 chore(deps): bump com.google.devtools.ksp from 2.3.0 to 2.3.2 (#255)
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.3.0 to 2.3.2.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](https://github.com/google/ksp/compare/2.3.0...2.3.2)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.3.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-11-10 21:50:35 +00:00
dependabot[bot]
e2f70330d5 chore(deps): bump org.fossify:commons from 5.7.1 to 5.7.3 (#252)
Bumps [org.fossify:commons](https://github.com/FossifyOrg/commons) from 5.7.1 to 5.7.3.
- [Commits](https://github.com/FossifyOrg/commons/compare/5.7.1...5.7.3)

---
updated-dependencies:
- dependency-name: org.fossify:commons
  dependency-version: 5.7.3
  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-11-04 07:54:29 +05:30
fossifybot[bot]
79b6ee75be chore: update lint baselines (#250)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-11-01 12:30:53 +05:30
fossifybot[bot]
8bcc304006 chore(release): v1.6.0 (12) (#243)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1.6.0
2025-10-30 00:27:39 +05:30
Naveen Singh
ac9c6b493f chore(deps): bump org.fossify.commons to 5.7.1 (#249) 2025-10-29 20:18:12 +05:30
dependabot[bot]
26a50eb207 chore(deps): bump com.google.devtools.ksp from 2.2.20-2.0.4 to 2.3.0 (#248)
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.2.20-2.0.4 to 2.3.0.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](https://github.com/google/ksp/compare/2.2.20-2.0.4...2.3.0)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.3.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-10-28 10:57:28 +05:30
dependabot[bot]
b73ab085b1 chore(deps): bump room from 2.8.2 to 2.8.3 (#247)
Bumps `room` from 2.8.2 to 2.8.3.

Updates `androidx.room:room-runtime` from 2.8.2 to 2.8.3

Updates `androidx.room:room-ktx` from 2.8.2 to 2.8.3

Updates `androidx.room:room-compiler` from 2.8.2 to 2.8.3

---
updated-dependencies:
- dependency-name: androidx.room:room-runtime
  dependency-version: 2.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-ktx
  dependency-version: 2.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-compiler
  dependency-version: 2.8.3
  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-10-28 10:55:47 +05:30
dependabot[bot]
e9a1a05237 chore(deps): bump kotlin from 2.2.20 to 2.2.21 (#246)
Bumps `kotlin` from 2.2.20 to 2.2.21.

Updates `org.jetbrains.kotlin.android` from 2.2.20 to 2.2.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.2.21)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.2.20 to 2.2.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.2.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-version: 2.2.21
  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-10-28 10:55:30 +05:30