Commit Graph

891 Commits

Author SHA1 Message Date
Baptiste Grob
02bdeeb8ce feat: show last sync date in side menu 2021-04-20 17:48:23 +02:00
Baptiste Grob
14251472a9 fix: use unicode ellipsis 2021-04-20 17:43:38 +02:00
Antonella Sgarlatta
d57361745b fix: decrease loading editor message timeout 2021-04-14 10:44:13 -03:00
Antonella Sgarlatta
5732930ad2 fix: set screenshot privacy on app launch 2021-04-13 11:58:50 -03:00
Antonella Sgarlatta
22e06c43af fix: typing quickly on search bar causes issues with input 2021-04-12 17:08:49 -03:00
Antonella Sgarlatta
439df5f14c fix: check if component mounted before state update 2021-04-12 16:29:25 -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
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
60fd971e0c fix: unhandled promise rejection when attempting scrollToIndex 2021-03-30 11:04:34 -03:00
Antonella Sgarlatta
081d96c2a6 fix: cancel button on Android not clearing search 2021-03-30 11:04:06 -03:00
Antonella Sgarlatta
526b143c8c fix: fix lingering syncing message 2021-03-29 16:46:20 -03:00
Antonella Sgarlatta
33b8d4d86e fix: fix iOS font size and weight 2021-03-29 10:31:47 -03:00
Antonella Sgarlatta
d35e5f0171 fix: make compose note title bigger and bold 2021-03-26 16:42:02 -03:00
Antonella Sgarlatta
8fd731fe6c chore(version-snjs): 2.0.70 2021-03-25 13:01:10 -03:00
Antonella Sgarlatta
7be6491167 fix: hide webview when navigating away from screen 2021-03-24 17:31:41 -03:00
Antonella Sgarlatta
13a55f2df1 fix: re-add authenticate screen animation and remove isFocusingSearch 2021-03-24 11:25:22 -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
aeb449c41e fix: chips not hiding when clicking cancel 2021-03-23 11:33: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
bff052a731 fix: add min height to webview 2021-03-19 15:13:19 -03:00
Antonella Sgarlatta
7ccf709a37 chore(version-snjs): 2.0.65 2021-03-10 11:22:31 -03:00
Antonella Sgarlatta
633f76cc86 fix: save note alerts wording (#379) 2021-03-08 13:58:18 -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
2342634930 fix: scroll to top after performing search 2021-03-04 15:41:21 -03:00
Antonella Sgarlatta
8f12696e4a fix: use state change observer for detecting changed tag 2021-03-04 15:39:39 -03:00
Antonella Sgarlatta
efa437f506 fix: scroll to top of notes list when changing tabs 2021-03-04 14:28:59 -03:00
Antonella Sgarlatta
8f43441b30 fix: use fallback for intl instead of polyfill 2021-03-03 23:05:36 -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
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