From 66944d5d16ad55f44a923bea9fb9f8d38724e855 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Wed, 6 Jan 2016 16:41:24 +0100 Subject: [PATCH] Send Reduced: Enable pro features --- metadata/mobi.omegacentauri.SendReduced.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 .