Send Reduced: Enable pro features

This commit is contained in:
Boris Kraut 2016-01-06 16:41:24 +01:00
parent 4aa1673a13
commit 66944d5d16

View file

@ -4,12 +4,17 @@ Web Site:
Source Code:https://github.com/arpruss/sendreduced
Issue Tracker:https://github.com/arpruss/sendreduced/issues
Name:Send Reduced
Auto Name:Send Reduced Free
Summary:Reduce image size
Description:
Take full resolution images with your camera and share them to this app which
will reduce the size again before being sent. Share via the gallery or via the
messaging client.
This build is based on the basic/free version but enables the EXIF options
available in the pro version. Please support the author by buying the pro app
from other sources.
.
Repo Type:git
@ -32,11 +37,11 @@ Build:0.08,8
prebuild=dos2unix *.sh && \
chmod +x *.sh && \
sed -i -e '/1/i#!/bin/sh\n' *.sh && \
./toNormal.sh
./toNormal.sh && \
sed -i -e 's/return context.getPackageName().toLowerCase().endsWith("pro")/return true/g' src/mobi/omegacentauri/SendReduced/SendReduced.java
target=android-21
Maintainer Notes:
* Pro flavor does change package id. Can/should we build? What are the differences?
* OldRepo for 0.03 - 0.05: https://github.com/arpruss/sendreduced
.