Commit Graph

187 Commits

Author SHA1 Message Date
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
8f43441b30 fix: use fallback for intl instead of polyfill 2021-03-03 23:05:36 -03:00
Antonella Sgarlatta
67a36121f2 fix: add intl polyfill for Android 2021-03-03 18:38:45 -03:00
Antonella Sgarlatta
6d5791c7a0 fix: title error for 2fa challenge 2021-03-03 10:38:34 -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
Antonella Sgarlatta
a9f465e0ee feat: hide protections section if none are available 2021-02-18 18:07:46 -03:00
Baptiste Grob
be1514fdce chore(deps): upgrade snjs 2021-02-16 20:15:15 +01:00
Antonella Sgarlatta
64b2377962 Clear protections session (#369)
* chore: update snjs to latest version

* feat: clear protections session
2021-02-16 15:57:33 -03:00
Baptiste Grob
12c63b8cc8 chore(deps): upgrade snjs (#367) 2021-02-15 10:41:50 +01:00
Baptiste Grob
986259cef3 chore(deps): upgrade snjs (#365) 2021-02-12 18:32:26 +01:00
Baptiste Grob
7015098e55 feat: upgrade SNJS, add support for protections (#362)
* chore: run pod install

* chore(deps): upgrade snjs

* feat(wip): SNJS protections
2021-02-01 16:49:46 +01:00
Radek Czemerys
bda6282ebf feature: update snjs & webview
Update backups service for https://github.com/standardnotes/snjs/pull/178
2021-01-13 23:20:08 +01:00
dependabot[bot]
4765eddf18 chore(deps): bump node-notifier from 8.0.0 to 8.0.1 (#349)
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 16:33:01 +01:00
dependabot[bot]
906e953383 chore(deps): bump ini from 1.3.5 to 1.3.8 (#348)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-05 16:28:42 +01:00
Radek Czemerys
f9cfe66c19 feature: Manage sessions (#347)
* feature: manage sessions screen

* feature: manage sessions screen

* feature: session managment

* fix: add editor name when loading fails

* fix: update session revoke alert

* fix: update alert icon

* feature: show session button only in the dev app
2021-01-05 16:21:05 +01:00
Radek Czemerys
06d1cc1336 fix: lint errors + tooling 2021-01-04 16:24:50 +01:00
Radek Czemerys
4596db67a5 chore: bump libsodium 2021-01-04 09:42:10 +01:00
Radek Czemerys
caa90e679b chore: bump libsodium 2021-01-03 15:42:40 +01:00
Radek Czemerys
f4185fe035 chore: update libsodium 2021-01-02 16:25:40 +01:00
Radek Czemerys
178d999ee1 fix: small font in iOS plain editor 2020-12-29 18:08:52 +01:00
Radek Czemerys
092a55279d chore: bump snjs 2020-12-28 11:28:25 +01:00
Radek Czemerys
5e71ae1dc8 fix: autofocus when creating new note on iOS 2020-12-22 19:59:12 +01:00
Radek Czemerys
3d54a1b21d feature: bugsnag opt out 2020-12-22 17:38:39 +01:00
Radek Czemerys
0075cf1bf4 chore: yarn.lock cleanup 2020-12-22 15:44:13 +01:00
Radek Czemerys
3cc4be7b8b fix: phantom account issue
#333 #312 #311
2020-12-18 20:28:50 +01:00
Radek Czemerys
924f417c86 chore: bump snjs 2020-12-15 17:45:37 +01:00
Radek Czemerys
eeafd260cc chore: bump snjs 2020-12-14 22:29:10 +01:00
Radek Czemerys
78f3854902 feature: React Native 0.63.4 2020-12-14 13:47:32 +01:00
Radek Czemerys
fc691fd52e chore: update bugsnag 2020-12-09 16:17:56 +01:00
Radek Czemerys
2986989599 chore: bump snjs 2020-11-26 15:11:30 +01:00
Radek Czemerys
c2f2d3cd5d chore: bump snjs & other dependencies 2020-11-24 11:34:31 +01:00
Radek Czemerys
1a7b62c436 feature: update snjs 2020-11-21 15:19:48 +01:00
Radek Czemerys
f45a224a40 fix: no warning for not decrypted users 2020-11-11 21:21:14 +01:00
Radek Czemerys
836414375b Revert "chore: bump snjs"
This reverts commit 4447ad9cdd.
2020-11-11 20:11:50 +01:00
Radek Czemerys
4447ad9cdd chore: bump snjs 2020-11-11 17:44:25 +01:00
Radek Czemerys
9019237528 fix: update webview to fix memore leaks 2020-11-10 20:53:56 +01:00
Radek Czemerys
6040cbcfb0 fix: migrating from older versions 2020-11-10 20:53:32 +01:00
Radek Czemerys
2a29659c99 chore: bump snjs 2020-11-09 21:29:59 +01:00
Radek Czemerys
270dd2ccbf fix: keychain failures recovery 2020-11-09 21:24:17 +01:00
Radek Czemerys
68b33580d9 fix: first run key migration workaround (#309)
* fix: first run key migration workaround

* bump snjs
2020-11-05 19:18:08 +01:00
Radek Czemerys
e3feba14c4 fix: migration & SNLog integration 2020-11-03 21:14:42 +01:00
Radek Czemerys
b35fd2fe5f chore: bump navigation 2020-11-03 10:57:11 +01:00
Radek Czemerys
f50c213033 fix: revert iOS line spacing change 2020-11-02 23:36:29 +01:00