Merge branch 'master' of gitorious.org:f-droid/fdroiddata

This commit is contained in:
Ciaran Gultnieks 2012-10-21 12:43:05 +01:00
commit c0d8de7562
10 changed files with 177 additions and 8 deletions

View file

@ -0,0 +1 @@
https://github.com/JakeWharton/NotificationCompat2

View file

@ -11,7 +11,7 @@ Summary:Open Office document reader.
Description:
Open Office document reader.
Newer versions of this, under a different package name, are available elsewhere,
Newer versions of this, are available elsewhere,
but contain proprietary software. Version 1.3.2 is the last release that was fully FOSS.
.
@ -23,7 +23,7 @@ Build Version:1.2,12,d174bed05a6026ddb5db
Build Version:1.2.3,15,8fe022fd67e5bb62c6d8
Build Version:1.3.0,22,4b8ea7438125e90d43bdadfc042723a7a485a217,srclibs=JOpenDocument@35ec3d3ddfc11592cefe8cae9eea3608ad2b30c2,prebuild=rm *.apk && cp -r $$JOpenDocument$$/src/* src/ && rm -rf src/test/
Build Version:1.3.2,24,4bcf9024ac9fb96bc5c03c3129f9d401272caaf0,srclibs=JOpenDocument@35ec3d3ddfc11592cefe8cae9eea3608ad2b30c2,prebuild=rm *.apk && rm libs/jopendocument.jar && cp -r $$JOpenDocument$$/src/* src/ && rm -rf src/test/
Build Version:2.0,26,!Contains proprietary software
Build Version:2.0,26,!Contains admob but even with that a srclib has .jardesc files and sub srclibs
Auto Update Mode:None
#Device-variable

View file

@ -21,7 +21,10 @@ Repo:git://github.com/bherrmann7/Car-Cast.git
Build Version:1.0.129,129,7a879c6bfa51b5d80401b84e031bf4ff2981bb8c,subdir=cc,target=android-8,rm=cc/libs/admob-sdk-android.jar,patch=admob.patch
#Note that the above patch no longer applies
Build Version:1.0.131,131,!Contains proprietary binaries - needs patching or disabling,subdir=cc
Build Version:1.0.141,142,!Contains proprietary binaries - needs patching or disabling,subdir=cc
Build Version:1.0.142,142,!one error 0ab181989,subdir=cc,srclibs=MobAdMob@2d5736,prebuild=\
echo "android.library.reference.1=$$MobAdMob$$" > project.properties && \
rm -f build.xml && $$SDK$$/tools/android update project -p . -t android-4 && \
rm -f libs/GoogleAdMobAdsSdk-6.0.0.jar
Update Check Mode:RepoManifest
Current Version:1.0.142

View file

@ -1,17 +1,46 @@
Disabled:Proprietary binary - GoogleAdMobAdsSdk-4.3.1.jar
AntiFeatures:Ads
Category:System
License:GPLv3+
Web Site:https://code.google.com/p/callmeter/
Source Code:http://github.com/felixb/callmeter
Issue Tracker:https://code.google.com/p/callmeter/issues/list
Summary:keep track of calls, messages and data transfer
Summary:Call and data logs
Description:
CallMeter is an Android application summing up your call and text logs. Different billing modes and periods are take into account on summing.
This app sums up your call, text and data logs. Different billing modes and periods are taken into
account in the summation.
Call Meter 3G is translated into following languages: English, German, Chinese, Czech, Dutch,
French, Greek, Hungarian, Italian, Norwegian, Polish, Portuguese, Russian, Slovak, Spanish,
Swedish, Turkish. Help get it translated into even more languages at
[http://ub0r.de/translate ub0r.de/translate].
See [http://www.4.ub0r.de/android/callmeter/rulesets this page] for rulesets. Changelogs and FAQ
are on the website wiki.
Permissions of this app:
* READ SMS OR MMS: count your messages
* RECEIVE SMS: update logs before a recently received message got deleted
* FULL INTERNET ACCESS: importing rules
* READ CONTACT DATA: convert numbers to names (e.g. in number groups)
* MODIFY/DELETE SD CARD CONTENTS: write/export rules to sd card
* READ PHONE STATE AND IDENTITY: update logs in background
* PREVENT DEVICE FROM SLEEPING: update logs in background
The non-Free Google Admob in the source code was replaced with an open-source library that does nothing.
.
Update Check Mode:Market
Repo Type:git
Repo:https://github.com/felixb/callmeter.git
Build Version:3.6.2,7362000,CallMeter3G-3.6.2,srclibs=\
ActionBarSherlock@4.1.0;ViewPagerIndicator@2.4.1;ub0rlib@75e4a553dd;MobAdMob@2d5736,prebuild=\
rm libs/* && sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
sed -i 's@\(android.library.reference.2=\).*@\1$$ViewPagerIndicator$$@' project.properties && \
echo "android.library.reference.3=$$ub0rlib$$" >> project.properties && \
echo "android.library.reference.4=$$MobAdMob$$" >> project.properties
Auto Update Mode:None
Update Check Mode:Tags
Current Version:3.6.2
Current Version Code:7362000

View file

@ -0,0 +1,31 @@
Category:Phone & SMS
License:GPLv3
Web Site:https://code.google.com/p/websmsdroid
Source Code:https://github.com/felixb/smsdroid
Issue Tracker:https://code.google.com/p/websmsdroid/issues/list
Summary:SMS app
Description:
SMSdroid lets you read text messages and send messages with any other messaging app.
If you love [[de.ub0r.android.websms]] to send free messages, you'll probably love SMSdroid too.
The Google Admob in the source code has been replaced with an open-source library that
does nothing.
.
Repo Type:git
Repo:https://github.com/felixb/smsdroid.git
Build Version:1.4,7140002,SMSdroid-1.4,extlibs=\
NotificationCompat2/NotificationCompat2-1.1.2.jar,srclibs=\
ActionBarSherlock@4.1.0;ub0rlib@75e4a553dd;MobAdMob@2d5736,prebuild=\
rm libs/ub0rlib.jar libs/GoogleAdMobAdsSdk-6.1.0.jar ant.properties && \
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
echo "android.library.reference.2=$$ub0rlib$$" >> project.properties && \
echo "android.library.reference.3=$$MobAdMob$$" >> project.properties
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.4
Current Version Code:7140002

View file

@ -0,0 +1,19 @@
Category:None
License:Unknown
Web Site:https://github.com/felixb/websms-connector-freenet
Source Code:https://github.com/felixb/websms-connector-freenet
Issue Tracker:
Summary:
Description:
.
Repo Type:git
Repo:https://github.com/felixb/websms-connector-gmx.git
Build Version:2.0,3200000,WebSMS-Connector-GMX-2.0,srclibs=WebSMSAPI@b7f44fd0,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$WebSMSAPI$$@' project.properties
Auto Update Mode:None
Update Check Mode:Market

View file

@ -0,0 +1,21 @@
Category:Phone & SMS
License:GPLv3
Web Site:https://code.google.com/p/websmsdroid
Source Code:https://github.com/felixb/websms-connector-smspilot-ru
Issue Tracker:https://code.google.com/p/websmsdroid/issues
Summary:WebSMS addon
Description:
.
Repo Type:git
Repo:https://github.com/felixb/websms-connector-smspilot-ru.git
Build Version:1.4,3140000,WebSMS-Connector-smspilot.ru-1.4,srclibs=WebSMSAPI@b7f44fd0,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$WebSMSAPI$$@' project.properties
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.4
Current Version Code:3140000

View file

@ -0,0 +1,38 @@
Category:Phone & SMS
License:GPLv3
Web Site:https://code.google.com/p/websmsdroid
Source Code:https://github.com/felixb/websms
Issue Tracker:https://code.google.com/p/websmsdroid
Summary:Send texts via the WWW
Description:
WebSMS lets you send free and cheap TXT via different webservices.
You will need at least one WebSMS Connector (plugin/extension) to connect this app to the webservice
of your choice. We have a couple in the repo but there is source code for many on the author's source
code page. As WebSMS is not able to read messages you might find [[de.ub0r.android.smsdroid]] useful.
Pricing depends on the webservice provider connected with the connector.
The “SMS” Connector shipped with the app itself sends messages via standard GSM method and
is billed by your operator. It is installed for backup reasons and deactivated by default.
The Google Admob library in the source code of this app has been replaced with an open-source
library that does nothing.
.
Repo Type:git
Repo:https://github.com/felixb/websms.git
Build Version:4.5.1,7451000,WebSMS-4.5.1,srclibs=\
ActionBarSherlock@4.1.0;WebSMSAPI@b7f44fd0;ub0rlib@75e4a553dd;MobAdMob@2d5736,prebuild=\
rm libs/* ant.properties && \
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
sed -i 's@\(android.library.reference.2=\).*@\1$$WebSMSAPI$$@' project.properties && \
echo "android.library.reference.3=$$ub0rlib$$" >> project.properties && \
echo "android.library.reference.4=$$MobAdMob$$" >> project.properties
Auto Update Mode:None
Update Check Mode:Tags
Current Version:4.5.1
Current Version Code:7451000

View file

@ -0,0 +1,27 @@
Category:Games
License:GPLv2
Web Site:http://code.google.com/p/wonderdroid
Source Code:http://code.google.com/p/wonderdroid/source/checkout
Issue Tracker:http://code.google.com/p/wonderdroid/issues/list
Summary:Game emulator
Description:
Bandai WonderSwan (Mono & Color) emulator. Full instructions are on the website.
The Google Admob library has been replaced with an open-source library that
does nothing.
.
Repo Type:git
Repo:https://code.google.com/p/wonderdroid/
Build Version:1.8b2,36,b75f439e745,subdir=wonderdroid,buildjni=yes,srclibs=MobAdMob@2d5736,prebuild=\
echo "android.library.reference.1=$$MobAdMob$$" >> project.properties && \
echo "android.library=true" >> $$MobAdMob$$/project.properties && \
rm -f libs/GoogleAdMobAdsSdk-6.0.1.jar
Auto Update Mode:None
Update Check Mode:Market
Current Version:1.8b2
Current Version Code:36