Adrian Kuschelyagi Malacoda kuschelyagi
kuschelyagi pushed to project at kuschelyagi/lsp-proxy 2020-11-12 04:08:34 +00:00
91236b728b java: make jwdp optional
kuschelyagi pushed to project at kuschelyagi/lsp-proxy 2020-11-12 03:51:22 +00:00
4639a79c00 java: automatically download and install jdt.ls if not given on command line
kuschelyagi pushed to project at kuschelyagi/lsp-proxy 2020-11-11 22:24:30 +00:00
f144963c32 add xdg module and implement xdg data storage, default java data directory to ours, begin implementing auto-download
kuschelyagi pushed to project at kuschelyagi/lsp-proxy 2020-11-11 21:58:55 +00:00
7a346a9185 restructure as a setuptools project
kuschelyagi pushed to master at kuschelyagi/lsp-proxy 2020-11-09 05:24:12 +00:00
592bd8c628 java: make lombok integration optional and don't hardcode my user name. Still want to find an optimal way for selecting the best version of lombok available, or maybe downloading it if not present.
cfea3b5f11 java: implement java.apply.workspaceEdit by translating it into a workspace/applyEdit and sending back to client
Compare 2 commits »
kuschelyagi pushed to master at kuschelyagi/lsp-proxy 2020-11-09 01:11:37 +00:00
49d673b0b8 java: fix some indexing errors in perform_change
kuschelyagi pushed to master at kuschelyagi/lsp-proxy 2020-11-09 00:55:44 +00:00
cd23269643 initial commit of lsp-proxy
kuschelyagi created repository kuschelyagi/lsp-proxy 2020-11-09 00:55:25 +00:00
kuschelyagi opened issue kuschelyagi/piecannon#6 2020-11-05 10:13:52 +00:00
Windows testing
kuschelyagi pushed to ssh_agent_support at kuschelyagi/piecannon 2020-11-05 10:12:55 +00:00
b004320ffe app: downgrade jsch back to old unmaintaned version for compatibility with jsch-agent-proxy
da0eceacea lib: make password optional for SftpServer
2f7761bac7 desktop/piecannon: capture output of mvn command so we can display it to the user, capture error code so we can pass it upstream
a84a307eb5 WIP: ssh-agent support using jsch-agent-proxy
kuschelyagi commented on issue kuschelyagi/piecannon#1 2020-11-05 10:12:14 +00:00
SSH agent support

This is currently implemented in a feature branch but with a caveat: the jsch-agent-proxy is [not…

kuschelyagi opened issue kuschelyagi/piecannon#5 2020-11-04 02:28:52 +00:00
Integration with OpenKeychain for SSH keys
kuschelyagi pushed to master at kuschelyagi/piecannon 2020-11-01 21:32:32 +00:00
35d3de2d89 fdroid: build in release mode (directly building the app will default to debug mode)
kuschelyagi pushed to master at kuschelyagi/piecannon 2020-11-01 21:12:15 +00:00
06ea090670 android: add F-Droid metadata file and fdroidserver package to guix environment
kuschelyagi pushed to master at kuschelyagi/piecannon 2020-10-30 12:23:14 +00:00
7a6e97a774 SftpServer: quick fix for spaces in filename
kuschelyagi pushed to master at kuschelyagi/piecannon 2020-10-30 12:09:38 +00:00
84e14a890f Pie Cannon can send anything, although some server types may have restrictions. But for now it's just plain sftp/ftp/http and we can push anything through that.
kuschelyagi pushed to master at kuschelyagi/piecannon 2020-10-30 11:58:01 +00:00
da39586c4d big change: move the json loading and random server selection to main PieCannon class (so that it has a reason to live :)) and implement loading the json file in the android app.
kuschelyagi pushed to master at kuschelyagi/piecannon 2020-10-30 10:27:07 +00:00
432cfa4d21 Add license (GPLv3)
kuschelyagi pushed to master at kuschelyagi/piecannon 2020-10-30 10:23:17 +00:00
1cb6cbf183 more readme
580c9ff963 pom: do not build android module unless ANDROID_HOME is present
Compare 2 commits »
kuschelyagi pushed to master at kuschelyagi/piecannon 2020-10-30 09:58:18 +00:00
4be9bd83bf android: implement better mechanism for generating filename from file uri, using jodd to map mime type to extension and using the file's extension if it has one (sometimes it does not)