Merge branch 'master' of git://gitorious.org/f-droid/fdroiddata
This commit is contained in:
commit
462e83f944
|
@ -46,8 +46,15 @@ Build:2.9.7,107
|
|||
Build:2.10.1,111
|
||||
commit=f4c887a2b798
|
||||
|
||||
Build:2.11.0,113
|
||||
disable=possible test release, judging by commit comments - wait for next
|
||||
|
||||
Maintainer Notes:
|
||||
No tags.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.10.1
|
||||
Current Version Code:111
|
||||
Current Version:2.11.0
|
||||
Current Version Code:113
|
||||
|
||||
|
|
|
@ -57,8 +57,14 @@ Build:0.4.3-alpha,16
|
|||
Build:0.4.4-alpha,17
|
||||
commit=v0.4.4-alpha
|
||||
|
||||
Build:0.5-alpha,18
|
||||
commit=v0.5-alpha
|
||||
|
||||
Build:0.5.1-alpha,19
|
||||
commit=v0.5.1-alpha
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.4.4-alpha
|
||||
Current Version Code:17
|
||||
Current Version:0.5.1-alpha
|
||||
Current Version Code:19
|
||||
|
||||
|
|
27
metadata/ca.ddaly.android.heart.txt
Normal file
27
metadata/ca.ddaly.android.heart.txt
Normal file
|
@ -0,0 +1,27 @@
|
|||
Categories:Office
|
||||
License:GPLv3
|
||||
Web Site:https://daryldy.github.com/Heart
|
||||
Source Code:https://github.com/daryldy/Heart
|
||||
Issue Tracker:https://github.com/daryldy/Heart/issues
|
||||
|
||||
Auto Name:Heart Observe
|
||||
Summary:Track pulse and blood pressure
|
||||
Description:
|
||||
No description available
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/daryldy/Heart.git
|
||||
|
||||
Build:1.1,3
|
||||
commit=v1.1
|
||||
rm=custom_rules.xml
|
||||
srclibs=2:NumberPicker-SimonVT@1da4372;1:ActionBarSherlock@4.4.0
|
||||
prebuild=mv misc/reText/help.txt assets/misc/help.html && \
|
||||
mv misc/reText/about.txt assets/misc/about.html
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1
|
||||
Current Version Code:3
|
||||
|
26
metadata/com.android.launcher3.txt
Normal file
26
metadata/com.android.launcher3.txt
Normal file
|
@ -0,0 +1,26 @@
|
|||
Category:System
|
||||
License:Apache2
|
||||
Source Code:https://android.googlesource.com/platform/packages/apps/Launcher3/+/
|
||||
Issue Tracker:http://code.google.com/p/android/issues/list?can=2&q=launcher&colspec=ID+Type+Status+Owner+Summary+Stars&cells=tiles
|
||||
|
||||
Summary:Home screen
|
||||
Description:
|
||||
Android 4.4 homescreen.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://android.googlesource.com/platform/packages/apps/Launcher3
|
||||
|
||||
Build:1.0,1
|
||||
commit=android-4.4_r1.2
|
||||
extlibs=android/android-support-v4.jar
|
||||
patch=manifest-minsdk_1.patch
|
||||
init=sed -i '/LauncherBackup/d' src/com/android/launcher3/LauncherProvider.java && \
|
||||
rm src/com/android/launcher3/LauncherBackup* && \
|
||||
echo -e 'target=android-19\nproguard.config=$$SDK$$/tools/proguard/proguard-android.txt:proguard.flags' \
|
||||
> project.properties
|
||||
|
||||
Update Check Mode:None
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
20
metadata/com.android.launcher3/manifest-minsdk_1.patch
Normal file
20
metadata/com.android.launcher3/manifest-minsdk_1.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
|
||||
index 901b638..a85f6b1 100644
|
||||
--- a/AndroidManifest.xml
|
||||
+++ b/AndroidManifest.xml
|
||||
@@ -19,7 +19,14 @@
|
||||
-->
|
||||
<manifest
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
- package="com.android.launcher3">
|
||||
+ package="com.android.launcher3"
|
||||
+ android:versionCode="1"
|
||||
+ android:versionName="1.0" >
|
||||
+
|
||||
+ <uses-sdk
|
||||
+ android:minSdkVersion="16"
|
||||
+ android:targetSdkVersion="19"/>
|
||||
+
|
||||
|
||||
<permission
|
||||
android:name="com.android.launcher3.permission.PRELOAD_WORKSPACE"
|
26
metadata/com.ariwilson.seismowallpaper.txt
Normal file
26
metadata/com.ariwilson.seismowallpaper.txt
Normal file
|
@ -0,0 +1,26 @@
|
|||
Categories:Wallpaper
|
||||
License:GPLv3
|
||||
Web Site:http://code.google.com/p/ariwilson
|
||||
Source Code:http://code.google.com/p/ariwilson/source/list
|
||||
Issue Tracker:http://code.google.com/p/ariwilson/issues/list
|
||||
|
||||
Auto Name:Seismo Wallpaper
|
||||
Summary:Live wallpaper
|
||||
Description:
|
||||
A live wallpaper that measures anything that vibrates, shakes or moves.
|
||||
Seismo Wallpaper uses your device’s accelerometer to measure movements
|
||||
on any axis with/without noise.
|
||||
.
|
||||
|
||||
Repo Type:hg
|
||||
Repo:https://code.google.com/p/ariwilson/
|
||||
|
||||
Build:1.02,2
|
||||
commit=SeismoWallpaper 1.02
|
||||
subdir=SeismoWallpaper
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.02
|
||||
Current Version Code:3
|
||||
|
30
metadata/com.asksven.betterwifionoff.txt
Normal file
30
metadata/com.asksven.betterwifionoff.txt
Normal file
|
@ -0,0 +1,30 @@
|
|||
AntiFeatures:UpstreamNonFree
|
||||
Categories:System
|
||||
License:Apache2
|
||||
Web Site:http://asksven.tumblr.com
|
||||
Source Code:https://github.com/asksven/BetterWifiOnOff
|
||||
Issue Tracker:https://github.com/asksven/BetterWifiOnOff/issues
|
||||
|
||||
Auto Name:Better Wifi on/off
|
||||
Summary:Manage the use of WiFi to save battery
|
||||
Description:
|
||||
Locale-API integration was removed to get it to build.
|
||||
Proprietary ad library was removed.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/asksven/BetterWifiOnOff.git
|
||||
|
||||
Build:2.1.0.0,43
|
||||
commit=v2.1.0.0
|
||||
subdir=BetterWifiOnOff
|
||||
rm=BetterWifiOnOff/libs/GoogleAdMobAdsSdk-6.4.1.jar;BetterWifiOnOff/src/com/asksven/betterwifionoff/localeplugin
|
||||
srclibs=3:ActionBarSherlock@4.2.0;2:LocaleAPI@bc2d5a1;4:MobAdMob@2d5736;1:Common-AskSven@b09bb8b6cd
|
||||
prebuild=sed -i '95,97d;113,115d' AndroidManifest.xml && \
|
||||
sed -i '24d' src/com/asksven/betterwifionoff/SsidWhitelistPreference.java
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.1.0.0
|
||||
Current Version Code:43
|
||||
|
|
@ -65,8 +65,8 @@ Build:5.3,33
|
|||
update=.;ViewPagerIndicator/library;ActionBarSherlock/library
|
||||
|
||||
Build:5.6,36
|
||||
commit=5.6
|
||||
disable=build fail
|
||||
commit=5.6
|
||||
|
||||
Build:5.8,38
|
||||
commit=5.8
|
||||
|
@ -92,8 +92,12 @@ Build:6.1.3,46
|
|||
commit=6.1.3
|
||||
gradle=yes
|
||||
|
||||
Build:6.1.5,48
|
||||
commit=6.1.5
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:6.1.3
|
||||
Current Version Code:46
|
||||
Current Version:6.1.5
|
||||
Current Version Code:48
|
||||
|
||||
|
|
29
metadata/com.blntsoft.emailpopup.txt
Normal file
29
metadata/com.blntsoft.emailpopup.txt
Normal file
|
@ -0,0 +1,29 @@
|
|||
AntiFeatures:UpstreamNonFree
|
||||
Categories:Office
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/baolongnt/EmailPopup
|
||||
Issue Tracker:https://github.com/baolongnt/EmailPopup/issues
|
||||
|
||||
Auto Name:Email Popup
|
||||
Summary:Display a popup for new mail
|
||||
Description:
|
||||
You can select how long the popup stays on & configure the app to filter out
|
||||
emails so that only the important ones do popup.
|
||||
|
||||
A proprietary crash reporting library was removed.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/baolongnt/EmailPopup.git
|
||||
|
||||
Build:0.2.2,14
|
||||
commit=0.2.2
|
||||
rm=libs/crashlytics.jar;custom_rules.xml;tests
|
||||
prebuild=find src -type f -print0 | xargs -0 sed -i '/Crashlytics/d'
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.2.2
|
||||
Current Version Code:14
|
||||
|
43
metadata/com.brewcrewfoo.performance.txt
Normal file
43
metadata/com.brewcrewfoo.performance.txt
Normal file
|
@ -0,0 +1,43 @@
|
|||
Category:System
|
||||
License:GPLv3
|
||||
Web Site:http://forum.xda-developers.com/showthread.php?t=2401988
|
||||
Source Code:https://github.com/erik96/android_packages_apps_PerformanceControl
|
||||
Issue Tracker:http://forum.xda-developers.com/devdb/project/?id=600#bugReporter
|
||||
Donate:http://forum.xda-developers.com/donatetome.php?u=4674443
|
||||
|
||||
Summary:System configuration
|
||||
Description:
|
||||
As used in AOKP and OmniRom.
|
||||
'''N.B''' Sqlite functions removed since 2.1.8.
|
||||
|
||||
*Change CPU Governor, I/O Scheduler and Clock Speed
|
||||
*Battery information + Fast Charge setting + Battery Life eXtender setting
|
||||
*Change Voltages Assigned to each CPU frequency
|
||||
*Customize MinFree Task Killer (set the amount of RAM the minfree taskiller will keep)
|
||||
*zRam (RAM compression)
|
||||
*Customize SD read-ahead
|
||||
*VM Settings such as: Dirty Ratio, Dynamic Fsync, Backlight timeout
|
||||
*Integrated CPU Spy
|
||||
*Linux Kernel, CPU, Memory informations
|
||||
*Misc. Tools: Custom shell command, Wipe cache+dalvik cache, build.prop editor etc.
|
||||
|
||||
Requires root: Of course!
|
||||
.
|
||||
|
||||
Requires Root:Yes
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/erik96/android_packages_apps_PerformanceControl
|
||||
|
||||
Build Version:2.1.3,3,e2b54691bda8a74,forcevercode=yes
|
||||
Build Version:2.1.8,4,e0ebe71ee3ccd,prebuild=rm assets/sq*
|
||||
|
||||
Maintainer Notes:
|
||||
quite hard to figure out
|
||||
Update Check Mode:RepoManifest/jb2
|
||||
.
|
||||
|
||||
Update Check Mode:None
|
||||
Current Version:2.1.8
|
||||
Current Version Code:4
|
||||
|
|
@ -8,11 +8,11 @@ Summary:Coinbase client
|
|||
Description:
|
||||
Client for coinbase, an online bitcoin wallet.
|
||||
|
||||
*Send/request bitcoin payments using email, QR codes, or NFC
|
||||
*Buy and sell bitcoin right from your mobile phone
|
||||
*View transaction history, details, and balance
|
||||
*See prices in BTC or your native currency
|
||||
*Support for multiple accounts
|
||||
* Send/request bitcoin payments using email, QR codes, or NFC
|
||||
* Buy and sell bitcoin right from your mobile phone
|
||||
* View transaction history, details, and balance
|
||||
* See prices in BTC or your native currency
|
||||
* Support for multiple accounts
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
24
metadata/com.color.colornamer.txt
Normal file
24
metadata/com.color.colornamer.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
Categories:System
|
||||
License:GPLv3
|
||||
Web Site:
|
||||
Source Code:https://github.com/kaytdek/ColorNamer
|
||||
Issue Tracker:https://github.com/kaytdek/ColorNamer/issues
|
||||
|
||||
Auto Name:Color Namer
|
||||
Summary:Names for colours
|
||||
Description:
|
||||
Identify colours via the xkcd survey and share them.
|
||||
Set colours to wallpaper.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/kaytdek/ColorNamer.git
|
||||
|
||||
Build:2.3,8
|
||||
commit=fed05971fc580
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.3
|
||||
Current Version Code:8
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Internet,Science & Education
|
||||
Categories:Science & Education
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/concentricsky/android-viewer-for-khan-academy
|
||||
Source Code:https://github.com/concentricsky/android-viewer-for-khan-academy
|
||||
|
@ -26,10 +26,12 @@ Repo Type:git
|
|||
Repo:https://github.com/concentricsky/android-viewer-for-khan-academy.git
|
||||
|
||||
Build:1.2.2,14
|
||||
disable=can't find support-v4
|
||||
commit=13566d739dc674
|
||||
patch=pom_14.patch
|
||||
prebuild=cp oauth_credentials.json.sample res/raw/oauth_credentials.json
|
||||
prebuild=cp oauth_credentials.json.sample res/raw/oauth_credentials.json && \
|
||||
$$MVN3$$ install:install-file -DgroupId=com.google.android \
|
||||
-DartifactId=support-v4 -Dversion=r11 -Dpackaging=jar \
|
||||
-Dfile=../extlib/android/android-support-v4r11.jar
|
||||
maven=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
|
@ -42,7 +42,7 @@ index b762225..873eff9 100644
|
|||
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
|
||||
<artifactId>android-maven-plugin</artifactId>
|
||||
- <version>3.3.2</version>
|
||||
+ <version>3.6.1</version>
|
||||
+ <version>3.8.0</version>
|
||||
|
||||
<extensions>true</extensions>
|
||||
</plugin>
|
||||
|
|
34
metadata/com.corner23.android.beautyclocklivewallpaper.txt
Normal file
34
metadata/com.corner23.android.beautyclocklivewallpaper.txt
Normal file
|
@ -0,0 +1,34 @@
|
|||
Category:Wallpaper
|
||||
License:MIT
|
||||
Web Site:
|
||||
Source Code:https://github.com/shakalaca/BeautyClockLiveWallpaper
|
||||
Issue Tracker:https://github.com/shakalaca/BeautyClockLiveWallpaper/issues
|
||||
|
||||
Auto Name:Beauty Clock
|
||||
Summary:Pictures of people with the time
|
||||
Description:
|
||||
Bijin Tokei is a genre of wallpaper that is popular in East Asia.
|
||||
Every minute the wallpaper changes to a picture of a pretty girl
|
||||
holding an object that displays the time.
|
||||
|
||||
This app will download the pictures for every minute from your chosen
|
||||
site without caching them ''but'' it will check if images already exist
|
||||
in '''sdcard/BeautyClock/pic/site/''' and the scheme is always aabb.jpg
|
||||
where aa is the hour and bb is the minute.
|
||||
In this way, you can have the app display any images that you want.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/shakalaca/BeautyClockLiveWallpaper.git
|
||||
|
||||
Build Version:2.5,12,8abb9d220c78,target=android-14
|
||||
|
||||
Maintainer Notes:
|
||||
Not published anywhere seemingly
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.5
|
||||
Current Version Code:12
|
||||
|
26
metadata/com.danielme.muspyforandroid.txt
Normal file
26
metadata/com.danielme.muspyforandroid.txt
Normal file
|
@ -0,0 +1,26 @@
|
|||
Category:Multimedia
|
||||
License:GPLv3
|
||||
Web Site:http://danielme.com/muspy-for-android
|
||||
Source Code:https://github.com/danielme-com/Muspy-for-Android
|
||||
Issue Tracker:
|
||||
|
||||
Summary:Keep track of musicians
|
||||
Description:
|
||||
Client for [https://muspy.com Muspy.com]; import your favourite
|
||||
artists and you'll be notified when they have new recordings or gigs.
|
||||
You'll also get associated links to Wikipedia et al. and see the album
|
||||
art.
|
||||
|
||||
Muspy.com is based on Muspy, AGPL software that checks
|
||||
[http://musicbrainz.org MusicBrainz].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/danielme-com/Muspy-for-Android.git
|
||||
|
||||
Build Version:1.2,3,826fa
|
||||
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:xxx
|
||||
Current Version Code:3
|
||||
|
23
metadata/com.darknessmap.txt
Normal file
23
metadata/com.darknessmap.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
Category:Navigation
|
||||
License:MIT
|
||||
Web Site:http://darknessmap.com
|
||||
Source Code:https://github.com/ercanpinar/app-android
|
||||
Issue Tracker:https://github.com/ercanpinar/app-android/issues
|
||||
|
||||
Auto Name:Darkness Map
|
||||
Summary:Crowd-sourced mapping
|
||||
Description:
|
||||
Contribute to the Darkness map: a visualization of light levels in
|
||||
the city at night.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/ercanpinar/app-android.git
|
||||
|
||||
Build Version:0.2.0,1,15c0f378ae4a4,target=android-18
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:0.2.0
|
||||
Current Version Code:1
|
||||
|
26
metadata/com.emartynov.android.app.urlsetter.txt
Normal file
26
metadata/com.emartynov.android.app.urlsetter.txt
Normal file
|
@ -0,0 +1,26 @@
|
|||
Categories:Internet
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/emartynov/UrlSetter
|
||||
Issue Tracker:https://github.com/emartynov/UrlSetter/issues
|
||||
|
||||
Auto Name:UrlSetter
|
||||
Summary:Peek at shortened addresses
|
||||
Description:
|
||||
Decode short urls from many popular websites, which can then be passed to your
|
||||
app of choice.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/emartynov/UrlSetter.git
|
||||
|
||||
Build:1.0.0.1,1
|
||||
commit=5168e722e9d1
|
||||
disable=wait for official release
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0.0.1
|
||||
Current Version Code:1
|
||||
|
29
metadata/com.euedge.openaviationmap.android.txt
Normal file
29
metadata/com.euedge.openaviationmap.android.txt
Normal file
|
@ -0,0 +1,29 @@
|
|||
Category:Navigation
|
||||
License:GPLv3
|
||||
Web Site:http://www.openaviationmap.org
|
||||
Source Code:https://code.google.com/p/openaviationmap/source/list
|
||||
Issue Tracker:https://code.google.com/p/openaviationmap/issues/list
|
||||
Donate:http://www.openaviationmap.org
|
||||
Bitcoin:07a7194397ae0f8d40740488472a43fd
|
||||
|
||||
Summary:Display aviation maps
|
||||
Description:
|
||||
Part of project to develop an aviation equivalent of OSM.
|
||||
Coverage is limited to Hungary and other parts of Europe
|
||||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
Repo:http://openaviationmap.googlecode.com/svn;trunk=trunk/oam-app-android;tags=tags/oam-app-android
|
||||
|
||||
Build Version:1.0.16,16,318,\
|
||||
srclibs=1:ActionBarSherlock@e5c2d1c,\
|
||||
extlibs=android/android-support-v4r12.jar,\
|
||||
prebuild=\
|
||||
mv libs/android-support-v4r12.jar $$ActionBarSherlock$$/libs/android-support-v4.jar && \
|
||||
sed -i '/2/d' project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.16
|
||||
Current Version Code:16
|
||||
|
28
metadata/com.falconware.prestissimo.txt
Normal file
28
metadata/com.falconware.prestissimo.txt
Normal file
|
@ -0,0 +1,28 @@
|
|||
Categories:Multimedia
|
||||
License:LGPL
|
||||
Web Site:
|
||||
Source Code:https://github.com/TheRealFalcon/Prestissimo
|
||||
Issue Tracker:https://github.com/TheRealFalcon/Prestissimo/issues
|
||||
|
||||
Auto Name:Prestissimo
|
||||
Summary:Change the speed of playback
|
||||
Description:
|
||||
Adds variable speed playback functionality to audio applications,
|
||||
e.g. [[de.danoeh.antennapod]].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/TheRealFalcon/Prestissimo.git
|
||||
|
||||
Build:0.5,10
|
||||
commit=v0.5
|
||||
target=android-17
|
||||
srclibs=Sonic@637de
|
||||
build=$$NDK$$/ndk-build -C $$Sonic$$ && \
|
||||
mv $$Sonic$$/libs/armeabi* libs/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.5
|
||||
Current Version Code:10
|
||||
|
21
metadata/com.frankcalise.h2droid.txt
Normal file
21
metadata/com.frankcalise.h2droid.txt
Normal file
|
@ -0,0 +1,21 @@
|
|||
Category:Science & Education
|
||||
License:Apache2
|
||||
Source Code:https://code.google.com/p/h2droid/source/list
|
||||
Issue Tracker:https://code.google.com/p/h2droid/issues/list
|
||||
|
||||
Auto Name:Hydrate
|
||||
Summary:Set targets for water intake
|
||||
Description:
|
||||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
Repo:http://h2droid.googlecode.com/svn;trunk=trunk;tags=tags
|
||||
|
||||
Build Version:1.5,10,release-1.5,\
|
||||
prebuild=sed -i '12s/true/false/g' AndroidManifest.xml
|
||||
|
||||
Auto Update Mode:
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.5
|
||||
Current Version Code:10
|
||||
|
23
metadata/com.github.cetoolbox.txt
Normal file
23
metadata/com.github.cetoolbox.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
Category:Science & Education
|
||||
License:Apache2
|
||||
Web Site:http://pansanel.github.io/cetoolbox
|
||||
Source Code:https://github.com/Pansanel/cetoolbox
|
||||
Issue Tracker:https://github.com/Pansanel/cetoolbox/issues
|
||||
|
||||
Auto Name:CEToolbox
|
||||
Summary:Medical tool
|
||||
Description:
|
||||
The CEToolbox project aims to provide a convenient tool for computing
|
||||
Capillary Electrophoresis parameters.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/Pansanel/cetoolbox.git
|
||||
|
||||
Build Version:1.0,1,ed60c
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
24
metadata/com.github.grimpy.botifier.txt
Normal file
24
metadata/com.github.grimpy.botifier.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
Categories:System
|
||||
License:MIT
|
||||
Web Site:
|
||||
Source Code:https://github.com/grimpy/Botifier
|
||||
Issue Tracker:https://github.com/grimpy/Botifier/issues
|
||||
|
||||
Auto Name:Botifier
|
||||
Summary:Send notifications via Bluetooth
|
||||
Description:
|
||||
Using AVCRP to send notifications to other devices.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/grimpy/Botifier.git
|
||||
|
||||
Build:1.3.2,14
|
||||
disable=hangs, asking for a keystore password
|
||||
commit=1.3.2
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.3.2
|
||||
Current Version Code:14
|
||||
|
|
@ -25,6 +25,7 @@ mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
|||
|
||||
Build:0.3.0,4
|
||||
commit=0.3.0
|
||||
disable=srclibs override each other at checkout
|
||||
srclibs=1:ActionBarSherlock@4.4.0;2:Support/v7/appcompat@android-4.4_r1.1;3:Support/v7/mediarouter@android-4.4_r1.1
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
|
@ -14,13 +14,13 @@ When finished, you have to find your car again, or the way to the station, or an
|
|||
Store a location when you start your trip, and at the end of the day, find your way back to where you started.
|
||||
|
||||
Features :
|
||||
- determine location based on GPS signal, WiFi or cell phone network :
|
||||
- use best/most accurate location provider
|
||||
- get location updates automatically (based on a time interval or change of location) or
|
||||
- get location on demand (by manually refreshing)
|
||||
- save a location
|
||||
- ‘get back’ mode : indicator pointing to a stored location (showing distance and direction)
|
||||
- indicate current speed and current bearing
|
||||
* determine location based on GPS signal, WiFi or cell phone network :
|
||||
* use best/most accurate location provider
|
||||
* get location updates automatically (based on a time interval or change of location) or
|
||||
* get location on demand (by manually refreshing)
|
||||
* save a location
|
||||
* ‘get back’ mode : indicator pointing to a stored location (showing distance and direction)
|
||||
* indicate current speed and current bearing
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
38
metadata/com.github.wdkapps.fillup.txt
Normal file
38
metadata/com.github.wdkapps.fillup.txt
Normal file
|
@ -0,0 +1,38 @@
|
|||
Category:Office
|
||||
License:Apachev2
|
||||
Web Site:http://wdkapps.github.io
|
||||
Source Code:https://github.com/wdkapps/FillUp
|
||||
Issue Tracker:https://github.com/wdkapps/FillUp/issues
|
||||
|
||||
Auto Name:FillUp
|
||||
Summary:Calculate fuel mileage
|
||||
Description:
|
||||
When you buy fuel, just enter the amount you purchased and your current
|
||||
odometer value; FillUp will calculate your mileage and maintain a log of your
|
||||
fill-ups.
|
||||
|
||||
*Manages data for one or more vehicles.
|
||||
*Calculates and plots average gas mileage.
|
||||
*Calculates and plots monthly totals for gas purchased and distance driven.
|
||||
*Stores all data on the device – doesn’t use your data plan.
|
||||
*Can import/export your data to CSV files on your sdcard.
|
||||
*Share the CSV files with other Apps for cloud backup!
|
||||
*Selectable units of measurement – can calculate:
|
||||
|
||||
*miles per gallon (MPG)
|
||||
*kilometers per liter (KM/L)
|
||||
*liters per 100 kilometers (L/100KM)
|
||||
*miles per imperial gallon (UK MPG) – from miles and liters.
|
||||
*miles per imperial gallon (UK MPG) – from kilometers and liters.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/wdkapps/FillUp.git
|
||||
|
||||
Build Version:1.5,13,530ac7d,target=android-10
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.5
|
||||
Current Version Code:13
|
||||
|
|
@ -80,8 +80,9 @@ Build:2.2.1,2002010
|
|||
|
||||
Build:2.4.0,2004000
|
||||
commit=b892f639
|
||||
rm=TtsPlus-FBReader.apk
|
||||
prebuild=sed -i -e '/proguard/d' project.properties
|
||||
disable=weird build process
|
||||
init=rm -f ant.properties local.properties
|
||||
srclibs=1:TtsSetup@06b25e259053dcf38
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
|
|
26
metadata/com.jaygoel.virginminuteschecker.txt
Normal file
26
metadata/com.jaygoel.virginminuteschecker.txt
Normal file
|
@ -0,0 +1,26 @@
|
|||
AntiFeatures:UpstreamNonFree
|
||||
Category:Office
|
||||
License:NewBSD
|
||||
Web Site:https://github.com/poundifdef/VirginMobileMinutesChecker
|
||||
Source Code:https://github.com/poundifdef/VirginMobileMinutesChecker
|
||||
Issue Tracker:https://github.com/poundifdef/VirginMobileMinutesChecker/issues
|
||||
|
||||
Auto Name:Minutes Checker for Virgin Mobile
|
||||
Summary:For Virgin Mobile US customers
|
||||
Description:
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/poundifdef/VirginMobileMinutesChecker.git
|
||||
|
||||
Build Version:1.12,13,dc1d1c020c05f,\
|
||||
srclibs=1:MobAdMob@2d5736,\
|
||||
subdir=VirginMobileMinutesChecker,\
|
||||
rm=VirginMobileMinutesChecker/libs/GoogleAdMobAdsSdk-4.1.1.jar
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.12
|
||||
Current Version Code:13
|
||||
|
||||
|
|
@ -130,6 +130,6 @@ binaries anyway).
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.9.6.3-RC2
|
||||
Current Version Code:168
|
||||
Current Version:1.9.6.4-RC2
|
||||
Current Version Code:171
|
||||
|
||||
|
|
27
metadata/com.lightbox.android.camera.txt
Normal file
27
metadata/com.lightbox.android.camera.txt
Normal file
|
@ -0,0 +1,27 @@
|
|||
Category:Multimedia
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/lightbox/QuickSnap
|
||||
Issue Tracker:https://github.com/lightbox/QuickSnap/issues
|
||||
|
||||
Auto Name:QuickSnap
|
||||
Summary:Basic camera app
|
||||
Description:
|
||||
Camera implementation based off the Android Gingerbread camera app source code.
|
||||
|
||||
Initially the Android Gingerbread camera source was forked, and then modified
|
||||
to become backwards compatible down to API level 7 (Eclair).
|
||||
The video functionality has also been removed and other changes made to fix
|
||||
problems with indivdual devices.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/lightbox/QuickSnap
|
||||
|
||||
Build Version:1.0.1,2,d226fda623,subdir=Camera,target=android-14
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0.1
|
||||
Current Version Code:2
|
||||
|
|
@ -23,21 +23,31 @@ Google Analytics was removed before building.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/manmal/hn-android.git
|
||||
|
||||
Build Version:1.9,10,313f0c48,srclibs=NoAnalytics@158a4a,\
|
||||
rm=libs/libGoogleAnalytics.jar,prebuild=\
|
||||
echo 'android.library.reference.1=$$NoAnalytics$$' >> project.properties && \
|
||||
mv androidannotations-2.5.jar libs/ && rm libs/androidannotations-2.5-api.jar
|
||||
Build Version:1.9.1,11,RELEASE-1.9.1,srclibs=NoAnalytics@158a4a,\
|
||||
rm=libs/libGoogleAnalytics.jar,prebuild=\
|
||||
echo 'android.library.reference.1=$$NoAnalytics$$' >> project.properties && \
|
||||
mv androidannotations-2.5.jar libs/ && rm libs/androidannotations-2.5-api.jar
|
||||
Build Version:1.9.2,12,!can't tell if a release
|
||||
Build:1.9,10
|
||||
commit=313f0c48
|
||||
rm=libs/libGoogleAnalytics.jar
|
||||
srclibs=NoAnalytics@158a4a
|
||||
prebuild=echo 'android.library.reference.1=$$NoAnalytics$$' >> project.properties && \
|
||||
mv androidannotations-2.5.jar libs/ && \
|
||||
rm libs/androidannotations-2.5-api.jar
|
||||
|
||||
Build:1.9.1,11
|
||||
commit=RELEASE-1.9.1
|
||||
rm=libs/libGoogleAnalytics.jar
|
||||
srclibs=NoAnalytics@158a4a
|
||||
prebuild=echo 'android.library.reference.1=$$NoAnalytics$$' >> project.properties && \
|
||||
mv androidannotations-2.5.jar libs/ && \
|
||||
rm libs/androidannotations-2.5-api.jar
|
||||
|
||||
Build:1.9.5,15
|
||||
commit=ac1ea46fee0f9e0
|
||||
rm=libs/libGoogleAnalytics.jar
|
||||
srclibs=1:NoAnalytics@d38ae535b543b
|
||||
prebuild=mv androidannotations-2.5.jar libs/ && \
|
||||
rm libs/androidannotations-2.5-api.jar
|
||||
|
||||
Auto Update Mode:None
|
||||
#Also on Google Play; release commits difficult to find
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.9.4
|
||||
Current Version Code:14
|
||||
|
||||
No Source Since:1.9.3
|
||||
Current Version:1.9.5
|
||||
Current Version Code:15
|
||||
|
||||
|
|
23
metadata/com.mirasmithy.epochlauncher.txt
Normal file
23
metadata/com.mirasmithy.epochlauncher.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
Categories:System
|
||||
License:GPLv3
|
||||
Source Code:https://github.com/mirasmithy/epochlauncher
|
||||
Issue Tracker:https://github.com/mirasmithy/epochlauncher/issues
|
||||
|
||||
Auto Name:Epoch Launcher
|
||||
Summary:Homescreen and launcher
|
||||
Description:
|
||||
Launcher in the style of Sword Art Online.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/mirasmithy/epochlauncher.git
|
||||
|
||||
Build:1.1,2
|
||||
commit=v1.0
|
||||
prebuild=echo -e 'java.source=1.7\njava.target=1.7' > ant.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
41
metadata/com.mobiperf.txt
Normal file
41
metadata/com.mobiperf.txt
Normal file
|
@ -0,0 +1,41 @@
|
|||
Category:Development
|
||||
License:Apache2
|
||||
Web Site:http://mobiperf.com
|
||||
Source Code:https://github.com/Mobiperf/MobiPerf
|
||||
Issue Tracker:https://github.com/Mobiperf/MobiPerf/issues
|
||||
|
||||
Auto Name:MobiPerf
|
||||
Summary:Mobile network measurements
|
||||
Description:
|
||||
The app uploads 'anonymised' data to the Mobiperf server run by the
|
||||
developers.
|
||||
The server is based on free software but the app would need re-coding
|
||||
to work with a different server.
|
||||
You can view the data collected that has been collected within the app.
|
||||
|
||||
The Android app periodically checks in with the measurement server,
|
||||
running on Google App Engine,
|
||||
which sends it a list of measurement tasks to perform. Measurement tasks
|
||||
include ping, traceroute, HTTP GET, DNS lookup, and TCP Throughput. Each
|
||||
task has an associated set of measurement parameters (e.g., which host
|
||||
to ping), and a schedule (periodicity at which to take the measurement).
|
||||
|
||||
The device runs the measurements in the background, and uploads the
|
||||
measurement results on its next checkin cycle. By default, devices
|
||||
check in with the server every hour. In order to avoid draining the
|
||||
battery, the app will not take any measurements if the battery is
|
||||
below a given threshold (80% by default).
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/Mobiperf/MobiPerf.git
|
||||
|
||||
Build Version:v2.1,101,469323682e,subdir=android,\
|
||||
target=android-10,\
|
||||
rm=android/tests
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:v2.1
|
||||
Current Version Code:101
|
||||
|
|
@ -41,8 +41,13 @@ Build:1.2.6,23
|
|||
subdir=KeepScore
|
||||
srclibs=1:ActionBarSherlock@4.2.0
|
||||
|
||||
Build:1.3.1,25
|
||||
commit=v1.3.1
|
||||
subdir=KeepScore
|
||||
srclibs=1:ActionBarSherlock@4.2.0;2:Color-Picker-2@0e34279ed520
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2.6
|
||||
Current Version Code:23
|
||||
Current Version:1.3.1
|
||||
Current Version Code:25
|
||||
|
||||
|
|
|
@ -77,6 +77,6 @@ Build:5.0,88
|
|||
Auto Update Mode:None
|
||||
# Also on gplay
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:5.1.2
|
||||
Current Version Code:105
|
||||
Current Version:5.1.3
|
||||
Current Version Code:106
|
||||
|
||||
|
|
35
metadata/com.orphan.amplayer.txt
Normal file
35
metadata/com.orphan.amplayer.txt
Normal file
|
@ -0,0 +1,35 @@
|
|||
Categories:Multimedia
|
||||
License:GPLv3
|
||||
Web Site:
|
||||
Source Code:https://github.com/abeiro/amplayer.droid
|
||||
Issue Tracker:https://github.com/abeiro/amplayer.droid/issues
|
||||
|
||||
Auto Name:AMPlayer
|
||||
Summary:Network music player
|
||||
Description:
|
||||
Play your music collection via the internet by connecting to
|
||||
an [https://github.com/ampache/ampache Ampache] server e.g. ownCloud.
|
||||
A demo server is suggested for trying it out.
|
||||
There is a companion
|
||||
[https://chrome.google.com/webstore/detail/ampache-player/fgmlgjpjedpnhbbpahgcknnjkhlbjhgp extension]
|
||||
for the Chromium browser.
|
||||
|
||||
*HTML5 audio tag capabilities
|
||||
*HTML5 localStorage
|
||||
*Playlists and CD covers from your Ampache Server
|
||||
*Fan art from fanart.tv
|
||||
*[http://musicbrainz.org Musicbrainz] info
|
||||
*Initial support for lyrics (http://lyrics.wikia.com)
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/abeiro/amplayer.droid.git
|
||||
|
||||
Build:0.4.2,1
|
||||
commit=79ba84d6522e
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:0.4.2
|
||||
Current Version Code:1
|
||||
|
25
metadata/com.ruesga.android.wallpapers.photophase.txt
Normal file
25
metadata/com.ruesga.android.wallpapers.photophase.txt
Normal file
|
@ -0,0 +1,25 @@
|
|||
Categories:Wallpaper
|
||||
License:Apache
|
||||
Web Site:http://forum.xda-developers.com/showthread.php?p=46387352
|
||||
Source Code:https://github.com/jruesga/PhotoPhase
|
||||
Issue Tracker:https://github.com/jruesga/PhotoPhase/issues
|
||||
|
||||
Auto Name:PhotoPhase
|
||||
Summary:Tiled images wallpaper
|
||||
Description:
|
||||
Live wallpaper that takes a selection of images and tiles a few of them,
|
||||
applying transitions and effects.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/jruesga/PhotoPhase.git
|
||||
|
||||
Build:1.0.6,1008
|
||||
commit=v1.0.6
|
||||
target=android-19
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.6
|
||||
Current Version Code:1008
|
||||
|
|
@ -23,6 +23,7 @@ Build:1.4,60
|
|||
|
||||
Build:1.5,61
|
||||
commit=62
|
||||
disable=patches need updating
|
||||
target=android-10
|
||||
patch=scoping-fix.patch;handle-no-market.patch;fix-appname.patch;button-name.patch
|
||||
|
||||
|
|
|
@ -9,9 +9,9 @@ Auto Name:DroidZebra
|
|||
Summary:Reversi game
|
||||
Description:
|
||||
DroidZebra is advanced Reversi program based on Zebra Othello Engine written by Gunnar Andersson. Features:
|
||||
- difficulty levels from beginner (practice mode) to world-class play
|
||||
- opening book with more than 500,000 positions
|
||||
- unlimited undo
|
||||
* difficulty levels from beginner (practice mode) to world-class play
|
||||
* opening book with more than 500,000 positions
|
||||
* unlimited undo
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
48
metadata/com.spazedog.mounts2sd.txt
Normal file
48
metadata/com.spazedog.mounts2sd.txt
Normal file
|
@ -0,0 +1,48 @@
|
|||
Categories:System
|
||||
License:GPLv3
|
||||
Web Site:http://forum.xda-developers.com/showthread.php?t=2432479
|
||||
Source Code:https://github.com/SpazeDog/mounts2sd
|
||||
Issue Tracker:https://github.com/SpazeDog/mounts2sd/issues
|
||||
|
||||
Auto Name:Mounts2SD
|
||||
Summary:Map device storage to sdcard
|
||||
Description:
|
||||
'''N.B''' 'Fix sqlite3 binary' was removed in this build.
|
||||
|
||||
Mounts2SD is no longer just a script for devices with low storage capabilities.
|
||||
It can be used for a lot of things and is useful on almost any device, even
|
||||
those without external sdcard.
|
||||
|
||||
Control the script, viewing current states and more.
|
||||
The script itself has grown to become a large storage and management script
|
||||
with features that control SWAP, ZRAM, mount optimization, storage
|
||||
thresholds, different external and internal MMC configurations, cache and more.
|
||||
The content management is able to move a lot more different content between /data and
|
||||
/sd-ext, including the new internal storage, which on some devices, is placed
|
||||
in /data/media, and it also contains more than one option for storing system
|
||||
content on both /data and /sd-ext.
|
||||
|
||||
Requires root.
|
||||
.
|
||||
|
||||
Requires Root:Yes
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/SpazeDog/mounts2sd
|
||||
|
||||
Build:3.4.8,33
|
||||
commit=3.4.8
|
||||
rm=libs/rootfw3.jar;libs/taskmanager.jar;assets/busybox;assets/sqlite3
|
||||
target=android-18
|
||||
srclibs=1:RootFW@3_1.3.2;2:TaskManager@67ca5;Busybox@83785f0;BusyboxConfigs@bd2bf4f3
|
||||
prebuild=mv libs/android-support-v4.jar $$TaskManager$$/libs && \
|
||||
cp $$BusyboxConfigs$$/android_ndk_defconfigPlus $$Busybox$$/.config
|
||||
build=export PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:$PATH && \
|
||||
make CONFIG_SYSROOT="$$NDK$$/platforms/android-9/arch-arm" -C $$Busybox$$ && \
|
||||
mv $$Busybox$$/busybox assets/busybox
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest/3.x
|
||||
Current Version:3.4.8
|
||||
Current Version Code:33
|
||||
|
37
metadata/com.taiste.lainari_en.txt
Normal file
37
metadata/com.taiste.lainari_en.txt
Normal file
|
@ -0,0 +1,37 @@
|
|||
AntiFeatures:UpstreamNonFree
|
||||
Category:Office
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/helsinki-city-library/pocketlibrary/wiki
|
||||
Source Code:https://github.com/helsinki-city-library/pocketlibrary
|
||||
Issue Tracker:https://github.com/helsinki-city-library/pocketlibrary/issues
|
||||
|
||||
Name:Pocket Library
|
||||
Summary:Assistance for library users
|
||||
Description:
|
||||
Pocket Library is a new kind of a service for library patrons.
|
||||
|
||||
The service expands the traditional notion of checking out materials, making it
|
||||
possible for library users to check out books and other items directly from
|
||||
other users anywhere.
|
||||
|
||||
To be more generally useful as a library user’s personal information
|
||||
assistant, it also has the ability to manage the user’s loans and explore the
|
||||
library catalog.
|
||||
|
||||
The service is currently tailored for Helsinki area public libraries’ catalog,
|
||||
but can be easily adapted for anybody using MARC21 catalogs.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/helsinki-city-library/pocketlibrary.git
|
||||
|
||||
Build Version:1.5,18,ad935f,subdir=android,\
|
||||
rm=android/libs/libGoogleAnalyticsV2.jar;android/LibraryProject/build.xml;iphone;common,\
|
||||
init=echo -e "android.library=true\ntarget=android-12" > LibraryProject/project.properties,\
|
||||
srclibs=NoAnalytics@c8d77,\
|
||||
prebuild=$$SDK$$/tools/android update project -l $$NoAnalytics$$ -p .
|
||||
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.5
|
||||
Current Version Code:18
|
||||
|
29
metadata/com.threedlite.userhash.location.txt
Normal file
29
metadata/com.threedlite.userhash.location.txt
Normal file
|
@ -0,0 +1,29 @@
|
|||
Category:Navigation
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/threedliteguy/UhLocationReportingService
|
||||
Issue Tracker:https://github.com/threedliteguy/UhLocationReportingService/issues
|
||||
|
||||
Auto Name:UserHash Location Reporting Service
|
||||
Name:UserHash
|
||||
Summary:Location reporting and viewing
|
||||
Description:
|
||||
Requires a server piece (.war) to run on a server with a public IP.
|
||||
Source for server piece also included at source code page.
|
||||
Set up friends and family and view their location.
|
||||
Can also set a short status with your location.
|
||||
Automatically uses cell network location to save battery unless you
|
||||
specifically update GPS location or it is in the cache.
|
||||
Uses open street map data by default.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/threedliteguy/UhLocationReportingService.git
|
||||
|
||||
Build Version:1.1,2,af74d5c7
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
||||
|
25
metadata/com.u17od.upm.txt
Normal file
25
metadata/com.u17od.upm.txt
Normal file
|
@ -0,0 +1,25 @@
|
|||
Category:System
|
||||
License:GPLv3
|
||||
Web Site:http://upm.sourceforge.net
|
||||
Source Code:https://github.com/adrian/upm-android
|
||||
Issue Tracker:https://github.com/adrian/upm-android/issues
|
||||
|
||||
Auto Name:UPM
|
||||
Summary:Cross platform password manager
|
||||
Description:
|
||||
*Uses AES for database encryption
|
||||
*Database sync across multiple PCs/devices
|
||||
*Android, Windows and Mac OS X native feeling versions available
|
||||
*Fast account searching
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/adrian/upm-android.git
|
||||
|
||||
Build Version:1.14,15,v1.14
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.14
|
||||
Current Version Code:15
|
||||
|
|
@ -33,8 +33,10 @@ Build:1.2.7,460
|
|||
|
||||
Build:1.2.8,470
|
||||
commit=470
|
||||
disable=needs fixing
|
||||
extlibs=android/android-support-v4.jar;oauth-signpost/signpost-core-1.2.1.1.jar;oauth-signpost/signpost-commonshttp4-1.2.1.1.jar
|
||||
srclibs=NoAnalytics@158a4a
|
||||
target=android-10
|
||||
prebuild=sed -i 's@../../GreenDroid@Greendroid@g' build.xml && \
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1Greendroid/GreenDroid/@' project.properties && \
|
||||
echo "android.library.reference.2=$$NoAnalytics$$" >> project.properties && \
|
||||
|
|
|
@ -7,41 +7,28 @@ Issue Tracker:https://github.com/ojacquemart/vlilleChecker/issues
|
|||
Auto Name:Vlille Checker
|
||||
Summary:Bicycle info for Lille
|
||||
Description:
|
||||
v2.2 utilise OpenStreetMap, mais Google Maps est nécessaire
|
||||
pour v1.1.
|
||||
Description below is in French, since the app is only of use to people living
|
||||
in France.
|
||||
|
||||
Vlille Checker est dédié aux utilisateurs du V'Lille et de son service VLS
|
||||
(Vélos en Libre Service) à Lille.
|
||||
Au quotidien, l'application vous permet de gérer facilement vos stations
|
||||
favorites.
|
||||
Le but est de pouvoir "checker" facilement l'état des stations.
|
||||
Vlille Checker se veut efficace en proposant un contrôle en temps réel des
|
||||
stations.
|
||||
L'application offre également une recherche rapide et une localisation des
|
||||
stations les plus proches.
|
||||
(Vélos en Libre Service) à Lille. Au quotidien, l'application vous permet de
|
||||
gérer facilement vos stations favorites. Le but est de pouvoir "checker"
|
||||
facilement l'état des stations. Vlille Checker se veut efficace en proposant
|
||||
un contrôle en temps réel des stations. L'application offre également une
|
||||
recherche rapide et une localisation des stations les plus proches.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/ojacquemart/vlilleChecker.git
|
||||
|
||||
#Not the release commit but better than nothing
|
||||
#Previous commits used a different ActionBar and didn't build
|
||||
Build Version:1.1,2,5be3e6d6e056,srclibs=ActionBarSherlock@6e3f2bb,\
|
||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||
#Build Version:2.2,5,!can't find apk at ce1a6bde9f,maven=yes,prebuild=rm -rf test src/test
|
||||
Build Version:2.2,5,ce1a6bde9f,srclibs=\
|
||||
ActionBarSherlock@4.1.0;PullToRefresh@v1.4.1.1,extlibs=\
|
||||
acra/acra-4.4.0.jar;commons-collections/commons-collections-3.2.1.jar;commons-lang/commons-lang3-3.1.jar;\
|
||||
osmdroid/osmdroid-android-3.0.8.jar;sl4j/slf4j-android-1.6.1-RC1.jar;junit/junit-4.8.1.jar,prebuild=\
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||
sed -i 's@\(android.library.reference.2=\).*@\1$$PullToRefresh$$@' project.properties && \
|
||||
sed -i 's@\(android.library.reference.3=\).*@\1$$PullToRefresh$$/../extras/PullToRefreshListFragment@' project.properties && \
|
||||
$$SDK$$/tools/android update project -p $$PullToRefresh$$/../extras/PullToRefreshListFragment -s && \
|
||||
cp $$PullToRefresh$$/../extras/PullToRefreshListFragment/libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||
Build:3.0.0,600
|
||||
commit=v3.0.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i 's/-SNAPSHOT//g;21s/actionbarsherlock/extra-abs/g' build.gradle
|
||||
|
||||
Auto Update Mode:None
|
||||
#Can't find version code on playmarket; Tags are behind
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.2
|
||||
Current Version Code:5
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.0
|
||||
Current Version Code:600
|
||||
|
||||
|
|
25
metadata/com.vmihalachi.turboeditor.txt
Normal file
25
metadata/com.vmihalachi.turboeditor.txt
Normal file
|
@ -0,0 +1,25 @@
|
|||
Categories:Office
|
||||
License:GPLv3
|
||||
Source Code:https://github.com/vmihalachi/turbo-editor
|
||||
Issue Tracker:https://github.com/vmihalachi/turbo-editor/issues
|
||||
Donate:https://github.com/vmihalachi/turbo-editor
|
||||
FlattrID:2173527
|
||||
|
||||
Auto Name:Turbo Editor
|
||||
Summary:Simple text editor
|
||||
Description:
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/vmihalachi/turbo-editor
|
||||
|
||||
Build:1.2,6
|
||||
commit=3697dd
|
||||
subdir=Turbo Editor
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2
|
||||
Current Version Code:6
|
||||
|
26
metadata/com.vwp.owmap.txt
Normal file
26
metadata/com.vwp.owmap.txt
Normal file
|
@ -0,0 +1,26 @@
|
|||
Category:Navigation
|
||||
License:GPLv2
|
||||
Source Code:https://sourceforge.net/p/libwlocate/code/ci/master/tree/master/android/OWMapAtAndroid
|
||||
Issue Tracker:https://sourceforge.net/p/libwlocate
|
||||
|
||||
Auto Name:OpenWLANMap@Android
|
||||
Name:OpenWLANMap
|
||||
Summary:Help create a WiFi coverage map
|
||||
Description:
|
||||
For use in location services when no GPS is available (similar like Google
|
||||
does but free and open and with an option to unsubscribe).
|
||||
OpenWLANMap@Android is an App that helps to collect WLANs and their positions
|
||||
and where user take part at a tracking contest.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:git://git.code.sf.net/p/libwlocate/code
|
||||
|
||||
Build Version:0.95,95,ebc753,subdir=master/android/OWMapAtAndroid,\
|
||||
prebuild=echo 'source.dir=src;../LocDemo/src/com/vwp/libwlocate' > ant.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:0.95
|
||||
Current Version Code:95
|
||||
|
|
@ -57,12 +57,25 @@ Build:0.5.47,80
|
|||
Build:0.6.0,81
|
||||
commit=v0.6.0
|
||||
gradle=yes
|
||||
scandelete=assets
|
||||
prebuild=sed -i '/google-breakpad/d' jni/Android.mk && \
|
||||
sed -i -e '/+=.*breakpad/d' -e 's/ [^ ]*breakpad[^ ]*//' openvpn/Android.mk && \
|
||||
find openvpn/src -type f -print0 | xargs -0 sed -i '/breakpad/d' && \
|
||||
rm -f openvpn/src/openvpn/breakpad.* && \
|
||||
mv src/de/blinkt/openvpn/fragments/SeekbarTicks.java src/de/blinkt/openvpn/fragments/SeekBarTicks.java
|
||||
mv src/de/blinkt/openvpn/fragments/SeekbarTicks.java src/de/blinkt/openvpn/fragments/SeekBarTicks.java
|
||||
scandelete=assets
|
||||
build=echo WITH_BREAKPAD=0 >> jni/Android.mk && \
|
||||
sed -i 's/-j 8/-j 4/g' misc/build-native.sh && \
|
||||
./misc/build-native.sh
|
||||
buildjni=no
|
||||
|
||||
Build:0.6.1,82
|
||||
commit=v0.6.1
|
||||
gradle=yes
|
||||
prebuild=sed -i '/google-breakpad/d' jni/Android.mk && \
|
||||
sed -i -e '/+=.*breakpad/d' -e 's/ [^ ]*breakpad[^ ]*//' openvpn/Android.mk && \
|
||||
find openvpn/src -type f -print0 | xargs -0 sed -i '/breakpad/d' && \
|
||||
rm -f openvpn/src/openvpn/breakpad.*
|
||||
scandelete=assets
|
||||
build=echo WITH_BREAKPAD=0 >> jni/Android.mk && \
|
||||
sed -i 's/-j 8/-j 4/g' misc/build-native.sh && \
|
||||
./misc/build-native.sh
|
||||
|
@ -70,6 +83,6 @@ Build:0.6.0,81
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.6.0
|
||||
Current Version Code:81
|
||||
Current Version:0.6.1
|
||||
Current Version Code:82
|
||||
|
||||
|
|
|
@ -10,17 +10,17 @@ Description:
|
|||
A dice rolling application with a special focus on the 3D20 role playing game (RPG) system.
|
||||
|
||||
Features:
|
||||
*four configurable dice buttons (long-press to configure)
|
||||
*backlog of recent dice rolls
|
||||
*remembers the most commonly used dice
|
||||
* four configurable dice buttons (long-press to configure)
|
||||
* backlog of recent dice rolls
|
||||
* remembers the most commonly used dice
|
||||
|
||||
Supported games:
|
||||
*Dungeons & Dragons (DnD)
|
||||
*Neuroshima
|
||||
*Monastyr
|
||||
*Star Wars RPG
|
||||
*Shadowrun
|
||||
*and further d20 and 3d20 titles
|
||||
* Dungeons & Dragons (DnD)
|
||||
* Neuroshima
|
||||
* Monastyr
|
||||
* Star Wars RPG
|
||||
* Shadowrun
|
||||
* and further d20 and 3d20 titles
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
|
|
@ -9,11 +9,11 @@ Summary:Enterprise CM browser
|
|||
Description:
|
||||
Access content from repositories that support the CMIS protocol, like Alfresco or Nuxeo.
|
||||
CMIS = Content Management Interoperability Services.
|
||||
- browsing the CMIS repository
|
||||
- viewing and sharing documents
|
||||
- title or fulltext search
|
||||
- Favorites
|
||||
- Multiple Repositories
|
||||
* browsing the CMIS repository
|
||||
* viewing and sharing documents
|
||||
* title or fulltext search
|
||||
* Favorites
|
||||
* Multiple Repositories
|
||||
.
|
||||
|
||||
Repo Type:hg
|
||||
|
|
|
@ -6,13 +6,16 @@ Issue Tracker:https://github.com/grote/BlitzMail/issues
|
|||
FlattrID:1217295
|
||||
|
||||
Auto Name:BlitzMail
|
||||
Summary:Share content via email
|
||||
Summary:Share content and write quick notes via email
|
||||
Description:
|
||||
BlitzMail is an Android app that allows you to set up your email account once
|
||||
and then use it to send emails to an address of your choice. This comes in
|
||||
handy when you need to send a lot of things via email, because you are in a
|
||||
low connectivity area (e.g. subway) and want to remember things to look at
|
||||
later.
|
||||
and then use it to send emails or short notes to an address of your choice.
|
||||
This comes in handy when you need to send a lot of things via email,
|
||||
because you are in a low connectivity area (e.g. subway)
|
||||
and want to remember things to look at later.
|
||||
|
||||
It also works when you are offline.
|
||||
BlitzMail then queues your emails and allows you to send them later when you have connectivity again.
|
||||
|
||||
The SMTP password is stored encrypted with a built-in key and salted with your
|
||||
device ID. This is not fully secure, but should provide reasonable protection
|
||||
|
@ -25,9 +28,6 @@ Repo:https://github.com/grote/BlitzMail.git
|
|||
Build Version:0.1,1,0.1,target=android-17,prebuild=\
|
||||
cp src/de/grobox/blitzmail/PrivateConstants.sample_java src/de/grobox/blitzmail/PrivateConstants.java && \
|
||||
sed -i -e 's/\[Please insert your encryption key here\]/Angooh1Kieph8ait0Paik9Usee3shouj/' src/de/grobox/blitzmail/PrivateConstants.java
|
||||
Build Version:0.2,2,0.2,target=android-17,prebuild=\
|
||||
cp src/de/grobox/blitzmail/PrivateConstants.sample_java src/de/grobox/blitzmail/PrivateConstants.java && \
|
||||
sed -i -e 's/\[Please insert your encryption key here\]/Angooh1Kieph8ait0Paik9Usee3shouj/' src/de/grobox/blitzmail/PrivateConstants.java
|
||||
Build Version:0.3,3,0.3,target=android-17,prebuild=\
|
||||
cp src/de/grobox/blitzmail/PrivateConstants.sample_java src/de/grobox/blitzmail/PrivateConstants.java && \
|
||||
sed -i -e 's/\[Please insert your encryption key here\]/Angooh1Kieph8ait0Paik9Usee3shouj/' src/de/grobox/blitzmail/PrivateConstants.java
|
||||
|
@ -38,8 +38,14 @@ Build:0.4,4
|
|||
prebuild=cp src/de/grobox/blitzmail/PrivateConstants.sample_java src/de/grobox/blitzmail/PrivateConstants.java && \
|
||||
sed -i -e 's/\[Please insert your encryption key here\]/Angooh1Kieph8ait0Paik9Usee3shouj/' src/de/grobox/blitzmail/PrivateConstants.java
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.4
|
||||
Current Version Code:4
|
||||
Build:0.5,5
|
||||
commit=0.5
|
||||
prebuild=cp src/de/grobox/blitzmail/PrivateConstants.sample_java src/de/grobox/blitzmail/PrivateConstants.java && \
|
||||
sed -i -e 's/\[Please insert your encryption key here\]/Angooh1Kieph8ait0Paik9Usee3shouj/' src/de/grobox/blitzmail/PrivateConstants.java
|
||||
gradle=normal
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.5
|
||||
Current Version Code:5
|
||||
|
||||
|
|
18
metadata/de.hechler.andfish.txt
Normal file
18
metadata/de.hechler.andfish.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
Category:Games
|
||||
License:Apache2
|
||||
Source Code:http://svn.code.sf.net/p/feri/svn/trunk/AndFish
|
||||
|
||||
Summary:Simple game
|
||||
Description:
|
||||
Guide your fish to eat the other fish and grow bigger.
|
||||
.
|
||||
|
||||
Repo Type:svn
|
||||
Repo:http://svn.code.sf.net/p/feri/svn/trunk/AndFish
|
||||
|
||||
Build Version:1.3,20,6
|
||||
|
||||
Update Check Mode:None
|
||||
Current Version:1.3
|
||||
Current Version Code:6
|
||||
|
22
metadata/de.laxu.apps.nachtlagerdownloader.txt
Normal file
22
metadata/de.laxu.apps.nachtlagerdownloader.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
Category:Multimedia
|
||||
License:GPLv3
|
||||
Web Site:http://nachtlager.de
|
||||
Source Code:https://github.com/allo-/NachtlagerDownloader
|
||||
Issue Tracker:https://github.com/allo-/NachtlagerDownloader/issues
|
||||
|
||||
Auto Name:Nachtlager Downloader
|
||||
Summary:Download a particular podcast
|
||||
Description:
|
||||
App for the Domian podcast.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/allo-/NachtlagerDownloader.git
|
||||
|
||||
Build Version:1.0,1,v1.0
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
32
metadata/de.onyxbits.drudgery.txt
Normal file
32
metadata/de.onyxbits.drudgery.txt
Normal file
|
@ -0,0 +1,32 @@
|
|||
Categories:Games
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/onyxbits/Drudgery
|
||||
Issue Tracker:https://github.com/onyxbits/Drudgery/issues
|
||||
|
||||
Auto Name:Drudgery
|
||||
Summary:Battle the Boss
|
||||
Description:
|
||||
Drudge Quest is a simple memory game the objective of which is to
|
||||
to get through the day while trying to avoid running into your boss as you
|
||||
move from room to room along the 'Escher Hallway' of your company's office
|
||||
building.
|
||||
|
||||
The game is played via a homescreen or dashclock widget.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/onyxbits/Drudgery.git
|
||||
|
||||
Build:1.1,2
|
||||
commit=v1.1
|
||||
extlibs=android/android-support-v4r13.jar
|
||||
srclibs=DashClock@ecb5a191880
|
||||
prebuild=rm custom_rules.xml && \
|
||||
echo 'source.dir=src;$$DashClock$$/api/src/main/java;$$DashClock$$/api/src/main/aidl' >> project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.2
|
||||
Current Version Code:3
|
||||
|
|
@ -159,6 +159,6 @@ Update the _test app as well.
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest/prod
|
||||
Current Version:3.27
|
||||
Current Version Code:148
|
||||
Current Version:3.28
|
||||
Current Version Code:149
|
||||
|
||||
|
|
29
metadata/de.syss.MifareClassicTool.txt
Normal file
29
metadata/de.syss.MifareClassicTool.txt
Normal file
|
@ -0,0 +1,29 @@
|
|||
Category:System
|
||||
License:GPLv3
|
||||
Web Site:http://publications.icaria.de/mct
|
||||
Source Code:https://github.com/ikarus23/MifareClassicTool
|
||||
Issue Tracker:https://github.com/ikarus23/MifareClassicTool/issues
|
||||
|
||||
Auto Name:Mifare Classic Tool
|
||||
Summary:Analyse a type of NFC tag
|
||||
Description:
|
||||
This is a low-level tool for analysing Mifare Classic RFID tags.
|
||||
It is not intended to provide an easy interface for writing URIs to tags
|
||||
but that kind of thing is possible.
|
||||
|
||||
The source code page or website for has full instructions.
|
||||
It should work on most NFC-enabled devices but there are exceptions.
|
||||
|
||||
[https://github.com/ikarus23/MifareClassicTool/raw/master/CHANGELOG.txt Changelog]
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/ikarus23/MifareClassicTool.git
|
||||
|
||||
Build Version:1.6.0,18,v1.6.0,subdir=Mifare Classic Tool,rm=logo;tools
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.6.0
|
||||
Current Version Code:18
|
||||
|
|
@ -132,23 +132,6 @@ Build:0.6.2,6002
|
|||
wget https://github.com/oshepherd/Impeller/raw/v0.6.0/jiraconnect-android-main/libs/httpcore-4.0-beta3.jar && \
|
||||
wget https://github.com/oshepherd/Impeller/raw/v0.6.0/jiraconnect-android-main/libs/httpmime-4.0-beta2.jar
|
||||
|
||||
Build:0.6.3,6003
|
||||
commit=v0.6.3
|
||||
init=rm jiraconnect-android-main/build.xml
|
||||
target=android-18
|
||||
update=.;jiraconnect-android-main
|
||||
extlibs=android/android-support-v4.jar;oauth-signpost/signpost-core-1.2.1.2.jar
|
||||
prebuild=printf 'android.library.reference.1=jiraconnect-android-main' >> project.properties && \
|
||||
mkdir -p jiraconnect-android-main/libs && \
|
||||
cd jiraconnect-android-main/libs/ && \
|
||||
wget https://github.com/oshepherd/Impeller/raw/v0.6.0/jiraconnect-android-main/libs/acra-4.5.0.jar && \
|
||||
wget https://github.com/oshepherd/Impeller/raw/v0.6.0/jiraconnect-android-main/libs/apache-mime4j-0.5.jar && \
|
||||
wget https://github.com/oshepherd/Impeller/raw/v0.6.0/jiraconnect-android-main/libs/commons-io-2.4.jar && \
|
||||
wget https://github.com/oshepherd/Impeller/raw/v0.6.0/jiraconnect-android-main/libs/guava-r08.jar && \
|
||||
wget https://github.com/oshepherd/Impeller/raw/v0.6.0/jiraconnect-android-main/libs/httpclient-4.0.jar && \
|
||||
wget https://github.com/oshepherd/Impeller/raw/v0.6.0/jiraconnect-android-main/libs/httpcore-4.0-beta3.jar && \
|
||||
wget https://github.com/oshepherd/Impeller/raw/v0.6.0/jiraconnect-android-main/libs/httpmime-4.0-beta2.jar
|
||||
|
||||
Build:0.7.0,7000
|
||||
commit=v0.7.0
|
||||
init=rm jiraconnect-android-main/build.xml
|
||||
|
@ -169,6 +152,10 @@ Build:0.8.2,8002
|
|||
commit=v0.8.2
|
||||
gradle=yes
|
||||
|
||||
Build:0.8.3,8003
|
||||
commit=v0.8.3
|
||||
gradle=yes
|
||||
|
||||
Maintainer Notes:
|
||||
Although in auto mode, builds for 0.8.0 and 0.8.1 were skipped because source
|
||||
code was not pushed to the upstream repo.
|
||||
|
@ -176,6 +163,6 @@ code was not pushed to the upstream repo.
|
|||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.8.2
|
||||
Current Version Code:8002
|
||||
Current Version:0.8.3
|
||||
Current Version Code:8003
|
||||
|
||||
|
|
30
metadata/fr.simon.marquis.preferencesmanager.txt
Normal file
30
metadata/fr.simon.marquis.preferencesmanager.txt
Normal file
|
@ -0,0 +1,30 @@
|
|||
Categories:System
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/SimonMarquis/Android-PreferencesManager
|
||||
Issue Tracker:https://github.com/SimonMarquis/Android-PreferencesManager/issues
|
||||
|
||||
Auto Name:Preferences Manager
|
||||
Summary:Edit app preferences
|
||||
Description:
|
||||
Applications store their preferences in databases and if you have root
|
||||
this app will allow you to edit those.
|
||||
.
|
||||
|
||||
Requires Root:Yes
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/SimonMarquis/Android-PreferencesManager.git
|
||||
|
||||
Build:1.5,16
|
||||
commit=d4b752b
|
||||
subdir=PreferencesManager
|
||||
rm=PreferencesManager/assets;Resources;PreferencesManager/libs/rootfw.jar
|
||||
srclibs=1:Support-v7@android-4.3_r2.1;2:RootFW@2_0.3.2;3:StickyListHeaders-tots@62be7e8a7e547
|
||||
prebuild=mv libs/android-support-v4.jar $$Support-v7$$/libs/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.5
|
||||
Current Version Code:16
|
||||
|
26
metadata/fr.strasweb.asso.txt
Normal file
26
metadata/fr.strasweb.asso.txt
Normal file
|
@ -0,0 +1,26 @@
|
|||
Categories:Navigation
|
||||
License:GPLv3
|
||||
Web Site:http://www.chacunsonasso.net
|
||||
Source Code:https://svn.strasweb.fr/strasweb/API%20Animafac/phonegap
|
||||
Issue Tracker:
|
||||
|
||||
Auto Name:ChacunSonAsso
|
||||
Summary:For French students
|
||||
Description:
|
||||
This app allows students wishing to volunteer to find an association that suits them.
|
||||
It allows you to search for associations in the Animafac directory,
|
||||
by theme, department and name.
|
||||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
Repo:https://svn.strasweb.fr/strasweb/API%20Animafac/phonegap
|
||||
|
||||
Build:1.0.1,2
|
||||
commit=171
|
||||
prebuild=sed -i '37s/true/false' AndroidManifest.xml
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0.1
|
||||
Current Version Code:2
|
||||
|
25
metadata/free.yhc.netmbuddy.txt
Normal file
25
metadata/free.yhc.netmbuddy.txt
Normal file
|
@ -0,0 +1,25 @@
|
|||
Category:Multimedia
|
||||
License:Apache2
|
||||
Web Site:http://yhcting.tistory.com
|
||||
Source Code:https://github.com/yhcting/netmbuddy
|
||||
Issue Tracker:https://github.com/yhcting/netmbuddy/issues
|
||||
|
||||
Auto Name:NetMBuddy
|
||||
Summary:Music player for Youtube
|
||||
Description:
|
||||
This basically a Youtube viewer but it's presented like a regular
|
||||
music player, allowing you to manage queues and playlists easily and
|
||||
play and pause audio in the background.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/yhcting/netmbuddy.git
|
||||
|
||||
Build Version:1.2.11-1,29,netmbuddy-v1.2.11-1
|
||||
|
||||
# 1.2.12 on gplay
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2.11-1
|
||||
Current Version Code:29
|
||||
|
|
@ -106,14 +106,11 @@ Build:4.1.2,59
|
|||
rm -rf subsonic-* repo && \
|
||||
mv sa subsonic-android
|
||||
|
||||
Build:4.2.1,70
|
||||
commit=4.2.1
|
||||
disable=build tools crash (dexer)
|
||||
|
||||
Build:4.3.1,75
|
||||
commit=4.3.1
|
||||
disable=dexer crashes
|
||||
submodules=yes
|
||||
target=android-18
|
||||
target=android-19
|
||||
extlibs=android/android-support-v4.jar
|
||||
srclibs=1:Support/v7/appcompat@android-4.4_r1.1;2:DragSort@0.6.1
|
||||
prebuild=cp libs/android-support-v4.jar $$DragSort$$/libs/android-support-v4.jar && \
|
||||
|
|
31
metadata/gr.tsagi.jekyllforandroid.txt
Normal file
31
metadata/gr.tsagi.jekyllforandroid.txt
Normal file
|
@ -0,0 +1,31 @@
|
|||
Categories:Internet
|
||||
License:GPLv3
|
||||
Web Site:
|
||||
Source Code:https://github.com/tsagi/jekyll-client-for-android
|
||||
Issue Tracker:https://github.com/tsagi/jekyll-client-for-android/issues
|
||||
|
||||
Auto Name:Jekyll for Android
|
||||
Summary:Post to Github blog
|
||||
Description:
|
||||
Post to Github-hosted Jekyll blogs.
|
||||
Supports markdown.
|
||||
|
||||
Status:Beta
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/tsagi/jekyll-client-for-android.git
|
||||
|
||||
Build:1.0,1
|
||||
commit=215042
|
||||
subdir=JekyllForAndroid
|
||||
prebuild=wget http://fossil.instinctive.eu/libsoldout-1.3.tar.bz2 && \
|
||||
tar -C ../bypass/dep/ -xf libsoldout-1.3.tar.bz2 && \
|
||||
sed -i 's/libsoldout/libsoldout-1.3/' ../bypass/platform/android/library/jni/Android.mk
|
||||
buildjni=../bypass/platform/android/library/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
34
metadata/info.guardianproject.notepadbot.txt
Normal file
34
metadata/info.guardianproject.notepadbot.txt
Normal file
|
@ -0,0 +1,34 @@
|
|||
Categories:Office
|
||||
License:Apache2
|
||||
Web Site:https://guardianproject.info
|
||||
Source Code:https://github.com/guardianproject/notepadbot
|
||||
Issue Tracker:https://github.com/guardianproject/notepadbot/issues
|
||||
|
||||
Auto Name:NoteCipher
|
||||
Summary:Notepad with lock
|
||||
Description:
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/guardianproject/notepadbot.git
|
||||
|
||||
Build:0.1,12
|
||||
commit=8afa912172ce
|
||||
subdir=app
|
||||
srclibs=2:ActionBarSherlock@4a79d;3:NumberPicker-SimonVT@b4562;1:Cacheword@d49c128bb;IOCipher@v0.1
|
||||
prebuild=wget https://s3.amazonaws.com/sqlcipher/SQLCipher+for+Android+v2.2.2.zip && \
|
||||
rm $$Cacheword$$/libs/iocipher.jar && \
|
||||
$$SDK$$/tools/android update project -p $$Cacheword$$ -l ../../IOCipher
|
||||
build=unzip SQLCipher+for+Android+v2.2.2.zip && \
|
||||
cp -R SQLCipher\ for\ Android\ v2.2.2/libs/* libs/ && \
|
||||
cp -R SQLCipher\ for\ Android\ v2.2.2/assets/* assets/ && \
|
||||
rm libs/guava-r09.jar && \
|
||||
cp libs/android-support-v4.jar $$Cacheword$$/libs/ && \
|
||||
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
||||
cp libs/sqlcipher.jar $$Cacheword$$/libs/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:0.1
|
||||
Current Version Code:12
|
||||
|
23
metadata/info.guardianproject.pixelknot.txt
Normal file
23
metadata/info.guardianproject.pixelknot.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
Category:Office
|
||||
License:GPLv3
|
||||
Web Site:https://guardianproject.info
|
||||
Source Code:https://github.com/guardianproject/PixelKnot
|
||||
Issue Tracker:https://github.com/guardianproject/PixelKnot/issues
|
||||
|
||||
Auto Name:PixelKnot
|
||||
Summary:Hide messages inside files
|
||||
Description:
|
||||
Image steganography app with old school F5 steganography
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/guardianproject/PixelKnot.git
|
||||
|
||||
Build Version:0.3.1,4,0.3.1,subdir=app,\
|
||||
srclibs=1:ActionBarSherlock@90939dc;2:F5@ce9c78497a0cc22a
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.3.1
|
||||
Current Version Code:4
|
||||
|
26
metadata/kr.softgear.multiping.txt
Normal file
26
metadata/kr.softgear.multiping.txt
Normal file
|
@ -0,0 +1,26 @@
|
|||
AntiFeatures:UpstreamNonFree
|
||||
Category:Internet
|
||||
License:Apache2
|
||||
Website:http://softgearko.blogspot.com
|
||||
Source Code:https://github.com/softgearko/MultiPing-for-Android
|
||||
Issue Tracker:https://github.com/softgearko/MultiPing-for-Android/issues
|
||||
|
||||
Auto Name:MultiPing
|
||||
Summary:Ping multiple websites at once
|
||||
Description:
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/softgearko/MultiPing-for-Android.git
|
||||
|
||||
Build Version:0.11,11,de335d,\
|
||||
rm=res/values/attrs.xml;libs/admob-sdk-android.jar,\
|
||||
prebuild=\
|
||||
sed -i '47\,53d' res/layout/main.xml && \
|
||||
sed -i '5s/3/4/g;7s/true/false/g' AndroidManifest.xml
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:0.11
|
||||
Current Version Code:11
|
||||
|
31
metadata/name.soulayrol.rhaa.sholi.txt
Normal file
31
metadata/name.soulayrol.rhaa.sholi.txt
Normal file
|
@ -0,0 +1,31 @@
|
|||
Categories:Office
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/dsoulayrol/android-sholi
|
||||
Source Code:https://github.com/dsoulayrol/android-sholi
|
||||
Issue Tracker:https://github.com/dsoulayrol/android-sholi/issues
|
||||
|
||||
Summary:Shopping lists manager
|
||||
Description:
|
||||
ShoLi aims at being a very simple tool to edit shopping lists, and
|
||||
then to be a support for checking on those very lists. It was heavily
|
||||
inspired by [[caldwell.ben.trolly]] which proposed a clean and
|
||||
efficient interface to achieve the same goal.
|
||||
|
||||
ShoLi was only designed for small devices, the kind you can have in
|
||||
your pocket when you are doing your shopping. It runs on Android 4.x,
|
||||
and needs no external library, neither special permission.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/dsoulayrol/android-sholi.git
|
||||
|
||||
Build:1.0,1
|
||||
commit=v1.0
|
||||
subdir=sholi
|
||||
gradle=defaultFlavor
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
32
metadata/net.debian.debiandroid.txt
Normal file
32
metadata/net.debian.debiandroid.txt
Normal file
|
@ -0,0 +1,32 @@
|
|||
Categories:Science & Education,Development
|
||||
License:GPLv3+
|
||||
Web Site:https://github.com/uberspot/DebianDroid
|
||||
Source Code:https://github.com/uberspot/DebianDroid
|
||||
Issue Tracker:https://github.com/uberspot/DebianDroid/issues
|
||||
|
||||
Auto Name:DebianDroid
|
||||
Summary:Tools for Debian project members
|
||||
Description:
|
||||
App for maintainers, uploaders or developers of the Debian community. It
|
||||
communicates with the Debian soap and rest api and retrieves information that
|
||||
can be useful when you're not in front of your workstation at home or at
|
||||
office.
|
||||
|
||||
It eases a lot of operations like checking the next DInstall time, submitting
|
||||
a new bug report or responding to an existing one, getting info on packages
|
||||
and on pending bugs for those packages, etc.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/uberspot/DebianDroid.git
|
||||
|
||||
Build:1.7,12
|
||||
submodules=yes
|
||||
commit=a9eb950dd6f
|
||||
prebuild=sed -i 's/StorageUtils/storageutils/g' project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.7
|
||||
Current Version Code:12
|
||||
|
|
@ -24,24 +24,49 @@ Repo:https://github.com/i2p/i2p.android.base.git
|
|||
|
||||
Build Version:0.9.8.1,4734976,788445f6ceb0d0c165e98b9b7d1aa732c98d37ac,\
|
||||
srclibs=I2P@d7c3ffa4def637f1c18dbd316f9e06093b113e09,update=no,patch=build.sh.patch,novcheck=yes,prebuild=\
|
||||
sed -i '41s|#export NDK=$(realpath ../../android-ndk-r5b/)|export NDK=$$NDK$$|' ./routerjars/jni/build.sh && \
|
||||
cp -R $$I2P$$* ./i2p.i2p && \
|
||||
echo -e "\nsdk.dir=$$SDK$$" >> ./local.properties && \
|
||||
echo -e "\nsdk.dir=$$SDK$$" >> ./routerjars/local.properties && \
|
||||
echo -e "\nndk.dir=$$NDK$$" >> ./routerjars/local.properties && \
|
||||
echo -e "\ni2psrc=./i2p.i2p" >> ./local.properties && \
|
||||
rm -R ./i2p.i2p/installer/lib/jbigi/* &&\
|
||||
rm -R ./i2p.i2p/installer/lib/wrapper/* && \
|
||||
rm -R ./i2p.i2p/installer/lib/launch4j/bin* && \
|
||||
rm -R ./i2p.i2p/installer/lib/launch4j/w32api* && \
|
||||
rm -R ./routerjars/jni/libjbigi.so && \
|
||||
cp -R $$SDK$$/extras/android/support/v7/appcompat/ appcompat/ && \
|
||||
echo -e "\nandroid.library.reference.2=./appcompat/" >> ./local.properties && \
|
||||
$$SDK$$/tools/android update lib-project --path ./appcompat/ && \
|
||||
echo -e "\ni2psrc=./../i2p.i2p" >> ./routerjars/local.properties && \
|
||||
wget ftp://ftp.gmplib.org/pub/gmp-4.3.2/gmp-4.3.2.tar.bz2 && \
|
||||
tar xjvf gmp-4.* -C ./i2p.i2p/core/c/jbigi/ && \
|
||||
rm ./gmp-4.*
|
||||
sed -i '41s|#export NDK=$(realpath ../../android-ndk-r5b/)|export NDK=$$NDK$$|' ./routerjars/jni/build.sh && \
|
||||
cp -R $$I2P$$* ./i2p.i2p && \
|
||||
echo -e "\nsdk.dir=$$SDK$$" >> ./local.properties && \
|
||||
echo -e "\nsdk.dir=$$SDK$$" >> ./routerjars/local.properties && \
|
||||
echo -e "\nndk.dir=$$NDK$$" >> ./routerjars/local.properties && \
|
||||
echo -e "\ni2psrc=./i2p.i2p" >> ./local.properties && \
|
||||
rm -R ./i2p.i2p/installer/lib/jbigi/* &&\
|
||||
rm -R ./i2p.i2p/installer/lib/wrapper/* && \
|
||||
rm -R ./i2p.i2p/installer/lib/launch4j/bin* && \
|
||||
rm -R ./i2p.i2p/installer/lib/launch4j/w32api* && \
|
||||
rm -R ./routerjars/jni/libjbigi.so && \
|
||||
cp -R $$SDK$$/extras/android/support/v7/appcompat/ appcompat/ && \
|
||||
echo -e "\nandroid.library.reference.2=./appcompat/" >> ./local.properties && \
|
||||
$$SDK$$/tools/android update lib-project --path ./appcompat/ && \
|
||||
echo -e "\ni2psrc=./../i2p.i2p" >> ./routerjars/local.properties && \
|
||||
wget ftp://ftp.gmplib.org/pub/gmp-4.3.2/gmp-4.3.2.tar.bz2 && \
|
||||
tar xjvf gmp-4.* -C ./i2p.i2p/core/c/jbigi/ && \
|
||||
rm ./gmp-4.*
|
||||
|
||||
Build:0.9.9,4737024
|
||||
commit=97037fe1d88342807ea3179c552a7c49c6ce426c
|
||||
srclibs=I2P@f8a54bde19d7a6b87c5c192dd9a45950e739242a
|
||||
update=no
|
||||
prebuild=\
|
||||
sed -i '41s|#export NDK=$(realpath ../../android-ndk-r5b/)|export NDK=$$NDK$$|' ./routerjars/jni/build.sh && \
|
||||
sed -i '46,47d' ./routerjars/jni/build.sh && \
|
||||
cp -R $$I2P$$* ./i2p.i2p && \
|
||||
echo -e "\nsdk.dir=$$SDK$$" >> ./local.properties && \
|
||||
echo -e "\nsdk.dir=$$SDK$$" >> ./routerjars/local.properties && \
|
||||
echo -e "\nndk.dir=$$NDK$$" >> ./routerjars/local.properties && \
|
||||
echo -e "\ni2psrc=./i2p.i2p" >> ./local.properties && \
|
||||
rm -R ./i2p.i2p/installer/lib/jbigi/* &&\
|
||||
rm -R ./i2p.i2p/installer/lib/wrapper/* && \
|
||||
rm -R ./i2p.i2p/installer/lib/launch4j/bin* && \
|
||||
rm -R ./i2p.i2p/installer/lib/launch4j/w32api* && \
|
||||
rm -R ./routerjars/jni/libjbigi.so && \
|
||||
cp -R $$SDK$$/extras/android/support/v7/appcompat/ appcompat/ && \
|
||||
echo -e "\nandroid.library.reference.2=./appcompat/" >> ./local.properties && \
|
||||
$$SDK$$/tools/android update lib-project --path ./appcompat/ && \
|
||||
echo -e "\ni2psrc=./../i2p.i2p" >> ./routerjars/local.properties && \
|
||||
wget ftp://ftp.gmplib.org/pub/gmp-4.3.2/gmp-4.3.2.tar.bz2 && \
|
||||
tar xjvf gmp-4.* -C ./i2p.i2p/core/c/jbigi/ && \
|
||||
rm ./gmp-4.*
|
||||
|
||||
# Android version code is an integer. So we have 31 bits.
|
||||
# MAJOR 4 bits 0-15
|
||||
|
@ -52,5 +77,5 @@ srclibs=I2P@d7c3ffa4def637f1c18dbd316f9e06093b113e09,update=no,patch=build.sh.pa
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:0.9.8.1
|
||||
Current Version Code:4734976
|
||||
Current Version:0.9.9
|
||||
Current Version Code:4737024
|
||||
|
|
25
metadata/net.logomancy.dashquotes.civ5.txt
Normal file
25
metadata/net.logomancy.dashquotes.civ5.txt
Normal file
|
@ -0,0 +1,25 @@
|
|||
Category:Wallpaper
|
||||
License:GPLv3
|
||||
Source Code:https://github.com/logomancer/dashquotes-civ5
|
||||
Issue Tracker:https://github.com/logomancer/dashquotes-civ5/issues
|
||||
|
||||
Name:DashClock: Civilization V Quotes
|
||||
Summary:Random quotes on lock screen
|
||||
Description:
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/logomancer/dashquotes-civ5.git
|
||||
|
||||
Build Version:1.0,1,d700ca6a87,\
|
||||
rm=libs/dashclock-api-r2.0.jar,\
|
||||
srclibs=DashClock@ecb5a191880,\
|
||||
prebuild=\
|
||||
echo 'source.dir=src;$$DashClock$$/api/src/main/java;\
|
||||
$$DashClock$$/api/src/main/aidl' >> project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
46
metadata/net.majorkernelpanic.spydroid.txt
Normal file
46
metadata/net.majorkernelpanic.spydroid.txt
Normal file
|
@ -0,0 +1,46 @@
|
|||
AntiFeatures:UpstreamNonFree
|
||||
Category:Multimedia
|
||||
License:GPLv3
|
||||
Web Site:http://code.google.com/p/spydroid-ipcamera
|
||||
Source Code:http://code.google.com/p/spydroid-ipcamera/source/list
|
||||
Issue Tracker:http://code.google.com/p/spydroid-ipcamera/issues/list
|
||||
|
||||
Auto Name:Spydroid
|
||||
Summary:Stream camera to desktop
|
||||
Description:
|
||||
*The stream can be directly read by VLC
|
||||
*You can enable/disable sound or video streaming
|
||||
*The resolution, the bitrate and the framerate of the stream can be configured
|
||||
*The flash can be controlled remotly !
|
||||
*You can choose between the back facing camera and the front facing camera
|
||||
*You can make the phone vibrate remotely
|
||||
*You can see the battery level of the phone
|
||||
|
||||
Requirements:
|
||||
*Gingerbread or better (API level >=9)
|
||||
*H.263: should work on phones that supports h263
|
||||
*H.264: should work on phones that supports h264
|
||||
*AMR: should work everywhere !
|
||||
*AAC: requires API level >=14
|
||||
|
||||
Proprietary Google libraries removed in all but v4.2.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://code.google.com/p/spydroid-ipcamera
|
||||
|
||||
Build Version:4.2,420,4.2,forceversion=yes
|
||||
Build Version:6.9,690,6.9,\
|
||||
rm=libs/GoogleAdMobAdsSdk-6.1.0.jar,\
|
||||
srclibs=MobAdMob@2d5736,\
|
||||
prebuild=echo 'source.dir=src;$$MobAdMob$$/src' > ant.properties
|
||||
Build Version:9.1,910,9405ef5e4348,\
|
||||
rm=libs/GoogleAdMobAdsSdk-6.1.0.jar,\
|
||||
srclibs=MobAdMob@2d5736,\
|
||||
prebuild=echo 'source.dir=src;$$MobAdMob$$/src' > ant.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:9.1
|
||||
Current Version Code:910
|
||||
|
24
metadata/net.sf.times.txt
Normal file
24
metadata/net.sf.times.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
Category:Science & Education
|
||||
License:GPLv3
|
||||
Web Site:http://sourceforge.net/p/halachictimes
|
||||
Source Code:http://svn.code.sf.net/p/halachictimes/code
|
||||
|
||||
Auto Name:Halachic Prayer Times
|
||||
Summary:Times for Jewish prayers
|
||||
Description:
|
||||
List of halachic/halakhic times for Jewish prayers (zmanim and zmanei tefillot).
|
||||
It also has a prayer compass, time opinions, and reminders.
|
||||
|
||||
Times are calculated based on GPS. Manual location may not be possible.
|
||||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
Repo:http://svn.code.sf.net/p/halachictimes/code;trunk=trunk;tags=tags
|
||||
|
||||
Build Version:2.5,22,ver_22 rev_270,subdir=Halachic Times
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.5
|
||||
Current Version Code:22
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
AntiFeatures:UpstreamNonFree
|
||||
Categories:Navigation
|
||||
License:GPLv3
|
||||
Web Site:http://code.google.com/p/sharemyposition
|
||||
|
@ -14,37 +15,36 @@ registered sharing application. For example, an SMS message.
|
|||
The recipient is sent a link to a web page that displays the location
|
||||
on a Google map, though the app itself uses OSM. (The source for the web
|
||||
service is in the same repository as the client).
|
||||
|
||||
Anti-Feature:UpstreamNonFree - App now requires Google Play Services, and so
|
||||
it can't be updated in our repos.
|
||||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
#Note - deliberately pulling from trunk, not trunk/ShareMyPosition-android,
|
||||
#even though that would be more efficient, in order to preserve the
|
||||
#corresponding source for the web service in our source tarball.
|
||||
Repo:http://sharemyposition.googlecode.com/svn/trunk/
|
||||
Repo:http://sharemyposition.googlecode.com/svn/trunk/ShareMyPosition-android
|
||||
|
||||
Build:1.0.11,16
|
||||
commit=64
|
||||
subdir=ShareMyPosition-android
|
||||
|
||||
Build:1.1.0-beta3,20
|
||||
commit=70
|
||||
subdir=ShareMyPosition-android
|
||||
target=android-11
|
||||
prebuild=mv lib libs
|
||||
|
||||
Build:1.1.2,24
|
||||
commit=75
|
||||
subdir=ShareMyPosition-android
|
||||
target=android-11
|
||||
prebuild=mv lib libs
|
||||
|
||||
Build:1.2.2,27
|
||||
commit=80
|
||||
subdir=ShareMyPosition-android
|
||||
target=android-18
|
||||
Build:1.2.9,34
|
||||
disable=needs GPlay services
|
||||
commit=92
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.2.8
|
||||
Current Version Code:33
|
||||
Current Version:1.2.9
|
||||
Current Version Code:34
|
||||
|
||||
|
|
|
@ -14,11 +14,17 @@ same symbols.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/niteshpatel/ministocks.git
|
||||
|
||||
Build Version:50,50,version-50
|
||||
Build Version:51,51,version-51
|
||||
Build:50,50
|
||||
commit=version-50
|
||||
|
||||
Auto Update Mode:None
|
||||
Build:51,51
|
||||
commit=version-51
|
||||
|
||||
Build:52,52
|
||||
commit=version-52
|
||||
|
||||
Auto Update Mode:Version version-%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:51
|
||||
Current Version Code:51
|
||||
Current Version:52
|
||||
Current Version Code:52
|
||||
|
||||
|
|
|
@ -13,23 +13,27 @@ Based on the [http://todotxt.com todo.txt] app so all info is stored in a
|
|||
single text file called todo.txt.
|
||||
Note that, with this version, you will need to take care of backups yourself.
|
||||
|
||||
*Todo list stored in the documented todo.txt format
|
||||
*Comprehensive filtering and multi sort
|
||||
*Create calendar reminders for specific tasks directly from the app
|
||||
*Select on or more tasks and press overflow menu->Add reminder
|
||||
*Share the complete tasklist or selected tasks using the Android share feature
|
||||
*Tasks can deferred into the future. Combined with the "Creation date in future" sort it allows you to get tasks out of your face (as in 1MTD/MYN)
|
||||
* Todo list stored in the documented todo.txt format
|
||||
* Comprehensive filtering and multi sort
|
||||
* Create calendar reminders for specific tasks directly from the app
|
||||
* Select on or more tasks and press overflow menu->Add reminder
|
||||
* Share the complete tasklist or selected tasks using the Android share feature
|
||||
* Tasks can deferred into the future. Combined with the "Creation date in future" sort it allows you to get tasks out of your face (as in 1MTD/MYN)
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/mpcjanssen/Simpletask
|
||||
Repo:https://gitorious.org/simpletask/android.git
|
||||
|
||||
Build:3.2.2-cloudless (unknown),1053
|
||||
commit=93a8922b2cd4696f49214ae46b011a1f5d7aadb8
|
||||
gradle=cloudless
|
||||
|
||||
Build:3.2.3,1054
|
||||
commit=3_2_3
|
||||
gradle=cloudless
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.2.2-cloudless (unknown)
|
||||
Current Version Code:1053
|
||||
Current Version:3.2.3
|
||||
Current Version Code:1054
|
||||
|
||||
|
|
|
@ -12,14 +12,14 @@ Description:
|
|||
Open Explorer – file manager for all devices! (Tablets, Phones, Google TVs,
|
||||
sandwiches!)
|
||||
|
||||
*Complete file system management
|
||||
*USB, SD and other external media
|
||||
*Network connectable (FTP, SFTP, SMB/Samba/Windows/Lan/WIFI)
|
||||
*Text Editor (Tabbed, Multiple Document Interface)
|
||||
*Smart Folders that scan for different types of media (Videos, Photos, Music, Downloads)
|
||||
*View Pager directory navigation (swipe right to go up a directory)
|
||||
*Superuser/Root ability to list/read system folders (no system write yet)
|
||||
*More features like offline file structure cache, more Networking capability and Disk space heat map to come.
|
||||
* Complete file system management
|
||||
* USB, SD and other external media
|
||||
* Network connectable (FTP, SFTP, SMB/Samba/Windows/Lan/WIFI)
|
||||
* Text Editor (Tabbed, Multiple Document Interface)
|
||||
* Smart Folders that scan for different types of media (Videos, Photos, Music, Downloads)
|
||||
* View Pager directory navigation (swipe right to go up a directory)
|
||||
* Superuser/Root ability to list/read system folders (no system write yet)
|
||||
* More features like offline file structure cache, more Networking capability and Disk space heat map to come.
|
||||
|
||||
The source code for our build is in a branch called fdroid.
|
||||
.
|
||||
|
|
23
metadata/org.congresointeractivo.elegilegi.txt
Normal file
23
metadata/org.congresointeractivo.elegilegi.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
Category:Games
|
||||
License:GPLv3
|
||||
Web Site:
|
||||
Source Code:https://github.com/congresointeractivo/elegilegimobile
|
||||
Issue Tracker:https://github.com/congresointeractivo/elegilegimobile/issues
|
||||
|
||||
Auto Name:ElegiLegi
|
||||
Summary:Open government game for Argentina
|
||||
Description:
|
||||
Status: Alpha/Beta
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/congresointeractivo/elegilegimobile.git
|
||||
|
||||
Build Version:0.0.1,1,83fe313,subdir=platforms/android,\
|
||||
prebuild=sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:0.0.1
|
||||
Current Version Code:1
|
||||
|
24
metadata/org.droidupnp.txt
Normal file
24
metadata/org.droidupnp.txt
Normal file
|
@ -0,0 +1,24 @@
|
|||
Category:Multimedia
|
||||
License:GPLv3
|
||||
Web Site:
|
||||
Source Code:https://github.com/trishika/DroidUPnP
|
||||
Issue Tracker:https://github.com/trishika/DroidUPnP/issues
|
||||
|
||||
Auto Name:DroidUPnP
|
||||
Summary:Play files off the network
|
||||
Description:
|
||||
Discover your home UPnP device, content provider, connected television or any
|
||||
device controllable by UPnP and allow you to control those.
|
||||
It also allow you to share your local content to other UPnP capable device.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/trishika/DroidUPnP.git
|
||||
|
||||
Build Version:1.1.0,6,9d840d,maven=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1.0
|
||||
Current Version Code:6
|
||||
|
|
@ -17,24 +17,62 @@ however.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/codinguser/gnucash-android.git
|
||||
|
||||
Build Version:1.0,1,v1.0.beta1,subdir=GnucashMobile,update=.;../com_actionbarsherlock
|
||||
Build:1.0,1
|
||||
commit=v1.0.beta1
|
||||
subdir=GnucashMobile
|
||||
update=.;../com_actionbarsherlock
|
||||
|
||||
#Can also use maven
|
||||
Build Version:1.0.1,2,v1.0.1,subdir=GnucashMobile,update=.;../com_actionbarsherlock
|
||||
Build Version:1.0.2,3,v1.0.2,subdir=GnucashMobile,update=.;../com_actionbarsherlock
|
||||
Build Version:1.1.1,6,v1.1.1,subdir=GnucashMobile,update=.;../com_actionbarsherlock
|
||||
Build Version:1.1.2,7,v1.1.2,subdir=app,srclibs=ActionBarSherlock@4.2.0,prebuild=\
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||
Build Version:1.2.0,8,v1.2.0,subdir=app,srclibs=ActionBarSherlock@4.2.0,prebuild=\
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||
Build Version:1.2.2,10,v1.2.2,subdir=app,srclibs=ActionBarSherlock@4.2.0,prebuild=\
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||
Build Version:1.2.3,13,v1.2.3,subdir=app,srclibs=ActionBarSherlock@4.2.0,prebuild=\
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||
Build Version:1.2.4,14,v1.2.4,subdir=app,srclibs=ActionBarSherlock@4.2.0,prebuild=\
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||
Build:1.0.1,2
|
||||
commit=v1.0.1
|
||||
subdir=GnucashMobile
|
||||
update=.;../com_actionbarsherlock
|
||||
|
||||
Build:1.0.2,3
|
||||
commit=v1.0.2
|
||||
subdir=GnucashMobile
|
||||
update=.;../com_actionbarsherlock
|
||||
|
||||
Build:1.1.1,6
|
||||
commit=v1.1.1
|
||||
subdir=GnucashMobile
|
||||
update=.;../com_actionbarsherlock
|
||||
|
||||
Build:1.1.2,7
|
||||
commit=v1.1.2
|
||||
subdir=app
|
||||
srclibs=ActionBarSherlock@4.2.0
|
||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||
|
||||
Build:1.2.0,8
|
||||
commit=v1.2.0
|
||||
subdir=app
|
||||
srclibs=ActionBarSherlock@4.2.0
|
||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||
|
||||
Build:1.2.2,10
|
||||
commit=v1.2.2
|
||||
subdir=app
|
||||
srclibs=ActionBarSherlock@4.2.0
|
||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||
|
||||
Build:1.2.3,13
|
||||
commit=v1.2.3
|
||||
subdir=app
|
||||
srclibs=ActionBarSherlock@4.2.0
|
||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||
|
||||
Build:1.2.4,14
|
||||
commit=v1.2.4
|
||||
subdir=app
|
||||
srclibs=ActionBarSherlock@4.2.0
|
||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||
|
||||
Build:1.2.6,21
|
||||
disable=Despite version name, tags seem to indicate it's still a beta
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2.4
|
||||
Current Version Code:14
|
||||
Current Version:1.2.6
|
||||
Current Version Code:21
|
||||
|
||||
|
|
|
@ -35,6 +35,6 @@ Used to be tagged, but none are recent. RepoManifest is newer than current relea
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.6
|
||||
Current Version Code:1
|
||||
Current Version:1.7
|
||||
Current Version Code:10
|
||||
|
||||
|
|
|
@ -103,28 +103,50 @@ Build:0.2.9.1,78
|
|||
prebuild=rm -rf dist/ art/
|
||||
|
||||
Build:0.2.9.3,79
|
||||
commit=0.2.9.3
|
||||
disable=builds but crashes during setup
|
||||
commit=0.2.9.3
|
||||
init=rm libs/android-support-v13.jar
|
||||
extlibs=android/android-support-v4.jar;android/android-support-v13.jar
|
||||
srclibs=1:ActionBar-PullToRefresh@v0.9.1;2:drag-sort-listview@0.6.1;3:SlidingMenu@7ebe32772
|
||||
prebuild=rm -rf dist/ art/ src/org/mariotaku/twidere/fragment/support/NativeMapFragment.java && \
|
||||
cp libs/android-support-v4.jar $$SlidingMenu$$/libs/ && \
|
||||
cp libs/android-support-v4.jar $$drag-sort-listview$$/libs/
|
||||
patch=GooglePlay.patch
|
||||
prebuild=rm -rf dist/ art/ src/org/mariotaku/twidere/fragment/support/NativeMapFragment.java && \
|
||||
cp libs/android-support-v4.jar $$SlidingMenu$$/libs/ && \
|
||||
cp libs/android-support-v4.jar $$drag-sort-listview$$/libs/
|
||||
|
||||
Build:0.2.9.4,80
|
||||
commit=0.2.9.4
|
||||
init=rm libs/android-support-v13.jar
|
||||
extlibs=android/android-support-v4.jar;android/android-support-v13.jar
|
||||
srclibs=1:ActionBar-PullToRefresh@v0.9.1;2:drag-sort-listview@0.6.1;3:SlidingMenu@7ebe32772
|
||||
prebuild=rm -rf dist/ art/ src/org/mariotaku/twidere/fragment/support/NativeMapFragment.java && \
|
||||
cp libs/android-support-v4.jar $$SlidingMenu$$/libs/ && \
|
||||
cp libs/android-support-v4.jar $$drag-sort-listview$$/libs/
|
||||
patch=GooglePlay.patch
|
||||
prebuild=rm -rf dist/ art/ src/org/mariotaku/twidere/fragment/support/NativeMapFragment.java && \
|
||||
cp libs/android-support-v4.jar $$SlidingMenu$$/libs/ && \
|
||||
cp libs/android-support-v4.jar $$drag-sort-listview$$/libs/
|
||||
|
||||
Build:0.2.9.5,81
|
||||
commit=0.2.9.5
|
||||
init=rm libs/android-support-v13.jar
|
||||
extlibs=android/android-support-v4.jar;android/android-support-v13.jar
|
||||
srclibs=1:ActionBar-PullToRefresh@v0.9.1;2:drag-sort-listview@0.6.1;3:SlidingMenu@7ebe32772
|
||||
prebuild=rm -rf dist/ art/ && \
|
||||
cp libs/android-support-v4.jar $$SlidingMenu$$/libs/ && \
|
||||
cp libs/android-support-v4.jar $$drag-sort-listview$$/libs/
|
||||
|
||||
Build:0.2.9.6-update2,84
|
||||
commit=13811314f8ab9f14
|
||||
init=rm libs/android-support-v13.jar
|
||||
extlibs=android/android-support-v4.jar;android/android-support-v13.jar
|
||||
srclibs=1:ActionBar-PullToRefresh@v0.9.1;2:drag-sort-listview@0.6.1;3:SlidingMenu@7ebe32772
|
||||
prebuild=rm -rf dist/ art/ && \
|
||||
cp libs/android-support-v4.jar $$SlidingMenu$$/libs/ && \
|
||||
cp libs/android-support-v4.jar $$drag-sort-listview$$/libs/
|
||||
|
||||
Maintainer Notes:
|
||||
Tags are for the 'dev' branch, not the 'fdroid' branch that we want to use.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.2.9.4
|
||||
Current Version Code:80
|
||||
Current Version:0.2.9.6-update2
|
||||
Current Version Code:84
|
||||
|
||||
|
|
22
metadata/org.montrealtransit.android.schedule.stmbus.txt
Normal file
22
metadata/org.montrealtransit.android.schedule.stmbus.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
Category:Navigation
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://code.google.com/p/montrealtransit-for-android/source/list
|
||||
Issue Tracker:https://code.google.com/p/montrealtransit-for-android/issues/list
|
||||
Donate:https://code.google.com/p/montrealtransit-for-android
|
||||
|
||||
Summary:Addon for Montréal Transit
|
||||
Description:
|
||||
Allows you to store data offline for [[org.montrealtransit.android]].
|
||||
.
|
||||
|
||||
#139MiB using svn alone
|
||||
Repo Type:svn
|
||||
Repo:http://montrealtransit-for-android.googlecode.com/svn/trunk/MonTransit-Schedule-STM-Bus
|
||||
|
||||
Build Version:1.0.2,3,887,rm=custom_rules.xml
|
||||
|
||||
Update Check Mode:None
|
||||
Current Version:1.0.2
|
||||
Current Version Code:3
|
||||
|
26
metadata/org.montrealtransit.android.txt
Normal file
26
metadata/org.montrealtransit.android.txt
Normal file
|
@ -0,0 +1,26 @@
|
|||
AntiFeatures:UpstreamNonFree
|
||||
Category:Navigation
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://code.google.com/p/montrealtransit-for-android/source/list
|
||||
Issue Tracker:https://code.google.com/p/montrealtransit-for-android/issues/list
|
||||
Donate:https://code.google.com/p/montrealtransit-for-android
|
||||
|
||||
Summary:Public transit for Canada
|
||||
Description:
|
||||
Several proprietary libraries were removed
|
||||
.
|
||||
|
||||
Repo Type:svn
|
||||
Repo:http://montrealtransit-for-android.googlecode.com/svn/trunk/MonTransit
|
||||
|
||||
Build Version:1.7.7.4,886,886,\
|
||||
rm=custom_rules.xml;libs/libGoogleAnalytics.jar;libs/admob-sdk-android.jar,\
|
||||
srclibs=1:ViewPagerIndicator@2.4.1;NoAnalytics@a63142b59e740;MobAdMob@2d5736,\
|
||||
prebuild=\
|
||||
echo 'source.dir=src;$$MobAdMob$$/src;$$NoAnalytics$$/src' > ant.properties
|
||||
|
||||
Update Check Mode:None
|
||||
Current Version:1.0.2
|
||||
Current Version Code:3
|
||||
|
33
metadata/org.mortbay.ijetty/patch_31.patch
Normal file
33
metadata/org.mortbay.ijetty/patch_31.patch
Normal file
|
@ -0,0 +1,33 @@
|
|||
diff --git a/i-jetty-ui/pom.xml b/i-jetty-ui/pom.xml
|
||||
index 26adc2f..d9eabc5 100644
|
||||
--- a/i-jetty-ui/pom.xml
|
||||
+++ b/i-jetty-ui/pom.xml
|
||||
@@ -57,12 +57,12 @@
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
|
||||
- <artifactId>maven-android-plugin</artifactId>
|
||||
- <version>2.9.0-beta-5</version>
|
||||
+ <artifactId>android-maven-plugin</artifactId>
|
||||
+ <version>3.6.1</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<sdk>
|
||||
- <platform>4</platform>
|
||||
+ <platform>8</platform>
|
||||
</sdk>
|
||||
<deleteConflictingFiles>true</deleteConflictingFiles>
|
||||
<extractDuplicates>true</extractDuplicates>
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index 12756a7..963890c 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -18,7 +18,7 @@
|
||||
<android.version>1.6_r2</android.version>
|
||||
<jetty.version>7.6.0.RC4</jetty.version>
|
||||
<servlet.version>2.5-20081211</servlet.version>
|
||||
- <android.sdk.version>4</android.sdk.version>
|
||||
+ <android.sdk.version>8</android.sdk.version>
|
||||
<android.platform>platforms/android-${android.sdk.version}</android.platform>
|
||||
</properties>
|
||||
|
|
@ -10,15 +10,15 @@ Auto Name:Mustard
|
|||
Summary:Microblogging via StatusNet
|
||||
Description:
|
||||
'''The versions here don't work with Twitter or identi.ca any more'''.
|
||||
They only work with StatusNet.
|
||||
They only work with GNU Social (formerly StatusNet).
|
||||
You may like to try [[org.mariotaku.twidere]] or [[org.andstatus.app]],
|
||||
for Twitter; or [[org.macno.puma]] for identi.ca.
|
||||
|
||||
Mustard is a full-featured client for [http://status.net Statusnet]
|
||||
(now called GNU Social), a microblogging platform somewhat like Twitter,
|
||||
but decentralized.
|
||||
Note that the hitherto largest Statusnet site, [http://identi.ca identi.ca],
|
||||
now uses a different platform called [http://pump.io pump.io].
|
||||
Mustard is a full-featured client for [http://status.net Statusnet] /
|
||||
GNU Social, a microblogging platform somewhat like Twitter, but
|
||||
decentralized.
|
||||
Note that the hitherto largest Statusnet site, [http://identi.ca identi.ca],
|
||||
now uses a different platform called [http://pump.io pump.io].
|
||||
|
||||
It has many features like attachments, geolocation and avatar update.
|
||||
It supports tags, groups and public timelines, favor/disfavor notices,
|
||||
|
@ -28,8 +28,12 @@ If the server uses OAuth the credentials will need to be put
|
|||
on a server as explained on the website.
|
||||
.
|
||||
|
||||
#Repo Type:git
|
||||
#Repo:git://gitorious.org/~macno/mustard/macnos-clone.git
|
||||
Repo Type:git
|
||||
Repo:git://gitorious.org/~macno/mustard/macnos-clone.git
|
||||
|
||||
Build Version:0.4.1,150,315d7ef,\
|
||||
prebuild=sed -i '3d;6d' res/values/keys-example.xml && \
|
||||
mv res/values/keys-example.xml res/values/keys.xml
|
||||
|
||||
# This build seems to break oAuth for Statusnet; see Mumod for guidance
|
||||
#Build Version:0.3.5b,140,2ce38a6,prebuild=\
|
||||
|
|
|
@ -8,24 +8,24 @@ Auto Name:MythDroid
|
|||
Summary:MythTV remote control system
|
||||
Description:
|
||||
A remote control system for MythTV featuring:
|
||||
*Support MythTV 0.21 - 0.26
|
||||
*Optimised for both phone and tablet screens
|
||||
*Coverart / fanart display (MythTV 0.25+)
|
||||
*Standard and 'gesture' remote control interfaces
|
||||
*Move in-progress playback between frontends and/or the device itself
|
||||
*Wake and unlock upon device movement whilst in remotes
|
||||
*Display of detected commercial breaks
|
||||
*Browse, schedule, delete and play recordings
|
||||
*Stream recordings and videos to the android device
|
||||
*Music remote with album art
|
||||
*Video browsing and playback
|
||||
*Status and Program guide viewers
|
||||
*Automatic discovery of frontends and backend
|
||||
*Supports multiple frontends
|
||||
*Hardware keyboard 'passthru'
|
||||
*Frontend Wake On Lan
|
||||
*Call / SMS info display on MythTV OSD
|
||||
*Automated, secure, muxed connection for simplified use when away from home
|
||||
* Support MythTV 0.21 - 0.26
|
||||
* Optimised for both phone and tablet screens
|
||||
* Coverart / fanart display (MythTV 0.25+)
|
||||
* Standard and 'gesture' remote control interfaces
|
||||
* Move in-progress playback between frontends and/or the device itself
|
||||
* Wake and unlock upon device movement whilst in remotes
|
||||
* Display of detected commercial breaks
|
||||
* Browse, schedule, delete and play recordings
|
||||
* Stream recordings and videos to the android device
|
||||
* Music remote with album art
|
||||
* Video browsing and playback
|
||||
* Status and Program guide viewers
|
||||
* Automatic discovery of frontends and backend
|
||||
* Supports multiple frontends
|
||||
* Hardware keyboard 'passthru'
|
||||
* Frontend Wake On Lan
|
||||
* Call / SMS info display on MythTV OSD
|
||||
* Automated, secure, muxed connection for simplified use when away from home
|
||||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
|
|
|
@ -51,6 +51,6 @@ Build:5720,5720
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoTrunk
|
||||
Current Version:5723
|
||||
Current Version Code:5723
|
||||
Current Version:5726
|
||||
Current Version Code:5726
|
||||
|
||||
|
|
23
metadata/org.okfn.pod.txt
Normal file
23
metadata/org.okfn.pod.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
Categories:Office
|
||||
License:MIT
|
||||
Web Site:
|
||||
Source Code:https://github.com/okfn/product-browser-android
|
||||
Issue Tracker:https://github.com/okfn/product-browser-android/issues
|
||||
|
||||
Auto Name:Product Open Data
|
||||
Summary:Get product info from barcodes
|
||||
Description:
|
||||
No description available
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/okfn/product-browser-android.git
|
||||
|
||||
Build:1.00.13,13
|
||||
commit=506cfbed0072a8
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.00.13
|
||||
Current Version Code:13
|
||||
|
|
@ -21,29 +21,55 @@ you will not be able to upgrade it without first manually removing (as root) the
|
|||
Repo Type:git
|
||||
Repo:https://github.com/openintents/filemanager.git
|
||||
|
||||
Build Version:1.2-rc1,18,4106,subdir=FileManager,target=android-11,buildjni=yes,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$OI$$/distribution/DistributionLibrary@' project.properties && android update project -p $$OI$$/distribution/DistributionLibrary -t android-11
|
||||
Build Version:1.2,20,4170,subdir=FileManager,target=android-11,buildjni=yes,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$OI$$/distribution/DistributionLibrary@' project.properties && android update project -p $$OI$$/distribution/DistributionLibrary -t android-11
|
||||
#new repo
|
||||
Build Version:1.3,21,4358c17a,subdir=FileManager,target=android-14,buildjni=yes,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
|
||||
Build Version:2.0.2,26,328b40775,subdir=FileManager,\
|
||||
target=android-14,buildjni=yes,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
|
||||
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 Version:2.0.3-rc1,28,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: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
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.0.3-rc1
|
||||
Current Version Code:28
|
||||
Current Version:2.0.3
|
||||
Current Version Code:29
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ License:GPLv3
|
|||
Web Site:http://projectmaxs.org
|
||||
Source Code:http://projectmaxs.org/source
|
||||
Issue Tracker:http://projectmaxs.org/issues
|
||||
Donate:http://projectmaxs.org/donate
|
||||
FlattrID:2148361
|
||||
Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ License:GPLv3
|
|||
Web Site:http://projectmaxs.org
|
||||
Source Code:http://projectmaxs.org/source
|
||||
Issue Tracker:http://projectmaxs.org/issues
|
||||
Donate:http://projectmaxs.org/donate
|
||||
FlattrID:2148361
|
||||
Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ License:GPLv3
|
|||
Web Site:http://projectmaxs.org
|
||||
Source Code:http://projectmaxs.org/source
|
||||
Issue Tracker:http://projectmaxs.org/issues
|
||||
Donate:http://projectmaxs.org/donate
|
||||
FlattrID:2148361
|
||||
Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ License:GPLv3
|
|||
Web Site:http://projectmaxs.org
|
||||
Source Code:http://projectmaxs.org/source
|
||||
Issue Tracker:http://projectmaxs.org/issues
|
||||
Donate:http://projectmaxs.org/donate
|
||||
FlattrID:2148361
|
||||
Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ License:GPLv3
|
|||
Web Site:http://projectmaxs.org
|
||||
Source Code:http://projectmaxs.org/source
|
||||
Issue Tracker:http://projectmaxs.org/issues
|
||||
Donate:http://projectmaxs.org/donate
|
||||
FlattrID:2148361
|
||||
Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ License:GPLv3
|
|||
Web Site:http://projectmaxs.org
|
||||
Source Code:http://projectmaxs.org/source
|
||||
Issue Tracker:http://projectmaxs.org/issues
|
||||
Donate:http://projectmaxs.org/donate
|
||||
FlattrID:2148361
|
||||
Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ License:GPLv3
|
|||
Web Site:http://projectmaxs.org
|
||||
Source Code:http://projectmaxs.org/source
|
||||
Issue Tracker:http://projectmaxs.org/issues
|
||||
Donate:http://projectmaxs.org/donate
|
||||
FlattrID:2148361
|
||||
Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ License:GPLv3
|
|||
Web Site:http://projectmaxs.org
|
||||
Source Code:http://projectmaxs.org/source
|
||||
Issue Tracker:http://projectmaxs.org/issues
|
||||
Donate:http://projectmaxs.org/donate
|
||||
FlattrID:2148361
|
||||
Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ License:GPLv3
|
|||
Web Site:http://projectmaxs.org
|
||||
Source Code:http://projectmaxs.org/source
|
||||
Issue Tracker:http://projectmaxs.org/issues
|
||||
Donate:http://projectmaxs.org/donate
|
||||
FlattrID:2148361
|
||||
Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ License:GPLv3
|
|||
Web Site:http://projectmaxs.org
|
||||
Source Code:http://projectmaxs.org/source
|
||||
Issue Tracker:http://projectmaxs.org/issues
|
||||
Donate:http://projectmaxs.org/donate
|
||||
FlattrID:2148361
|
||||
Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ License:GPLv3
|
|||
Web Site:http://projectmaxs.org
|
||||
Source Code:http://projectmaxs.org/source
|
||||
Issue Tracker:http://projectmaxs.org/issues
|
||||
Donate:http://projectmaxs.org/donate
|
||||
FlattrID:2148361
|
||||
Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ License:GPLv3
|
|||
Web Site:http://projectmaxs.org
|
||||
Source Code:http://projectmaxs.org/source
|
||||
Issue Tracker:http://projectmaxs.org/issues
|
||||
Donate:http://projectmaxs.org/donate
|
||||
FlattrID:2148361
|
||||
Bitcoin:1AUuXzvVUh1HMb2kVYnDWz8TgjbJMaZqDt
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue