tidy up de.grobox.blitzmail
This commit is contained in:
parent
4f57cc1d34
commit
8a00b0998e
|
@ -1,6 +1,6 @@
|
|||
Category:Internet
|
||||
License:AGPLv3+
|
||||
Web Site:https://github.com/grote/BlitzMail
|
||||
Web Site:
|
||||
Source Code:https://github.com/grote/BlitzMail
|
||||
Issue Tracker:https://github.com/grote/BlitzMail/issues
|
||||
Donate:https://flattr.com/thing/1217295
|
||||
|
@ -8,19 +8,28 @@ FlattrID: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.
|
||||
BlitzMail is an 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.
|
||||
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,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
|
||||
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:Tags
|
||||
Current Version:0.1
|
||||
Current Version Code:1
|
||||
|
||||
|
|
Loading…
Reference in a new issue