Laurent Cozic
df714c357d
All: Improved: Better handling of items that cannot be decrypted, including those that cause crashes
2019-06-07 23:11:08 +01:00
Laurent Cozic
83682ab513
Desktop, Mobile: Improved config screen with dark theme
2019-05-26 19:39:07 +01:00
Laurent Cozic
8a6fe20a69
All: Resolves #1481 : New: Allow downloading attachments on demand or automatically ( #1527 )
...
* Allow downloading resources automatically, on demand, or when loading note
* Make needToBeFetched calls to return the right number of resources
* All: Improved handling of resource downloading and decryption
* Desktop: Click on resource to download it (and, optionally, to decrypt it)
* Desktop: Better handling of resource state (not downloaded, downloading, encrypted) in front end
* Renamed setting to sync.resourceDownloadMode
* Download resources when changing setting
* tweaks
* removed duplicate cs
* Better report resource download progress
* Make sure resource cache is properly cleared when needed
* Also handle manual download for non-image resources
* More improvements to logic when downloading and decrypting resources
2019-05-22 15:56:07 +01:00
Laurent Cozic
565dfba8c9
All: Fixes #371 (sort of): Allow resources greater than 10 MB but they won't be synced on mobile
2019-05-12 01:15:52 +01:00
Laurent Cozic
9c85bc2cd1
All: Save size of a resource to the database; and added mechanism to run non-database migrations
2019-05-11 17:55:40 +01:00
Laurent Cozic
08af9de190
All: Resolves #712 : New: Support for note history ( #1415 )
...
* Started revisions support
* More rev changes
* More rev changes
* More revs changes
* Fixed deletion algorithm
* More tests and moved updated time to separate field
* Display info when restoring note
* Better handling of existing notes
* wip
* Further improvements and fixed tests
* Better handling of changes created via sync
* Enable chokidar again
* Testing special case
* Further improved logic to handle notes that existed before the revision service
* Added tests
* Better handling of encrypted revisions
* Improved handling of deleted note revisions by moving logic to collectRevision
* Improved handling of old notes by moving logic to collectRevision()
* Handle case when deleting revisions while one is still encrypted
* UI tweaks
* Added revision service to mobile app
* Fixed config screens on mobile and desktop
* Enabled revisions on CLI app
2019-05-06 21:35:29 +01:00
Laurent Cozic
a974eb5d9f
Fixing links
2019-04-18 15:11:56 +01:00
Laurent Cozic
f8e1395087
joplin.cozic.net => joplinapp.org
2019-04-18 14:59:17 +01:00
Laurent Cozic
9e16ff3644
Mobile: Moved tags to separate screen to avoid slow down when having many tags
2019-03-13 22:42:16 +00:00
Helmut K. C. Tessarek
17c9c0f9ef
Mobile: version info changes ( #1290 )
...
* update the version info string for mobiles to be consistent with the desktop
Joplin vX.Y.Z -> Joplin X.Y.Z
hardcoded the string. Joplin is a product name, no need for translation.
* show version as X.Y.Z in update dialog
* update .po files so that the previous commit won't break translations
* tag -> Schlagwort
2019-03-08 17:31:48 +00:00
Laurent Cozic
9289dbdf77
All: Refactor Markdown rendering ( #1315 )
...
* Refactoring MdToHtml to avoid manually rendering tokens
* Minor fix
* Fixed loading of resources
* Handle clicking on checkboxes
* Added back Katex support
* Fixed issues with Katex and note rendering
* Added back support for links
* Restored code block highlighting support
* clean up
* Applying update to mobile
* Fixed handling of links and cleaned up to share more code between mobile and desktop
* Restored content caching and improved handling of additional assets
* Clean up and a few fixes
* Applied more updates to mobile and added code highlighting support
2019-03-08 17:14:17 +00:00
Laurent Cozic
a2156be4ec
Mobile: Fixed search screen
2019-02-03 16:57:29 +00:00
Laurent Cozic
cc91c77f9e
Mobile: Prevent search box from being cleared when updated from somewhere else
2019-01-19 18:40:21 +00:00
Laurent Cozic
8fdc0bf17c
All: Search: More multi-language support
2019-01-18 17:56:56 +00:00
Laurent Cozic
1b3e0f65e1
Mobile: Fixes #1057 : Handle more cases where the title text field disappear
2018-12-29 03:12:23 +01:00
Laurent Cozic
53513db5b5
Mobile: Fixes #1066 : Disable use of FTS when not present on device
2018-12-28 21:40:29 +01:00
Laurent Cozic
f38b907680
Mobile: Fixes #1057 : Fix missing title field issue in Android
2018-12-27 22:49:19 +01:00
Laurent Cozic
b1898141c3
Mobile: Fixes #382 : Implemented new search engine for mobile and highlight searched words in notes
2018-12-16 18:32:42 +01:00
Laurent Cozic
fa0572de77
Mobile: Many small fixes and improvements to style and layout to make app more usable
2018-12-15 01:45:35 +01:00
Laurent Cozic
61a0e43092
Mobile: Fixes #999 : Associate new note with default notebook when creating it from Welcome screen
2018-12-07 01:23:36 +01:00
Laurent Cozic
d08aaffe41
Mobile: Resolves #1015 : (Re-)added support for selecting image from camera roll
2018-12-07 01:07:10 +01:00
Laurent Cozic
06091933e1
All: Moved resource app-specific state to different table
2018-11-13 00:45:08 +00:00
Helmut K. C. Tessarek
7cd3e6b1f7
mobile: add version info ( #930 )
2018-11-02 00:43:42 +00:00
Laurent Cozic
f22b2adaad
Mobile: Improved camera attachment
2018-10-13 10:32:44 +01:00
Laurent Cozic
1634fdb421
Merge branch 'master' of github.com:laurent22/joplin
2018-10-12 23:26:11 +01:00
Laurent Cozic
7f51035f91
Mobile: Reload note when resource got downloaded. Also fixed Android build script to make it work in macOS.
2018-10-12 23:25:11 +01:00
ebayer
70e71cbc2a
Mobile: Fixes #856 : Add option to open source url ( #872 )
...
* Mobile: Fixes #856 : Add option to open source url
* Mobile: Fixes #856 : Change menu wording for opening source url
2018-10-12 19:30:00 +01:00
Laurent Cozic
44986a35a4
Android: Fix crash when attaching certain files
2018-10-07 18:55:49 +01:00
Laurent Cozic
d1f4c5be18
Disable non-working ShareExtension on iOS
2018-10-03 08:17:37 +01:00
Laurent Cozic
95a06c4531
All: Fixes #818 : Use sort options when displayed tagged notes
2018-09-30 20:43:46 +01:00
Laurent Cozic
fb913bc33c
Mobile: Fixes #654 : Fixed auto-title logic so that set title doesn't get overwritten in some conditions for new notes
2018-09-29 15:57:18 +01:00
Caleb John
3caf398021
refresh notes list on AppState Changes
...
- remove mistaken console.log calls in root.js
2018-07-20 15:59:55 +02:00
Caleb John
8840631266
Add simple sharing facilities for Android
...
- react code should be cross platform but support needs to be added
for ios
- only shares plain text notes for now
2018-07-20 11:04:25 +02:00
Laurent Cozic
2c6c20f44f
Mobile: Resolves #350 : Open non-image resources in external application
2018-06-30 19:45:21 +01:00
Laurent Cozic
c83a61d45d
Android: Resolves #538 (kind of): Added info to ask user to set app permissions
2018-05-21 17:24:09 +01:00
Laurent Cozic
3494937e34
Mobile: Resolves #503 : Share note with other apps
2018-05-10 20:39:41 +01:00
Laurent Cozic
c080d7054f
Merge branch 'master' of github.com:laurent22/joplin
2018-05-09 21:00:33 +01:00
Laurent Cozic
61dd4cefbc
All: Resolves #345 : Option to hide completed todos
2018-05-09 21:00:05 +01:00
Laurent Cozic
63d99b2d70
Mobile: Fixes #497 : Make sure Dropbox text input is visible when keyboard is visible on iPhone SE
2018-05-09 19:11:48 +01:00
Laurent Cozic
595cf3fcad
Mobile: Fixes #433 : Don't scroll note back to top when changing checkbox state
2018-05-09 18:04:48 +01:00
Laurent Cozic
567596643c
Electron: Handle drag and dropping notebooks to change the parent
2018-05-09 09:53:47 +01:00
Laurent Cozic
80b467eead
All: For now, disable attaching resources larger than 10MB due to #371
2018-05-03 11:31:07 +01:00
Laurent Cozic
a419bc7253
All: Resolves #134 : Allow linking to a note from another note
2018-05-02 15:13:20 +01:00
Laurent Cozic
398946d39a
Mobile: Fixes #393 : Fixed moving new notes before they are saved
2018-05-01 18:53:45 +01:00
Laurent Cozic
e4ec4ae92b
Mobile: Fix action button when note is being edited.
2018-05-01 10:09:36 +01:00
Laurent Cozic
93966b0fa1
Mobile: Trying to upgrade to React Native 0.55
2018-04-30 17:38:19 +01:00
Laurent Cozic
d3fca3d6cc
Mobile: Fixes #358 : Fix cursor color in dark mode
2018-04-11 19:25:07 +02:00
Laurent Cozic
9961fb64bb
Updated website
2018-03-29 00:52:27 +01:00
Laurent Cozic
2280fb5c43
Styled Dropbox mobile GUI
2018-03-27 17:41:19 +00:00
Laurent Cozic
96fb7c2087
Getting Dropbox to work in mobile app
2018-03-27 00:55:44 +01:00
Laurent Cozic
a7cde1e269
All: Resolves #329 : Add link to E2EE doc
2018-03-26 17:55:09 +00:00
Laurent Cozic
f8310ba0d5
Mobile: Fixed tag box styling in dark theme
2018-03-26 17:52:49 +00:00
Laurent Cozic
ed638612aa
Moved to https:// domain
2018-03-24 20:13:52 +00:00
Laurent Cozic
ca3946689a
Mobile: Made tag UI a dialog
2018-03-17 23:00:01 +00:00
Laurent Cozic
aabb9be7de
Mobile: Resolves #285 : Create, edit and remove tags from notes
2018-03-16 20:17:52 +00:00
Laurent Cozic
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
Laurent Cozic
55c5ddedf4
Revert "Applied prettier to code base"
...
This reverts commit c4f19465a6
.
2018-03-09 20:59:12 +00:00
Laurent Cozic
c4f19465a6
Applied prettier to code base
2018-03-09 17:49:35 +00:00
Laurent Cozic
d114d14e87
Added donation links
2018-03-09 09:09:13 +00:00
Laurent Cozic
8a96cf3434
All: Allow sorting notes by various fields
2018-02-22 18:58:15 +00:00
Laurent Cozic
71aa841265
Mobile: Fixes #244 : When accessing configuration or encrypt configuration option while making a note and the going back, the note gets erased
2018-02-21 22:08:34 +00:00
Laurent Cozic
cdbb7c4b0d
Merge branch 'master' of github.com:laurent22/joplin
2018-02-14 19:10:42 +00:00
Laurent Cozic
1871123066
All: Improved WebDAV driver compatibility with some services (eg. Seafile)
2018-02-14 19:08:07 +00:00
Laurent Cozic
87bc08bef5
iOS: Fixed resource decryption issue, log page crash and text input rendering issue
2018-02-14 15:28:56 +00:00
Laurent Cozic
214a39c3d3
All: Improved the way settings are changed. Should also fixed issue with sync context being accidentally broken.
2018-02-13 18:26:33 +00:00
Laurent Cozic
7e56e5b587
Mobile: Fixes #207 : Crash when changing dropdown value in config screen
2018-02-11 17:26:20 +00:00
Laurent Cozic
acf0c79341
Graduated E2EE and WebDAV from beta, and moved to v1.0
2018-02-11 13:50:59 +00:00
Laurent Cozic
fa5f418c22
All: Added sync config check to config screens
2018-02-06 18:59:36 +00:00
Laurent Cozic
7257a71a18
Mobile: Fixes #159 : Make sure text fields aren't hidden by keyboard on iOS
2018-02-05 18:32:59 +00:00
Laurent Cozic
fad96f5266
All: Added section to list missing master keys
2018-02-01 19:01:20 +00:00
Laurent Cozic
dac1cd7668
Mobile: Allow filtering log by warning/error
2018-01-31 19:51:29 +00:00
Laurent Cozic
5a9e0bfc26
Handle password text input in mobile and desktop
2018-01-25 22:44:09 +00:00
Laurent Cozic
7ab135c099
Various tweaks to get Nextcloud working in mobile
2018-01-25 20:48:01 +00:00
Laurent Cozic
29f14681a8
Mobile: Fixed mix of tabs and spaces
2018-01-08 19:31:04 +00:00
Laurent Cozic
b99146ed7f
Merge pull request #111 from marcosvega91/fix_scroll_note_keyboard
...
Fix scroll note keyboard on IOS
2018-01-08 16:45:58 +00:00
Laurent Cozic
83398dd0bc
Mobile: Fixes #139 : Crash when creating new notebook
2018-01-06 20:37:42 +01:00
Laurent Cozic
f45a4fff8b
Mobile: Fixes #136 , fixes #137 : styling issues on E2EE
2018-01-06 10:06:41 +01:00
Laurent Cozic
d659d975cd
All: Documentation and minor tweaks for E2EE
2018-01-05 18:40:57 +01:00
marcosvega91
277ad90f72
Indent with tab
2017-12-19 21:14:40 +01:00
marcosvega91
f2e3bedde6
Fix scroll
...
After fixing the issue on ios, it caused an issue on android that I solved with this commit
2017-12-19 10:28:52 +01:00
marcosvega91
98c0f2315a
Fix scroll
...
Fixed the issue that not permit to view edited text when the keyboard is shown.
2017-12-19 10:08:22 +01:00
Laurent Cozic
42e34b5c3b
All: Fixes #87 : Show warningn when deleting notebook that contains notes.
2017-12-10 14:09:12 +00:00
Laurent Cozic
71e877d369
All: Improved encryption and synchronisation
2018-01-02 20:17:14 +01:00
Laurent Cozic
e19c26fdd1
Mobile: Done UI for E2EE
2017-12-31 14:58:50 +01:00
Laurent Cozic
6ff19063ef
All: Got E2EE working in mobile app
2017-12-30 20:57:34 +01:00
Laurent Cozic
d180e7b5e1
Mobile: Handle encrypted items on UI side
2017-12-28 19:57:21 +00:00
Laurent Cozic
d9c1e30e9b
Merge master into encryption branch
2017-12-15 07:31:57 +00:00
Laurent Cozic
df05d04dad
All: Made model naming more consistent
2017-12-14 18:12:14 +00:00
Laurent Cozic
dbeff4fd7d
All: Allow attaching files of unknown mime type
2017-12-01 23:15:49 +00:00
Laurent Cozic
565c17df37
Mobile: Improved OneDrive login
2017-11-28 21:49:58 +00:00
Laurent Cozic
d1a83d065a
Mobile: Added status info to view active alarms
2017-11-28 20:31:14 +00:00
Laurent Cozic
9a40851c77
Electron, Mobile: Created alarm service and drivers
2017-11-27 22:50:46 +00:00
Laurent Cozic
60d2b0c763
Merge branch 'master' into alarm-support
2017-11-24 17:09:24 +00:00
Laurent Cozic
26bb7dc33b
All: Added dev sync target and option to select it in mobile
2017-11-24 19:47:24 +00:00
Laurent Cozic
946ad7c71a
All: Started moving sync target logic under SyncTarget classes
2017-11-24 18:06:30 +00:00
Laurent Cozic
fbf7b2cc43
Mobile: Hide irrelevant settings
2017-11-23 18:54:26 +00:00
Laurent Cozic
d8b19f7d08
Mobile: Also do multi-selection from search page
2017-11-23 18:41:35 +00:00
Laurent Cozic
acc4eb5d28
Mobile: Allow selecting, deleting and moving multiple notes
2017-11-23 18:47:51 +00:00
Laurent Cozic
e4d48f43d6
Allow multiple selection
2017-11-22 18:35:31 +00:00
Laurent Cozic
518feadc3e
All: Better checkbox alignment and added padding on notebook title
2017-11-20 18:40:36 +00:00
Laurent Cozic
b1e351ce77
Merge branch 'master' of github.com:laurent22/joplin
2017-11-20 18:31:10 +00:00
Laurent Cozic
c6cb2800d7
Android: improved image type detection
2017-11-20 19:18:49 +00:00
Laurent Cozic
3d6fe4c2cd
Android: Fixed image picker issues
2017-11-20 19:01:19 +00:00
Laurent Cozic
da7034ae08
iOS: Improved icon and fixed file attachement issue
2017-11-20 18:29:39 +00:00
Laurent Cozic
37de5fd4b3
Mobile: Improved loading of images. Added privacy policy url.
2017-11-20 18:25:23 +00:00
Laurent Cozic
e80dd59da2
iOS: Fixed attaching images
2017-11-19 22:08:58 +00:00
Laurent Cozic
cbd2075156
Merge branch 'ios-fixes-2' of github.com:laurent22/joplin into ios-fixes-2
2017-11-19 15:21:41 +00:00
Laurent Cozic
4b5c1491d0
iOS: various fixes
2017-11-19 15:19:36 +00:00
Laurent Cozic
ea077852a1
Mobile: allow attaching image or any other file
2017-11-19 15:18:07 +00:00
Laurent Cozic
ca20a2a1c2
Dropdown fioxes
2017-11-19 00:23:18 +00:00
Laurent Cozic
0c14a42b28
RN: Replaced broken Picker by custom dropdown
2017-11-18 23:59:07 +00:00
Laurent Cozic
e3554c7aec
Delete folders and tags
2017-11-08 21:22:24 +00:00
Laurent Cozic
8dd41dca96
Added navigator and handle OneDrive auth
2017-11-06 18:35:04 +00:00
Laurent Cozic
100b98bff8
Saving/loading notes from Electron
2017-11-05 18:36:27 +00:00
Laurent Cozic
cc5bd12ba1
Moved code that can be shared between Electron and RN app to separate file
2017-11-05 00:49:23 +00:00
Laurent Cozic
8a78ee5df6
Changed export to module.exports
2017-11-03 00:13:17 +00:00
Laurent Cozic
7781fbad76
Changed import statements to require to reduce dependency to Babel
2017-11-03 00:09:34 +00:00
Laurent Cozic
8b454e1e95
Fixing website
2017-11-01 17:39:56 +00:00
Laurent Cozic
12b6902a49
Fixed RN text field and gave different OneDrive token to demo
2017-10-30 21:29:36 +00:00
Laurent Cozic
5492e715f8
Fixed React Native app to work with latest versions of packages and removed dependency to yarn
2017-10-30 18:17:01 +00:00
Laurent Cozic
ad1c0f3958
Added command attach and support for non-gui mode
2017-10-19 23:02:13 +01:00
Laurent Cozic
dc219141fa
Moved more widgets to redux
2017-10-07 23:17:10 +01:00
Laurent Cozic
fb0e8f36d4
Handle advanced options
2017-09-24 15:48:23 +01:00
Laurent Cozic
8e54404d28
Various changes
2017-09-10 17:57:06 +01:00
Laurent Cozic
7ac6f39658
Alarm support
2017-09-10 17:56:27 +01:00
Laurent Cozic
7aaf4fb491
Improved back button handling when note has been modified
2017-08-24 18:10:03 +00:00
Laurent Cozic
67b812cab0
Various improvements
2017-08-21 22:46:31 +02:00
Laurent Cozic
1da06734f1
Various improvements on mobile app
2017-08-21 20:32:43 +02:00
Laurent Cozic
d9083fa2ed
Fixed layout bug
2017-08-02 17:55:03 +00:00
Laurent Cozic
303af9004d
Resize images
2017-08-02 17:47:25 +00:00
Laurent Cozic
19266206f4
Attach resource from mobile
2017-08-01 23:40:14 +02:00
Laurent Cozic
7fe70696bb
Preserve scroll position of Search screen
2017-08-01 21:08:38 +02:00
Laurent Cozic
4b54e3c2ea
Made status page scrollable
2017-08-01 18:59:10 +00:00
Laurent Cozic
4d61ed1dce
Various bug fixes
2017-08-01 18:53:50 +00:00
Laurent Cozic
88998bbe75
Fixed styling
2017-08-01 18:29:01 +00:00
Laurent Cozic
cc54e32823
Support for dark/light theme
2017-08-01 17:59:01 +00:00
Laurent Cozic
a270a345d3
Improved app startup
2017-08-01 17:41:58 +00:00
Laurent Cozic
72c4ed8453
Fixed config page
2017-07-31 22:51:24 +02:00
Laurent Cozic
8ce02e6e4c
Cache note list
2017-07-31 22:03:12 +02:00
Laurent Cozic
192dac0ca4
Disabled back button handling on note screen for now
2017-07-31 19:02:21 +00:00
Laurent Cozic
229fc4ed2e
Make sure title height is correct with multi line text
2017-07-31 17:56:14 +00:00
Laurent Cozic
1a5720bd8c
Styling
2017-07-30 23:04:26 +02:00
Laurent Cozic
ad1fbba78d
Various fixes
2017-07-30 21:51:18 +02:00
Laurent Cozic
d62aca7f50
Styling
2017-07-27 18:34:43 +01:00
Laurent Cozic
1cb23df869
Localization
2017-07-26 22:27:03 +01:00
Laurent Cozic
3fad338e28
Html entity encoding
2017-07-26 20:00:52 +01:00
Laurent Cozic
f80263ab71
Load resources in WebView and put todos on top
2017-07-26 19:36:16 +01:00
Laurent Cozic
76914d6c28
Various bug fixes, optimisations and improvements
2017-07-26 17:49:01 +00:00
Laurent Cozic
81d4810018
Better handling of settings
2017-07-25 22:55:26 +01:00
Laurent Cozic
ce6ca38fa0
Save scroll position in notes
2017-07-25 21:24:30 +01:00