Merge branch 'master' of gitorious.org:f-droid/fdroiddata
This commit is contained in:
commit
2c1bf482e0
|
|
@ -1,5 +1,6 @@
|
||||||
Category:Wallpaper
|
Category:Wallpaper
|
||||||
License:Apache2
|
# https://jira.cyanogenmod.org/browse/CYAN-1026
|
||||||
|
#License:Apache2 for source; resources don't have a license
|
||||||
Web Site:http://www.cyanogenmod.org
|
Web Site:http://www.cyanogenmod.org
|
||||||
Source Code:https://github.com/CyanogenMod/android_packages_apps_LockClock
|
Source Code:https://github.com/CyanogenMod/android_packages_apps_LockClock
|
||||||
Issue Tracker:https://jira.cyanogenmod.org/browse/CYAN/component/10200
|
Issue Tracker:https://jira.cyanogenmod.org/browse/CYAN/component/10200
|
||||||
|
|
@ -15,11 +16,10 @@ It uses Yahoo! Weather and a manual location can be chosen.
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/CyanogenMod/android_packages_apps_LockClock
|
Repo:https://github.com/CyanogenMod/android_packages_apps_LockClock
|
||||||
|
|
||||||
Build Version:2.2.2,8,!no overall licence: source code is Apache & two WTFL-ish files b48312068
|
Build Version:2.2.5,11,!no overall license at cm-10.1.0-RC5
|
||||||
Build Version:2.2.4,10,!no overall licence: source code is Apache & two WTFL-ish files 88bfc1b3e6b5
|
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest/cm-10.1
|
Update Check Mode:Tags
|
||||||
Current Version:2.2.5
|
Current Version:2.2.5
|
||||||
Current Version Code:11
|
Current Version Code:11
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@ Build Version:0.6.11,29,c592d50fb7d0,subdir=AndorsTrail
|
||||||
Build Version:0.6.12,33,v0.6.12,subdir=AndorsTrail
|
Build Version:0.6.12,33,v0.6.12,subdir=AndorsTrail
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Market
|
Update Check Mode:Tags
|
||||||
Current Version:0.6.12
|
Current Version:0.7.0
|
||||||
Current Version Code:33
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,6 @@ any of the listings in the search are new (meaning you have not
|
||||||
opened them yet).
|
opened them yet).
|
||||||
|
|
||||||
[https://github.com/jpkrause/C-Feed/raw/master/Changelog.txt Changelog]
|
[https://github.com/jpkrause/C-Feed/raw/master/Changelog.txt Changelog]
|
||||||
|
|
||||||
Status: Release Candidate
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,7 @@ Issue Tracker:https://e43oss.atlassian.net/browse/IMP
|
||||||
Auto Name:Impeller
|
Auto Name:Impeller
|
||||||
Summary:Client for the Pump.io network
|
Summary:Client for the Pump.io network
|
||||||
Description:
|
Description:
|
||||||
'''N.B''' Members of identi.ca will need to reset their passwords
|
A client for [http://pump.io pump.io],
|
||||||
because of the switch to pump.io.
|
|
||||||
|
|
||||||
A client for [http://pump.io pump.io]:
|
|
||||||
a stream server for distributed social networking and microblogging.
|
a stream server for distributed social networking and microblogging.
|
||||||
Register a [http://pump.io/tryit.html free account] at a participating website
|
Register a [http://pump.io/tryit.html free account] at a participating website
|
||||||
and follow some [https://static.jpope.org/users.html people],
|
and follow some [https://static.jpope.org/users.html people],
|
||||||
|
|
|
||||||
|
|
@ -6,22 +6,28 @@ Issue Tracker:https://github.com/beide/Droidgain/issues
|
||||||
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=kees%40huibertsbloembollen%2enl&lc=NL&item_name=Sophie%27s%20software¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
|
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=kees%40huibertsbloembollen%2enl&lc=NL&item_name=Sophie%27s%20software¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
|
||||||
|
|
||||||
Auto Name:Droidgain
|
Auto Name:Droidgain
|
||||||
Summary:MP3 Normalizer
|
Summary:Normalizer for audio files
|
||||||
Description:
|
Description:
|
||||||
Normalizes mp3 files (it makes them all sound equally loud).
|
Normalizes mp3 files: it makes them all sound equally loud.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:git://github.com/beide/Droidgain.git
|
Repo:git://github.com/beide/Droidgain.git
|
||||||
|
|
||||||
Build Version:1.0,1,!ndk-build errors at 3cf8be7ebc,build=\
|
Build Version:1.0,1,3cf8be7ebc,\
|
||||||
sed -i '6 i \<uses-sdk android:targetSdkVersion=\"15\"\n\
|
build=sed -i '6 i \<uses-sdk android:targetSdkVersion="15"\n\
|
||||||
android:minSdkVersion=\"10\" \/\>' AndroidManifest.xml && \
|
android:minSdkVersion="8" \/\>' AndroidManifest.xml && \
|
||||||
mkdir -p NDK && cp -r $$NDK$$/* NDK/ && \
|
mkdir -p ndk/toolchains && \
|
||||||
sed -i '41\,42s/extern/\/\/extern/g' \
|
find $$NDK$$ -maxdepth 1 -mindepth 1 -not -name toolchains -print0 |\
|
||||||
NDK/platforms/android-4/arch-arm/usr/include/string.h && \
|
xargs -0 cp -r -t ndk/ && \
|
||||||
./NDK/ndk-build && rm -rf NDK/,buildjni=no
|
cp -r $$NDK$$/toolchains/arm-linux-androideabi-4.6/ ndk/toolchains/ && \
|
||||||
|
sed -i '41\,42s/extern/\/\/extern/g' \
|
||||||
|
ndk/platforms/android-9/arch-arm/usr/include/string.h && \
|
||||||
|
./ndk/ndk-build && rm -rf ndk/,\
|
||||||
|
buildjni=no
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Static
|
Update Check Mode:RepoManifest
|
||||||
|
Current Version:1.0
|
||||||
|
Current Version Code:1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Category:Internet
|
Category:Internet
|
||||||
License:MIT
|
License:MIT
|
||||||
Web Site:https://sms.envaya.org
|
Web Site:https://envaya.org
|
||||||
Source Code:https://github.com/youngj/EnvayaSMS
|
Source Code:https://github.com/youngj/EnvayaSMS
|
||||||
Issue Tracker:https://github.com/youngj/EnvayaSMS/issues
|
Issue Tracker:https://github.com/youngj/EnvayaSMS/issues
|
||||||
Donate:http://envaya.org/envaya/page/contribute
|
Donate:http://envaya.org/envaya/page/contribute
|
||||||
|
|
@ -29,7 +29,7 @@ Expansion pack apks, not yet available from f-droid.org can lift this limit.
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/youngj/EnvayaSMS.git
|
Repo:https://github.com/youngj/EnvayaSMS.git
|
||||||
|
|
||||||
Build Version:3.0.1,30,!issues around distribution of addon apks; see forums 69a05acd
|
Build Version:3.0.1,30,!development ceased; see envayasms on forums at 69a05acd
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:RepoManifest
|
Update Check Mode:RepoManifest
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,7 @@ Issue Tracker:
|
||||||
Auto Name:Puma
|
Auto Name:Puma
|
||||||
Summary:Client for the Pump.io network
|
Summary:Client for the Pump.io network
|
||||||
Description:
|
Description:
|
||||||
'''N.B''' Members of identi.ca will need to reset their passwords
|
A simple client for Pump.io,
|
||||||
because of the switch to pump.io.
|
|
||||||
|
|
||||||
A simple client for Pump.io:
|
|
||||||
a stream server for distributed social networking and microblogging.
|
a stream server for distributed social networking and microblogging.
|
||||||
Register a [http://pump.io/tryit.html free account] at a participating website
|
Register a [http://pump.io/tryit.html free account] at a participating website
|
||||||
and follow some [https://static.jpope.org/users.html people],
|
and follow some [https://static.jpope.org/users.html people],
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ Web Site:http://www.paulscode.com/forum/index.php?topic=96
|
||||||
Source Code:https://github.com/paulscode/mupen64plus-ae
|
Source Code:https://github.com/paulscode/mupen64plus-ae
|
||||||
Issue Tracker:https://github.com/paulscode/mupen64plus-ae/issues
|
Issue Tracker:https://github.com/paulscode/mupen64plus-ae/issues
|
||||||
|
|
||||||
Auto Name:Mupen64 Plus AE
|
Auto Name:Mupen64Plus
|
||||||
Summary:Nintendo 64 emulator
|
Summary:Nintendo 64 emulator
|
||||||
Description:
|
Description:
|
||||||
Mupen64Plus AE (Android Edition) is a port of Mupen64Plus to Android
|
Mupen64Plus AE (Android Edition) is a port of Mupen64Plus to Android
|
||||||
|
|
@ -19,7 +19,7 @@ Getting started:
|
||||||
* Browse to them from within the app
|
* Browse to them from within the app
|
||||||
* ROMs must be in .n64, .v64, or .z64 format, optionally in .zip files
|
* ROMs must be in .n64, .v64, or .z64 format, optionally in .zip files
|
||||||
|
|
||||||
Ouya SDK library was removed before building.
|
A library to support the Ouya games console was removed before building.
|
||||||
|
|
||||||
[https://github.com/paulscode/mupen64plus-ae/raw/master/assets/changelog.txt Changelog]
|
[https://github.com/paulscode/mupen64plus-ae/raw/master/assets/changelog.txt Changelog]
|
||||||
.
|
.
|
||||||
|
|
@ -30,13 +30,15 @@ Repo:https://github.com/paulscode/mupen64plus-ae.git
|
||||||
Build Version:2.0.0,16,2.0.0,rm=libs/ouya-sdk.jar,buildjni=yes
|
Build Version:2.0.0,16,2.0.0,rm=libs/ouya-sdk.jar,buildjni=yes
|
||||||
Build Version:2.1.1,21,2.1.1,rm=libs/ouya-sdk.jar,buildjni=yes
|
Build Version:2.1.1,21,2.1.1,rm=libs/ouya-sdk.jar,buildjni=yes
|
||||||
Build Version:2.1.3,23,2.1.3,rm=libs/ouya-sdk.jar,buildjni=yes
|
Build Version:2.1.3,23,2.1.3,rm=libs/ouya-sdk.jar,buildjni=yes
|
||||||
Build Version:2.3.0,26,!ndk-build errors (at 2.3.0),rm=libs/ouya-sdk.jar,buildjni=yes
|
Build Version:2.3.2,28,!build error with ndk-r9 at 2.3.2,\
|
||||||
|
rm=libs/ouya-sdk.jar;libs/com.bda.controller.jar,\
|
||||||
|
buildjni=yes
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
# In market under different name
|
# In market under different name
|
||||||
# versions have a (debug) string merely to distinguish bug reports (can remove)
|
# versions have a (debug) string merely to distinguish bug reports (can remove)
|
||||||
# Problem fetching tags with older versions of git
|
# Problem fetching tags with older versions of git
|
||||||
Update Check Mode:None
|
Update Check Mode:None
|
||||||
Current Version:2.3.0
|
Current Version:2.3.2
|
||||||
Current Version Code:26
|
Current Version Code:28
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue