Commit graph

2139 commits

Author SHA1 Message Date
Jeremy Wu
3c7f067770 rename all project file name 2020-04-21 21:27:02 +10:00
Jeremy Wu
1b795309d5 Rename code & text 2020-04-21 19:12:17 +10:00
Jeremy Wu
98758f60b6 Fix opening web/url/bookmarks in new window and tab
Functionality broken after the upgrade
2020-04-17 20:47:56 +10:00
Jeremy Wu
eb1844b6c5 Update readme to accommodate the upgrade 2020-04-12 17:39:37 +10:00
Jeremy Wu
ed5a846a64 Merge branch 'master' up to commit 657d342 2020-04-11 10:27:19 +10:00
Jeremy Wu
657d342c51 Merge branch 'dev' 2020-04-11 10:10:49 +10:00
Jeremy Wu
9c65b84345 Fix error occurred when publishing self contained .Net Core Wox
Error occurs during nuget pack, complaining about some of the core dlls have incorrect timestamp
2020-04-10 21:39:50 +10:00
Jeremy Wu
7ba6dbf076 Add publish profile for self-contained .Net Core Wox 2020-04-10 21:38:19 +10:00
Jeremy Wu
f3377084e2 Remove incorrect project reference to WebSearch plugin 2020-04-10 21:36:27 +10:00
Jeremy Wu
530d2c0962 Change ppy.squirrel.windows back to squirrel.windows 1.5.2:
- ppy.squirrel is not fully .net core upgraded, so it is still showing restored using .net framework
- does not contain .net core runtime installer which is now required by Wox
- UpdateManager.RestartApp method is throwing an OSU application specific error which Wox is unable to resolve.
- Squirrel.Windows 1.5.2 still works and functionalities required by Wox are compatible. Tested RestartApp method, tested enable/disable protable mode methods and tested updating Wox to the latest version.
2020-04-08 18:53:34 +10:00
Jeremy Wu
9937dbb7c9
Add prompt for opening location + update message (#176) 2020-04-08 09:14:28 +03:00
Jeremy Wu
f1961e71dc Lower PropertyChange.Fody version due to:
1. Dll not been properly produced during release build. This causes error during application start up.
2. .Net Framework dependency
2020-04-03 19:42:46 +11:00
Jeremy Wu
2eb4d55ab9 update post build script to use ppy.squirrel + latest nuget cmdline 2020-04-03 19:22:26 +11:00
Jeremy Wu
6d9f730d81 Up the base version to 2.0.0 2020-04-01 22:25:15 +11:00
Jeremy Wu
26e93869a9 Merge branch 'master' up to commit f325674 2020-04-01 22:20:33 +11:00
Jeremy Wu
f325674d10 Merge branch 'dev' 2020-04-01 19:06:39 +11:00
Jeremy Wu
690c884741 Merge branch 'master' up to commit 4ba4324 2020-04-01 18:59:33 +11:00
Jeremy Wu
7e26689884
Merge pull request #143 from jjw24/add_enable_portablemode_setting
Enable/disable portable mode setting
2020-04-01 07:18:16 +11:00
Jeremy Wu
cb0a4defd3 Merge branch 'dev' into add_enable_portablemode_setting 2020-04-01 07:17:42 +11:00
Jeremy Wu
d6f1d133be
Re-point url back to this fork (#154)
* JJW24 Version

Do not merge

* Update issue link to jjw24

* Remove check

* Update to get build version locally from SolutionAssemblyInfo

* update url to point to jjw24 repo
2020-03-31 15:20:40 +03:00
Jeremy Wu
f90268d5bd
Add msi extension to run as different user (#174) 2020-03-31 15:10:27 +03:00
Jeremy Wu
4ba4324ab4 Merge branch 'dev' 2020-03-31 22:08:45 +11:00
Jeremy Wu
782c73e471 Merge in branch 'master' up to commit 24cf015
commit: 24cf015b0a9b36503efbd83c9c9ed3c64da10f18- 24cf015b0a
2020-03-31 22:00:09 +11:00
Jeremy Wu
cd695f92ee Pinyin caching- Fix unsupported serialization of ConcurrentDictionary
Use Dictionary with lock instead
2020-03-30 21:51:52 +11:00
Jeremy Wu
879e467bd8 Image caching- Fix unsupported serialization of ConcurrentDictionary
Use Dictionary with lock instead
2020-03-30 21:49:23 +11:00
Jeremy Wu
d2a3d029ee Remove UWPDesktop reference and add Windows sdk Contracts 2020-03-29 16:01:55 +11:00
Jeremy Wu
d80934c235
Update post_build script's packages reference path (#173)
* Update post_build script's packages reference path

* Change to static version

* remove inappropriate word
2020-03-27 11:13:22 +03:00
Jeremy Wu
7a6edd0d86 Per comment, simplify code in Setter 2020-03-23 19:20:12 +11:00
Jeremy Wu
733326b329 Revert accidental removal of interface methods 2020-03-23 18:23:40 +11:00
Jeremy Wu
86903e5e63 Wrap UpdateManager in using statement + enable methods run as standalone 2020-03-23 18:09:52 +11:00
Jeremy Wu
b85f5a147d Remove unnecessary interface methods 2020-03-23 17:45:42 +11:00
Jeremy Wu
3e76b38a56 Per comment change filename to Constant 2020-03-23 17:38:32 +11:00
Jeremy Wu
62c11a09c5 Make debug mode clearer during exception 2020-03-22 19:52:16 +11:00
Jeremy Wu
c5dc21dcc7 Merge branch 'dev' into add_enable_portablemode_setting 2020-03-22 19:42:04 +11:00
Jeremy Wu
24cf015b0a Merge branch 'dev' 2020-03-15 21:29:06 +11:00
Jeremy Wu
b50f738f42
Feature: Add auto-complete query text suggestion (#153)
* Add query suggestion logic

* Add UI element

* update

* Make caret more appealing by following the color of the query font

* Add suggestions when using actionkeyword

* Add feature to readme

* Per suggestion add explaination

* Per review comment

* Per review comment

* change to use converter

* Correct typo

Co-authored-by: clueless <14300910+theClueless@users.noreply.github.com>
2020-03-15 11:05:34 +02:00
Jeremy Wu
1acb8fd82d Merge branch 'dev' 2020-03-14 17:30:20 +11:00
Jeremy Wu
d183f625f9
Merge pull request #165 from jjw24/fixShowMessageIssue
fix issue #150
2020-03-14 16:49:20 +11:00
clueless
98ed4e7b59 app config remove 2020-03-12 01:54:30 +02:00
clueless
f68365b0ee fix issue #115 2020-03-12 01:49:24 +02:00
Jeremy Wu
37149d9956
Reduce Wox's drain on CPU when using Pinyin search (#162)
* Remove this unneccessary dreadful logging that kills performance

* Update to ShouldUsePinyin option

1. Change  default start up not to use Pinyin as default language is English 
2. Add prompt when switching to Chinese or Chinese_TW prompt user if they want to use Pinyin search
2020-03-12 00:57:36 +02:00
Jeremy Wu
0f2ebfbe00
Remove UwpDesktop library dependency and upgrade to framework 4.6.2 (#159)
* Remove UwpDesktop dependency of lower sdk and add Win SDK Contracts

* Upgrade from .Net Framework 4.5.2 to 4.6.2

This upgrade is needed to use Microsoft Windows SDK Contracts library from previous commit

* Remove Windows SDK references as no longer required
2020-03-10 09:35:31 +02:00
Jeremy Wu
f939abb6e7 Remove need for saving to settings file by getting status dynamically 2020-03-08 14:50:06 +11:00
Jeremy Wu
f933f9d10c cater for debug mode 2020-03-08 14:48:24 +11:00
Jeremy Wu
830378e96e update 2020-03-08 14:44:06 +11:00
Jeremy Wu
a70615d79f Add production logging 2020-03-08 14:43:08 +11:00
Jeremy Wu
31dd774d75 Update add comments change to internal 2020-03-07 22:41:03 +11:00
Barbara Kudiess
bb36e115fb Add missing files 2020-03-06 10:46:19 -08:00
Jeremy Wu
83df0b3b58 Remove unnecessary method implementation
Should be handled somewhere else
2020-03-06 23:46:30 +11:00
Jeremy Wu
82a24c9952 Add validation prior to update portability 2020-03-06 23:45:52 +11:00