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

This commit is contained in:
Ciaran Gultnieks 2013-01-26 02:23:06 +00:00
commit 8d44764ef5
7 changed files with 59 additions and 33 deletions

View file

@ -4,25 +4,21 @@ Web Site:https://github.com/budowski/budoist/
Source Code:https://github.com/budowski/budoist
Issue Tracker:https://github.com/budowski/budoist/issues
Summary:Todoist.com client
Summary:Task management
Description:
[todoist.com Todoist.com] offers task management that is accessible via this app, the website or
desktop brower plugins on a freemium basis. It is possible to create an account quickly
within the app if you just want to try it out. This app is an unnofficial client and the official apps
are not FOSS.
Unofficial todoist.com (todo list management website) client. Neither
the official apps nor the server are FOSS.
* Offline support (syncs with Todoist servers)
* Filter by projects, labels and queries
* Sort items by due date
* View and edit notes
* Edit labels
* View and edit notes and labels
* View completed items as well
* Backup & restore Todoist data frequently
* Many options for initial view (last used label/project, specific label/project, and many more)
* Todoist text formatting for projects/items/notes (e.g. "my %(b)bold% item!")
* Phone numbers, email and website addresses in items and notes are turned into clickable links
* Support for uncompletable tasks (tasks with an asterisk at the beginning)
* Todoist looks & feels
.
Repo Type:git

View file

@ -3,9 +3,8 @@ License:Fair License
Web Site:http://purl.org/net/smsfilter
Source Code:http://purl.org/net/smsfilter
Issue Tracker:http://purl.org/net/smsfilter
Donate:https://www.paypal.com/cgi-bin/webscr?item_name=Donation+for+SMS+Filter&cmd=_donations&business=bughunter2%40googlemail.com&currency_code=EUR
Donate:http://purl.org/net/smsfilter/donate
FlattrID:1109454
Bitcoin:1CjAwj2DVHcWechZCuYMcTfWLgRtRCmULt
Summary:SMS filter
Description:

View file

@ -14,7 +14,7 @@ Repo:https://github.com/ebraminio/DroidPersianCalendar.git
Build Version:1.98,18,85329,srclibs=PrayTimes@0b8576aa74,prebuild=\
rm -rf libs && cp -r $$PrayTimes$$/java/src/PrayTimes/src/* src/
Build Version:2.00,19,!not a release ccd56aee72fe
Build Version:2.04,24,04e6dd9c4,rm=PersianCalendar.apk
Auto Update Mode:None
Update Check Mode:RepoManifest

View file

@ -26,6 +26,13 @@ srclibs=NoAnalytics@158a4a,subdir=App,prebuild=\
rm -f libs/* && echo "android.library.reference.7=$$NoAnalytics$$" >> project.properties,\
update=.;../Android-ViewPagerIndicator/library;../AndroidSectionHeaders/library;../ActionBarSherlock/library;\
../ImageZoomLibrary;../AndroidImageManager/library;../HoloEverywhere/library
Build Version:1.2.3,11,!one error v1.2.3,submodules=yes,\
srclibs=NoAnalytics@158a4a,subdir=App,prebuild=\
rm libs/libGoogleAnalytics.jar && mvn clean package -f ../http-request/lib/pom.xml && \
mv ../http-request/lib/target/http-request-3.1-SNAPSHOT.jar libs/ && \
echo "android.library.reference.7=$$NoAnalytics$$" >> project.properties,\
update=.;../Android-ViewPagerIndicator/library;../AndroidSectionHeaders/library;\
../ActionBarSherlock/library;../ImageZoomLibrary;../AndroidImageManager/library;../HoloEverywhere/library
Auto Update Mode:None
Update Check Mode:Tags

View file

@ -1,4 +1,3 @@
AntiFeatures:Ads
Category:Multimedia
License:GPLv2+
Web Site:http://justplayer-dev.blogspot.jp/
@ -8,16 +7,22 @@ Issue Tracker:https://bitbucket.org/yokmama/just-player/issues
Name:Just Player
Summary:Music player
Description:
The versions with a 'b' at the end are designed to work on Android 2.1+, while
the ones without b are for Android 4.0+ only and come from their own git branch.
Take care not to accept an update without checking the version number.
N.B. The versions with a 'b' at the end are designed to work on Android 2.1+,
while the ones without b are for Android 4.0+ only and come from their own git
branch. Take care not to accept an update without checking the version number.
The share menu won't do anything without installing plugin apks, which
f-droid.org doesn't have.
Comprehensive music player with features such as sharing files over Android
Beam (on Android 4), automatic playback on headphone insertion, gapless
playback, customizable tabs and folder browsing.
Comprehensive music player with unusual features such as sharing files over Android Beam (on Android 4).
By installing the optional [[jp.co.kayo.android.localplayer.ds.podcast]] and/or
[[jp.co.kayo.android.localplayer.ds.ampache]] you can listen to audio from those sources.
For example with the latter, you can store your music on an Owncloud server and stream it to Just Player.
[[jp.co.kayo.android.localplayer.ds.ampache]] you can listen to audio from
those sources. For example, with the latter, you can store your music on an
ownCloud server and stream it to Just Player.
Anti-feature: Ads. v3.27+ shows ads on the Preferences screen, making use of an open-source library.
Google Admob was removed before building.
.
#two branches
@ -40,19 +45,39 @@ init=rm -f ../LibAndroTranslation-1.0.1/build.xml,update=.;../LibAndroTranslatio
srclibs=JustPlayerPluginsAdView@fb467e;ActionBarSherlock@4.2.0,prebuild=\
sed -i 's@\(android.library.reference.2=\).*@\1$$ActionBarSherlock$$@' project.properties && \
sed -i 's@\(android.library.reference.3=\).*@\1$$JustPlayerPluginsAdView$$@' project.properties && \
rm -rf .google_apis && mkdir src/jp/co/kayo/android/localplayer/secret && \
rm -rf .google_apis && mkdir -p src/jp/co/kayo/android/localplayer/secret && \
wget https://bitbucket.org/yokmama/just-player/downloads/Keys.java -P \
src/jp/co/kayo/android/localplayer/secret/
Build Version:3.27,1141600276,eaa6770,update=.;../LibAndroTranslation-1.0.1,subdir=JUSTPLAYER,\
srclibs=JustPlayerPluginsAdView@fb467e,init=rm -f ../LibAndroTranslation-1.0.1/build.xml,prebuild=\
sed -i 's@\(android.library.reference.2=\).*@\1$$JustPlayerPluginsAdView$$@' project.properties && \
rm -rf .google_apis && mkdir src/jp/co/kayo/android/localplayer/secret && \
rm -rf .google_apis && mkdir -p src/jp/co/kayo/android/localplayer/secret && \
wget https://bitbucket.org/yokmama/just-player/downloads/Keys.java -P \
src/jp/co/kayo/android/localplayer/secret/
Build Version:3.34b,2071400316,9e88e472b,update=.;../LibAndroTranslation-1.0.1,subdir=JUSTPLAYER,\
srclibs=MobAdMob@2d5736;ActionBarSherlock@4.2.0,init=rm -f ../LibAndroTranslation-1.0.1/build.xml,prebuild=\
sed -i 's@\(android.library.reference.2=\).*@\1$$ActionBarSherlock$$@' project.properties && \
sed -i '/sakura/d' project.properties && \
echo 'android.library.reference.3=$$MobAdMob$$' >> project.properties && \
rm -rf .google_apis libs/GoogleAdMobAdsSdk-6.2.1.jar && \
sed -i 's/KeysDummy/Keys/g' src/jp/co/kayo/android/localplayer/secret/KeysDummy.java && \
mv src/jp/co/kayo/android/localplayer/secret/KeysDummy.java \
src/jp/co/kayo/android/localplayer/secret/Keys.java
Build Version:3.34,2111600286,f49ba446ca,\
update=.;../LibAndroTranslation-1.0.1,subdir=JUSTPLAYER,\
extlibs=android/android-support-v4.jar,srclibs=MobAdMob@2d5736,init=\
rm -f ../LibAndroTranslation-1.0.1/build.xml,prebuild=\
echo 'android.library.reference.2=$$MobAdMob$$' >> project.properties && \
rm -rf .google_apis libs/GoogleAdMobAdsSdk-6.2.1.jar && \
sed -i 's/KeysDummy/Keys/g' src/jp/co/kayo/android/localplayer/secret/KeysDummy.java && \
mv src/jp/co/kayo/android/localplayer/secret/KeysDummy.java \
src/jp/co/kayo/android/localplayer/secret/Keys.java
#device variable; RM checks HEAD branch
Update Check Mode:None
Current Version:3.27
Current Version Code:1141600276
Current Version:3.34
Current Version Code:2111600286

View file

@ -1,4 +1,4 @@
AntiFeatures:Tracking,NonFreeAdd
AntiFeatures:Tracking
Category:Science & Education
License:Apache2
Web Site:https://code.google.com/p/wwwjdic/
@ -13,8 +13,8 @@ For more details, see the [http://code.google.com/p/wwwjdic/wiki/FAQ FAQ].
Dictionary search supports romaji lookup, but you need a Japanese IME
to use all features.
* Full tablet (Honeycomb) support
* Japanese pronunciation (via a separate app)
* Full tablet support
* Japanese pronunciation (via a separate, non-free app)
* Text to speech for kanji and dictionary entry translations
* Multi-radical kanji search
* Kanji of the day widget
@ -24,15 +24,13 @@ to use all features.
* Animated stroke order diagrams for over 6000 kanji
* History and favorites with backup and restore
* Favorites export to CSV and Anki
* Handwriting recognition (via a separate app)
* Optical Character Recognition (WeOCR)
* Handwriting recognition (via a separate, non-free app)
* Optical Character Recognition (WeOCR; author's server)
* OCR-based handwritten kanji recognition, does not require correct stroke order
Flurry analytics library was removed before building. Thus the analytics switch
in the preferences isn't relevant. Anti-features: Tracking, Addons. Crash
reports are sent by default, thought that can be disabled; the kanji
recognizer and suggested TTS apps seem to be non-free.
.
in the preferences isn't relevant. Anti-feature: Tracking. Crash
reports are sent by default, thought that can be disabled.
#the trunk is old; leave as svn because it'll likely change
Repo Type:svn

View file

@ -23,10 +23,11 @@ Repo:https://github.com/mtotschnig/MyExpenses.git
Build Version:1.5.1,33,db50b87307,prebuild=rm -rf tests
Build Version:1.6.0,34,5fa677d646,prebuild=rm -rf tests
Build Version:1.6.5,35,e3d51bb02f,prebuild=rm -rf tests
Auto Update Mode:None
#Betas included in tags
Update Check Mode:None
Update Check Mode:Tags
Current Version:1.6.0
Current Version Code:34