New App: ownCloud-SMS
This commit is contained in:
parent
2b3da7956b
commit
1e20d9f85c
52
metadata/fr.unix_experience.owncloud_sms.txt
Normal file
52
metadata/fr.unix_experience.owncloud_sms.txt
Normal file
|
@ -0,0 +1,52 @@
|
|||
Categories:Phone & SMS
|
||||
License:AGPL
|
||||
Web Site:
|
||||
Source Code:https://github.com/nerzhul/ownCloud-SMS-App
|
||||
Issue Tracker:https://github.com/nerzhul/ownCloud-SMS-App/issues
|
||||
|
||||
Name:ownCloud-SMS
|
||||
Summary:Synchronize your SMS messages with ownCloud
|
||||
Description:
|
||||
App to synchronize your SMS messages on a remote ownCloud instance and let you
|
||||
read your messages from it.
|
||||
|
||||
Sending SMS from ownCloud instance will coming in a future release.
|
||||
|
||||
Application is fully compatible from Android 4.0 to 5.0
|
||||
|
||||
Note:
|
||||
This app needs an ownCloud installation running the [http://apps.owncloud.com/content/show.php/ownCloud+SMS?content=167289 ocsms] app.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/nerzhul/ownCloud-SMS-App.git
|
||||
|
||||
Build:0.16.1,17
|
||||
commit=6480b3dbbdc1474502697f1d53a51627ad052c5b
|
||||
srclibs=1:Support/v7/appcompat@android-4.4.2_r2,2:oc-android-library@e87f5f25ad91950d47ec9b6fa01401360cd7ec8d
|
||||
extlibs=android/android-support-v4.jar
|
||||
prebuild=mkdir -p $$Support$$/libs && \
|
||||
mv libs/android-support-v4.jar $$Support$$/libs
|
||||
target=android-19
|
||||
|
||||
Maintainer Notes:
|
||||
$$oc-android-library$$/libs/ should be build from source. Current status is:
|
||||
|
||||
Build:0.16.1,17
|
||||
commit=6480b3dbbdc1474502697f1d53a51627ad052c5b
|
||||
srclibs=1:Support/v7/appcompat@android-4.4.2_r2,2:oc-android-library@e87f5f25ad91950d47ec9b6fa01401360cd7ec8d,slf4j@v_1.7.5,jackrabbit@2.7.2,tomcat-servlet-api@TOMCAT_8_0_0
|
||||
extlibs=android/android-support-v4.jar
|
||||
prebuild=mkdir -p $$Support$$/libs && \
|
||||
mv libs/android-support-v4.jar $$Support$$/libs && \
|
||||
mkdir -p $$oc-android-library$$/src/javax && \
|
||||
cp -fR $$jackrabbit$$/jackrabbit-webdav/src/main/java/* $$oc-android-library$$/src && \
|
||||
cp -fR $$slf4j$$/slf4j-api/src/main/java/* $$oc-android-library$$/src && \
|
||||
cp -fR $$tomcat-servlet-api$$/* $$oc-android-library$$/src
|
||||
target=android-19
|
||||
|
||||
but currently failing with of other dependencies like java.beans.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
|
2
srclibs/jackrabbit.txt
Normal file
2
srclibs/jackrabbit.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/apache/jackrabbit.git
|
4
srclibs/oc-android-library.txt
Normal file
4
srclibs/oc-android-library.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/owncloud/android-library.git
|
||||
|
||||
#Prepare:rm libs/*
|
2
srclibs/slf4j.txt
Normal file
2
srclibs/slf4j.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/qos-ch/slf4j.git
|
4
srclibs/tomcat-servlet-api.txt
Normal file
4
srclibs/tomcat-servlet-api.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/apache/tomcat.git
|
||||
|
||||
Subdir:java/javax
|
Loading…
Reference in a new issue