Jeremy Robertson
8b22f03c09
Desktop: Empty note body has 0 line count ( #2623 )
...
Empty note body has 0 line count
2020-03-01 15:39:10 +00:00
Laurent Cozic
299604838d
Update website
2020-03-01 12:37:54 +00:00
Laurent Cozic
e9e4a0d0db
Resize Mermaid image
2020-03-01 12:37:01 +00:00
Laurent Cozic
c2049b21fc
Electron release v1.0.187
2020-03-01 11:44:23 +00:00
Laurent Cozic
a415b9d7ae
Electron release v1.0.186
2020-03-01 11:43:47 +00:00
Laurent Cozic
cb4fd1ebf9
Tools: Build tools on initial install, and removed build warnings
2020-03-01 11:42:44 +00:00
Anjula Karunarathne
a28b790256
Desktop: Fixes #2615 : Fix issue with disappearing button labels in toolbar ( #2619 )
...
* Fix undefined showButtonLabels
* Add showButtonLabels to the state; Removed conditional statement checking if state is undefined
2020-03-01 11:12:22 +00:00
Laurent Cozic
55847fa22f
Fixed regression
2020-02-29 12:59: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
Caleb John
6542a60d61
Merge pull request #2612 from Ullas-Aithal/patch-3
...
Fixed a typo in faq :)
2020-02-28 14:43:23 -07:00
Ullas Aithal
ef4e1c53b7
Fixed a typo :)
2020-02-28 14:52:46 -06:00
Daulet Amirkhanov
ec64bf2f0f
Desktop: Fixes #2476 : Fix window dimensions and position when the application starts ( #2514 )
...
* ElectronClient window minimum size set
Hardcoded minimum width and height of 100 px.
Signed-off-by: daukadolt <daulet.amirkhanov.official@gmail.com>
* Set Electron window position if outside displays
Set Electron window at the center of primaryDisplay if BrowserWindow is not on any displays.
Signed-off-by: daukadolt <daulet.amirkhanov.official@gmail.com>
* Set Electron window default size dependent on screen
Set Electron window defaultWidth, defaultHeight to 80% of primary display workArea width, height, respectively.
Signed-off-by: daukadolt <daulet.amirkhanov.official@gmail.com>
* Hotfixing Electron defaultHeight depending on width, not height
Hotfix of a typo that calculates Electron app's default height at first run using primary screen's width, not height.
Signed-off-by: daukadolt <daulet.amirkhanov.official@gmail.com>
* Refactoring Electron app defaultWidth/defaultHeight setup
Setting defaultWidth/defaultHeight directly without extra variables.
Rounding defaultWidth/defaultHeight.
Signed-off-by: daukadolt <daulet.amirkhanov.official@gmail.com>
2020-02-27 18:38:08 +00:00
mic704b
54dc2219fe
Tests: Integration harness fixes and refactors. ( #2569 )
...
* Test harness fixes and integration test refactor and addition.
* Clean up.
* Address review comments.
* Improve method names.
2020-02-27 18:25:42 +00:00
Helmut K. C. Tessarek
a576ad2a39
All: Change geolocation service to freegeoip.app to improve privacy ( #2503 )
...
removed unnecessary request to `api.ipify.org`
closes #2469
2020-02-27 09:48:22 +00:00
Runo Saduwa
25a246b6ae
Tools: Resolves #2579 : Add support for Rule of Hooks plugin ( #2579 ) ( #2585 )
...
* installed eslint-plugin-react-hooks and set up rules of hooks
* fixed linter error
* changed react-hooks/exhaustive-deps option to error
* changed spaces to tabs in eslint config
2020-02-27 00:20:55 +00:00
Rishabh Malhotra
4840671f0e
Desktop: Fixes #2573 : Improved detection of selected text when applying formatting ( #2582 )
...
* fixes #2573
This fixes the bug with spaces
* Update NoteText.jsx
2020-02-27 00:18:57 +00:00
WisdomCode
1d284a3528
Desktop: Fixes #1023 : Speed up WebDAV and Nextcloud Sync on Linux ( #2577 )
...
* Speed up Linux Sync with KeepAlive Client
* Tidying up
* eslint
* Fix Breaking of building mobile client
* Refactor to make building on android possible
* Coding Convention
* Update shim-init-node.js
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2020-02-27 00:14:40 +00:00
Amit singh
721dd17686
Mobile: Fixes #2496 : Allow loading images from plain HTTP urls ( #2562 )
2020-02-26 23:45:26 +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
R-L-T-Y
ef8af13500
Desktop: Use asar packing to improve performances ( #2531 )
...
* Use the strongly recommended asar packing on linux
* Use asar for macOS packaging
* Update package.json
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2020-02-26 23:39:24 +00:00
Brandon D
16fb1bda53
Doc: Added Styling Information To CONTRIBUTING.md ( #2474 )
...
* Added Styling Information To CONTRIBUTING.md
* Typo Fix + Section Movement
* Coding Style Guidelines Init
* Fixes as per requested by devs
2020-02-25 14:06:56 +00:00
Laurent Cozic
e8fcb0cc87
Update CONTRIBUTING.md
2020-02-25 13:47:44 +00:00
Jeremy Robertson
0e23ea5284
Desktop: Resolves #160 : Add word counter feature to notes ( #2444 )
...
* Add word counter logic
Fix errant whitespace changes
* update to using react hooks
Use React hooks
remove extra theme set
Update styling function
* correct linting and package lock issues
* WIP: update button functionality
* Add line count and update styling from feedback
* corrected file location to fit new build
2020-02-25 09:43:31 +00:00
Pavel Moiseenko
f9143ad817
Improve ISSUE_TEMPLATE.md ( #2571 )
2020-02-24 19:43:08 -05:00
Helmut K. C. Tessarek
925c03acca
Update website
2020-02-24 17:12:27 -05:00
Laurent Cozic
421d7a947f
Tools: Added back RN bundler command and cleaned up files
2020-02-24 17:30:11 +00:00
Devon Zuegel
7104d5b480
Doc: Add docs for auto-reloading the Electron client ( #2564 )
2020-02-24 11:27:26 +00:00
Laurent Cozic
ddb631d800
Merge branch 'refactor_clipper_build'
2020-02-23 21:31:30 +00:00
PackElend
6107af625f
change path to GSoC live blog
2020-02-24 11:43:44 +01:00
Laurent Cozic
2ce40e0390
Finished fixing clipper build
2020-02-23 21:15:37 +00:00
Laurent Cozic
3f267f3774
Clean up unusued files
2020-02-23 21:04:14 +00:00
Laurent Cozic
91ef985353
Moved clipper files one level down
2020-02-23 20:51:04 +00:00
PackElend
cc759afe16
added RTFM and ask for structured writting
...
- added RTFM
- added to watch the live blog
- added "in a structured manner" to Recommended steps
- Changed [Development category] to [GSoC category]
2020-02-23 20:05:00 +01:00
StarFang208
fd405457e4
Translation: Update it_IT.po ( #2551 )
...
Translated the missing lines.
2020-02-22 17:53:25 -05:00
Sem
65706980a2
Translation: Update de_DE.po ( #2557 )
2020-02-22 15:48:24 -05:00
Laurent Cozic
04851284ca
Merge branch 'master' of github.com:laurent22/joplin
2020-02-22 18:09:17 +00:00
mic704b
fbedc6b29b
Desktop: Resolves #262 : Implement "show all notes" ( #2472 )
...
* Implement "show all notes" feature.
* Ensure middleware is completely flushed and shutdown before continuing tests.
2020-02-22 11:25:16 +00:00
Laurent Cozic
d228ff9fbd
Tools: Improve tsc watch
2020-02-22 11:20:41 +00:00
saif elhak awainia
0f28060795
Mobile: Fixing mobile plateform detection in settings ( #2549 )
2020-02-22 09:03:49 +00:00
PackElend
1df8509e4d
escaped < in ## Recommended steps
2020-02-21 23:12:42 +01:00
PackElend
1229b772fe
specified introduction topic subject
...
The subject of the topic shall contain your username, e.g. _Introducing <username>_.
2020-02-21 23:10:47 +01:00
Laurent Cozic
3cf3cd1598
Cli: Fixes #2536 : Fixed issue when a notebook does not have a parent
2020-02-21 18:01:15 +00:00
Laurent Cozic
c5f1f11f2d
Update stale.yml
2020-02-21 16:31:35 +00:00
Laurent Cozic
b4b424bf8a
Tools: Moved testing under "npm run test" and clean-up no longer used shell scripts
2020-02-21 12:15:06 +00:00
mic704b
2d1aa27955
Doc: Update CONTRIBUTING.md ( #2543 )
...
Fix instruction to build unit tests.
2020-02-21 11:52:35 +00:00
mic704b
1f803662d3
Tools: Improve test building ( #2546 )
2020-02-21 11:48:53 +00:00
Laurent Cozic
2cbbc7100a
Update BUILD.md
2020-02-21 11:06:00 +00:00
Laurent Cozic
ed2a6f15fd
Update BUILD.md
2020-02-21 11:04:56 +00:00
Laurent Cozic
1aa806df85
Update BUILD.md
...
Typo
2020-02-21 11:00:02 +00:00
Laurent Cozic
17aa5ae243
Update BUILD.md
...
Removed non-breaking space
2020-02-21 10:55:09 +00:00