mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
GhostCommander update, remove plugins as they're included now
This commit is contained in:
parent
368562f96f
commit
d78b93a1fe
77 changed files with 17 additions and 488 deletions
|
|
@ -1,172 +0,0 @@
|
||||||
Categories:
|
|
||||||
- System
|
|
||||||
License: GPL-3.0-only
|
|
||||||
WebSite: https://sites.google.com/site/ghostcommander1
|
|
||||||
SourceCode: https://sourceforge.net/p/gc-samba/code
|
|
||||||
IssueTracker: https://sourceforge.net/p/gc-samba/bugs/
|
|
||||||
Donate: https://sourceforge.net/p/ghostcommander/donate
|
|
||||||
|
|
||||||
AutoName: Ghost Commander - Samba plugin
|
|
||||||
Description: |-
|
|
||||||
<b>Note:</b> This plugin is deprecated. Please use
|
|
||||||
<a href="https://f-droid.org/packages/com.ghostsq.commander.smb">Ghost Commander - SMB plugin (new)</a> instead.
|
|
||||||
|
|
||||||
A plug-in for https://f-droid.org/packages/com.ghostsq.commander to access to Windows network shared
|
|
||||||
folders (also referenced as SMB, Samba, CIFS or even NetBios). Launch Ghost
|
|
||||||
Commander and go to 'Menu > Location > Home > Windows share'. Alternatively,
|
|
||||||
scroll along the toolbar until you arrive at 'Home'. Enter your server name and
|
|
||||||
credentials (if any), then tap the 'Connect' button. Once connected, you should
|
|
||||||
be able to see a list of Windows machines or Samba servers on the network. Tip:
|
|
||||||
Better have the Windows account with password. A passwordless Windows account
|
|
||||||
might not work.
|
|
||||||
|
|
||||||
RepoType: git-svn
|
|
||||||
Repo: https://svn.code.sf.net/p/gc-samba/code/
|
|
||||||
|
|
||||||
Builds:
|
|
||||||
- versionName: 1.21.3b1
|
|
||||||
versionCode: 47
|
|
||||||
disable: 'dexclassloader crash: see forum (at 102)'
|
|
||||||
commit: '102'
|
|
||||||
init:
|
|
||||||
- rm -rf gen/
|
|
||||||
- svn co -r407 https://svn.code.sf.net/p/ghostcommander gc/code
|
|
||||||
extlibs:
|
|
||||||
- jcifs/jcifs-1.3.17.jar
|
|
||||||
prebuild: sed -i 's/Utils.getCause( e )/e.getMessage()/' src/com/ghostsq/commander/samba/SMBAdapter.java
|
|
||||||
build:
|
|
||||||
- ant release -f gc/build.xml
|
|
||||||
- cd libs/
|
|
||||||
- cp -a ../gc/bin/classes/com .
|
|
||||||
- zip -r -9 gc.jar com/
|
|
||||||
- rm -rf com/
|
|
||||||
|
|
||||||
- versionName: 1.21.3
|
|
||||||
versionCode: 50
|
|
||||||
disable: Build problems
|
|
||||||
commit: unknown - see disabled
|
|
||||||
|
|
||||||
- versionName: '1.30'
|
|
||||||
versionCode: 51
|
|
||||||
commit: '106'
|
|
||||||
srclibs:
|
|
||||||
- GhostCommander@390
|
|
||||||
extlibs:
|
|
||||||
- jcifs/jcifs-1.3.17.jar
|
|
||||||
- custom_rules.xml
|
|
||||||
build:
|
|
||||||
- mv libs/custom_rules.xml .
|
|
||||||
- ant debug -f $$GhostCommander$$/build.xml
|
|
||||||
- jar c -C $$GhostCommander$$/bin/classes/ com > gc.jar
|
|
||||||
- install -D gc.jar libs/gc.jar
|
|
||||||
|
|
||||||
- versionName: '1.31'
|
|
||||||
versionCode: 52
|
|
||||||
commit: '108'
|
|
||||||
srclibs:
|
|
||||||
- GhostCommander@390
|
|
||||||
extlibs:
|
|
||||||
- jcifs/jcifs-1.3.17.jar
|
|
||||||
- custom_rules.xml
|
|
||||||
build:
|
|
||||||
- mv libs/custom_rules.xml .
|
|
||||||
- ant debug -f $$GhostCommander$$/build.xml
|
|
||||||
- jar c -C $$GhostCommander$$/bin/classes/ com > gc.jar
|
|
||||||
- install -D gc.jar libs/gc.jar
|
|
||||||
|
|
||||||
- versionName: 1.31.1
|
|
||||||
versionCode: 57
|
|
||||||
commit: '113'
|
|
||||||
srclibs:
|
|
||||||
- GhostCommander@445
|
|
||||||
extlibs:
|
|
||||||
- jcifs/jcifs-1.3.17.jar
|
|
||||||
- custom_rules.xml
|
|
||||||
prebuild:
|
|
||||||
- mv libs/custom_rules.xml ./
|
|
||||||
- pushd $$GhostCommander$$
|
|
||||||
- android update project -p ./ -t "android-19"
|
|
||||||
- ant debug -f build.xml
|
|
||||||
- jar c -C bin/classes/ com > gc.jar
|
|
||||||
- popd
|
|
||||||
- install -D $$GhostCommander$$/gc.jar libs/gc.jar
|
|
||||||
- android update project -p . -t android-19 -n com.ghostsq.commander.samba
|
|
||||||
|
|
||||||
- versionName: 1.31.2b1
|
|
||||||
versionCode: 58
|
|
||||||
commit: '115'
|
|
||||||
srclibs:
|
|
||||||
- GhostCommander@500
|
|
||||||
extlibs:
|
|
||||||
- jcifs/jcifs-1.3.17.jar
|
|
||||||
- custom_rules.xml
|
|
||||||
prebuild:
|
|
||||||
- mv libs/custom_rules.xml ./
|
|
||||||
- pushd $$GhostCommander$$
|
|
||||||
- android update project -p ./ -t "android-19"
|
|
||||||
- ant debug -f build.xml
|
|
||||||
- jar c -C bin/classes/ com > gc.jar
|
|
||||||
- popd
|
|
||||||
- install -D $$GhostCommander$$/gc.jar libs/gc.jar
|
|
||||||
- android update project -p . -t android-19 -n com.ghostsq.commander.samba
|
|
||||||
|
|
||||||
- versionName: 1.32b2
|
|
||||||
versionCode: 60
|
|
||||||
commit: '116'
|
|
||||||
srclibs:
|
|
||||||
- GhostCommander@507
|
|
||||||
extlibs:
|
|
||||||
- jcifs/jcifs-1.3.17.jar
|
|
||||||
- custom_rules.xml
|
|
||||||
prebuild:
|
|
||||||
- mv libs/custom_rules.xml ./
|
|
||||||
- pushd $$GhostCommander$$
|
|
||||||
- android update project -p ./ -t "android-19"
|
|
||||||
- ant debug -f build.xml
|
|
||||||
- jar c -C bin/classes/ com > gc.jar
|
|
||||||
- popd
|
|
||||||
- install -D $$GhostCommander$$/gc.jar libs/gc.jar
|
|
||||||
- android update project -p . -t android-19 -n com.ghostsq.commander.samba
|
|
||||||
|
|
||||||
- versionName: '1.32'
|
|
||||||
versionCode: 62
|
|
||||||
commit: '118'
|
|
||||||
srclibs:
|
|
||||||
- GhostCommander@507
|
|
||||||
extlibs:
|
|
||||||
- jcifs/jcifs-1.3.17.jar
|
|
||||||
- custom_rules.xml
|
|
||||||
prebuild:
|
|
||||||
- mv libs/custom_rules.xml ./
|
|
||||||
- pushd $$GhostCommander$$
|
|
||||||
- android update project -p ./ -t "android-19"
|
|
||||||
- ant debug -f build.xml
|
|
||||||
- jar c -C bin/classes/ com > gc.jar
|
|
||||||
- popd
|
|
||||||
- install -D $$GhostCommander$$/gc.jar libs/gc.jar
|
|
||||||
- android update project -p . -t android-19 -n com.ghostsq.commander.samba
|
|
||||||
|
|
||||||
- versionName: 1.33b3
|
|
||||||
versionCode: 73
|
|
||||||
commit: '123'
|
|
||||||
srclibs:
|
|
||||||
- GhostCommander@631
|
|
||||||
- Zip4j@d0ec9f4f80bdbeaec76478ab0c0a63d9e9e7eaa5
|
|
||||||
extlibs:
|
|
||||||
- jcifs/jcifs-1.3.17.jar
|
|
||||||
- custom_rules.xml
|
|
||||||
prebuild:
|
|
||||||
- mv libs/custom_rules.xml ./
|
|
||||||
- mv $$Zip4j$$/src/net $$GhostCommander$$/src/.
|
|
||||||
- pushd $$GhostCommander$$
|
|
||||||
- android update project -p ./ -t "android-27"
|
|
||||||
- ant release
|
|
||||||
- jar c -C bin/classes/ com > gc.jar
|
|
||||||
- popd
|
|
||||||
- install -D $$GhostCommander$$/gc.jar libs/gc.jar
|
|
||||||
- android update project -p . -t android-27 -n com.ghostsq.commander.samba
|
|
||||||
|
|
||||||
AutoUpdateMode: None
|
|
||||||
UpdateCheckMode: None
|
|
||||||
CurrentVersion: 1.33b3
|
|
||||||
CurrentVersionCode: 73
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Přístup k souborům v síti
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Auf Dateien im Netzwerk zugreifen
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Access files on the network
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Aliri dosierojn en loka reto
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Acceder a ficheros en la red
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Accéder aux fichiers sur le réseau
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Inntrig faidhlichean air an lìonra
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
גישה לקבצים ברשת
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Accede ai file sulla rete
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
ネットワーク上のファイルにアクセス
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Få tilgang til filer over nettverket
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Får tilgang til filer på nettverket
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Uzyskaj dostęp do plików w sieci
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Acesse arquivos na rede
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Acessar ficheiros na rede
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Acessar ficheiros na rede
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Accesați fișierele din rețea
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Доступ к файлам в сети
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Hyni te kartela në rrjet
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Pata faili kwenye mtandao
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Ağdaki dosyalara erişim sağlayın
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Доступ до файлів у мережі
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
访问网络上的文件
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
訪問網絡上的文件
|
|
||||||
|
|
@ -1,188 +0,0 @@
|
||||||
Categories:
|
|
||||||
- System
|
|
||||||
License: GPL-3.0-only
|
|
||||||
WebSite: https://sites.google.com/site/ghostcommander1
|
|
||||||
SourceCode: https://sourceforge.net/p/gc-sftp/svn
|
|
||||||
IssueTracker: https://sourceforge.net/p/ghostcommander/_list/tickets
|
|
||||||
Donate: https://sourceforge.net/p/ghostcommander/donate
|
|
||||||
|
|
||||||
AutoName: Ghost Commander - SFTP plugin (JSch)
|
|
||||||
Description: |-
|
|
||||||
A plug-in for https://f-droid.org/packages/com.ghostsq.commander to access secure FTP sites. Launch Ghost
|
|
||||||
Commander and go to 'Menu > Location > Home > SFTP site'. Alternatively, scroll
|
|
||||||
along the toolbar until you arrive at 'Home'. Enter your server name and
|
|
||||||
credentials.
|
|
||||||
|
|
||||||
RepoType: git-svn
|
|
||||||
Repo: https://svn.code.sf.net/p/gc-sftp/svn/
|
|
||||||
|
|
||||||
Builds:
|
|
||||||
- versionName: 1.10b1
|
|
||||||
versionCode: 11
|
|
||||||
commit: '26'
|
|
||||||
srclibs:
|
|
||||||
- GhostCommander@390
|
|
||||||
extlibs:
|
|
||||||
- ganymed-ssh/ganymed-ssh2-build210.jar
|
|
||||||
- custom_rules.xml
|
|
||||||
build:
|
|
||||||
- sed 's/jcifs-1.3.17/ganymed-ssh2-build210/' libs/custom_rules.xml > custom_rules.xml
|
|
||||||
- ant debug -f $$GhostCommander$$/build.xml
|
|
||||||
- jar c -C $$GhostCommander$$/bin/classes/ com > gc.jar
|
|
||||||
- install -D gc.jar libs/gc.jar
|
|
||||||
|
|
||||||
- versionName: 1.11b1
|
|
||||||
versionCode: 12
|
|
||||||
commit: '28'
|
|
||||||
srclibs:
|
|
||||||
- GhostCommander@390
|
|
||||||
extlibs:
|
|
||||||
- ganymed-ssh/ganymed-ssh2-build210.jar
|
|
||||||
- custom_rules.xml
|
|
||||||
build:
|
|
||||||
- sed 's/jcifs-1.3.17/ganymed-ssh2-build210/' libs/custom_rules.xml > custom_rules.xml
|
|
||||||
- ant debug -f $$GhostCommander$$/build.xml
|
|
||||||
- jar c -C $$GhostCommander$$/bin/classes/ com > gc.jar
|
|
||||||
- install -D gc.jar libs/gc.jar
|
|
||||||
|
|
||||||
- versionName: 1.11b3
|
|
||||||
versionCode: 13
|
|
||||||
disable: Doesn't compile
|
|
||||||
commit: '30'
|
|
||||||
|
|
||||||
- versionName: '1.13'
|
|
||||||
versionCode: 16
|
|
||||||
disable: Doesn't compile
|
|
||||||
commit: '33'
|
|
||||||
|
|
||||||
- versionName: 1.13.1
|
|
||||||
versionCode: 17
|
|
||||||
commit: '34'
|
|
||||||
srclibs:
|
|
||||||
- GhostCommander@445
|
|
||||||
- Ganymed@r161
|
|
||||||
extlibs:
|
|
||||||
- custom_rules.xml
|
|
||||||
prebuild:
|
|
||||||
- sed 's/jcifs-1.3.17/ganymed-ssh2-263-SNAPSHOT/' libs/custom_rules.xml > custom_rules.xml
|
|
||||||
- pushd $$GhostCommander$$
|
|
||||||
- android update project -p ./ -t "android-19"
|
|
||||||
- ant debug -f build.xml
|
|
||||||
- jar c -C bin/classes/ com > gc.jar
|
|
||||||
- popd
|
|
||||||
- install -D $$GhostCommander$$/gc.jar libs/gc.jar
|
|
||||||
- pushd $$Ganymed$$
|
|
||||||
- $$MVN3$$ package
|
|
||||||
- popd
|
|
||||||
- cp $$Ganymed$$/target/ganymed-ssh2-263-SNAPSHOT.jar libs/
|
|
||||||
target: android-19
|
|
||||||
|
|
||||||
- versionName: 1.14.2b4
|
|
||||||
versionCode: 25
|
|
||||||
disable: new upstream for ganymed?
|
|
||||||
commit: '43'
|
|
||||||
srclibs:
|
|
||||||
- GhostCommander@561
|
|
||||||
- Ganymed@r161
|
|
||||||
extlibs:
|
|
||||||
- custom_rules.xml
|
|
||||||
prebuild:
|
|
||||||
- sed 's/jcifs-1.3.17/ganymed-ssh2-263-SNAPSHOT/' libs/custom_rules.xml > custom_rules.xml
|
|
||||||
- pushd $$GhostCommander$$
|
|
||||||
- android update project -p ./ -t "android-19"
|
|
||||||
- ant debug -f build.xml
|
|
||||||
- jar c -C bin/classes/ com > gc.jar
|
|
||||||
- popd
|
|
||||||
- install -D $$GhostCommander$$/gc.jar libs/gc.jar
|
|
||||||
- pushd $$Ganymed$$
|
|
||||||
- $$MVN3$$ package
|
|
||||||
- popd
|
|
||||||
- cp $$Ganymed$$/target/ganymed-ssh2-263-SNAPSHOT.jar libs/
|
|
||||||
target: android-19
|
|
||||||
|
|
||||||
- versionName: 1.14.7b1
|
|
||||||
versionCode: 37
|
|
||||||
commit: '54'
|
|
||||||
srclibs:
|
|
||||||
- GhostCommander@631
|
|
||||||
- Zip4j@d0ec9f4f80bdbeaec76478ab0c0a63d9e9e7eaa5
|
|
||||||
prebuild:
|
|
||||||
- mv $$Zip4j$$/src/net $$GhostCommander$$/src/.
|
|
||||||
- pushd $$GhostCommander$$
|
|
||||||
- android update project -p ./ -t "android-27"
|
|
||||||
- ant release
|
|
||||||
- jar c -C bin/classes/ com > gc.jar
|
|
||||||
- popd
|
|
||||||
- install -D $$GhostCommander$$/gc.jar libs/gc.jar
|
|
||||||
- unzip ganymed-ssh-2_2011.zip
|
|
||||||
- mv ch src/.
|
|
||||||
target: android-23
|
|
||||||
|
|
||||||
- versionName: 2.1.1
|
|
||||||
versionCode: 55
|
|
||||||
commit: '14'
|
|
||||||
gradle:
|
|
||||||
- yes
|
|
||||||
srclibs:
|
|
||||||
- GhostCommander@73
|
|
||||||
prebuild:
|
|
||||||
- sed -i -e '/task clean/,/^}/d' $$GhostCommander$$/build.gradle.root
|
|
||||||
- cp $$GhostCommander$$/build.gradle.root build.gradle.root
|
|
||||||
- pushd $$GhostCommander$$
|
|
||||||
- cat build.gradle >> build.gradle.root
|
|
||||||
- mv build.gradle.root build.gradle
|
|
||||||
- popd
|
|
||||||
- cat build.gradle >> build.gradle.root
|
|
||||||
- mv build.gradle.root build.gradle
|
|
||||||
- sed -i -e "s/'\.\.'/'.'/" build.gradle
|
|
||||||
build:
|
|
||||||
- pushd $$GhostCommander$$
|
|
||||||
- gradle assembleFreeRelease
|
|
||||||
- jar c -C build/intermediates/javac/freeRelease/compileFreeReleaseJavaWithJavac/classes/
|
|
||||||
com > com.jar
|
|
||||||
- popd
|
|
||||||
- mv $$GhostCommander$$/com.jar com.jar
|
|
||||||
|
|
||||||
- versionName: 2.1.2b2
|
|
||||||
versionCode: 56
|
|
||||||
commit: '15'
|
|
||||||
gradle:
|
|
||||||
- yes
|
|
||||||
srclibs:
|
|
||||||
- GhostCommander@75
|
|
||||||
prebuild:
|
|
||||||
- sed -i -e '/task clean/,/^}/d' $$GhostCommander$$/build.gradle.root
|
|
||||||
- cp $$GhostCommander$$/build.gradle.root build.gradle.root
|
|
||||||
- pushd $$GhostCommander$$
|
|
||||||
- cat build.gradle >> build.gradle.root
|
|
||||||
- mv build.gradle.root build.gradle
|
|
||||||
- popd
|
|
||||||
- cat build.gradle >> build.gradle.root
|
|
||||||
- mv build.gradle.root build.gradle
|
|
||||||
- sed -i -e "s/'\.\.'/'.'/" build.gradle
|
|
||||||
build:
|
|
||||||
- pushd $$GhostCommander$$
|
|
||||||
- gradle assembleFreeRelease
|
|
||||||
- jar c -C build/intermediates/javac/freeRelease/compileFreeReleaseJavaWithJavac/classes/
|
|
||||||
com > com.jar
|
|
||||||
- popd
|
|
||||||
- mv $$GhostCommander$$/com.jar com.jar
|
|
||||||
|
|
||||||
MaintainerNotes: |-
|
|
||||||
No commit comments whatsoever!
|
|
||||||
|
|
||||||
Ganymed-ssh library is not available anymore from
|
|
||||||
https://code.google.com/p/ganymed-ssh-2, but the sftp plugin author started
|
|
||||||
to package the source archive with the main code. We're unpacking it and
|
|
||||||
compiling along with the sftp plugin.
|
|
||||||
Recent versions of ghost commander also require Zip4j.
|
|
||||||
Recent builds are made difficult by the complete lack of documentation and
|
|
||||||
no way of referencing which version of the main GhostCommander API jar should
|
|
||||||
be used.
|
|
||||||
|
|
||||||
As of 1.60a the repo has changed from https://svn.code.sf.net/p/ghostcommander/code/ to https://svn.code.sf.net/p/ghostcommander/svn/
|
|
||||||
|
|
||||||
AutoUpdateMode: None
|
|
||||||
UpdateCheckMode: RepoManifest
|
|
||||||
CurrentVersion: 2.2.1b1
|
|
||||||
CurrentVersionCode: 68
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Přístup k souborům přes SFTP
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Über SFTP auf Dateien zugreifen
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Access files over SFTP
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Aliri dosierojn per SFTP
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Acceder a ficheros mediante SFTP
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Accédez à vos fichiers grâce au protocole SFTP
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Inntrig faidhlichean le SFTP
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
גישה לקבצים דרך SFTP
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Accede ai file attraverso SFTP
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
SFTPを通じてファイルにアクセス
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Anekcum ar ifuyla
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Få tilgang til filer over SFTP
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Tilgang til filer over SFTP
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Uzyskaj dostęp do plików przez SFTP
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Acesse arquivos por SFTP
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Acessar ficheiros através de SFTP
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Acessar ficheiros através de SFTP
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Accesați fișierele prin SFTP
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Доступ к файлам через SFTP
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Hyni në kartela përmes SFTP-je
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Pata faili kwa SFTP
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Dosyalara SFTP üzerinden erişin
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Доступ до файлів через SFTP
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
通过 SFTP 访问文件
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
通過 SFTP 訪問文件
|
|
||||||
|
|
@ -1,52 +0,0 @@
|
||||||
Categories:
|
|
||||||
- System
|
|
||||||
License: GPL-3.0-only
|
|
||||||
WebSite: https://sites.google.com/site/ghostcommander1
|
|
||||||
SourceCode: https://sourceforge.net/p/gc-smb/svn/
|
|
||||||
IssueTracker: https://sourceforge.net/p/gc-smb/bugs/
|
|
||||||
Donate: https://sourceforge.net/p/ghostcommander/donate
|
|
||||||
|
|
||||||
AutoName: Ghost Commander - SMB plugin
|
|
||||||
Description: |-
|
|
||||||
A plug-in for https://f-droid.org/packages/com.ghostsq.commander to access to Windows network shared
|
|
||||||
folders (also referenced as SMB, Samba, CIFS or even NetBios). Launch Ghost
|
|
||||||
Commander and go to 'Menu > Location > Home > Windows share'. Alternatively,
|
|
||||||
scroll along the toolbar until you arrive at 'Home'. Enter your server name and
|
|
||||||
credentials (if any), then tap the 'Connect' button. Once connected, you should
|
|
||||||
be able to see a list of Windows machines or Samba servers on the network. Tip:
|
|
||||||
Better have the Windows account with password. A passwordless Windows account
|
|
||||||
might not work.
|
|
||||||
|
|
||||||
RepoType: git-svn
|
|
||||||
Repo: https://svn.code.sf.net/p/gc-smb/svn/
|
|
||||||
|
|
||||||
Builds:
|
|
||||||
- versionName: '1.02'
|
|
||||||
versionCode: 10
|
|
||||||
commit: '14'
|
|
||||||
gradle:
|
|
||||||
- yes
|
|
||||||
srclibs:
|
|
||||||
- GhostCommander@73
|
|
||||||
prebuild:
|
|
||||||
- sed -i -e '/task clean/,/^}/d' $$GhostCommander$$/build.gradle.root
|
|
||||||
- cp $$GhostCommander$$/build.gradle.root build.gradle.root
|
|
||||||
- pushd $$GhostCommander$$
|
|
||||||
- cat build.gradle >> build.gradle.root
|
|
||||||
- mv build.gradle.root build.gradle
|
|
||||||
- popd
|
|
||||||
- cat build.gradle >> build.gradle.root
|
|
||||||
- mv build.gradle.root build.gradle
|
|
||||||
- sed -i -e "s/'\.\.'/'.'/" build.gradle
|
|
||||||
build:
|
|
||||||
- pushd $$GhostCommander$$
|
|
||||||
- gradle assembleFreeRelease
|
|
||||||
- jar c -C build/intermediates/javac/freeRelease/compileFreeReleaseJavaWithJavac/classes/
|
|
||||||
com > com.jar
|
|
||||||
- popd
|
|
||||||
- mv $$GhostCommander$$/com.jar com.jar
|
|
||||||
|
|
||||||
AutoUpdateMode: None
|
|
||||||
UpdateCheckMode: RepoManifest
|
|
||||||
CurrentVersion: 1.03b2
|
|
||||||
CurrentVersionCode: 13
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Достъп до файлове по мрежата
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Auf Dateien im Netzwerk zugreifen
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Access files on the network
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Aliri dosierojn en loka reto
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Acceder a ficheros en la red
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Võrgupõhine ligipääs failidele
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Accéder aux fichiers sur le réseau
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
גישה לקבצים ברשת
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Accede ai file sulla rete
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
ネットワーク上のファイルにアクセス
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Få tilgang til filer over nettverket
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Får tilgang til filer på nettverket
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Uzyskaj dostęp do plików w sieci
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Acessar arquivos na rede
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Acessar ficheiros na rede
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Aceder a ficheiros na rede
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Accesați fișierele din rețea
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Доступ к файлам по сети
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Hyni te kartela në rrjet
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Ağdaki dosyalara erişim sağlayın
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Доступ до файлів у мережі
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
访问网络上的文件
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
訪問網絡上的文件
|
|
||||||
|
|
@ -16,8 +16,7 @@ Description: |-
|
||||||
|
|
||||||
* Ability to copy and move files between its two panels
|
* Ability to copy and move files between its two panels
|
||||||
* Create or extract (unzip) ZIP archives
|
* Create or extract (unzip) ZIP archives
|
||||||
* Transfer files via SFTP - plugin required: https://f-droid.org/packages/com.ghostsq.commander.sftp
|
* Transfer files via FTP/SFTP/SMB
|
||||||
* Transfer files via SMB - plugin required: https://f-droid.org/packages/com.ghostsq.commander.smb
|
|
||||||
* Full-featured app manager able to access extra info and share apks
|
* Full-featured app manager able to access extra info and share apks
|
||||||
|
|
||||||
Requires root: No, but if provided you can remount filesystems and mess around
|
Requires root: No, but if provided you can remount filesystems and mess around
|
||||||
|
|
@ -621,6 +620,22 @@ Builds:
|
||||||
scanignore:
|
scanignore:
|
||||||
- src/main/java/com/ghostsq/commander/adapters/CA.java
|
- src/main/java/com/ghostsq/commander/adapters/CA.java
|
||||||
|
|
||||||
|
- versionName: 1.61b7
|
||||||
|
versionCode: 437
|
||||||
|
commit: '89'
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- free
|
||||||
|
prebuild:
|
||||||
|
- cat build.gradle >> build.gradle.root
|
||||||
|
- mv build.gradle.root build.gradle
|
||||||
|
- sed -i -e '/task clean/,/^}/d' -e 's/lint/lintOptions/' build.gradle
|
||||||
|
scanignore:
|
||||||
|
- src/main/java/com/ghostsq/commander/adapters/CA.java
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
No commit messages in source repo! No tags. Apks on website can be used to
|
No commit messages in source repo! No tags. Apks on website can be used to
|
||||||
confirm a release is real. Commit where AndroidManifest is changed usually
|
confirm a release is real. Commit where AndroidManifest is changed usually
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
RepoType: git-svn
|
|
||||||
Repo: https://svn.code.sf.net/p/ghostcommander/svn/
|
|
||||||
Loading…
Reference in a new issue