diff --git a/metadata/mobi.omegacentauri.SendReduced.txt b/metadata/mobi.omegacentauri.SendReduced.txt index d374f3bcc4..b5208c1c05 100644 --- a/metadata/mobi.omegacentauri.SendReduced.txt +++ b/metadata/mobi.omegacentauri.SendReduced.txt @@ -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 .