1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00
Commit Graph

43 Commits

Author SHA1 Message Date
1dc4516efc Revert "Mobile: Refactored and made dialog boxes more reliable"
This reverts commit f432734338.

This new package has its own glitches and doesn't look good
when button labels are too large. So reverting to the less
glitchy package.
2020-06-13 16:20:59 +01:00
f432734338 Mobile: Refactored and made dialog boxes more reliable 2020-06-10 22:12:18 +01:00
b7f5f848f2 All: Refactored themes to allow using the same ones in both desktop and mobile version
Will also allow using them when exporting HTML or PDF from CLI.
2020-06-10 22:08:59 +01:00
a96734f5be Revert "Tools: Added eslint rule arrow-parens"
This reverts commit 0b6f5581f0.

It causes too many conflicts with pull requests.
2020-05-21 09:14:33 +01:00
0b6f5581f0 Tools: Added eslint rule arrow-parens 2020-05-20 17:16:43 +01:00
17d2d6f959 Mobile: Fixed note title placeholder color (#3006)
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2020-05-09 16:07:47 +01:00
9214095a64 iOS: Resolves #2798: Switch keyboard colour with theme (#3061) 2020-04-16 23:35:31 +01:00
d0d2bad7f4 Tools: Enforce and apply eslint rules prefer-const and no-var 2020-03-13 23:46:14 +00:00
2fef4a0c09 Fixing CRA 2020-02-15 15:21:58 +00:00
759d59c2e6 Tools: Ignore existing components for react-hook rule 2020-01-29 18:03:55 +00:00
15a42a3729 Chore: Apply eslint no-unused-vars eslint config and add TypeScript config 2019-09-12 22:16:42 +00:00
6cfacb1a48 Second pass at linting lib dir 2019-07-29 15:58:33 +02:00
86dc72b204 First pass at linting lib dir 2019-07-29 15:43:53 +02:00
091cbc5355 Mobile: Added sync button animation; Added notebook header; Improved layout of Edit Notebook screen 2019-07-12 18:07:47 +01:00
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
53513db5b5 Mobile: Fixes #1066: Disable use of FTS when not present on device 2018-12-28 21:40:29 +01:00
93966b0fa1 Mobile: Trying to upgrade to React Native 0.55 2018-04-30 17:38:19 +01:00
d3fca3d6cc Mobile: Fixes #358: Fix cursor color in dark mode 2018-04-11 19:25:07 +02:00
9e0bf1acb2 Mobile: Fixes #299: App freezes when connecting to OneDrive login page while internet connection is down 2018-03-14 23:17:02 +00:00
55c5ddedf4 Revert "Applied prettier to code base"
This reverts commit c4f19465a6.
2018-03-09 20:59:12 +00:00
c4f19465a6 Applied prettier to code base 2018-03-09 17:49:35 +00:00
df05d04dad All: Made model naming more consistent 2017-12-14 18:12:14 +00:00
518feadc3e All: Better checkbox alignment and added padding on notebook title 2017-11-20 18:40:36 +00:00
8a78ee5df6 Changed export to module.exports 2017-11-03 00:13:17 +00:00
7781fbad76 Changed import statements to require to reduce dependency to Babel 2017-11-03 00:09:34 +00:00
cc54e32823 Support for dark/light theme 2017-08-01 17:59:01 +00:00
e2af824106 Moved sync scheduling to redux middleware 2017-07-25 18:41:53 +00:00
621baf084b More clean up 2017-07-25 18:09:01 +00:00
80ad3e0dfd Screen titles 2017-07-24 22:58:14 +01:00
4464fb0f90 Set locale of RN app 2017-07-24 22:29:40 +01:00
63772629cf mv folder in cli 2017-07-17 19:19:01 +00:00
6673baee91 Sync in background for RN 2017-07-16 22:17:22 +01:00
cd6d8ce284 Fixed geolocation bug and improved saving of notes and folders 2017-07-16 11:17:40 +01:00
e2d426a986 Button styling 2017-07-16 00:30:54 +01:00
69d85432ed Better handling of folder screen 2017-07-15 19:37:17 +01:00
93791f1e46 Fixed note order in RN 2017-07-15 19:13:31 +01:00
e3db1e028a Handle reserved names in RN 2017-07-15 17:25:33 +01:00
18b5453146 implemented own navigator 2017-07-14 18:49:14 +00:00
bde42a80b6 Various RN changes 2017-07-13 00:01:15 +01:00
53c23b1149 history fix 2017-07-09 00:46:25 +01:00
e9f0d38a80 Improved init sequence 2017-07-08 23:57:09 +01:00
8adb5a71c5 Got RN working again 2017-07-05 22:29:00 +01:00
f0a8cbe95d Started fixing ReactNative app 2017-07-05 21:34:25 +01:00