ammarahm-ed
d5331b1997
mobile: release v2.4.8
2023-03-24 00:18:12 +05:00
ammarahm-ed
0a6f8fa18e
mobile: improve publish note sheet ui
2023-03-24 00:12:18 +05:00
Ammar Ahmed
0cd01b25bd
Merge pull request #2187 from streetwriters/fix/publish-note-mobile
...
Fix publish note with password on mobile
2023-03-23 23:52:50 +05:00
ammarahm-ed
70eee2a224
mobile: cleanup logs
2023-03-23 23:48:49 +05:00
ammarahm-ed
42470d1d67
mobile: fix add button color in dark mode
2023-03-23 23:48:49 +05:00
ammarahm-ed
7fc58a3fa5
mobile: make bottom padding optional in sheet
2023-03-23 23:48:49 +05:00
ammarahm-ed
e186037c03
mobile: fix bottom padding on sheet
2023-03-23 23:48:49 +05:00
ammarahm-ed
732a0ffea4
mobile: fix duplicate key warning
2023-03-23 23:48:49 +05:00
ammarahm-ed
89f2e9fde1
mobile: show selected indicator on notebook
2023-03-23 23:48:49 +05:00
ammarahm-ed
9b86c6ebb7
mobile: fix multiselection bugs
2023-03-23 23:48:49 +05:00
ammarahm-ed
22cd07e414
mobile: improve selection performance
2023-03-23 23:48:49 +05:00
ammarahm-ed
47f919cb61
mobile: fix reset select does not reset selected topics
2023-03-23 23:48:49 +05:00
ammarahm-ed
7a61e3558e
mobile: ui cleanup
2023-03-23 13:39:14 +05:00
ammarahm-ed
50f84780bb
mobile: fix publish note with password not working
2023-03-23 13:23:04 +05:00
ammarahm-ed
969611c9e6
mobile: release v2.4.7
2023-03-22 15:05:24 +05:00
ammarahm-ed
06399fe3bd
mobile: fix title hidden on navigate sometimes
2023-03-22 15:02:55 +05:00
ammarahm-ed
16b00d21a6
mobile: cleanup
2023-03-22 13:28:25 +05:00
ammarahm-ed
b3de1205d9
mobile: cleanup
2023-03-22 13:28:25 +05:00
ammarahm-ed
f18e8ae421
mobile: properly handle loading images in editor
2023-03-22 13:28:25 +05:00
ammarahm-ed
2befa03cd2
mobile: conform to new image loading api
2023-03-22 13:28:25 +05:00
ammarahm-ed
1e92b3fc92
mobile: resolve attachment hash from src if hash not avail
2023-03-21 09:59:45 +05:00
ammarahm-ed
f34fb858ec
mobile: add filename extension before download
2023-03-21 09:59:45 +05:00
ammarahm-ed
e6f1320b1d
mobile: optimize sheets
2023-03-20 17:08:06 +05:00
Ammar Ahmed
4976a4dab4
Merge pull request #2143 from streetwriters/fix-ipad-orientation
...
mobile: fix ipad orientation window sizing
2023-03-20 16:36:02 +05:00
ammarahm-ed
0b06d2a4bd
mobile: fix attachment dialog ui
2023-03-20 15:09:52 +05:00
ammarahm-ed
a37d9a193f
mobile: fix gallery not shown on reupload image
2023-03-20 15:09:23 +05:00
ammarahm-ed
b64cb22186
mobile: fix ipad orientation window sizing
2023-03-20 13:51:16 +05:00
Abdullah Atta
54a3e3c927
mobile: remove react-native-actions-sheet patch
2023-03-20 12:47:23 +05:00
ammarahm-ed
aabbf7c1c1
mobile: fix tags not properly shown in sheet
2023-03-20 11:32:49 +05:00
ammarahm-ed
7773ba0804
mobile: finalize topic sheet ui
2023-03-20 11:28:53 +05:00
ammarahm-ed
9f812772fe
mobile: fix tag text position
2023-03-20 11:28:53 +05:00
ammarahm-ed
75191afc3e
mobile: fix image upload broken on ios
2023-03-20 11:28:53 +05:00
Abdullah Atta
7c1bb33ea9
mobile: update package-lock.json
2023-03-18 11:58:30 +05:00
ammarahm-ed
5ba8ce549e
mobile: disable update check during tests
2023-03-18 11:58:30 +05:00
ammarahm-ed
a449c614ee
mobile: make all tests pass
2023-03-18 11:58:30 +05:00
ammarahm-ed
d7a126ab85
mobile: add test ids
2023-03-18 11:58:30 +05:00
ammarahm-ed
bc9c976c95
mobile: fix header title size in topic
2023-03-18 11:58:30 +05:00
ammarahm-ed
26af23771d
mobile: fix refresh control colors
2023-03-18 11:58:30 +05:00
ammarahm-ed
590f2d80d3
mobile: add remove from notebook with multi-select
2023-03-18 11:58:30 +05:00
ammarahm-ed
fdeb34ff0a
mobile: improve wording of delete notebook dialog
2023-03-18 11:58:30 +05:00
ammarahm-ed
ae5b339251
mobile: change color of sort direction button
2023-03-18 11:58:30 +05:00
ammarahm-ed
a6021943e1
mobile: top level notes
2023-03-18 11:58:30 +05:00
Abdullah Atta
c3b8c4b630
mobile: update help tips
2023-03-18 11:58:30 +05:00
ammarahm-ed
1538b74c63
mobile: make never option premium in trash interval
2023-03-17 22:07:19 +05:00
ammarahm-ed
a14949b75a
mobile: remove pro check
2023-03-17 22:07:19 +05:00
ammarahm-ed
7bbe138d91
mobile: cleanup
2023-03-17 22:07:19 +05:00
ammarahm-ed
65dea70ae5
mobile: add trash interval settings
2023-03-17 22:07:19 +05:00
Ammar Ahmed
1ee24cde07
editor: add support for attachment previews ( #2123 )
...
This adds support for basic attachment preview support. Currently only image previews are supported on mobile.
Fixed image downloading not working on mobile
Added image preview support on mobile with support for loading full quality images in full screen.
Added Attachment preview logic in editor, so in future we can support preview for other files such as audio & video
2023-03-17 14:43:53 +05:00
ammarahm-ed
953d0295dc
mobile: update release notes
2023-03-02 13:42:25 +05:00
Ammar Ahmed
836f607aa0
mobile: fix reminders not working on android ( #2038 )
2023-03-02 13:38:58 +05:00