From 0f2b7e17479cc7e3167afd7dfa64606892eb829a Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Sat, 30 Mar 2013 15:15:25 +0100 Subject: [PATCH 1/4] added app BlitzMail --- metadata/de.grobox.blitzmail.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 metadata/de.grobox.blitzmail.txt diff --git a/metadata/de.grobox.blitzmail.txt b/metadata/de.grobox.blitzmail.txt new file mode 100644 index 0000000000..de5f69d7fe --- /dev/null +++ b/metadata/de.grobox.blitzmail.txt @@ -0,0 +1,25 @@ +Category:Internet +License:AGPLv3+ +Web Site:https://github.com/grote/BlitzMail +Source Code:https://github.com/grote/BlitzMail +Issue Tracker:https://github.com/grote/BlitzMail/issues +Donate:https://flattr.com/thing/1217295 + +Summary:Share content via email with just one click! +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. + +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 for your password. +. + +Repo Type:git +Repo:https://github.com/grote/BlitzMail.git + +Build Version:0.1,1,325d89939d47bdf0e13623c663e86c5bd26058c1,target=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 + +Auto Update Mode:None +Update Check Mode:Market +Current Version:0.1 +Current Version Code:1 From 649cd7246a9fe9bb980be20f06bb3287093827b3 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 30 Mar 2013 16:32:52 +0200 Subject: [PATCH 2/4] Add ReLaunch - eInk launcher. https://github.com/yiselieren/ReLaunch --- metadata/com.harasoft.relaunch.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 metadata/com.harasoft.relaunch.txt diff --git a/metadata/com.harasoft.relaunch.txt b/metadata/com.harasoft.relaunch.txt new file mode 100644 index 0000000000..4bb7d8ee8b --- /dev/null +++ b/metadata/com.harasoft.relaunch.txt @@ -0,0 +1,17 @@ +Name:ReLaunch +Category:System +License:GPLv2 +Web Site:https://github.com/yiselieren/ReLaunch +Source Code:https://github.com/yiselieren/ReLaunch +Issue Tracker:https://github.com/yiselieren/ReLaunch/issues + +Summary:Launcher for eInk/eBook devices +Description: +Monochrome Launcher primarily intended for eInk and eBook devices. +Can work as a system launcher or normal app. Includes file manager, +text file viewer, editor and some system functionality. +. + +Repo Type:git +Repo:git://github.com/yiselieren/ReLaunch.git +Build Version:1.3.8,100308000,80c30ad43b,target=android-7 From 572de22073e4022bf04bac95631c8ec43f7ef3d7 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 30 Mar 2013 16:37:34 +0200 Subject: [PATCH 3/4] Add update check for ReLaunch. --- metadata/com.harasoft.relaunch.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/metadata/com.harasoft.relaunch.txt b/metadata/com.harasoft.relaunch.txt index 4bb7d8ee8b..4c0e384462 100644 --- a/metadata/com.harasoft.relaunch.txt +++ b/metadata/com.harasoft.relaunch.txt @@ -15,3 +15,7 @@ text file viewer, editor and some system functionality. Repo Type:git Repo:git://github.com/yiselieren/ReLaunch.git Build Version:1.3.8,100308000,80c30ad43b,target=android-7 + +Update Check Mode:RepoManifest +Current Version:1.3.8 +Current Version Code:100308000 From 4f57cc1d348541b28b257866f3d0291dfa62510f Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Sat, 30 Mar 2013 15:57:24 +0100 Subject: [PATCH 4/4] incorporated feedback from mvdan for BlitzMail --- metadata/de.grobox.blitzmail.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/metadata/de.grobox.blitzmail.txt b/metadata/de.grobox.blitzmail.txt index de5f69d7fe..9f7a8997dd 100644 --- a/metadata/de.grobox.blitzmail.txt +++ b/metadata/de.grobox.blitzmail.txt @@ -4,8 +4,9 @@ Web Site:https://github.com/grote/BlitzMail Source Code:https://github.com/grote/BlitzMail Issue Tracker:https://github.com/grote/BlitzMail/issues Donate:https://flattr.com/thing/1217295 +FlattrID:1217295 -Summary:Share content via email with just one click! +Summary:Share content via email with just one click 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. @@ -15,11 +16,11 @@ The SMTP password is stored encrypted with a built-in key and salted with your d Repo Type:git Repo:https://github.com/grote/BlitzMail.git -Build Version:0.1,1,325d89939d47bdf0e13623c663e86c5bd26058c1,target=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.1,1,0.1,target=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 Auto Update Mode:None -Update Check Mode:Market +Update Check Mode:Tags Current Version:0.1 Current Version Code:1