Commit Graph

1423 Commits

Author SHA1 Message Date
Mo Bitar
fed1031d0e fix: go back to compiling web view version 2021-12-10 10:41:17 -06:00
Mo Bitar
3b29a1522c fix: editor reference leak when switching editors repeatedly 2021-12-10 10:26:01 -06:00
Mo Bitar
0e3a7995ae Merge branch 'develop' of github.com:standardnotes/mobile 3.9.5 2021-12-09 08:50:53 -06:00
Mo Bitar
02378217c7 release: 3.9.5 2021-12-09 08:50:19 -06:00
Johnny A
7153a7654f fix: display message if using advanced editors on iOS < 11 (#512)
* fix: display message if using advanced editors on iOS < 11

* Update src/screens/Compose/ComponentView.tsx

Co-authored-by: Mo <mo@standardnotes.org>

* fix: rename from checkIfSupportsAdvancedEditors to warnIfUnsupportedEditors

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
Co-authored-by: Mo <mo@standardnotes.org>
2021-12-06 10:46:39 -04:00
Mo Bitar
8651f8fd36 Merge branch 'develop' of github.com:standardnotes/mobile into develop 2021-12-05 10:09:06 -06:00
Mo Bitar
6012c7f9f3 chore: merge master 2021-12-05 10:08:37 -06:00
Mo Bitar
9359f55f55 fix: filter out deleted themes before attempting to display 3.9.4 2021-12-05 10:07:14 -06:00
Mo Bitar
d483769306 fix: react native URL polyfill 2021-11-15 15:51:36 -06:00
Mo Bitar
0937348514 chore: lint 3.9.2 2021-11-14 14:38:01 -06:00
Mo Bitar
7c31c145d9 chore(deps): snjs 2.17.9 2021-11-14 14:32:56 -06:00
Johnny Almonte
0a4705a495 Merge remote-tracking branch 'origin/master' into develop 2021-11-11 10:18:05 -04:00
Mo Bitar
66367f4b01 fix: const declaration location 3.9.1 2021-11-09 08:29:59 -06:00
Mo Bitar
eb589daee7 fix: enable v4 features 2021-11-09 08:25:03 -06:00
Johnny A
386708660f feat: show message that user is offline when managing sessions (#508)
* chore(deps): install @react-native-community/netinfo

* fix: setup for @react-native-community/netinfo on Android

* fix: ability to set text alignment on LoadingText component

* feat: show message that user is offline when managing sessions

* fix: optional textAlign prop

* feat: network service

* fix: useIsOffline hook to check if offline

* refactor: network service

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2021-11-08 15:09:57 -04:00
Mo Bitar
fff2d36afc chore: upgrade android compile sdk 2021-11-08 12:27:54 -06:00
Mo Bitar
ae505ca613 fix: function call 2021-11-08 12:14:12 -06:00
Mo Bitar
c3bbaff043 feat: snjs 2.17, mobile 3.9.0 2021-11-08 12:11:30 -06:00
Johnny A
cafe222fbb fix: export backup to file on Android (#506)
* fix: set requestLegacyExternalStorage to true

* fix: refactor permission request for storage

* refactor: backups service

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2021-11-04 12:33:02 -04:00
Johnny A
568accd5da fix: note/tag count not updated properly when deleting all notes (#507)
* fix: use optional chaining on editorGroup

* fix: note/tag count not updated properly when deleting all notes

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2021-11-04 12:31:06 -04:00
Johnny A
49e265d331 fix: use Base64.encode for URL safe stringified data (#505)
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2021-11-04 12:21:22 -04:00
Antonella Sgarlatta
19fdc28d10 Merge branch 'release/3.6.24' into master 3.6.24 2021-10-05 16:19:44 -03:00
Antonella Sgarlatta
ec861b3028 fix: add ndk version to build.gradle 2021-10-05 15:19:22 -03:00
Antonella Sgarlatta
c4bbaea9b7 Merge branch 'release/3.6.24' into master 2021-10-04 17:21:20 -03:00
Antonella Sgarlatta
2bc3d42eff chore(version-snjs): 2.14.10 2021-10-04 10:07:48 -03:00
Antonella Sgarlatta
5f673fed4e Merge branch 'release/3.6.24' into master 2021-09-15 17:12:33 -03:00
Antonella Sgarlatta
0bf103db81 fix: ts errors (#490) 2021-09-15 17:11:53 -03:00
Antonella Sgarlatta
5b163e2c04 Merge branch 'release/3.6.24' into master 2021-09-15 15:43:40 -03:00
Antonella Sgarlatta
64e71ddeee chore(version): 3.6.24 2021-09-15 15:43:09 -03:00
Antonella Sgarlatta
503d239560 chore(version-snjs): 2.14.4 2021-09-15 15:42:43 -03:00
Johnny A
8ea1936cd3 fix: show editor name when editor fails to load (#483)
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2021-09-09 10:34:11 -04:00
Johnny A
d26f1cf82e fix: remove trailing slash on defaultHost url (#482)
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2021-09-08 10:06:29 -04:00
Johnny A
4a3975d32a fix: no highlight when scrolling through note list (#479)
* fix: no highlight when scrolling through note list

* chore: increment version

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2021-09-07 21:04:32 -04:00
Vardan Hakobyan
402a8ab8cf chore: version bump (#478) 2021-09-06 11:44:04 +04:00
Vardan Hakobyan
f18b1f1949 Feat/provide app version to snapplication (#476)
* feat: provide version when creating application

* chore: provide old snjs version until the snjs pr is merged

* chore: put correct snjs version

* chore: put latest snjs and sncrypto-common versions

* fix: add dummy implementations to required methods
2021-09-06 10:38:56 +04:00
Antonella Sgarlatta
7fe61d1705 Merge branch 'release/3.6.23' into master 3.6.23 2021-09-01 15:11:12 -03:00
Antonella Sgarlatta
d2c0a7e0bc chore(version): 3.6.23 2021-09-01 15:10:46 -03:00
Antonella Sgarlatta
78ae1c6a59 Merge branch 'release/3.6.23' into master 2021-08-25 14:59:53 -03:00
Antonella Sgarlatta
01f1379d83 chore(version): 3.6.23 2021-08-25 14:59:43 -03:00
Antonella Sgarlatta
ff129de5e5 fix: improve TextView padding and apply only to iOS 2021-07-28 15:57:55 -03:00
Antonella Sgarlatta
7a4986b45d fix: fixes #470 2021-07-28 15:19:15 -03:00
Antonella Sgarlatta
0c824f1475 fix: use console.error to log backup errors 2021-07-28 14:16:09 -03:00
Antonella Sgarlatta
4216ff855b Revert "fix: allow ci to renew certificates"
This reverts commit 387d9f021d.
3.6.22
2021-07-22 15:58:51 -03:00
Antonella Sgarlatta
387d9f021d fix: allow ci to renew certificates 2021-07-22 13:03:58 -03:00
Antonella Sgarlatta
6b8c2d5235 Merge branch 'release/3.6.22' into master 2021-07-22 11:30:52 -03:00
Antonella Sgarlatta
1fc53ab1bb chore(version): 3.6.22 2021-07-22 11:29:38 -03:00
Antonella Sgarlatta
0b3373395f chore(version-snjs): 2.7.21 2021-07-20 15:56:34 -03:00
Antonella Sgarlatta
23676d5e51 fix: add active tag to new note when not using plain editor 2021-07-19 13:06:10 -03:00
Antonella Sgarlatta
fed95918ac chore(version-snjs): 2.7.20 2021-07-15 14:05:59 -03:00
Antonella Sgarlatta
e8d6164482 chore(version-snjs): 2.7.19 - permissions handling 2021-07-14 19:01:17 -03:00