136 Commits

Author SHA1 Message Date
fossifybot[bot]
8bcc304006 chore(release): v1.6.0 (12) (#243)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-10-30 00:27:39 +05:30
Naveen Singh
609f7cc359 chore: bump target SDK version to 35 (#195)
* chore: bump target SDK version to 35

* chore: bump target SDK version to 36

* refactor: update edge-to-edge implementation

* refactor: update edge-to-edge implementation

* refactor: update edge-to-edge implementation

* refactor: migrate away from deprecated onBackPressed()

* fix: replace removeFirst()/removeLast() with removeAt()

* chore(deps): update org.fossify.commons to 5.5.0

* docs: update changelog

* build: bump detekt return count limit

* chore: update lint baselines
2025-10-26 22:58:23 +05:30
fossifybot[bot]
2ea1d086d9 chore(release): v1.5.0 (11) (#239)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-10-10 15:47:08 +05:30
Naveen Singh
f186b988f4 docs: update changelog about pattern lock (#235) 2025-10-01 11:31:13 +05:30
fossifybot[bot]
897cca162a chore(release): v1.4.2 (10) (#217)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-09-23 11:58:08 +05:30
Naveen Singh
5691143a9a fix: reset search state on page change (#216)
Refs: https://github.com/FossifyOrg/Notes/issues/190
2025-09-08 15:54:18 +05:30
fossifybot[bot]
15e69dc19b chore(release): v1.4.1 (9) 2025-09-01 22:14:44 +05:30
Agnieszka C
479eb22e48 fix: apply colors to all widgets (#211)
Refs: https://github.com/FossifyOrg/Notes/issues/201
2025-08-30 22:50:38 +05:30
fossifybot[bot]
49a51f07cf chore(release): v1.4.0 (8) (#186)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-07-27 17:00:50 +05:30
TopFox
19e9a43eca feat: allow to delete the last note (#174)
* feat: allow to delete the last note

* fix: avoid inserting a note with null id

* fix: remove unused import

* fix: remove unnecessary call to getNotes

* fix: avoid wildcard imports

* feat: only display "delete note" menu option if the current note is not the empty default one

* fix: use getCurrentNoteViewText instead of value to check if note has text

* feat: allow deleting default empty note if more than 1 note exist

* docs(changelog): added feature to CHANGELOG.md

* style: break long line in two

* fix: refresh menu items when note was empty and is not anymore, or when it wasn't and now is
2025-07-13 21:59:12 +05:30
Naveen Singh
dea7fdc17b docs: reformat tags in changelog (#187) 2025-07-13 16:18:33 +05:30
TopFox
92aedb7a30 feat(tasks): add option to uncheck all checked items (#184)
* feat(tasks): uncheck all checked items

* docs(changelog): added new feature to CHANGELOG.md

* docs(changelog): add issue link and adjust wording for the new feature

* refactor: Use "uncheck all items" uniformly

* docs(changelog): fix issue reference
2025-07-13 15:09:09 +05:30
fossifybot[bot]
c60ce4756d chore(release): v1.3.1 (7) (#182)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-07-12 21:15:22 +05:30
Naveen Singh
c68f2914ab fix: only clear span when Spanned.SPAN_COMPOSING is not set (#181)
* fix: only clear span when `Spanned.SPAN_COMPOSING` is not set

See: https://github.com/FossifyOrg/Notes/issues/178

* docs: update changelog
2025-07-12 20:06:22 +05:30
fossifybot[bot]
f8e34d85e8 chore(release): v1.3.0 (6) (#176)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-07-12 09:05:18 +05:30
Ben Nguyen
2c8190705b fix: keyboard hiding cursor on startup (#172)
* fix: keyboard hiding cursor on startup

* update changelog

* lint

* hacky delayed scroll, has to be a better way

* use window inset listener

* Update app/src/main/kotlin/org/fossify/notes/fragments/TextFragment.kt

Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com>

* only run keyboard listener once and check config.placeCursorToEnd

* fix: keyboard hiding cursor on startup

* update changelog

* lint

* hacky delayed scroll, has to be a better way

* use window inset listener

* Update app/src/main/kotlin/org/fossify/notes/fragments/TextFragment.kt

Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com>

* only run keyboard listener once and check config.placeCursorToEnd

* Update app/src/main/kotlin/org/fossify/notes/fragments/TextFragment.kt

Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com>

* add fits system windows

* remove extra keyboard listener

* remove unused imports

* style: add empty line

---------

Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com>
Co-authored-by: Naveen Singh <snaveen935@gmail.com>
2025-07-09 20:23:57 +05:30
Naveen Singh
4bc763aca4 docs(changelog): add translations entry (#148) 2025-06-09 20:12:57 +05:30
Naveen Singh
53f1fe492d docs(changelog): update changelog 2025-05-07 07:24:32 +05:30
Naveen Singh
131be07e34 docs(changelog): replace checkboxes with switches 2025-05-07 02:43:52 +05:30
Naveen Singh
b1b79ebf5c style: reformat changelogs as per Keep a Changelog 2025-05-05 20:20:57 +05:30
Naveen Singh
9306fa45b3 Update changelog 2025-03-18 22:21:44 +05:30
Naveen Singh
f78f86ee73 Update changelogs 2024-07-22 04:04:21 +05:30
Naveen
ec70f71323 Update changelog 2024-04-14 22:26:00 +05:30
tibbi
a8f16f5599 updating changelog 2023-09-19 19:42:25 +02:00
tibbi
9bcb6e0856 updating changelog 2023-08-30 17:54:47 +02:00
tibbi
c3278ea8f6 updating changelog 2023-08-16 19:11:58 +02:00
tibbi
d98c9bc806 updating changelog 2023-08-15 16:56:22 +02:00
tibbi
be1a70cb53 updating changelog 2023-08-14 23:49:25 +02:00
tibbi
f4667afa37 updating changelog 2023-08-04 00:13:13 +02:00
tibbi
24af1a908e updating changelog 2023-08-02 16:46:13 +02:00
tibbi
24373d9295 updating changelog 2023-07-17 20:43:53 +02:00
tibbi
b1bc7f5511 updating changelog 2023-05-12 10:16:22 +02:00
tibbi
6287543fb9 updating changelog 2023-03-27 11:31:15 +02:00
tibbi
d8aeb9879e updating changelog 2023-03-07 12:38:40 +01:00
tibbi
c21408197e updating changelog 2023-01-28 18:27:52 +01:00
tibbi
d34defed76 updating changelog 2022-12-26 11:18:10 +01:00
tibbi
3238d21193 updating changelog 2022-12-25 11:47:43 +01:00
tibbi
9e5beb9782 updating changelog 2022-10-10 17:46:55 +02:00
tibbi
3bf46d57ea updating changelog 2022-08-24 23:19:13 +02:00
tibbi
3e4499ed5b updating changelog 2022-07-12 11:36:29 +02:00
tibbi
0772aa80ff updating changelog 2022-06-26 21:13:29 +02:00
tibbi
1dbeb98b6e updating changelog 2022-06-14 12:27:05 +02:00
tibbi
d072e32a3e updating changelog 2022-05-23 21:12:30 +02:00
tibbi
cec880ee1d updating changelog 2022-04-03 09:36:45 +02:00
tibbi
e94b4d9f4b updating changelog 2022-03-17 13:44:30 +01:00
tibbi
1df105955d updating changelog 2022-03-10 22:25:20 +01:00
tibbi
3ddc03f442 updating changelog 2022-02-08 10:25:58 +01:00
tibbi
c4bdeb9b76 updating changelog 2021-12-25 19:53:05 +01:00
tibbi
1766b73a50 updating changelog 2021-11-18 20:37:00 +01:00
tibbi
57731207eb updating changelog 2021-10-12 23:35:21 +02:00