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

2167 Commits

Author SHA1 Message Date
eec32cf70a Removed cache package dependency and implemented one more suitable for React Native 2020-10-15 18:40:13 +01:00
efa346fea4 iOS: Added fonts to Info.plist although it was working without it 2020-10-15 14:57:21 +01:00
572b647bc0 Specify content-type header for OneDrive to prevent network error 2020-10-15 14:56:49 +01:00
bcedf6c7f0 iOS: Disable long press menu since it is already built-in 2020-10-15 12:45:01 +01:00
7359dd61d1 Removed unused react-native-device-info 2020-10-15 12:37:40 +01:00
2d63ab36d3 iOS: Fixed taking a picture 2020-10-15 12:35:54 +01:00
8e2875a91c iOS: Restored camera roll functionality 2020-10-15 12:11:13 +01:00
75f5edf2ad iOS: Fixed build settings 2020-10-15 11:40:13 +01:00
b220c98419 iOS: Got images to work with WebKit 2020-10-15 11:40:03 +01:00
c34b43e841 iOS: Restore more settings 2020-10-15 10:24:52 +01:00
32997611e6 iOS: Added back icons and other properties 2020-10-15 10:15:14 +01:00
b5811d7f7c Got iOS build to work 2020-10-14 23:53:14 +01:00
dc6d7c00e0 Imported old settings in gradle build 2020-10-14 18:40:06 +01:00
dff59f5603 Restored sharing 2020-10-14 18:20:00 +01:00
0bdb449e72 Updated NoteBodyViewer 2020-10-14 17:25:40 +01:00
0c0d228815 Fixed networking 2020-10-14 16:54:42 +01:00
6ff45ce485 Fixed document picker 2020-10-14 13:11:00 +01:00
cc889182b6 Added back support for alarms 2020-10-14 12:56:27 +01:00
040261abfa Fixed Clipboard and remove image-picker package 2020-10-13 22:04:49 +01:00
1077ad8f16 Fixed Select Alarm dialog and PoorManIntervals class 2020-10-13 21:54:52 +01:00
8296676fd5 Fixed icons and warnings 2020-10-13 21:32:52 +01:00
3b0e3f6f43 Got app to build again 2020-10-13 17:02:59 +01:00
d6da162f67 Restored back all RN packages 2020-10-13 15:39:12 +01:00
7f8ce3732c Restored base packages 2020-10-13 15:13:12 +01:00
ea59726eb3 Started over from scratch 2020-10-13 15:05:17 +01:00
ea878fb614 Mobile: Long press on images or other attachments to share them (#3367) 2020-10-12 10:25:59 +01:00
d819e6ee0c Merge branch 'release-1.2' into dev 2020-10-11 22:12:42 +01:00
b66be79351 ios-v10.2.1 2020-10-11 21:56:19 +01:00
433fa21069 Mobile: Upgrade slug package to fix btoa bug 2020-10-11 19:54:13 +01:00
30543104be Fixed translations 2020-10-11 16:18:58 +01:00
b6a004086c Doc: Changed GitHub links from master to dev 2020-10-11 16:17:51 +01:00
871f8b3a72 Merge branch 'release-1.2' into dev 2020-10-11 15:22:11 +01:00
2bb5acdfb1 Android release v1.2.6 2020-10-11 15:06:41 +01:00
dda0d8ca08 Mobile: Fixes #3815: Fixed btoa error 2020-10-11 14:56:30 +01:00
fa7bd2cfab Desktop, Cli: Resolves #3884: Allow setting note geolocation attributes via API 2020-10-10 14:09:54 +01:00
dc51781976 Desktop: Fixes #3886: Allows toggling external editing off and on again 2020-10-10 13:32:30 +01:00
b326ffc41c Doc: Fixed plugin demo links 2020-10-09 22:00:03 +01:00
5eb0417b1a All: Sort search results by average of multiple criteria, including 'Sort notes by' field setting (#3777)
* Weight search results by most recently updated

As discussed here: https://github.com/laurent22/joplin/pull/3777#issuecomment-696491859
Before this commit, results were rarely sorted by date. Content weights and fuzziness were
determined, and then the first criteria to differ would win in sort order (and user_updated_time
was the last criteria checked).

Now the weight score itself will also include age of user_updated_time, surfacing fresh content.
At the current alpha level, results are weighted logarithmically, prioritizing mostly within the
last 30 days, and especially heavily within the past week.

* Updated unit tests to weight search results by last updated date

* Updated unit test title

* Fixed issue with weighted search engine test, and made it more deterministic using mock date

Date was being calculated only at the start of the test suite. It also wasn't using a set mock date, so the milliseconds between the real search engine calculations and the test calculation caused differences in results

* Added initial Search Engine spec

* Added Search Engine spec to README.md

* Renamed Search Sorting spec per laurent22's mentioned naming

* Revised copy in search sorting spec

Co-authored-by: Laurent <laurent22@users.noreply.github.com>
2020-10-09 21:51:11 +01:00
d965a7b6db Bump mermaid to 8.8.1 (#3853)
* Bump mermaid to 8.8.1

* bump mermaid in reactnativeclient

* Add package-lock files
2020-10-09 21:42:16 +01:00
b3bf7144ac Update translations 2020-10-09 16:05:10 -04:00
0e0803e050 Fixing links 2020-10-09 19:27:33 +01:00
fe41d37f8f All: Add support for application plugins (#3257) 2020-10-09 18:35:46 +01:00
f007735936 ios-v10.2.0 2020-10-09 17:26:38 +01:00
28e00fdf2e Android release v1.2.5 2020-10-08 12:56:12 +01:00
3bd0656eab Android release v1.2.4 2020-10-08 12:51:48 +01:00
e9af71dd76 Android: Reverted app to singleTop launch mode and fixed potential crash when sharing with app 2020-10-08 11:49:39 +01:00
73b33e8e32 Android: Fixes #3800: Simplify initialisation code to prevent sharing
with app to create multiple instance of app and break settings.

Revert "Mobile: Add startup screen to show progress of db migration"

This reverts commit 569355a318.
2020-10-08 11:35:29 +01:00
559655bf33 Android release v1.2.3 2020-10-06 13:06:48 +01:00
0eab23fbcf Android: Set app launchMode to singleInstance to try to fix lost settings issue 2020-10-06 13:02:41 +01:00
f334f4f487 All: Improved handling of database migration failures 2020-10-06 12:47:33 +01:00