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
|
||||
|
||||
Auto Name:BlitzMail
|
||||
Summary:Share content via email
|
||||
Summary:Share content and write quick notes via email
|
||||
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.
|
||||
and then use it to send emails or short notes 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.
|
||||
|
||||
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
|
||||
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 && \
|
||||
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.4
|
||||
Current Version Code:4
|
||||
Build:0.5,5
|
||||
commit=0.5
|
||||
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
|
||||
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