1217 Commits

Author SHA1 Message Date
Antonella Sgarlatta
8f43441b30 fix: use fallback for intl instead of polyfill 3.6.2 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 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
5f24a49b6d Merge branch 'release/3.6.0' into master 3.6.0 2021-03-02 13:57:10 -03:00
Antonella Sgarlatta
8898c11c27 fix: remove use_frameworks 2021-02-27 13:37:05 -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
44b6ba027e fix: wait for successful revoke before filtering out revoked session 2021-02-26 17:22:57 -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
3cf29317cf style: remove margin from details text when no title 2021-02-25 17:32:19 -03:00
Antonella Sgarlatta
5c65f7b8af fix: don't blur screen on biometrics authentication 2021-02-25 17:10:30 -03:00
Antonella Sgarlatta
401ec67980 fix: more minor wording adjustments 2021-02-25 14:10:59 -03:00
Antonella Sgarlatta
38f9b8b722 fix: no loader when refreshing sessions after revoking 2021-02-25 12:29:03 -03:00
Antonella Sgarlatta
6b834ad780 feat: disable current session cell 2021-02-25 12:09:23 -03:00
Antonella Sgarlatta
abbc76be75 fix: account password input should always have default keyboard type 2021-02-25 12:06:36 -03:00
Antonella Sgarlatta
98a48fd480 fix: small wording adjustments 2021-02-25 11:48:03 -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
4438c934f1 Revert "fix: add default param for authenticate screen"
This reverts commit 01266879bd.
2021-02-24 10:42:56 -03:00
Antonella Sgarlatta
01266879bd fix: add default param for authenticate screen 2021-02-23 17:59:52 -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
de48da19da feat: filter out only protected notes text from search 2021-02-22 13:35:50 -03:00
Antonella Sgarlatta
b8f94fe091 feat: show protected as text next to date 2021-02-22 12:05:40 -03:00
Antonella Sgarlatta
6f585eda31 feat: hide protected notes from search results 2021-02-19 17:45:48 -03:00
Antonella Sgarlatta
c30b676d92 fix: disallow revoking current session 2021-02-19 16:49:24 -03:00
Antonella Sgarlatta
fb0710e9a2 lint: fix lint error 2021-02-19 16:42:42 -03:00
Antonella Sgarlatta
d769d9e522 chore: update sodium 2021-02-19 16:38:08 -03:00
Antonella Sgarlatta
1936761f0d fix: avoid showing enable button if no protections available 2021-02-19 15:24:40 -03:00
Antonella Sgarlatta
13265b0873 fix: fix optional prop 2021-02-19 15:20:45 -03:00
Antonella Sgarlatta
a2f5b3972b feat: show disabled status insted of hiding protections section 2021-02-19 15:03:24 -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
ad0fa43c54 fix: remove default submission for protection session duration 2021-02-18 19:06:00 -03:00
Antonella Sgarlatta
a9f465e0ee feat: hide protections section if none are available 2021-02-18 18:07:46 -03:00
Antonella Sgarlatta
2d454cad7d fix: begin first authenticate step automatically 2021-02-18 16:20:08 -03:00
Antonella Sgarlatta
2000b11c39 fix: keyboard dismissed on passcode change 2021-02-18 15:03:42 -03:00
Antonella Sgarlatta
2cd1a41049 fix: show preferred keyboard type 2021-02-17 18:16:56 -03:00
Antonella Sgarlatta
3f3eaf115d fix: fix keyboard switching 2021-02-17 18:07:17 -03:00
Antonella Sgarlatta
9e9984d305 fix: make authenticate screen scrollable 2021-02-17 16:02:08 -03:00
Antonella Sgarlatta
37502c9d72 style: fix icons alignment 2021-02-17 12:18:04 -03:00
Antonella Sgarlatta
d4bc0aaeb9 feat: separate section for protections 2021-02-16 19:17:36 -03:00
Antonella Sgarlatta
ae5cb4513f chore: remove isDevEnv flag 2021-02-16 19:00:08 -03:00
Antonella Sgarlatta
1fa931d590 fix: show manage sessions only when signed in 2021-02-16 18:53:47 -03:00
Antonella Sgarlatta
4cb3d0ab5b style: fix authenticate screen spacing 2021-02-16 18:27:33 -03:00
Antonella Sgarlatta
76af672e11 style: improve styling for clear protections 2021-02-16 16:21:25 -03:00
Baptiste Grob
be1514fdce chore(deps): upgrade snjs 2021-02-16 20:15:15 +01:00
Baptiste Grob
4989f292ca fix: check return value of application.disableBiometrics() 2021-02-16 20:12:16 +01:00