fdroiddata/metadata/com.ghostsq.commander.samba...

80 lines
2.8 KiB
Plaintext
Raw Normal View History

Categories:System
2013-04-05 15:38:40 +00:00
License:GPLv3
Web Site:http://sites.google.com/site/ghostcommander1
Source Code:http://sourceforge.net/p/gc-samba/code
Issue Tracker:http://sourceforge.net/p/gc-samba/_list/tickets
Donate:http://sourceforge.net/p/ghostcommander/donate
2013-04-05 15:38:40 +00:00
2013-06-14 06:16:22 +00:00
Auto Name:Ghost Commander - Samba plugin
2013-04-05 15:38:40 +00:00
Summary:Access files on the network
Description:
2013-04-09 21:38:55 +00:00
A plug-in for [[com.ghostsq.commander]] to access to Windows network shared
2013-04-05 15:38:40 +00:00
folders (also referenced as SMB, Samba, CIFS or even NetBios).
2013-04-09 21:38:55 +00:00
Launch Ghost Commander and go to 'Menu > Location > Home > Windows share'.
Alternatively, scroll along the toolbar until you arrive at 'Home'.
2013-04-05 15:38:40 +00:00
Enter your server name and credentials (if any), then tap the 'Connect' button.
2013-04-09 21:38:55 +00:00
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
2013-04-05 15:38:40 +00:00
password. A passwordless Windows account might not work.
.
# If you are building this yourself, config.py must be edited to sign this
# with the same key as Ghost Commander
2013-04-05 15:38:40 +00:00
Repo Type:git-svn
Repo:https://svn.code.sf.net/p/gc-samba/code
2013-04-05 15:38:40 +00:00
Build:1.21.3b1,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/
Build:1.21.3,50
disable=Build problems
commit=unknown - see disabled
2013-04-05 15:38:40 +00:00
Build:1.30,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
Build:1.31,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
Build:1.31.1,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
2013-04-05 15:38:40 +00:00
Auto Update Mode:None
Update Check Mode:RepoManifest
Update Check Ignore:b
Current Version:1.31.1
Current Version Code:57
2013-04-05 15:38:40 +00:00