Rahul Mohata
50a811720f
Mobile: Fixes #2695 : Fixed colour of background in OLED dark theme ( #2757 )
2020-03-15 10:13:44 +00:00
Helmut K. C. Tessarek
1ee88618e8
reencrypt -> re-encrypt
2020-03-13 20:52:28 -04:00
Laurent Cozic
e399474b4e
Tools: Apply "curly" eslint rule
2020-03-13 23:57:34 +00:00
Laurent Cozic
d0d2bad7f4
Tools: Enforce and apply eslint rules prefer-const and no-var
2020-03-13 23:46:14 +00:00
Ishant Gupta
02121f66de
Mobile: Resolves #2721 : Added button to select all notes ( #2744 )
...
* added feature of select all and closes #2721
* added functionality of toggle select all button to deselect all notes
2020-03-13 22:41:56 +00:00
Ishant Gupta
115eb6f511
Mobile: Resolves #2715 : Close sidebar when displaying error dialog ( #2720 )
...
* added a new close function to close sidebar for an error and fixed #2715
* changed function to inline call of dispatch fixes #2715
2020-03-13 19:58:17 +00:00
Rahul Mohata
d208da577f
iOS: Resolves #2701 : Removed "Export debug report" button ( #2704 )
2020-03-13 19:55:26 +00:00
Laurent Cozic
f4958de885
All: Security: Added way to upgrade master key encryption and sync target encryption
2020-03-13 17:42:50 +00:00
Laurent Cozic
7a621e0cd7
Android: Fixes #2733 : Trying to fix slider crash on LineageOS
2020-03-12 17:27:44 +00:00
Laurent Cozic
b367955e56
Android: Fixes #2694 : Remove gap on top of window when there is a notch
2020-03-09 23:44:38 +00:00
Laurent Cozic
51ce7c939d
Mobile: Fixed handling of provisional notes
2020-03-06 18:49:30 +00:00
Laurent Cozic
6e47652566
Desktop, Mobile: Fixes #2652 : Fixed auto-title feature
2020-03-04 01:13:10 +00:00
Laurent Cozic
6ca0e6adcc
All: Added concept of provisional note to simplify creation and handling of newly created notes
2020-02-29 12:39:23 +00:00
mic704b
3830f5ee46
Desktop: Fix to update tag list when note is deleted. ( #2554 )
...
* Ensure tag list updated when note is deleted.
Add integration tests.
* Revert whitespace changes.
2020-02-26 23:42:14 +00:00
Laurent Cozic
2fa8e2ff09
Fix build
2020-02-19 00:09:19 +00:00
Devon Zuegel
eeb9999334
Mobile: Add quick actions ( #2247 )
...
* Super basic QuickAction is working!
* QuickAction successfully creates notes
* Update icons
* Update icons and support new to-do
* Update icons and support new to-do
* Fixed
* Extract QuickActions
* It works as long as you go out of the edit screen (saving is not sufficient)
* working? but still kinda buggy...
* Cleanup
* Cleanup
* Cleanup
* Use the same pattern as onJoplinLinkClick_
* Cleanup
* Cleanup
* Remove pluginAssets/index.js change
* manual Andoid linking
* Transition QuickActions.js to .ts
* Unstage QuickActions.js in favor of .ts
* Move QuickActions out of lib/
* Add comment about userInfo in QuickActions
* Remove redundant QuickActions file
* Remove pluginAssets/index to resolve conflict
* Update CONTRIBUTING.md to include test runner troubleshooting
* Add `npm run tsc` to Unit Tests docs
Co-authored-by: Helmut K. C. Tessarek <tessarek@evermeet.cx>
2020-02-18 23:52:36 +00:00
Laurent Cozic
2fef4a0c09
Fixing CRA
2020-02-15 15:21:58 +00:00
saif elhak awainia
fdf28c3513
Mobile: Added OLED dark theme ( #2368 )
...
* Android: Adding Oled dark theme
* Mobile: Fixing coding style issues
* Making oled dark mode only reachable in mobile app
* Fixing eslint errors
* Update Setting.js
* Update Setting.js
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2020-02-11 23:32:15 +00:00
Laurent Cozic
e865a5d7c6
RN upgrade: Fixing Android app
2020-02-09 17:42:19 +00:00
Laurent Cozic
813137efc9
RN upgrade: Fix SafeAreaView on iOS
2020-02-09 15:48:09 +00:00
Laurent Cozic
4235288c55
Mobile: Upgrading to RN 60
2020-02-09 14:51:12 +00:00
Laurent Cozic
1606076b4e
Mobile: Fixes #2401 : Fixed code syntax highlighting on dark theme
2020-02-08 11:31:22 +00:00
Laurent Cozic
3b200e5c92
Desktop, Mobile: Fixes #2357 : Fix slow rendering and memory leak issues with Katex notes
2020-02-08 11:11:04 +00:00
Laurent Cozic
737c3f62db
Tools: Linter: Enforce object-curly-spacing - always
2020-02-04 22:09:34 +00:00
Laurent Cozic
688edd4b32
Moved the Joplin renderer back to the main repository to make development easier
2020-01-30 21:05:23 +00:00
Laurent Cozic
759d59c2e6
Tools: Ignore existing components for react-hook rule
2020-01-29 18:03:55 +00:00
Laurent Cozic
0a13c988fa
Mobile: Fixes #1816 : When creating a new note, it was not possible to focus the body text field
2020-01-08 17:42:28 +00:00
Abijeet Patro
ae3a278ac4
Desktop: New: Display selected tags under a note title ( #2217 )
...
Follow up to #893
Now using middleware to set the tags when a note is selected
This avoids the ugly code in the NoteTextComponent where we determine
if tags are to be fetched, identify if they have been modified, fetch
them and then dispatch an action to update the store which might
again re-render the component.
Also implements style related fixes from #1000
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
Fixes : #469
2020-01-06 21:23:22 +00:00
Laurent Cozic
6d9f73eef7
Improved integration of external renderer
2019-12-30 21:54:13 +01:00
Laurent Cozic
8d7d70bc13
Desktop: Fixed export to HTML, PDF and printing
2019-12-30 20:44:15 +01:00
Laurent Cozic
2a63ecef2a
All: Extract note renderer to separate package (WIP) ( #2206 )
...
* Started updating to use external renderer package
* Added way to build renderer assets
* Done mobile compatilibty
* Upgrade joplin-renderer
* Added joplin-renderer package
2019-12-29 18:58:40 +01:00
Laurent Cozic
6b6e17cbad
Mobile: Display warning box when a resource cannot be downloaded
2019-12-28 20:50:06 +01:00
Laurent Cozic
4ff889d4ec
Android: Added button to export profile to external SD card for debugging
2019-12-28 18:47:37 +01:00
Laurent Cozic
888a9ddaf4
Desktop: Improved Nextcloud API error handling
2019-12-18 15:32:19 +00:00
Laurent Cozic
74fd9e1e9e
All: Fixes #2091 : Handle WebDAV servers that do not return a last modified date (fixes mail.ru)
2019-12-18 10:46:12 +00:00
Laurent Cozic
34f0a2951a
Desktop: Add ability to share a note publicly using Nextcloud ( #2173 )
...
* Moved button row to separate component file and started Sharing dialog
* Adding Sharing dialog
* Applied "npx react-codemod rename-unsafe-lifecycles"
* More UI
* Tools: Improved TypeScript integration
* Improved share dialog
* Tools Added support for translation validation in CI, and added support for plural translations
* Improved UI and sharing workflow
* Share workflow
* Cleaned up and improved sharing config error handling
* Fixed build scripts and doc for TypeScript
* Run linter
2019-12-13 01:16:34 +00:00
Dominik Bamberger
76c8f777ca
Move variable declaration before its first use. ( #2109 )
...
* Move variable declaration before its first use.
* Remove trailing whitespace
2019-11-20 18:19:33 +00:00
Diego Erdody
9c98fb5312
Desktop: Add new setting to show note counts for folders and tags ( #2006 )
...
* Adding node counts for folders and tags
* Add unit tests
* Fix count update when the tag list for a note is updated
* Right align note counts and remove from the settings screen
* Folder note count calculation update to include descendants
* Update Setting.js
* Change count style and fix click on counts
* Fix tag/folder count update on delete/add note
* Review updates
2019-11-11 06:14:56 +00:00
Laurent Cozic
d346cdb897
Added Bosnian language and cleaned up translations
2019-10-30 18:12:06 +00:00
Helmut K. C. Tessarek
26d91e355a
Mobile: Show alarm in correct date and time format ( #2026 )
2019-10-30 10:24:06 +00:00
Laurent Cozic
4ab1fb3ec5
Not needed
2019-10-23 16:17:40 +01:00
Laurent Cozic
58b307ba02
Mobile: Resolves #1998 : Allow selecting camera ratio and fixed camera view aspect ratio. Also made camera type persistent.
2019-10-16 23:52:22 +02:00
Laurent Cozic
008e30bdb7
Apply linter
2019-10-14 01:47:21 +02:00
Laurent Cozic
ec67bc7f1a
Mobile: Fixes #1910 : Make sure side bar text is white when dark theme is used
2019-10-12 20:55:59 +02:00
Laurent Cozic
51233c2745
Mobile: Fixes #1975 : Images were not being displayed just after having been taken or attached
2019-10-12 20:49:10 +02:00
Alan Martins Silva
d3e9ffcaea
Mobile: Added duplicate option when selecting notes. ( #1969 )
...
* Adding duplicate button on screen-header.js when selecting notes; Adding 'duplicateMultipleNotes' function on Note.js;
* Using for-loop like the rest of the code does
* changing from 'uniqueTitle' to 'ensureUniqueTitle'
2019-10-12 00:37:16 +02:00
Laurent Cozic
b099c811cc
Merge branch 'master' of github.com:laurent22/joplin
2019-10-09 21:35:33 +02:00
Laurent Cozic
a8ae0f8078
Apply linter config
2019-10-09 21:35:13 +02:00
Nathan Leiby
fdcf27fc65
Mobile: confirm encryption password ( #1939 )
...
* mobile: confirm encryption password
* pr feedback: translatable strings + style refactor
also added placeholder text
* s/did/do
2019-10-08 18:04:25 -04:00
oskar
4a88343372
Mobile: Added Front Camera toggle when taking a picture ( #1913 )
...
* added front camera support
* added front camera button and logic
2019-10-03 22:23:43 +01:00
Laurent Cozic
e93d96193c
eslint
2019-09-29 22:11:36 +00:00
Laurent Cozic
335b43ead4
Chore: Fixed a few formatting issues
2019-09-19 23:02:29 +01:00
Laurent Cozic
e648392330
Chore: Apply eslint rules
2019-09-19 22:51:18 +01:00
Devon Zuegel
4ba4910a9c
Mobile: Custom mobile editor font ( #1797 )
...
* Make editor font "Menlo"
* Add .vscode/* to .gitignore
* Add "editor font" config UI
* Render "editor font" chosen in config
* Add shim.mobilePlatform()
* Use style.editor.fontFamily rather than editorFont
* Add default font option
* Fixed for Android
2019-09-17 21:32:00 +01:00
Laurent Cozic
52ace55db0
Mobile: Remove empty sections from config screen
2019-09-16 22:59:45 +01:00
Laurent Cozic
15a42a3729
Chore: Apply eslint no-unused-vars eslint config and add TypeScript config
2019-09-12 22:16:42 +00:00
Laurent Cozic
e8e1a0fe4d
Desktop: Cleaned up and improved config screen design, move all screens under same one, and added section buttons
2019-09-10 23:53:01 +00:00
Laurent Cozic
7aea2cec69
Desktop: Resolves #1490 : Add support for anchor hashes in note links
2019-09-09 18:16:00 +01:00
Helmut K. C. Tessarek
d69ba6bc75
All: fix typo on encryption options screen ( #1823 )
...
fixes #1798
2019-08-29 17:38:54 +01:00
Laurent Cozic
87a639df2b
Mobile: Disabled solarized themes on mobile
2019-07-30 11:37:52 +02:00
Laurent Cozic
bdd8eab87e
Mobile: Make it clearer when there are no notebooks and added a button create one
2019-07-30 11:36:56 +02:00
Laurent Cozic
71efff6827
Linter update ( #1777 )
...
* Update eslint config
* Applied linter to lib
* Applied eslint config to CliClient/app
* Removed prettier due to https://github.com/prettier/prettier/pull/4765
* First pass on test units
* Applied linter config to test units
* Applied eslint config to clipper
* Applied to plugin dir
* Applied to root of ElectronClient
* Applied on RN root
* Applied on CLI root
* Applied on Clipper root
* Applied config to tools
* test hook
* test hook
* test hook
* Added pre-commit hook
* Applied rule no-trailing-spaces
* Make sure root packages are installed when installing sub-dir
* Added doc
2019-07-30 09:35:42 +02:00
Laurent Cozic
6cfacb1a48
Second pass at linting lib dir
2019-07-29 15:58:33 +02:00
Laurent Cozic
86dc72b204
First pass at linting lib dir
2019-07-29 15:43:53 +02:00
Laurent Cozic
7b42d7d2c8
Mobile: Fixed freeze when last notebook was the conflict one and there are no longer any conflicted notes
2019-07-26 21:23:18 +02:00
Laurent Cozic
7591b614c5
typos
2019-07-21 22:27:13 +00:00
Laurent Cozic
45ad201132
Mobile: Fixed colour of placeholder text in dark theme
2019-07-21 17:16:15 +01:00
Laurent Cozic
3aa0394062
Mobile: Fixes #1684 : Trying to fix problem when attaching file that contains spaces in name
2019-07-21 14:39:52 +01:00
Laurent Cozic
b65767a43c
Mobile: Fixes #1746 : Populate note side menu when swiping right
2019-07-21 14:11:30 +01:00
Laurent Cozic
35b6b3fc46
Merge branch 'clipper_html_mode'
2019-07-21 13:46:54 +01:00
Laurent Cozic
1033b3626f
Update translations
2019-07-21 08:49:49 +01:00
Laurent Cozic
3f7b4e10b6
Merge branch 'master' into clipper_html_mode
2019-07-21 00:24:25 +01:00
Laurent Cozic
38e8a881d5
More refactoring to easily handle multiple renderers
2019-07-16 19:05:47 +01:00
Helmut K. C. Tessarek
d45d1b4225
Mobile: Show correct time/date (as specified in settings) for note properties ( #1749 )
2019-07-16 15:11:58 +01:00
Laurent Cozic
bdb31f2890
Mobile: Fixed issue that could slow down app when displaying large list of notes
2019-07-13 23:55:28 +01:00
Laurent Cozic
0255546ae1
Mobile: Auto-save after toggling to-do state
2019-07-13 23:49:35 +01:00
Kirill Goncharov
f6b0da3f5e
Android: Check filesystem permission if filesystem sync target is selected ( #1665 )
...
* Android: Check filesystem permission if filesystem sync target is selected
* Android: Change permission error text, don't prevent user from saving settings
2019-07-13 14:51:54 +01:00
Laurent Cozic
c2a80b12f0
Mobile: More rendering optimisations to make animations smoother and to allow typing fast on large notes
2019-07-12 19:36:12 +01:00
Laurent Cozic
981c97cca5
Mobile: Optimising screen rendering to make text input faster
2019-07-12 18:32:08 +01:00
Laurent Cozic
091cbc5355
Mobile: Added sync button animation; Added notebook header; Improved layout of Edit Notebook screen
2019-07-12 18:07:47 +01:00
Laurent Cozic
e5a8114887
Mobile: Added icons to left sidebar
2019-07-11 18:44:26 +01:00
Laurent Cozic
4779fc6f43
Mobile: Remove search and side menu button from config screen
2019-07-11 18:26:04 +01:00
Laurent Cozic
86e7daaec4
Mobile: Cleaned context menu and moved options and metadata to side menu bar
2019-07-11 18:23:29 +01:00
Laurent Cozic
cab73a26e7
Mobile: Adding note side menu
2019-07-11 17:43:55 +01:00
Laurent Cozic
554ddb3b51
Mobile: Grouped file attachment action under one menu
2019-07-11 17:41:13 +01:00
Laurent Cozic
6fea7116b6
Mobile: Removed now unneeded Welcome screen
2019-06-29 00:24:00 +01:00
Laurent Cozic
da21580785
Mobile: Added 'All notes' screen; Cleaned up header bar buttons; Removed 'body' from note preview object to improve memory usage
2019-06-28 00:51:02 +01:00
Laurent Cozic
4d92187327
Mobile: Added button to fix search engine index
2019-06-28 00:48:52 +01:00
Laurent Cozic
ffc311d7bd
Mobile: Moved slider value to the left so that it is visible while dragging
2019-06-27 00:05:17 +01:00
Laurent Cozic
a1e8e71359
Mobile: Added auto-save
2019-06-26 23:26:26 +01:00
Laurent Cozic
7942e74dc6
Mobile: Fixed field focus logic
2019-06-26 23:21:12 +01:00
Laurent Cozic
c4e21c2b6a
Mobile: Added placeholders for note title and body, and focus body by default for notes
2019-06-26 23:00:25 +01:00
Laurent Cozic
0a06aa6f9f
Mobile: When inside a note, do not show side menu and search buttons
2019-06-26 22:54:09 +01:00
Laurent Cozic
f985cfa25c
Mobile: Removed arrow icon as it is rendered weirdly on device
2019-06-26 18:51:12 +01:00
Laurent Cozic
d96c58d192
Mobile: Edit and delete notebooks by long-pressing them, and removed context menu on note lists
2019-06-26 18:28:09 +01:00
Laurent Cozic
e7e0264411
Mobile: Improved side menu: Made button panel fixed at the bottom, and added dark overlay over right side content
2019-06-26 18:05:37 +00:00
Laurent Cozic
430a11282b
Mobile: Moved 'New notebook' button to sidebar
2019-06-26 01:10:15 +01:00
Laurent Cozic
9957b2798c
Mobile: Moved config menu item to button on side bar
2019-06-26 00:35:26 +01:00
Laurent Cozic
2c5b0010bf
Mobile: Removed concept of Advanced Options and move tools to Config screen to clean up context menu
2019-06-26 00:13:13 +01:00
Laurent Cozic
f6688a65ae
iOS: Fixed bug that was preventing images from displaying
2019-06-19 23:16:37 +01:00