Ammar Ahmed
a8d0fa3b94
Merge pull request #9820 from streetwriters/fix/286
...
Fix rename attachment does not work on iOS
2026-05-11 13:33:00 +05:00
Ammar Ahmed
03defb3a48
mobile: fix defaultValue is used if input is empty in dialog input
2026-05-08 10:42:25 +05:00
Ammar Ahmed
28f95b0061
mobile: fix plans keep loading on paywall screen
2026-05-07 13:01:38 +05:00
Ammar Ahmed
780276b30e
mobile: fix pro user walk through makes app get stuck
2026-05-07 11:12:49 +05:00
Ammar Ahmed
cf6262e995
mobile: fix showing 2fa error when field is empty and show error below input field
2026-05-05 10:32:27 +05:00
Ammar Ahmed
f37869cb5a
mobile: add compact-view support in search results
2026-04-30 13:55:19 +05:00
Ammar Ahmed
543825918c
mobile: fix useEffect deps in use-feature-manager hook
2026-04-21 08:46:19 +05:00
Ammar Ahmed
1696ec5c72
mobile: fix unable to switch between yearly/monthly plans
2026-04-21 08:14:38 +05:00
Ammar Ahmed
405adff8f4
mobile: fix linting not working in vscode and fix lint errors ( #9710 )
2026-04-18 08:52:39 +05:00
Ammar Ahmed
9a21ca1cf4
mobile: fix discount value shows as undefined on iOS when buying plan ( #9711 )
...
* mobile: fix discount value is undefined
* mobile: fix discount calculation and price formatting
Respect spacing when writing price in a currency.
Fix incorrect discount calculation when comparing products of a plan based on int values, use parseFloat to parse correct values for comparision
* mobile: fix ui inconsistencies
* mobile: conditionally include trial plan conditions based on GitHub release status
2026-04-18 08:40:50 +05:00
Ammar Ahmed
cb5a7904d3
mobile: add clear trash option in Trash properties
...
mobile: show clear trash success message
mobile: add e2e tests
mobile: fix clear trash option remains disabled after moving item to trash after login
mobile: Disable "Move to trash" for deleted notes.
2026-04-15 12:48:24 +05:00
SahilAslam001
267fe4e453
mobile: remove restoring app state on app launch #6294 ( #9586 )
...
Signed-off-by: Sahil Aslam <sahil.aslam011@gmail.com >
2026-04-06 11:20:30 +05:00
Ammar Ahmed
302ae5ddb4
mobile: format all files
...
It seems prettier was not working properly. Pin prettier version to 2.8.8 in apps/mobile and ran prettier on all files to fix formatting issues.
2026-03-28 09:57:51 +05:00
Ammar Ahmed
e934ef7ffd
mobile: allow lock-unlock a note even if it's not in any vault ( #9508 )
2026-03-20 12:43:40 +05:00
Abdullah Atta
80c44eee89
mobile: disable automatic orphaned attachment removal
2026-03-12 09:34:15 +05:00
Ammar Ahmed
4420663687
mobile: fix use-db-item hook
2026-03-06 13:07:57 +05:00
Abdullah Atta
aa769a8921
Merge pull request #9301 from streetwriters/core/orphaned-attachment-cleanup
...
core: remove orphaned attachments in trash cleanup method
2026-02-25 12:53:17 +05:00
Ammar Ahmed
07a481f002
mobile: remove orphaned attachments on app launch
2026-02-24 12:55:31 +05:00
Ammar Ahmed
7b0d2a239d
Merge pull request #9367 from streetwriters/fix/vault-biometrics-ux
...
Fix vault with biometrics enabled does not lock the note
2026-02-24 08:27:54 +05:00
Abdullah Atta
5d922d934c
Merge branch 'master' into beta
2026-02-21 10:36:37 +05:00
Ammar Ahmed
7da168ab52
Merge pull request #9307 from streetwriters/fix-offline-mode-cache-attachments
...
mobile: fix switching app from background to foreground starts a new attachment cache download group
2026-02-20 08:12:57 +05:00
Ammar Ahmed
8b17495f0e
mobile: fix vault with biometrics enabled does not lock note
2026-02-19 13:16:09 +05:00
Ammar Ahmed
c52779df23
Merge branch 'master' into beta
2026-02-16 14:40:45 +05:00
Ammar Ahmed
d3c9744e65
core: use db event manager
2026-02-16 13:11:45 +05:00
Ammar Ahmed
b7d2865435
mobile: fix switching app from background to foreground starts
...
a new attachment cache download group
2026-02-05 13:07:27 +05:00
Abdullah Atta
a836642d74
Merge pull request #7901 from 01zulfi/web/delete-data-for-not-logged-in-user
...
web: add delete data option for not logged in user
2026-02-02 12:31:01 +05:00
Ammar Ahmed
1a56a22a33
mobile: fix feature not locked
2026-01-26 13:40:51 +05:00
Ammar Ahmed
86f3f90143
mobile: delete all data option in settings
2026-01-19 14:24:21 +05:00
Ammar Ahmed
b148083750
Merge pull request #9232 from streetwriters/mobile/fix-shortcuts-update
...
Fix shortcuts do not update in side menu
2026-01-16 14:24:01 +05:00
Ammar Ahmed
e241b2fe72
mobile: fix showing properties from shortcuts
2026-01-16 11:49:08 +05:00
Ammar Ahmed
210549445e
global: add support for expiring notes ( #9167 )
...
* core: expiring notes
* core: add tests
* mobile: support setting not expiry date
* web: support note expiry dates
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* core: add tests for expiring notes
* core: fix tests
* mobile: delete expiring notes at startup
* core: create index on expiry date
* core: minor refactor
* core: remove `.only` sync test
* web: refactors
* mobile: set limit on expiring notes
* web: improve expiry date menu option && note item ui
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: add premium check for setting expiry for notes
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: move note expiry date dialog into its own file && minor changes
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: delete expired notes on startup
* web: minor refactors
---------
Co-authored-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2026-01-16 10:55:40 +05:00
Abdullah Atta
d00f7f6255
Merge pull request #9081 from streetwriters/fix/improve-sync-reliability
...
Improve sync reliability
2026-01-14 11:48:34 +05:00
Ammar Ahmed
2f93c6fdc8
mobile: support day format options
2025-12-31 14:57:16 +05:00
Ammar Ahmed
4d4af5c278
Merge branch 'master' into beta
2025-12-26 11:24:47 +05:00
Ammar Ahmed
ed5c84b069
mobile: cleanup downloaded cache files on startup
2025-12-25 13:52:52 +05:00
Ammar Ahmed
873b180dab
mobile: enable feature for pro users
2025-12-25 11:37:27 +05:00
Ammar Ahmed
ca8e505cd0
mobile: add support for color shortcuts on homescreen
2025-12-24 14:17:52 +05:00
Ammar Ahmed
465e1af838
mobile: keep shortcuts synced with the app
2025-12-24 13:11:08 +05:00
Ammar Ahmed
2f66ee04cc
mobile: fix notification notes created on every app launch
2025-12-24 10:51:27 +05:00
Ammar Ahmed
ecf75a07e4
mobile: fix loading note in editor from notifications
...
Fix a race condition where the loading note gets replaced by editor's stored state on app launch
2025-12-23 12:48:29 +05:00
Abdullah Atta
9c1a02dbd5
mobile: use db's event manager instead of global
2025-12-23 11:04:06 +05:00
Ammar Ahmed
b59a3fb5de
mobile: improved navigation for deep links
2025-12-23 10:54:46 +05:00
Ammar Ahmed
0a7f8631b6
mobile: add home shortcuts
...
Add ability to create shortcuts on launcher homescreen for notes, notebooks and tags.
2025-12-22 18:59:36 +05:00
Abdullah Atta
a45b54dd85
Merge pull request #9041 from streetwriters/fix-subscription-type
2025-12-17 14:22:31 +05:00
Ammar Ahmed
22b2d50139
mobile: fix productId usage
2025-12-10 10:11:21 +05:00
Abdullah Atta
3de225f7c9
mobile: upgrade react native 0.82
...
this commit also bump app version to 3.3.10-beta.0
2025-11-27 11:32:50 +05:00
Ammar Ahmed
3a5558eb16
mobile: release v3.3.6
2025-10-24 09:02:19 +05:00
Ammar Ahmed
8900a6b080
mobile: release v3.3.6
2025-10-23 21:39:20 +05:00
Ammar Ahmed
2e5ff859eb
Merge pull request #8835 from streetwriters/fix-reminder-widget
...
mobile: fix reminders widget on android
2025-10-23 13:48:28 +05:00
Ammar Ahmed
98bb8ca186
Merge pull request #8833 from streetwriters/fix-app-lock-free-user
...
mobile: fix app-lock disabled dialog does not show to free users
2025-10-23 13:47:46 +05:00