386 Commits

Author SHA1 Message Date
Antonella Sgarlatta
b7243b0e05 chore(version): 3.6.13 2021-06-21 18:00:08 -03:00
Antonella Sgarlatta
155255c676 chore(version-snjs): 2.7.4 2021-06-21 17:58:42 -03:00
Antonella Sgarlatta
18d11d943b chore(version-snjs): 2.7.3 2021-06-17 15:25:56 -03:00
Antonella Sgarlatta
1a91e5717c chore(version): 3.6.12 2021-06-17 12:01:25 -03:00
Antonella Sgarlatta
0ce2418da5 chore(version-snjs): 2.7.2 2021-06-17 12:00:36 -03:00
Antonella Sgarlatta
a77c519455 chore(version): 3.6.11 2021-06-16 18:55:51 -03:00
Antonella Sgarlatta
04abb78c2d chore(version-snjs): 2.7.1 2021-06-16 18:55:29 -03:00
Antonella Sgarlatta
ec7456117d chore(version): 3.6.10 2021-06-09 11:55:20 -03:00
Antonella Sgarlatta
2590a02a85 feat: revert offline editors (#443)
* Revert "fix: access denied webview errors on Android 10"

This reverts commit f171308aa6.

* Revert "feat: check for and download editor updates"

This reverts commit bce7218a4b.

* Revert "fix: live item deinit called more than once (#423)"

This reverts commit fb58bfc3ca.

* Revert "fix: offline editors issues (#416)"

This reverts commit 08930bdf73.

* Revert "feat: remove editor loading message on ThemesActivated action (#415)"

This reverts commit 19d535330d.

* Revert "fix: decrease loading editor message timeout"

This reverts commit d57361745b.

* Revert "fix: check if component mounted before state update"

This reverts commit 439df5f14c.

* Revert "feat: offline editors (#392)"

This reverts commit d2fe25d3ab.
2021-06-08 17:38:27 -03:00
Karol Sójko
4f2b6b0e72 feat: switch sign out to API v1 (#442) 2021-06-08 16:16:13 +02:00
Johnny A
ac4bc342f8 feat: option to import backups (#441)
* feat: option to import backups

* fix: remove catch block

* fix: long strings

* fix: 'first' prop to Import Data button

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2021-06-07 21:59:47 -04:00
Antonella Sgarlatta
da9f67316e chore(version-snjs): 2.4.2 2021-05-26 12:43:58 -03:00
Baptiste Grob
d83ee62573 chore(deps): update snjs 2021-05-26 14:50:23 +02:00
Baptiste Grob
61db86ca17 chore(version): 3.6.9 2021-05-17 14:58:39 +02:00
Radek Czemerys
58b3e9974c fix: downgrade react to officially supported version (#435)
* fix: downgrade react to officially supported version

* Update gradle bulld tools
2021-05-12 11:40:59 +02:00
Baptiste Grob
7420dfa6db feat(deps): upgrade to React Native v0.64.1 2021-05-05 16:10:30 +02:00
Baptiste Grob
f9a205de6d feat(deps): upgrade to React Native v0.64 (#429)
* chore(deps): upgrade React Native to v0.64

* chore(deps): upgrade react to v17

* fix: use FlatList in MainSideMenu

* fix: use FlatList in NoteSideMenu

* chore: run pod install

* Revert "fix: use FlatList in NoteSideMenu"

This reverts commit bd9a686268.

* Revert "fix: use FlatList in MainSideMenu"

This reverts commit 116fdafbb9.
2021-05-05 11:36:50 +02:00
Antonella Sgarlatta
2142d56549 Merge branch 'master' into develop 2021-04-30 16:42:49 -03:00
Baptiste Grob
71175ab593 Fix Compose view not picking up remote changed (#421)
* chore(deps): update sn-textview & standard-notes-rn

* fix: update compose view when receiving remote changes

* chore(version): 3.6.8

* fix: set screenshot privacy on app launch

Co-authored-by: Antonella Sgarlatta <antsgar@gmail.com>
2021-04-30 10:56:52 -03:00
Antonella Sgarlatta
19d535330d feat: remove editor loading message on ThemesActivated action (#415)
* chore(version-snjs): 2.0.76

* feat: remove loading editor message on ActivateThemes action
2021-04-26 14:19:41 -03:00
Antonella Sgarlatta
10f2441f27 Merge branch 'master' into develop 2021-04-26 10:33:59 -03:00
Baptiste Grob
b3cc8c724a chore(deps): update sn-textview & standard-notes-rn 2021-04-23 16:32:47 +02:00
Baptiste Grob
52f3020aab fix: use long commit hash for standard-notes-rn dependency 2021-04-23 16:19:49 +02:00
Antonella Sgarlatta
0f7322af38 More accurate saving status, disable editor change on locked notes and SNJS upgrade (#409)
* fix: more accurate saving status

* fix: disallow changing editor on locked note

* chore(version-snjs): 2.0.75

* refactor: support snjs session history refactor
2021-04-21 16:32:51 -03:00
Antonella Sgarlatta
b9483dcef1 chore(version): 3.6.7 2021-04-19 17:09:10 -03:00
Antonella Sgarlatta
c9c6db0ab2 chore(version): 3.6.7 2021-04-14 10:53:24 -03:00
Antonella Sgarlatta
fc887fdefb Merge branch 'master' into develop 2021-04-14 10:12:55 -03:00
Antonella Sgarlatta
d2fe25d3ab feat: offline editors (#392)
* feat: add react-native-zip-archive dependency

* feat: download and extract offline editors

* feat: use offline editor path as webview source

* fix: change function name

* fix: move deactivate editor to compose unmount

* fix: add origin whitelist

* fix: add read access url

* fix: increase load end timeout to remove theme load flicker

* fix: set online url on getOfflineEditor error

* fix: set editor width and scale

* fix: add timeout to remove download message flicker

* fix: deactivate component when switching editors

* fix: use online url if process is terminated
2021-04-12 15:59:49 -03:00
Antonella Sgarlatta
a5afc7b8df chore(version): 3.6.6 2021-04-02 01:25:17 -03:00
Antonella Sgarlatta
a0d428ba6f chore(version-snjs): 2.0.72 2021-04-02 01:17:26 -03:00
Antonella Sgarlatta
e923aea55e chore(version): 3.6.5 2021-03-30 12:00:46 -03:00
Antonella Sgarlatta
5ed00944dd feat: make screenshot privacy optional (#389)
* feat: change PasscodeSection component name to SecuritySection

* feat: add screenshot privacy setting

* feat: make feature text dependent on platform

* fix: capitalize on Android

* fix: use default storage mode
2021-03-30 11:24:23 -03:00
Antonella Sgarlatta
8fd731fe6c chore(version-snjs): 2.0.70 2021-03-25 13:01:10 -03:00
Antonella Sgarlatta
70c93db2ac chore(version): 3.6.4 2021-03-24 11:51:22 -03:00
Antonella Sgarlatta
3df875a59d chore: update react-native-sodium 2021-03-23 18:07:05 -03:00
Antonella Sgarlatta
4d83d7c070 fix: update search box and fix chips not hiding on blur 2021-03-23 17:59:36 -03:00
Antonella Sgarlatta
4bed8690a9 fix: fix search bar focus issues 2021-03-23 17:43:23 -03:00
Antonella Sgarlatta
9945204bd5 Search options (#382)
* feat: add chip component

* feat: pass search options from state to snjs search

* feat: add keys to chip items

* feat: enable/disable protections chip depending on protections status

* feat: make selecting protected chip a protected action

* feat: change wording

* feat: add horizontal scrolling

* feat: add view protected note screen

* feat: remove protect note alert

* feat: show protected content when chip is selected

* fix: hide horizontal scrollbar

* fix: fix view protected screen wording

* Revert "feat: show protected content when chip is selected"

This reverts commit 367a7e7a14.

* fix: add search filter to query condition

* fix: apply filters only when searching

* fix: change wording for one search result

* fix: automatically re-focus input after enabling protected search

* fix: improve is focusing search

* feat: improve view protected note screen

* fix: use onCancel to hide chips on Android

* fix: use useFocusEffect instead of focus listener

* fix: add margin to chips for Android

* feat: add space between icon and placeholder on Android

* fix: fix Android search bar focus

* fix: fix wording for 0 search results

* feat: better wording for view protected note text

* feat: add search options container animation

* feat: add chips animation

* chore: update search box

* feat: make search options animation faster

* fix: always show all chips except when on archived or trash tag

* fix: add bg color to search container

* feat: make chips animation faster

* fix: only toggle chip when selected has changed

* fix: remove elevation for search bar container

* chore: upgrade search box

* feat: use native driver for chip animation

* feat: add opacity animation to search options

* feat: adjust animations duration

* feat: make chip animation faster
2021-03-23 10:44:13 -03:00
Antonella Sgarlatta
7ccf709a37 chore(version-snjs): 2.0.65 2021-03-10 11:22:31 -03:00
Antonella Sgarlatta
af4a10e648 feat: notes display criteria (#378)
* feat: notes display criteria

* feat: use CollectionSort instead of NoteSortKey

* feat: remove includeArchived and includePinned
2021-03-08 12:31:30 -03:00
Antonella Sgarlatta
c1b342bd39 chore(version): 3.6.3 2021-03-05 13:06:43 -03:00
Antonella Sgarlatta
8f43441b30 fix: use fallback for intl instead of polyfill 2021-03-03 23:05:36 -03:00
Antonella Sgarlatta
958d5b16a7 chore(version): 3.6.2 2021-03-03 19:10:39 -03:00
Antonella Sgarlatta
67a36121f2 fix: add intl polyfill for Android 2021-03-03 18:38:45 -03:00
Antonella Sgarlatta
257bed9359 chore(version): 3.6.1 2021-03-03 10:38:54 -03:00
Antonella Sgarlatta
6d5791c7a0 fix: title error for 2fa challenge 2021-03-03 10:38:34 -03:00
Antonella Sgarlatta
d9866fcdac chore(version): 3.6.0 2021-02-27 10:34:53 -03:00
Antonella Sgarlatta
dece6a0292 feat: make encrypted backups protected 2021-02-26 18:29:46 -03:00
Antonella Sgarlatta
1ed7d80fd2 Fix biometrics on quit (#371)
* Revert "fix: add default param for authenticate screen"

This reverts commit 01266879bd.

* Revert "fix: biometrics shouldn't always show if set to on quit"

This reverts commit 5ed79e4810.

* fix: biometrics shouldn't always show if set to on quit

* fix: add prompt type and remove log

* refactor: changes per PR feedback

* refactor: remove unnecessary set to false

* refactor: return undefined instead of null

* refactor: always set previouslyLaunched to true

* chore: upgrade snjs version
2021-02-24 17:00:08 -03:00
Antonella Sgarlatta
d769d9e522 chore: update sodium 2021-02-19 16:38:08 -03:00