two more new apps
This commit is contained in:
parent
4358158d62
commit
ad8b13923d
32
metadata/com.brockoli.android.hsdroid.txt
Normal file
32
metadata/com.brockoli.android.hsdroid.txt
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
Categories:Games
|
||||||
|
License:Apache2
|
||||||
|
Web Site:
|
||||||
|
Source Code:https://bitbucket.org/brockoli/hsdroid/src
|
||||||
|
Issue Tracker:https://bitbucket.org/brockoli/hsdroid/issues
|
||||||
|
|
||||||
|
Auto Name:HSDroid
|
||||||
|
Summary:Watch hockey games
|
||||||
|
Description:
|
||||||
|
Client for watching hockeystreams.com live and on demand video streams.
|
||||||
|
It only uses (HLS) formated streams.
|
||||||
|
|
||||||
|
Requires you to have an active account on http://www.hockeystreams.com
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://bitbucket.org/brockoli/hsdroid.git
|
||||||
|
|
||||||
|
Build:1.6,9
|
||||||
|
commit=127e76
|
||||||
|
gradle=yes
|
||||||
|
srclibs=SlidingMenu@d929476bee72
|
||||||
|
patch=build.gradle_9.patch
|
||||||
|
prebuild=echo -e "include ':SlidingMenu'\nproject(':SlidingMenu').projectDir = new File('$(readlink -f $$SlidingMenu$$)')" > settings.gradle && \
|
||||||
|
find . -type f -print0 | xargs -0 sed -i 's/com.slidingmenu/com.jeremyfeinstein.slidingmenu/g' && \
|
||||||
|
sed -i '202d' src/com/brockoli/android/hsdroid/MainActivity.java
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
||||||
|
Update Check Mode:RepoManifest
|
||||||
|
Current Version:1.6
|
||||||
|
Current Version Code:9
|
||||||
|
|
40
metadata/com.brockoli.android.hsdroid/build.gradle_9.patch
Normal file
40
metadata/com.brockoli.android.hsdroid/build.gradle_9.patch
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
diff --git a/build.gradle b/build.gradle
|
||||||
|
index 96f7215..bd832cc 100644
|
||||||
|
--- a/build.gradle
|
||||||
|
+++ b/build.gradle
|
||||||
|
@@ -1,8 +1,17 @@
|
||||||
|
+buildscript {
|
||||||
|
+ repositories {
|
||||||
|
+ mavenCentral()
|
||||||
|
+ }
|
||||||
|
+ dependencies {
|
||||||
|
+ classpath 'com.android.tools.build:gradle:0.6.+'
|
||||||
|
+ }
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
apply plugin: 'android'
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
compile fileTree(dir: 'libs', include: '*.jar')
|
||||||
|
- compile project(':SlidingMenu:library')
|
||||||
|
+ compile project(':SlidingMenu')
|
||||||
|
}
|
||||||
|
|
||||||
|
android {
|
||||||
|
@@ -20,16 +29,5 @@ android {
|
||||||
|
assets.srcDirs = ['assets']
|
||||||
|
}
|
||||||
|
|
||||||
|
- // Move the tests to tests/java, tests/res, etc...
|
||||||
|
- instrumentTest.setRoot('tests')
|
||||||
|
-
|
||||||
|
- // Move the build types to build-types/<type>
|
||||||
|
- // For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ...
|
||||||
|
- // This moves them out of them default location under src/<type>/... which would
|
||||||
|
- // conflict with src/ being used by the main source set.
|
||||||
|
- // Adding new build types or product flavors should be accompanied
|
||||||
|
- // by a similar customization.
|
||||||
|
- debug.setRoot('build-types/debug')
|
||||||
|
- release.setRoot('build-types/release')
|
||||||
|
}
|
||||||
|
}
|
24
metadata/com.weicheng.taipeiyoubikeoffline.txt
Normal file
24
metadata/com.weicheng.taipeiyoubikeoffline.txt
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
Categories:Navigation
|
||||||
|
License:GPLv3
|
||||||
|
Web Site:http://www.youbike.com.tw/home.php?eng=1
|
||||||
|
Source Code:https://bitbucket.org/tiduswc2/taipei-youbike-offline/src
|
||||||
|
Issue Tracker:https://bitbucket.org/tiduswc2/taipei-youbike-offline/issues
|
||||||
|
Donate:http://techwagon.blogspot.com
|
||||||
|
|
||||||
|
Auto Name:Taipei Youbike Offline
|
||||||
|
Summary:
|
||||||
|
Description:
|
||||||
|
Browse the bike stations in Taiwan's capital city on a Mapnik (OSM) map
|
||||||
|
(which are bundled). The interface of the app is only in Chinese currently.
|
||||||
|
|
||||||
|
Repo Type:hg
|
||||||
|
Repo:https://bitbucket.org/tiduswc2/taipei-youbike-offline
|
||||||
|
|
||||||
|
Build:1.0,1
|
||||||
|
commit=9148fb9
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
||||||
|
Update Check Mode:RepoManifest
|
||||||
|
Current Version:1.0
|
||||||
|
Current Version Code:1
|
||||||
|
|
Loading…
Reference in a new issue