New app: Simple Explorer

master
Boris Kraut 2014-08-05 11:44:18 +02:00
parent df30eac324
commit 94464dca30
3 changed files with 42 additions and 0 deletions

View 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
View File

@ -0,0 +1,2 @@
Repo Type:git
Repo:https://github.com/apache/commons-io.git

2
srclibs/JUnrar.txt Normal file
View File

@ -0,0 +1,2 @@
Repo Type:git
Repo:https://github.com/edmund-wagner/junrar.git