Ammar Ahmed
70fd3096d2
mobile: fix invisible empty state in the reminders widget
2026-07-27 12:10:25 +05:00
Ammar Ahmed
1889b13459
mobile: remove stray quote in NotePreviewWidget manifest entry
2026-07-27 12:05:28 +05:00
Ammar Ahmed
314c484ea0
mobile: fix note widget lookups corrupting the reminders list
...
updateWidgetNote scanned every key in the appPreview preferences and
rewrote any whose value contained the note id. That included the
remindersList key, so a match replaced the entire reminders list with a
note and then threw NumberFormatException parsing "remindersList" as a
widget id. hasWidgetNote had the same unguarded scan.
Match on the parsed note's id instead of on the raw JSON containing it,
and treat only keys that parse as an int as widget entries, so non-widget
keys are excluded structurally rather than by name. Also guards the casts
and gson parses that could throw on a malformed entry.
2026-07-27 12:01:31 +05:00
Ammar Ahmed
6b5e6f62c5
mobile: make NotePreviewWidget respond to resize events and properly resize based on available room.
2026-07-27 11:25:34 +05:00
Ammar Ahmed
55b51b81e3
mobile: add previewLayout for all widgets
2026-07-27 11:17:12 +05:00
Ammar Ahmed
b2c7f732a0
mobile: replace reminders widget service with RemoteCollectionItems
...
Push the reminder rows into the widget update itself via RemoteViewsCompat
instead of binding a RemoteViewsService adapter, which has been deprecated
since API 31. Removes the bound service entirely, so there is no cached
factory to invalidate and no separate notifyAppWidgetViewDataChanged step
that can race or be missed.
Adds androidx.core:core-remoteviews for the API 24-30 fallback. Row ids are
now derived from the reminder id rather than the list position, and the list
is capped at 50 rows so the update fits in a binder transaction.
2026-07-27 11:10:46 +05:00
Ammar Ahmed
88eb3ab714
mobile: fix NotePreviewWidget empty state has no click handler — make it tap-to-configure so a blank widget can self-heal
2026-07-27 10:49:36 +05:00
Ammar Ahmed
942c9287fe
mobile: fix stale reminder times — render-time formatting + valid updatePeriodMillis + self-refresh
2026-07-27 10:39:39 +05:00
Ammar Ahmed
343d2b0131
core: export getUpcomingReminderTime
2026-07-27 10:39:20 +05:00
Ammar Ahmed
9b29503b17
mobile: added onRestored() that migrates each stored note in the appPreview prefs from its old widget ID key to the new one.
2026-07-27 10:08:16 +05:00
Ammar Ahmed
0939f0f805
mobile: migrated off the deprecated background-activity-launch mode
...
API 36+ → MODE_BACKGROUND_ACTIVITY_START_ALLOW_IF_VISIBLE
API 34–35 → MODE_BACKGROUND_ACTIVITY_START_ALLOWED (unchanged behaviour on older devices)
< 34 → null
2026-07-27 09:56:18 +05:00
Abdullah Atta
771a8bb4e3
web: fix editor undo history reset on image delete ( #10143 )
2026-07-25 08:55:58 +05:00
Ammar Ahmed
4f816b47ba
ci: fix ios build entitlements ( #10146 )
2026-07-24 18:55:11 +05:00
01zulfi
1071249baa
desktop: fix app not appearing in alt-tab switcher ( #9764 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-07-24 13:05:59 +05:00
Ammar Ahmed
d4775ad340
Merge pull request #10133 from streetwriters/chore/update-workflows
...
ci: publish ios preview app on linux runner
2026-07-24 12:10:35 +05:00
Chloe Oletto
0d8c855cd0
desktop: If --hidden passed via cli and any system tray option enabled, don't show the window. streetwriters/notesnook#9902 flathub/com.Notesnook.notesnook#99 ( #9942 )
...
Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net >
2026-07-24 09:16:17 +05:00
Ammar Ahmed
d63ce5a213
Merge pull request #10126 from streetwriters/mobile-release/3.4.7
...
mobile: release v3.4.7
2026-07-22 11:12:45 +05:00
Ammar Ahmed
a1d6bb91e5
ci: fix ci workflow
2026-07-22 10:53:18 +05:00
Ammar Ahmed
a20f6960d7
ci: fix workflow
2026-07-22 10:45:49 +05:00
Ammar Ahmed
6b2b224f41
ci: fix ios workflow
2026-07-22 10:37:31 +05:00
Ammar Ahmed
054a023142
ci: fix intermittent ios preview build failure
2026-07-22 10:13:16 +05:00
Ammar Ahmed
441a6396be
ci: publish ios preview app on linux runner
2026-07-22 10:02:18 +05:00
Chloe Oletto
987671e59c
web: fix web-clipper crash on clipped file. ( #10127 )
...
Signed-off-by: Chloe Oletto <NeedsChloesure@riseup.net >
2026-07-21 12:45:13 +05:00
Ammar Ahmed
0fc705ce1e
Merge pull request #10130 from streetwriters/chore/update-workflows
...
ci: update mobile workflows
2026-07-21 12:41:02 +05:00
Ammar Ahmed
b3805534d6
ci: remove authorize step in android/ios preview builds
2026-07-21 12:35:08 +05:00
Ammar Ahmed
77c009e83d
mobile: fix toast message shows under the sheet in global context
3.4.7-android
2026-07-21 12:14:08 +05:00
Ammar Ahmed
c9f1cba702
ci: update mobile workflows
2026-07-21 11:36:23 +05:00
Ammar Ahmed
637cf914ee
mobile: fix app gets stuck after deleting history item on iOS
2026-07-21 10:25:12 +05:00
Ammar Ahmed
64877c519b
Merge pull request #10128 from streetwriters/chore/update-workflows
...
ci: update workflows to use actions/checkout@v5
2026-07-21 10:04:20 +05:00
Ammar Ahmed
229b620473
ci: update workflows to use actions/checkout@v5
2026-07-21 09:27:49 +05:00
Ammar Ahmed
658e915589
mobile: release v3.4.7
2026-07-20 13:12:20 +05:00
Ammar Ahmed
d4658aa032
Merge pull request #10095 from kashaf-ansari-dev/fix-reminder-notification-permission
...
Improve the Android reminder notification permission flow by properly handling notification and exact alarm permissions.
2026-07-17 09:10:57 +05:00
Ammar Ahmed
489c793806
Merge pull request #10041 from kashaf-ansari-dev/feat/9723-clear-note-history
...
mobile: add option to clear note version history
2026-07-15 09:52:04 +05:00
kashaf-ansari-dev
eeae993736
mobile: add version history deletion strings
...
Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com >
2026-07-15 09:49:41 +05:00
kashaf-ansari-dev
c8cf4ce52a
mobile: fix individual note history version deletion
...
Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com >
2026-07-15 09:49:41 +05:00
kashaf-ansari-dev
f6c31d19d8
mobile: add missing context prop in dialog
...
Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com >
2026-07-15 09:49:41 +05:00
kashaf-ansari-dev
a94e8d6852
mobile: render clear-history dialog with local context
...
Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com >
2026-07-15 09:49:41 +05:00
kashaf-ansari-dev
2edbc3bf2e
mobile: remove clear version history action for multiple selected notes
...
Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com >
2026-07-15 09:49:41 +05:00
kashaf-ansari-dev
e4a7d63e07
mobile: add option to clear note version history
...
Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com >
2026-07-15 09:49:30 +05:00
Ammar Ahmed
76fd61af4f
Merge pull request #10085 from streetwriters/fix/651
...
mobile: fix unable to change plan on buy-plan screen
2026-07-14 08:43:53 +05:00
Ammar Ahmed
98386a6d71
Merge pull request #10094 from streetwriters/mobile-release/3.4.6
...
mobile: release v3.4.6
3.4.6-android
2026-07-13 22:44:13 +05:00
kashaf-ansari-dev
539a630f77
mobile: improve reminder permission settings flow on Android
...
Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com >
2026-07-13 18:07:40 +05:00
kashaf-ansari-dev
6b65f8031d
mobile: fix reminder creation after granting notification permission
...
Signed-off-by: kashaf-ansari-dev <kashafansari3108@gmail.com >
2026-07-13 14:58:31 +05:00
01zulfi
3c85cddfe7
Merge pull request #10093 from streetwriters/release/3.4.4
...
web: bump version to 3.4.4
v3.4.4
2026-07-13 14:14:25 +05:00
Ammar Ahmed
e426426468
mobile: release v3.4.6
2026-07-13 12:56:49 +05:00
01zulfi
109e46bd06
web: bump version to 3.4.4
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-07-13 12:28:07 +05:00
Ammar Ahmed
281a973c37
mobile: fix unable to change plan on buy-plan screen
2026-07-11 12:00:15 +05:00
Ammar Ahmed
2738207c20
Merge pull request #9998 from kashaf-ansari-dev/fix-9967-linking-note-blocks-loading-state
...
mobile: prevent upgrade prompt flash in note block linking list
2026-07-10 18:41:04 +05:00
01zulfi
1aa73c1f23
web: update editor's font size dynamically when default font size setting changes ( #10047 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-07-10 09:39:21 +05:00
Masatoshi Ogiwara
9ec22724e9
fix: typo in some documents ( #10071 )
2026-07-09 10:34:09 +05:00