Muhammad Ali
fcfe9ff23b
editor: add button to delete a task item in a task list ( #1423 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2022-12-05 12:22:58 +05:00
Muhammad Ali
a19fa2212a
web: allow deselecting items using ctrl+click ( #1433 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2022-12-05 11:08:32 +05:00
Ammar Ahmed
5445ee0335
core: handle crash when sorting if item doesn't have a title ( #1447 )
2022-12-05 10:54:55 +05:00
Muhammad Ali
d2f65c435d
editor: do not add line break at the start of copied text ( #1443 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2022-12-05 10:52:54 +05:00
Muhammad Ali
bbe21eb7db
editor: fix clear completed tasks button hidden by progress bar ( #1444 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
2022-12-05 10:42:13 +05:00
Muhammad Ali
d39426a57a
editor: fix persistent editor dropdown toolbar when changing notes ( #1413 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
2022-12-05 10:40:13 +05:00
Muhammad Ali
f43715cd24
web: fix overlapping text on default home page buttons in settings ( #1406 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
2022-12-05 10:37:47 +05:00
Muhammad Ali
503b5922e9
web: use custom bottom scrollbar in mobile mode ( #1389 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2022-12-05 10:31:57 +05:00
Abdullah Atta
58319c27f5
misc: install patch-package package
2022-12-02 11:25:59 +05:00
Abdullah Atta
f1a2afd9d6
core: do not sync vault key alone
...
this caused a sync loop because vault key is always synced regardless of
whether it has changed or not.
2022-12-02 11:24:56 +05:00
Abdullah Atta
8bc58b7869
editor: enable embed specific tools on mobile
2022-11-28 15:25:28 +05:00
ammarahm-ed
dd0b0f4243
mobile: update ios provisioning profiles
2022-11-28 09:38:02 +05:00
Abdullah Atta
1f61742786
core: fix cannot read properties of undefined (reading '_note')
2022-11-24 16:12:57 +05:00
ammarahm-ed
95dd84695b
mobile: fix patches
2.2.6-android
v2.2.4
2022-11-23 19:31:09 +05:00
Abdullah Atta
1500d50ba9
web: cleanup imports
2022-11-23 19:16:42 +05:00
Abdullah Atta
c206377198
web: show mobile UI for tablet users
2022-11-23 19:16:29 +05:00
ammarahm-ed
7b5923ebc5
mobile: use getItemType in list
2022-11-23 18:47:10 +05:00
Abdullah Atta
064b6fb9dc
web: fix regression with duplicate notes being created when typing fast
2022-11-23 18:45:21 +05:00
ammarahm-ed
b101f42ff0
mobile: fix android iap
2022-11-23 18:34:46 +05:00
ammarahm-ed
1b13e055d1
mobile: fix Config checks
2022-11-23 18:34:46 +05:00
Abdullah Atta
3c378809d0
web: bump version to 2.2.4
2022-11-23 17:23:03 +05:00
Abdullah Atta
c5fcc7e962
web: make real-time sync test more reliable
2022-11-23 16:22:04 +05:00
Abdullah Atta
77c9db0faa
web: only check for encryption-key length
2022-11-23 16:22:04 +05:00
Abdullah Atta
ea07672a2d
web: update test snapshots
2022-11-23 16:22:04 +05:00
Abdullah Atta
222fc00bd7
core: update export templates
2022-11-23 16:22:04 +05:00
Abdullah Atta
ae8c220119
web: add patch to support cjs modules
2022-11-23 16:22:04 +05:00
Abdullah Atta
0e96769e93
web: get rid of webpack deprecation notice due to usage of [hash]
2022-11-23 16:22:04 +05:00
ammarahm-ed
77c0f63dfd
mobile: release notes
2022-11-23 16:00:01 +05:00
ammarahm-ed
3f4021ea44
mobile: hide dateModified for sort sheet
...
in screens other than
tags.
2022-11-23 15:59:32 +05:00
ammarahm-ed
c52d5ad176
mobile: fix inversed check resulting in requests
...
to google servers on app launch
in github release.
2022-11-23 15:38:53 +05:00
ammarahm-ed
fbb8652946
mobile: fix file viewer not opened
2022-11-23 15:37:56 +05:00
ammarahm-ed
4f8c2fa37a
mobile: bump version to 2.2.6
2022-11-23 15:13:01 +05:00
Ammar Ahmed
ea405393fd
mobile: fix orientation & app screen size measurement ( #1382 )
2022-11-23 15:10:53 +05:00
Abdullah Atta
5e6caa7273
core: use upstream htmlparser2 instead of in-house
...
This is mostly because I am not 100% certain about how stable our own
optimized version is. While it does perform a lot better, there is
significant risk that things might break in production. To avoid
that, I am replacing it with the upstream version which is much more
heavily tested.
2022-11-23 14:58:34 +05:00
Abdullah Atta
b1f5ffc2ec
core: add dateModified comparator
2022-11-23 12:33:35 +05:00
Abdullah Atta
8af8b69cbf
web: add streaming support for importing huge zips
2022-11-23 12:19:32 +05:00
Abdullah Atta
0c0dff3b28
core: fix "Cannot send data if connection is not in "Connected" state"
2022-11-23 12:19:12 +05:00
Abdullah Atta
3ab6c4646c
core: use mutex to establish only 1 connection at a time
2022-11-23 12:19:12 +05:00
ammarahm-ed
98dfe30099
mobile: do not request setting backup directory when
...
moving app from background to foreground.
2022-11-23 11:12:26 +05:00
ammarahm-ed
b0438bf71e
mobile: use flashlist
2022-11-23 11:12:26 +05:00
ammarahm-ed
2130c8a806
mobile: fix file viewer not working in android 11+
2022-11-23 11:12:26 +05:00
ammarahm-ed
7c626aca18
mobile: download attachments in realtime sync
2022-11-23 10:32:33 +05:00
Abdullah Atta
30662f147a
web: download attachments on real-time sync
2022-11-23 10:32:33 +05:00
Muhammad Ali
846adea92e
web: multiple notes selected when right clicking on 1 note ( #1342 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
2022-11-23 10:31:52 +05:00
Muhammad Ali
f5a7beef17
editor: add button to clear completed tasks ( #1336 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2022-11-23 10:24:45 +05:00
Muhammad Ali
82b584b3d1
core: include tags in exported note ( #1345 )
...
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2022-11-23 09:19:07 +05:00
Muhammad Ali
68c79bcdd5
web: disabled toolbar items are not removed from the toolbar ( #1357 )
...
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2022-11-23 09:13:39 +05:00
Ammar Ahmed
fe4a16f182
mobile: iap upgrade ( #1361 )
...
* mobile: upgrade iap to v7
* mobile: update build.gradle
2022-11-22 11:46:50 +05:00
Muhammad Ali
a70961b662
core: respect numbers when sorting items ( #1337 )
...
Signed-off-by: Muhammad Ali <alihamuh@gmail.com >
2022-11-17 19:38:05 +05:00
Abdullah Atta
d14be59204
Merge pull request #1314 from streetwriters/new-html-parser
...
Improve HTML parsing performance
2022-11-16 11:21:59 +05:00