384 Commits

Author SHA1 Message Date
Antonella Sgarlatta
567c76bdbd fix: save backups to downloads directory 2021-06-16 17:44:41 -03:00
Antonella Sgarlatta
ce7a59f473 fix: change backup destination to document directory 2021-06-15 15:44:01 -03:00
Antonella Sgarlatta
7a74c5662a fix: change lock mentions to prevent editing (#424)
* fix: change lock mentions to prevent editing

* fix: live item deinit called more than once

* fix: match uppercase to v4 design

* fix: remove unwanted change
2021-06-09 11:53:34 -03:00
Karol Sójko
4f2b6b0e72 feat: switch sign out to API v1 (#442) 2021-06-08 16:16:13 +02:00
Johnny A
21a2cb66a1 feat: make error reporting opt-in (disabled by default) (#440)
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2021-06-07 10:48:34 -04:00
Baptiste Grob
f8a54df0c9 fix: show syncing status only once on startup (#419) 2021-04-28 17:19:41 +02:00
Baptiste Grob
5364366aa4 feat: link new notes with default editor (#417) 2021-04-28 17:14:09 +02:00
Baptiste Grob
e6ddd32f58 fix: do not display local data message when there are no items to decrypt (#411)
* fix: do not display local data message when there are no items to decrypt

* fix: use unicode ellipsis

* feat: improve status messages for initial loading/syncing
2021-04-23 16:03:49 +02:00
Baptiste Grob
cbd2d1702a fix: remember active tag on launch (#410)
* chore: run pod install

* fix: use 'application?'

* fix: restore selected tag on launch
2021-04-23 15:43:15 +02:00
Antonella Sgarlatta
5732930ad2 fix: set screenshot privacy on app launch 2021-04-13 11:58:50 -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
526b143c8c fix: fix lingering syncing message 2021-03-29 16:46:20 -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
c3671d29cf fix: check if keychain is object before checking keys 2021-03-05 11:59:41 -03:00
Antonella Sgarlatta
e09189c9f1 fix: don't show previous installation alert when keychain object is empty 2021-03-04 17:55:17 -03:00
Antonella Sgarlatta
8f43441b30 fix: use fallback for intl instead of polyfill 2021-03-03 23:05:36 -03:00
Antonella Sgarlatta
dece6a0292 feat: make encrypted backups protected 2021-02-26 18:29:46 -03:00
Antonella Sgarlatta
1a120bb1b3 Merge branch 'develop' of https://github.com/standardnotes/mobile into develop 2021-02-25 17:32:41 -03:00
Antonella Sgarlatta
5c65f7b8af fix: don't blur screen on biometrics authentication 2021-02-25 17:10:30 -03:00
Antonella Sgarlatta
61b8945284 feat: make unprotecting a note a protected action (#372)
* feat: make unprotecting a note a protected action

* refactor: extract NoteCell and NoteSideMenu common code to helper hooks
2021-02-24 17:54:54 -03:00
Antonella Sgarlatta
b60366572a feat: always blur application in multitasking view 2021-02-24 17:24:03 -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
b46e6683ac Revert "fix: biometrics shouldn't always show if set to on quit"
This reverts commit 5ed79e4810.
2021-02-24 10:43:33 -03:00
Antonella Sgarlatta
5ed79e4810 fix: biometrics shouldn't always show if set to on quit 2021-02-23 17:52:13 -03:00
Antonella Sgarlatta
9fbfb91188 feat: show alert if trying to protect note without protections 2021-02-19 13:42:04 -03: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
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
Johnny A
68e8143320 fix: theme urls should be passed as-is to components (#361)
* fix: theme urls should be passed as-is to components

* fix: keep support for system themes

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
2021-01-30 11:29:43 -04: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
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
3d54a1b21d feature: bugsnag opt out 2020-12-22 17:38:39 +01:00
Radek Czemerys
6ae5260d6e fix: double app deinit on app lock 2020-12-20 00:52:32 +01:00
Radek Czemerys
214999e28c fix: loading/syncing status improvments 2020-12-05 14:39:01 +01:00
Radek Czemerys
95a2281967 fix: show syncing status after decryption finishes 2020-12-04 14:36:51 +01:00
Radek Czemerys
82f89c71a6 fix: set Loading state after sign in 2020-12-04 11:13:19 +01:00
Radek Czemerys
84640860ff fix: do not stringify backups 2020-11-25 18:48:14 +01:00
Radek Czemerys
527cfd9343 fix: show android backup location 2020-11-24 22:50:28 +01:00
Radek Czemerys
b3a9612118 fix: iPad improvments 2020-11-24 22:15:44 +01:00
Radek Czemerys
d89d9bf189 fix: save tag selection 2020-11-24 19:34:04 +01:00
Radek Czemerys
1a7b62c436 feature: update snjs 2020-11-21 15:19:48 +01:00
Radek Czemerys
afd21b05b5 fix: encrypted backups 2020-11-15 19:17:03 +01:00
Radek Czemerys
d316cabf98 fix: clear confited badge when entering note 2020-11-12 18:03:10 +01:00
Radek Czemerys
87a7d8c369 Revert "test failed session"
This reverts commit e19083b73f.
2020-11-11 21:17:01 +01:00
Radek Czemerys
e19083b73f test failed session 2020-11-11 19:36:11 +01:00
Radek Czemerys
3c53846042 fix: make sure to deinit properly in some services 2020-11-11 16:26:30 +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