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
Laurent Cozic
1a96ee4c6b
Tools: Fixed auto-ignored files and updated BUILD.md
2020-02-21 07:16:03 +00:00
Anjula Karunarathne
0d9ff26d51
Update BUILD.md ( #2542 )
2020-02-21 00:53:08 -05:00
Helmut K. C. Tessarek
ce40813bcf
Desktop: fix Resources menu item on macOS ( #2530 )
...
* fix Resources menu item
On macOS the menu item `Resources` never showed up under `Tools`.
* var -> let
2020-02-21 00:33:48 -05:00
genneko
ea1db84fcc
Translation: Fix an sprintf format error in ja ( #2541 )
2020-02-20 23:10:21 -05:00
Laurent Cozic
c79ee74b4c
Electron release v1.0.185
2020-02-20 23:00:14 +00:00
Laurent Cozic
3407a31cf6
Tools: Improve and simplify how to build the apps ( #2538 )
...
* Improving CLI build
* Improving CLI build
* Remove requirement to build the tools
* Moved Electron app one level down
* Clean up Electron build
* Moved tools to sub-dir
* Updated root script
* update root
* update root
* update root
* update root
* update root
* update root
* Updated build
* Added doc
* Update CI config
* Should not lint index.js
* Fixing jetify
* Fixed linter errors
* Fixed pod build
* Fixed Windows build
2020-02-20 22:59:18 +00:00
PackElend
2dfe693564
added: share your GitHub username
...
added "share your GitHub username" to recommended steps to track PR more easily
2020-02-20 20:17:38 +01:00
PackElend
e99edd4af9
added: share your GitHub username
...
added "share your GitHub username" to recommended steps to track PR more easily
2020-02-20 20:06:47 +01:00
genneko
8d43e1215a
Translation: Update ja_JP.po ( #2537 )
2020-02-20 12:02:59 -05:00
Ji-Hyeon Gim
6449289147
Translation: Update ko.po ( #2534 )
...
Signed-off-by: Ji-Hyeon Gim <potatogim@potatogim.net>
2020-02-20 12:00:52 -05:00