More apps to real UCMs

This commit is contained in:
Daniel Martí 2013-11-18 15:55:24 +01:00
parent 76fc3f1c13
commit 4d1bb01965
9 changed files with 40 additions and 38 deletions

View file

@ -18,8 +18,7 @@ Repo:https://github.com/adrian-bl/APN-Switch.git
Build Version:1.20111211,132351998,5517b4d7d3b73,target=android-8 Build Version:1.20111211,132351998,5517b4d7d3b73,target=android-8
Auto Update Mode:None Auto Update Mode:None
#Update Check Mode:Market Update Check Mode:RepoManifest
Update Check Mode:None
Current Version:1.20111211 Current Version:1.20111211
Current Version Code:132351998 Current Version Code:132351998

View file

@ -17,9 +17,7 @@ Repo:https://github.com/adrian-bl/bl-battstatus-android.git
Build Version:1.81,1335983644,2bd476,target=android-4,prebuild=make refresh Build Version:1.81,1335983644,2bd476,target=android-4,prebuild=make refresh
Auto Update Mode:None Auto Update Mode:None
#puts version in strings.xml Update Check Mode:RepoManifest
#Update Check Mode:Market
Update Check Mode:None
Current Version:1.81 Current Version:1.81
Current Version Code:1335983644 Current Version Code:1335983644

View file

@ -13,16 +13,27 @@ See [[com.banasiak.coinflipext.example]] for extra coins.
Repo Type:git Repo Type:git
Repo:https://github.com/banasiak/CoinFlip.git Repo:https://github.com/banasiak/CoinFlip.git
Build Version:5.1,25,f4d644 Build:5.1,25
Build Version:5.2,26,93e1497e40 commit=f4d644
Build Version:5.2.1,27,4a154179
Build Version:5.3,28,!skip this one Build:5.2,26
Build Version:5.3.1,29,f5d0dfd commit=93e1497e40
Build Version:5.3.2,30,3de8a3025
Build:5.2.1,27
commit=4a154179
Build:5.3.1,29
commit=f5d0dfd
Build:5.3.2,30
commit=3de8a3025
Build:5.4,31
commit=5756cefff048fa
disable=missing drawables
Auto Update Mode:None Auto Update Mode:None
#Update Check Mode:Market Update Check Mode:RepoManifest
Update Check Mode:None Current Version:5.4
Current Version:5.3.2 Current Version Code:31
Current Version Code:30

View file

@ -8,10 +8,7 @@ Auto Name:Shift
Summary:Eliminate the tiles Summary:Eliminate the tiles
Description: Description:
Shift is a small puzzle game for Android. It is a remake of a game Shift is a small puzzle game for Android. It is a remake of a game
for WindowsMobile devices. If you want to help me with this project just for WindowsMobile devices.
contact me...
Hope you like it and thanks for reading this ;-)
. .
Repo Type:git Repo Type:git
@ -20,9 +17,7 @@ Repo:https://github.com/boombuler/Shift.git
Build Version:1.0.1,101,5d7784b359 Build Version:1.0.1,101,5d7784b359
Auto Update Mode:None Auto Update Mode:None
#Not very good commit comments Update Check Mode:RepoManifest
#Update Check Mode:Market
Update Check Mode:None
Current Version:1.0.1 Current Version:1.0.1
Current Version Code:101 Current Version Code:101

View file

@ -26,8 +26,7 @@ echo "android.library.reference.1=$$NoAnalytics$$" >> ../dailymoney/project.prop
sed -i '/android.permission.INTERNET/d' AndroidManifest.xml sed -i '/android.permission.INTERNET/d' AndroidManifest.xml
Auto Update Mode:None Auto Update Mode:None
#Update Check Mode:Market Update Check Mode:RepoManifest
Update Check Mode:None
Current Version:0.9.8-121107-freshly Current Version:0.9.8-121107-freshly
Current Version Code:2012110700 Current Version Code:2012110700

View file

