update BlitzMail to 0.5 and switch it to gradle
This commit is contained in:
parent
dca644b171
commit
5ef653a66a
|
@ -6,13 +6,16 @@ Issue Tracker:https://github.com/grote/BlitzMail/issues
|
||||||
FlattrID:1217295
|
FlattrID:1217295
|
||||||
|
|
||||||
Auto Name:BlitzMail
|
Auto Name:BlitzMail
|
||||||
Summary:Share content via email
|
Summary:Share content and write quick notes via email
|
||||||
Description:
|
Description:
|
||||||
BlitzMail is an Android app that allows you to set up your email account once
|
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
|
and then use it to send emails or short notes to an address of your choice.
|
||||||
handy when you need to send a lot of things via email, because you are in a
|
This comes in handy when you need to send a lot of things via email,
|
||||||
low connectivity area (e.g. subway) and want to remember things to look at
|
because you are in a low connectivity area (e.g. subway)
|
||||||
later.
|
and want to remember things to look at later.
|
||||||
|
|
||||||
|
It also works when you are offline.
|
||||||
|
BlitzMail then queues your emails and allows you to send them later when you have connectivity again.
|
||||||
|
|
||||||
The SMTP password is stored encrypted with a built-in key and salted with your
|
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
|
device ID. This is not fully secure, but should provide reasonable protection
|
||||||
|
@ -38,8 +41,14 @@ Build:0.4,4
|
||||||
prebuild=cp src/de/grobox/blitzmail/PrivateConstants.sample_java src/de/grobox/blitzmail/PrivateConstants.java && \
|
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
|
sed -i -e 's/\[Please insert your encryption key here\]/Angooh1Kieph8ait0Paik9Usee3shouj/' src/de/grobox/blitzmail/PrivateConstants.java
|
||||||
|
|
||||||
Auto Update Mode:None
|
Build:0.5,5
|
||||||
Update Check Mode:Tags
|
commit=0.5
|
||||||
Current Version:0.4
|
prebuild=cp src/de/grobox/blitzmail/PrivateConstants.sample_java src/de/grobox/blitzmail/PrivateConstants.java && \
|
||||||
Current Version Code:4
|
sed -i -e 's/\[Please insert your encryption key here\]/Angooh1Kieph8ait0Paik9Usee3shouj/' src/de/grobox/blitzmail/PrivateConstants.java
|
||||||
|
gradle=normal
|
||||||
|
|
||||||
|
Auto Update Mode:Version %v
|
||||||
|
Update Check Mode:Tags
|
||||||
|
Current Version:0.5
|
||||||
|
Current Version Code:5
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue