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
770a435029
Revert "Revert "Update website""
...
This reverts commit 49b56e84a7
.
2019-02-27 23:38:50 +00:00
Laurent Cozic
49b56e84a7
Revert "Update website"
...
This reverts commit ff1a6fdbbd
.
2019-02-27 23:38:21 +00:00
Laurent Cozic
ff1a6fdbbd
Update website
2019-02-27 23:37:16 +00:00
Laurent Cozic
998011ff43
Mobile: Apply tag duplication fix to mobile too
2019-02-24 18:02:50 +00:00
ruuti
99da184ba5
Set theme based background color to note webview to avoid white background on scroll when dark theme is enabled. ( #1230 )
2019-02-24 11:07:49 +00:00
ruuti
e0f5f47a15
Load background color from theme colours and set it for top and bottom safe area to respect iOS style guide. ( #1195 )
2019-02-14 23:09:21 +00:00
Laurent Cozic
9d4b34cad7
All: Applied styles to mobile too
2019-02-06 23:52:29 +00:00
Laurent Cozic
a2156be4ec
Mobile: Fixed search screen
2019-02-03 16:57:29 +00:00
Laurent Cozic
cf427eba0f
Mobile: Fixed sidebar error
2019-02-03 16:15:07 +00:00
Laurent Cozic
21e049ab45
Desktop: When selecting multiple notes, display possible actions as buttons
2019-01-29 18:02:34 +00:00
Laurent Cozic
beaba2be55
Desktop: Group config options into sections
2019-01-27 23:15:56 +00:00
Laurent Cozic
9c1219b188
Desktop: Use arrow to move between items, and added shortcuts to focus different elements
2019-01-26 18:04:32 +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
3231bfaff0
Mobile: Fixes #1045 : Display notebooks as a tree in notebook dropdown
2018-12-16 17:18:24 +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
6dca4a0d6b
Mobile: Optimised loading of large notes that contain many images.
2018-12-15 01:42:19 +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
e8797f49b9
Mobile: Display number of resources being fetched in side bar
2018-11-13 22:27:58 +00: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
069dce69cd
Mobile: Added support for ResourceFetcher service
2018-10-09 22:01:50 +01:00
Laurent Cozic
44986a35a4
Android: Fix crash when attaching certain files
2018-10-07 18:55:49 +01:00
Laurent Cozic
8517e2aa42
Mobile: Fixes #840 : Images were not being displayed right after being attached in view mode
2018-10-05 19:49:36 +01:00
Laurent Cozic
ac12143d00
All: Fixes #671 : Make string translatable
2018-10-05 18:17:49 +00:00
Laurent Cozic
d1f4c5be18
Disable non-working ShareExtension on iOS
2018-10-03 08:17:37 +01:00
Laurent Cozic
d11870b1eb
Trying to get RN 0.57.1 to work
2018-10-02 19:02:38 +00: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
f6ee5dd0e7
Mobile: Display decryption progress in side bar
2018-06-10 17:43:24 +01:00
Laurent Cozic
5a2ab5fae7
Mobile: Fixes #565 : Translate strings in dialog
2018-05-27 12:42:31 +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
429f2d5aab
All: Fixes #536 : Allow changing sync target file path
2018-05-21 16:26:01 +01:00
Laurent Cozic
3494937e34
Mobile: Resolves #503 : Share note with other apps
2018-05-10 20:39:41 +01:00