b360c1b684
http://code.google.com will redirect to https. This changes that url to https:// everywhere to also leak less info
84 lines
2.9 KiB
Plaintext
84 lines
2.9 KiB
Plaintext
Categories:System
|
|
License:Apache2
|
|
Web Site:http://www.openintents.org
|
|
Source Code:https://github.com/openintents/filemanager
|
|
Issue Tracker:https://code.google.com/p/openintents/issues
|
|
Donate:http://www.openintents.org/en/contribute
|
|
|
|
Auto Name:OI File Manager
|
|
Summary:File manager
|
|
Description:
|
|
The OpenIntents file manager allows you to browse your SD card, create directories, rename, move,
|
|
and delete files. It also acts as an extension to other applications to display "Open" and "Save"
|
|
dialogs.
|
|
|
|
Note that this is included in older versions of Cyanogenmod as a system application, so
|
|
you will not be able to upgrade it without first manually removing (as root) the existing version.
|
|
.
|
|
|
|
#Repo Type:srclib
|
|
#Repo:OI:filemanager
|
|
Repo Type:git
|
|
Repo:https://github.com/openintents/filemanager.git
|
|
|
|
Build:1.2-rc1,18
|
|
commit=4106
|
|
subdir=FileManager
|
|
target=android-11
|
|
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$OI$$/distribution/DistributionLibrary@' project.properties && \
|
|
android update project -p $$OI$$/distribution/DistributionLibrary -t android-11
|
|
buildjni=yes
|
|
|
|
Build:1.2,20
|
|
commit=4170
|
|
subdir=FileManager
|
|
target=android-11
|
|
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$OI$$/distribution/DistributionLibrary@' project.properties && \
|
|
android update project -p $$OI$$/distribution/DistributionLibrary -t android-11
|
|
buildjni=yes
|
|
|
|
#new repo
|
|
Build:1.3,21
|
|
commit=4358c17a
|
|
subdir=FileManager
|
|
target=android-14
|
|
srclibs=OI@4170
|
|
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$OI$$/distribution/DistributionLibrary@' project.properties && \
|
|
$$SDK$$/tools/android update project -p $$OI$$/distribution/DistributionLibrary -t android-11 && \
|
|
rm -rf ../FileManagerDemo ../icons ../promotion ../FileManagerTest
|
|
buildjni=yes
|
|
|
|
Build:2.0.2,26
|
|
commit=328b40775
|
|
subdir=FileManager
|
|
target=android-14
|
|
srclibs=OI@4170
|
|
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$OI$$/distribution/DistributionLibrary@' project.properties && \
|
|
$$SDK$$/tools/android update project -p $$OI$$/distribution/DistributionLibrary -t android-11 && \
|
|
rm -rf ../FileManagerDemo ../icons ../promotion ../FileManagerTest
|
|
buildjni=yes
|
|
|
|
Build:2.0.3-rc1,28
|
|
commit=2bdf550298
|
|
subdir=FileManager
|
|
target=android-16
|
|
srclibs=OI@4170
|
|
prebuild=sed -i 's@\(.1=\).*@\1$$OI$$/distribution/DistributionLibrary@' project.properties && \
|
|
$$SDK$$/tools/android update project -p $$OI$$/distribution/DistributionLibrary -t android-11 && \
|
|
rm -rf ../FileManagerDemo ../icons ../promotion ../FileManagerTest
|
|
buildjni=yes
|
|
|
|
Build:2.0.3,29
|
|
disable=not yet
|
|
|
|
Maintainer Notes:
|
|
2.0.3 is a 'preparing for next release commit' - doesn't appear to be a real
|
|
release yet.
|
|
.
|
|
|
|
Auto Update Mode:None
|
|
Update Check Mode:RepoManifest
|
|
Current Version:2.0.3
|
|
Current Version Code:29
|
|
|