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
Jeremy Wu
930ceef55c
Change method name for cleaning up after portability update
...
Make intentions clearer
2020-03-06 23:44:36 +11:00
Jeremy Wu
ef1b52122e
Change PortableDataLocationInUse property to method
...
Added const for deletion indicator
2020-03-06 21:28:01 +11:00
Jeremy Wu
d0976a99c9
Update all applicable files to use the new data location class
2020-03-05 23:30:46 +11:00
Jeremy Wu
6134550827
Include DataLocation.cs in project file
2020-03-05 23:29:38 +11:00
Jeremy Wu
4fc30166bf
separate get data location code from constant file
2020-03-05 23:29:07 +11:00
Jeremy Wu
be8da8035e
Remove Wait on create uninstaller reg entry call
2020-03-05 23:27:04 +11:00
Jeremy Wu
fd4f0f631b
Add method used to indicate deletion of data location
...
.dead file add
2020-03-05 23:25:15 +11:00
Jeremy Wu
c2d7e658b0
Add settings saving to file
2020-03-05 23:24:14 +11:00
Jeremy Wu
f6ae266a88
Add settings check box ui and viewmodel
2020-03-05 23:23:44 +11:00
Jeremy Wu
56b8b5f3d6
After restart, clean up data folder locations so only one is used
2020-03-05 23:20:55 +11:00
Jeremy Wu
7ac69f9bcd
Update disable portable mode code
...
- add message to inform user
- create uninstaller entry
- set delete indication
2020-03-05 23:14:44 +11:00
Jeremy Wu
e6b988d227
Add code to enable portable mode
2020-03-05 23:13:06 +11:00
Jeremy Wu
39eac96023
Change method name to make intention clearer. Add additional methods
2020-03-05 23:10:16 +11:00
Barbara Kudiess
108c371b5c
Updating .yml file to run on vs2019 with MSBuild 16
2020-03-03 16:09:25 -08:00
Barbara Kudiess
08ad52e37a
Updates .yml file to support .net core
2020-03-03 16:00:57 -08:00
Barbara Kudiess
3fd1021b55
Changing variable to const
2020-03-03 15:55:11 -08:00
Barbara Kudiess
e6d5d7cba4
Fix PR Comments
2020-03-03 14:25:59 -08:00
Jeremy Wu
dbc52f56c8
Merge branch 'dev' into add_enable_portablemode_setting
2020-03-03 20:12:18 +11:00
Barbara Kudiess
d2faf6b7f1
Updating Wox assembly info
2020-03-02 17:11:53 -08:00
Barbara Kudiess
b168166c89
Merge branch 'master' into dontnet-core-upgrade
2020-03-02 17:04:00 -08:00
Barbara Kudiess
f98eb92afd
Updating gitignore
2020-03-02 16:53:13 -08:00
Barbara Kudiess
9e6f0d6fa5
Deleting assembly files
2020-03-02 16:51:14 -08:00
Barbara Kudiess
4b45a1952b
Plugins converted from .NET Framework to .NET Core
2020-03-02 16:48:07 -08:00
Jeremy Wu
2531f71402
Add disable portable mode programatically
2020-03-03 05:58:31 +11:00
Barbara Kudiess
556ff9702c
Wox peoject in .net Core
2020-03-01 17:22:26 -08:00
Jeremy Wu
1932515fe9
Merge pull request #152 from SysC0mp/improve-calculator
...
Improve calculator plugin
2020-03-01 21:17:41 +11:00
Jeremy Wu
28acd466b3
Merge branch 'dev'
2020-03-01 20:12:51 +11:00
Barbara Kudiess
d329b73748
.net framework 4.5.2 -> 4.7.2 and Sistem.Runtime.Remoting replacement
2020-02-28 17:42:37 -08:00
Kevin Eck
366a351100
Merge branch 'dev' into improve-calculator
2020-02-27 11:36:41 +01:00
Jeremy Wu
3184f8d275
Update readme with main features released from this fork ( #149 )
...
* Update readme with main features released from this fork
* update
2020-02-27 00:16:09 +02:00
Jeremy Wu
8ec78688b8
Add empty actionParameters check ( #148 )
2020-02-27 00:14:45 +02:00
SysC0mp
9d447ca63f
Replace static text with localized label
2020-02-26 20:49:39 +01:00
SysC0mp
cc743aeeea
Round result using new introduced setting
2020-02-26 20:47:14 +01:00
SysC0mp
0933eab4b0
Update Mages version
2020-02-26 20:46:47 +01:00
SysC0mp
f18256ab39
Add "Max. decimal places" setting
2020-02-26 20:46:27 +01:00
SysC0mp
54191d6d88
Replace static text with localized label
2020-02-26 20:00:07 +01:00