fixes for MR#268 and some descriptions

This commit is contained in:
David Black 2013-12-15 13:22:35 +00:00
parent 8e9d0517cc
commit 47e0ed5b83
10 changed files with 31 additions and 18 deletions

View file

@ -5,7 +5,7 @@ Issue Tracker:http://code.google.com/p/android/issues/list?can=2&q=launcher&cols
Summary:Home screen Summary:Home screen
Description: Description:
Android 4.4 homescreen from AOSP, patched to enable installation on 4.0.4. Android 4.4 homescreen from AOSP, patched to enable installation on 4.1.
Backup of configuration to Google account is removed. Backup of configuration to Google account is removed.
. .

View file

@ -1,8 +1,8 @@
diff --git a/build.gradle b/build.gradle diff --git a/build.gradle b/build.gradle
index 96f7215..bd832cc 100644 index 96f7215..914ab56 100644
--- a/build.gradle --- a/build.gradle
+++ b/build.gradle +++ b/build.gradle
@@ -1,8 +1,17 @@ @@ -1,13 +1,22 @@
+buildscript { +buildscript {
+ repositories { + repositories {
+ mavenCentral() + mavenCentral()
@ -21,6 +21,12 @@ index 96f7215..bd832cc 100644
} }
android { android {
compileSdkVersion 16
- buildToolsVersion "16.0.0"
+ buildToolsVersion "18.1.0"
sourceSets {
main {
@@ -20,16 +29,5 @@ android { @@ -20,16 +29,5 @@ android {
assets.srcDirs = ['assets'] assets.srcDirs = ['assets']
} }

View file

@ -14,10 +14,9 @@ remaining until an event.
Repo Type:git Repo Type:git
Repo:https://github.com/cr5315/countdown-for-dashclock.git Repo:https://github.com/cr5315/countdown-for-dashclock.git
Build:1.3.1,16 Build:1.3.2,17
commit=d88d06 commit=f1dd7
rm=libs/dashclock-api-r2.0.jar rm=libs/dashclock-api-r2.0.jar
extlibs=android/android-support-v4.jar
srclibs=DashClock@ecb5a191880 srclibs=DashClock@ecb5a191880
prebuild=echo 'source.dir=src;$$DashClock$$/api/src/main/java;$$DashClock$$/api/src/main/aidl' >> project.properties prebuild=echo 'source.dir=src;$$DashClock$$/api/src/main/java;$$DashClock$$/api/src/main/aidl' >> project.properties
@ -27,6 +26,6 @@ There are tags, but not up to date.
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.3.1 Current Version:1.3.2
Current Version Code:16 Current Version Code:17

View file

@ -1,6 +1,6 @@
Categories:Internet Categories:Internet
License:Apache2 License:Apache2
Web Site:https://ddg.gg Web Site:https://duck.co/help/mobile/android
Source Code:https://github.com/duckduckgo/android Source Code:https://github.com/duckduckgo/android
Issue Tracker:https://github.com/duckduckgo/android/issues Issue Tracker:https://github.com/duckduckgo/android/issues
@ -13,7 +13,7 @@ on privacy.
The app also works like a news reader, showing popular stories from a The app also works like a news reader, showing popular stories from a
customizable list of websites, until you enter a query. customizable list of websites, until you enter a query.
Works with [[org.torproject.android]]. Works with [[org.torproject.android]] (though not on Android 4.4).
. .
Repo Type:git Repo Type:git

View file

@ -17,10 +17,11 @@ Repo:https://github.com/sismics/reader.git
Build:1.3.1,5 Build:1.3.1,5
commit=3284254ca61539ac commit=3284254ca61539ac
subdir=reader-android subdir=reader-android
extlibs=android/android-support-v4r13.jar
maven=yes maven=yes
prebuild=sed -i 's/3.5.3/3.6.1/g' pom.xml && \ prebuild=sed -i 's/3.5.3/3.6.1/g' pom.xml && \
$$MVN3$$ -N -Pinit validate && \ $$MVN3$$ -N -Pinit validate && \
$$MVN3$$ install:install-file -DgroupId=com.google.android -DartifactId=support-v4 -Dversion=r13 -Dpackaging=jar -Dfile=../../extlib/android/android-support-v4r13.jar $$MVN3$$ install:install-file -DgroupId=com.google.android -DartifactId=support-v4 -Dversion=r13 -Dpackaging=jar -Dfile=libs/android-support-v4r13.jar
Maintainer Notes: Maintainer Notes:
Tags are probably for the server Tags are probably for the server

View file

@ -12,7 +12,9 @@ Unofficial app for smashwords.com, a purveyor of DRM-free and gratis ebooks.
Books can be loaded directly from Cool reader, FBReader or Pageturner Books can be loaded directly from Cool reader, FBReader or Pageturner
. .
Repo Type:git-svn # no git treeish found error
#Repo Type:git-svn
Repo Type:svn
Repo:http://smashwords-access-for-android.googlecode.com/svn/trunk/ Repo:http://smashwords-access-for-android.googlecode.com/svn/trunk/
Build:011 beta,11 Build:011 beta,11

View file

@ -19,7 +19,7 @@ Build:1.4.2,12
gradle=yes gradle=yes
srclibs=ActionBarSherlock@4.4.0 srclibs=ActionBarSherlock@4.4.0
prebuild=echo -e "include ':ActionBarSherlock'\nproject(':ActionBarSherlock').projectDir = new File('$(readlink -f $$ActionBarSherlock$$)')" > settings.gradle && \ prebuild=echo -e "include ':ActionBarSherlock'\nproject(':ActionBarSherlock').projectDir = new File('$(readlink -f $$ActionBarSherlock$$)')" > settings.gradle && \
sed -i 's/0.4/0.6+/g;s/:C::Users:ckoelle:Projekte:Android:actionbarsherlock:4.2.0:library/:ActionBarSherlock/g' build.gradle && \ sed -i 's/0.4/0.6+/g;s/17.0.0/18.1.0/g;s/:C::Users:ckoelle:Projekte:Android:actionbarsherlock:4.2.0:library/:ActionBarSherlock/g' build.gradle && \
sed -i 's/16/17/g' AndroidManifest.xml sed -i 's/16/17/g' AndroidManifest.xml
Auto Update Mode:None Auto Update Mode:None

View file

@ -16,9 +16,8 @@ Repo:https://github.com/guardianproject/PixelKnot.git
Build:0.3.1,4 Build:0.3.1,4
commit=0.3.1 commit=0.3.1
subdir=app subdir=app
srclibs=ActionBarSherlock@90939dc;F5@ce9c78497a0cc22a init=sed -i '/reference/d' project.properties
init=sed -i 's@\(reference.2=\).*@\1$$ActionBarSherlock$$@' project.properties && \ srclibs=2:ActionBarSherlock@90939dc;1:F5@ce9c78497a0cc22a
sed -i 's@\(reference.1=\).*@\1$$F5$$@' project.properties
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags

View file

@ -1,5 +1,6 @@
Categories:Science & Education,Development Categories:Science & Education,Development
License:GPLv3+ License:GPLv3+
Web Site:https://github.com/uberspot/DebianDroid
Source Code:https://github.com/uberspot/DebianDroid Source Code:https://github.com/uberspot/DebianDroid
Issue Tracker:https://github.com/uberspot/DebianDroid/issues Issue Tracker:https://github.com/uberspot/DebianDroid/issues
@ -22,7 +23,9 @@ Repo:https://github.com/uberspot/DebianDroid.git
Build:1.7,12 Build:1.7,12
commit=5708e25c80969e commit=5708e25c80969e
submodules=yes submodules=yes
init=sed -i 's/StorageUtils/storageutils/g' project.properties init=sed -i 's/StorageUtils/storageutils/g' project.properties
extlibs=android/android-support-v4.jar
prebuild=mv libs/android-support-v4.jar external/actionbarsherlock/actionbarsherlock/libs/
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest

View file

@ -10,8 +10,11 @@ Summary:Online gallery viewer
Description: Description:
Connect to Danbooru image galleries and browse by Connect to Danbooru image galleries and browse by
tags (A swipe from the side reveals the action bar). tags (A swipe from the side reveals the action bar).
The safebooru.org site is preloaded which shows Anime images The safebooru.org site is preloaded which shows Anime images
that are generally 'safe for work'. that are considered 'safe for work'. Note that the images there are usually
of high quality and though the app is fast, a lot of data
will be downloaded.
A proprietary analytics library was removed. A proprietary analytics library was removed.
. .