Search found 51 matches

by B0B
28 Mar 2020 17:57
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133658

Re: Feature Requests

For now I've added "Help" tooltips next to the "Share" button that warn the user about networked drives situation in build b27. That's a nice addition. It can also be a way to display additional info about any of the chosen (active) buttons. I noticed there's already a "Sea...
by B0B
28 Mar 2020 15:29
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133658

Re: Feature Requests

Detecting the OS is easy, but why disable auto-watch it when it works fine on local hard drives? Auto-watch is identical to that small java program you tested on your D:\test folder and it worked. Yes, confused wording from me and I was just editing it while you posted this reply. What I actually m...
by B0B
28 Mar 2020 14:40
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133658

Re: Feature Requests

On NAS devices no, it won't work. I think auto-watch won't work on NAS regardles of the OS. If it really is java not "polling", then yes. "NAS" in this case just means any kind of network path (on Windows, that is). Be it your phone or another computer. Maybe it's possible to de...
by B0B
28 Mar 2020 02:29
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133658

Re: Feature Requests

Above is more or less done in 0.6.12-b14. In the "Advanced Sharing" page you need to turn off "Auto Watch" then you can do manual syncs periodically or on demand. You mean, on Windows systems "Auto Watch" doesn't work (yet?) so you always need to enable the timed sync ...
by B0B
25 Mar 2020 23:58
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133658

Re: Feature Requests

zlatinb wrote: 25 Mar 2020 23:53 Congratulations, you're now officially on the timeline here http://git.idk.i2p/zlatinb/muwire/commits/master
It's an honor , I think? :lol:

Glad to be of any help. Have no clue about java so I can't mean a thing with that.
by B0B
25 Mar 2020 23:48
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133658

Re: Feature Requests

What you want to do is "Fork" the repo, then "Clone" from your fork (which will appear under your namespace). Then commit the new icon to your fork, (in "webui/src/main/images/" then create a merge request back to my repo. I have no idea how but somehow it worked. Clic...
by B0B
25 Mar 2020 22:38
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133658

Re: Feature Requests

I'm going to make every watched directory configurable separately from the others. There will also be a default value. Sounds promising. I will need an icon for an "Advanced Sharing" page in the "Configuration" section on the sidebar. Done. Want to give the git a try. I guess I ...
by B0B
25 Mar 2020 20:38
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133658

Re: Feature Requests

It's going to end up something along those lines, but there are many corner cases I need to cover so it's going to take a while to do it right. I'll add it to the TODO.md list. I'm sure you'll find a way to do it. Next week my time is much more limited. Was at home due to the current situation but ...
by B0B
25 Mar 2020 20:12
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133658

Re: Feature Requests

Basically a java bug and it doesn't look like it's going to get fixed. Only solution is to write custom polling. I can't make any promises as to when I can deliver that, although I understand it's necessary. Well, at least the problem is pinpointed. That's a start. What's also possible is a manual ...
by B0B
25 Mar 2020 19:17
Forum: MuWire
Topic: Feature Requests
Replies: 150
Views: 133658

Re: Feature Requests

1. Save this in a file called "WatchTest.java" 2. Open a command prompt and type "javac -version". If that shows an error, then javac from AdoptOpenJDK isn't in your path, which is fine. It would be inside the bin\ folder in the jdk installation Java 8 is in my path but I2P is c...