New app: Simple Explorer
This commit is contained in:
parent
df30eac324
commit
94464dca30
38
metadata/com.dnielfe.manager.txt
Normal file
38
metadata/com.dnielfe.manager.txt
Normal file
|
@ -0,0 +1,38 @@
|
|||
Categories:Office
|
||||
License:GPLv2+
|
||||
Web Site:http://forum.xda-developers.com/showthread.php?t=2330864
|
||||
Source Code:https://github.com/DF1E/SimpleExplorer
|
||||
Issue Tracker:https://github.com/DF1E/SimpleExplorer/issues
|
||||
|
||||
Auto Name:Simple Explorer
|
||||
Summary:File manager
|
||||
Description:
|
||||
Simple file explorer inspired by CM FileManager and PureFM.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/DF1E/SimpleExplorer
|
||||
|
||||
Build:2.0.5,53
|
||||
disable=wrong version of junrar
|
||||
commit=22b79f6a346766f7c19bff47c8776a2839045b8f
|
||||
srclibs=RootTools@3.4,CommonsIO@2.4,JUnrar@junrar-0.6
|
||||
rm=libs/RootTools-3.4.jar,libs/commons-io-2.4.jar,libs/junrarlib.jar
|
||||
prebuild=pushd $$JUnrar$$/unrar && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$JUnrar$$/unrar/target/junrar-0.6.jar libs/ && \
|
||||
pushd $$CommonsIO$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$CommonsIO$$/target/commons-io-2.4.jar libs/ && \
|
||||
pushd $$RootTools$$/RootTools && \
|
||||
gradle makejar && \
|
||||
popd && \
|
||||
cp $$RootTools$$/RootTools/build/bundles/release/classes.jar libs/roottools-3.4.jar
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.0.5
|
||||
Current Version Code:53
|
||||
|
2
srclibs/CommonsIO.txt
Normal file
2
srclibs/CommonsIO.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/apache/commons-io.git
|
2
srclibs/JUnrar.txt
Normal file
2
srclibs/JUnrar.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/edmund-wagner/junrar.git
|
Loading…
Reference in a new issue