metadata and patches for org.nerdcircus.android.klaxon

This commit is contained in:
Steven McDonald 2012-01-29 18:48:38 +11:00 committed by Ciaran Gultnieks
parent a88a96bc56
commit afc539e015
5 changed files with 61 additions and 0 deletions

View file

@ -0,0 +1,19 @@
Category:Office
License:Apache2
Web Site:http://code.google.com/p/klaxon/
Source Code:http://code.google.com/p/klaxon/source/checkout
Issue Tracker:http://code.google.com/p/klaxon/issues/list
Summary:SMS-based pager
Description:
Klaxon is a tool designed for on-call personnel, that repeatedly notifies the user (by means of a ringtone, vibration or both) when a page is received until the user looks at it. A page to Klaxon is an SMS message, optionally meeting filtering criteria set by the user.
.
Repo Type:git-svn
Repo:http://klaxon.googlecode.com/svn/trunk/
Build Version:0.27,27,144,target=android-8,patch=project-name.patch;v9-only.patch;v11-only.patch;v14-only.patch
Update Check Mode:Market
Current Version:0.27
Current Version Code:27

View file

@ -0,0 +1,11 @@
diff --git a/build.xml b/build.xml
index 2eb2c6d..b45d3bf 100644
--- a/build.xml
+++ b/build.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project name="KlaxonList" default="help">
+<project name="Klaxon" default="help">
<!-- The local.properties file is created and updated by the 'android' tool.
It contains the path to the SDK. It should *NOT* be checked into

View file

@ -0,0 +1,10 @@
diff --git a/res/values-v11/themes.xml b/res/values-v11/themes.xml
deleted file mode 100644
index 23a3718..0000000
--- a/res/values-v11/themes.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<resources>
- <style name="SelectorTheme" parent="@android:style/Theme.Holo">
- </style>
-</resources>

View file

@ -0,0 +1,10 @@
diff --git a/res/values-v14/themes.xml b/res/values-v14/themes.xml
deleted file mode 100644
index aeee472..0000000
--- a/res/values-v14/themes.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<resources>
- <style name="SelectorTheme" parent="@android:style/Theme.DeviceDefault">
- </style>
-</resources>

View file

@ -0,0 +1,11 @@
diff --git a/res/values-v9/styles.xml b/res/values-v9/styles.xml
deleted file mode 100644
index e75befc..0000000
--- a/res/values-v9/styles.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <style name="NotificationFont" parent="@android:style/TextAppearance.StatusBar.EventContent.Title">
- </style>
-</resources>