@ -4,13 +4,13 @@ Web Site:http://code.google.com/p/copter-gcs
Source Code:http://code.google.com/p/copter-gcs/source/checkout Source Code:http://code.google.com/p/copter-gcs/source/checkout
Issue Tracker:http://code.google.com/p/copter-gcs/issues/list Issue Tracker:http://code.google.com/p/copter-gcs/issues/list
Auto Name:Copter GCS
Summary:GCS for ArduCopter/ArduPirate Summary:GCS for ArduCopter/ArduPirate
Description: Description:
Provides a GCS for the ArduCopter/ArduPirate family of copters. Status readouts, GPS tracking/logging, Provides a GCS for the ArduCopter/ArduPirate family of copters. Status readouts, GPS tracking/logging,
PID tuning, calibration (Transmitter and sensors) and sensor readouts. Very useful for tuning in the field. PID tuning, calibration (Transmitter and sensors) and sensor readouts. Very useful for tuning in the field.
Note that a Bluetooth to APM link is required. Visit the website for details. Note that a Bluetooth to APM link is required. Visit the website for details.
'''check this'''
N.B It isn't possible to view the photos on a map because Google Maps is the only map source and N.B It isn't possible to view the photos on a map because Google Maps is the only map source and
f-droid can't supply an API key to use it. f-droid can't supply an API key to use it.
. .
@ -18,16 +18,19 @@ f-droid can't supply an API key to use it.
Repo Type:git Repo Type:git
Repo:https://code.google.com/p/copter-gcs/ Repo:https://code.google.com/p/copter-gcs/
#Error running the first ndk build in ./jni
#Build Version:Copter-GCS,9,4ab9b7a66d8d,subdir=copter-gcs,buildjni=no,\ #Build Version:Copter-GCS,9,4ab9b7a66d8d,subdir=copter-gcs,buildjni=no,\
#prebuild=wget http://copter-gcs.googlecode.com/files/jMAVLink.zip && unzip jMAVLink.zip && \ #prebuild=wget http://copter-gcs.googlecode.com/files/jMAVLink.zip && unzip jMAVLink.zip && \
#rm -f jMAVLink.zip && rm -rf release && ndk-build && ndk-build -C jMAVLink && \ #rm -f jMAVLink.zip && rm -rf release && ndk-build && ndk-build -C jMAVLink && \
#cp jMAVLink/libs/armeabi/jMAVLink.so libs/armeabi/ && rm -rf jMAVLink && \ #cp jMAVLink/libs/armeabi/jMAVLink.so libs/armeabi/ && rm -rf jMAVLink && \
#sed -i 's/<uses-library android:name="com.google.android.maps" \/>/<uses-library android:name="com.google.android.maps" android:required="false" \/>/g' AndroidManifest.xml #sed -i 's/<uses-library android:name="com.google.android.maps" \/>/<uses-library android:name="com.google.android.maps" android:required="false" \/>/g' AndroidManifest.xml
#Update Check Mode:Market Build:Copter-GCS,9
Update Check Mode:None disable=ndk problems
Current Version:Copter-GCS commit=4ab9b7a66d8d
Current Version Code:10 subdir=copter-gcs
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:Copter-GCS
Current Version Code:9

View file

@ -21,8 +21,7 @@ mv lib libs && mvn package -f ../JapaneseNameConverter-preprocessing/pom.xml &&
mv ../JapaneseNameConverter-preprocessing/target/japanese-name-generator-v3-1.0-SNAPSHOT.jar libs/ mv ../JapaneseNameConverter-preprocessing/target/japanese-name-generator-v3-1.0-SNAPSHOT.jar libs/
Auto Update Mode:None Auto Update Mode:None
#Update Check Mode:Market Update Check Mode:RepoManifest
Update Check Mode:None
Current Version:1.0 Current Version:1.0
Current Version Code:1 Current Version Code:1

View file

@ -16,8 +16,7 @@ Repo:https://github.com/harism/android_wallpaper_flowers.git
Build Version:3.2,10,51d7f9a56 Build Version:3.2,10,51d7f9a56
Auto Update Mode:None Auto Update Mode:None
#Update Check Mode:Market Update Check Mode:RepoManifest
Update Check Mode:None
Current Version:3.2 Current Version:3.2
Current Version Code:10 Current Version Code:10

View file

@ -22,11 +22,10 @@ Build Version:0.2.2,8,v0.2.2,buildjni=yes,target=android-8
Build Version:0.3.-1,10,v0.3.-1,buildjni=yes,target=android-8 Build Version:0.3.-1,10,v0.3.-1,buildjni=yes,target=android-8
Build Version:0.3.2,13,v0.3.2,buildjni=yes,target=android-8 Build Version:0.3.2,13,v0.3.2,buildjni=yes,target=android-8
Build Version:0.4.2,16,4a9161b6f94d07e3da030a66c0a24fda06f3a53d,buildjni=yes,target=android-8 Build Version:0.4.2,16,4a9161b6f94d07e3da030a66c0a24fda06f3a53d,buildjni=yes,target=android-8
Build Version:0.4.3,17,a03d152e4a17c1d01ca4cb3ae3fc473be5736920,buildjni=yes,target=android-8 Build Version:0.4.3,17,v0.4.3,buildjni=yes,target=android-8
Auto Update Mode:None Auto Update Mode:None
#Update Check Mode:Market Update Check Mode:Tags
Update Check Mode:None
Current Version:0.4.3 Current Version:0.4.3
Current Version Code:17 Current Version Code:17