Re: [Replicant] [PATCH] Include F-droid's Offline Calendar as a prebuild

2019-12-11 Thread Kurtis Hanna
Hello,

Denis 'GNUtoo' Carikli:
> On Thu, 17 Oct 2019 07:28:04 +
> Fil Lupin  wrote:
> 
>> Ho Joonas,
>> I am not sure where you want to integrate this description but I give
>> a shot: ---
>> Offline Calendar is an app allowing to create several calendars
>> without needing networ under GPLv3 license. ---
>>
>> - Fil Lupin.
> Does someone wants to send a second version of the patch or should I
> get the patch, fix it, and resend it for review?
> 
> If I look at the the Replicant 6.0 0004 status[1] we still have some
> patches to merge before starting to do the release and this one is part
> of them.

If you could send two patches, one to add the Offline Calendar and one
to remove RepWifi, that'd be great! Thanks for offering to do this.

After this, we would need the patches mentioned here:
https://lists.osuosl.org/pipermail/replicant/2019-December/002350.html

And, if at all possible, an updated webview:
https://redmine.replicant.us/issues/1780

It is important to note that our old webview isn't not just a security
issue, but it also results in some functionality issues:
https://redmine.replicant.us/issues/1949

By finishing the tasks above, we will be ready for a release candidate.
I think it would be a very positive thing to at least have a release
candidate of 6.0 0004 ready for 36C3, if not have the release out by then.

> References:
> ---
> [1] https://redmine.replicant.us/versions/41
> 
> Denis.

Cordially,
Kurtis



signature.asc
Description: OpenPGP digital signature
___
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant


Re: [Replicant] [PATCH] Include F-droid's Offline Calendar as a prebuild

2019-11-21 Thread Denis 'GNUtoo' Carikli
On Thu, 17 Oct 2019 07:28:04 +
Fil Lupin  wrote:

> Ho Joonas,
> I am not sure where you want to integrate this description but I give
> a shot: ---
> Offline Calendar is an app allowing to create several calendars
> without needing networ under GPLv3 license. ---
> 
> - Fil Lupin.
Does someone wants to send a second version of the patch or should I
get the patch, fix it, and resend it for review?

If I look at the the Replicant 6.0 0004 status[1] we still have some
patches to merge before starting to do the release and this one is part
of them.

References:
---
[1] https://redmine.replicant.us/versions/41

Denis.


pgpK2z94l1v1w.pgp
Description: OpenPGP digital signature
___
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant


Re: [Replicant] [PATCH] Include F-droid's Offline Calendar as a prebuild

2019-10-17 Thread Fil Lupin
Ho Joonas,
I am not sure where you want to integrate this description but I give a shot:
---
Offline Calendar is an app allowing to create several calendars without needing 
networ under GPLv3 license.
---

- Fil Lupin.


‐‐‐ Original Message ‐‐‐
On Sunday, October 13, 2019 6:30 PM, Joonas Kylmälä  
wrote:

> Hi,
>
> please send two patches: 1 to remove f-droid and 1 to include offline
> calendar. Also add signed-off-by line.
>
> Also would be nice to have a description why Offline Calendar app and
> not some other calendar app. And descriptoin for why F-droid is removed.
>
> Joonas
>
> Andrés Domínguez:
>
> > config/common.mk | 1 +
> > get-prebuilts | 18 ++
> > prebuilt/common/Android.mk | 8 
> > 3 files changed, 23 insertions(+), 4 deletions(-)
> > diff --git a/config/common.mk b/config/common.mk
> > index 6340f0a6..d429624c 100644
> > --- a/config/common.mk
> > +++ b/config/common.mk
> > @@ -136,6 +136,7 @@ PRODUCT_PACKAGES += \
> > SoundRecorder \
> > Screencast \
> > F-DroidPrivilegedExtension \
> >
> > -   OfflineCalendar \
> > RepWifi
> >
> >
> > Exchange support
> >
> > =
> >
> > diff --git a/get-prebuilts b/get-prebuilts
> > index 0e4398d7..b8cc0d78 100755
> > --- a/get-prebuilts
> > +++ b/get-prebuilts
> > @@ -5,7 +5,17 @@ BASEDIR=$( dirname $0 )
> > mkdir -p $BASEDIR/prebuilt/common/apps/
> > -# F-Droid
> > -curl -L -o $BASEDIR/prebuilt/common/apps/FDroid.apk -O -L 
> > https://f-droid.org/FDroid.apk
> > -curl -L -o $BASEDIR/prebuilt/common/apps/FDroid.apk.asc -O -L 
> > https://f-droid.org/FDroid.apk.asc
> > -gpg --armor --verify $BASEDIR/prebuilt/common/apps/FDroid.apk.asc 
> > $BASEDIR/prebuilt/common/apps/FDroid.apk
> > +# F-Droid Apps
> > +
> > +FDroidApps="org.sufficientlysecure.localcalendar_9"
> > +
> > +for app in $FDroidApps;
> > +do
> >
> > -   echo "Downloading ${app}..."
> > -   curl -L -o $BASEDIR/prebuilt/common/apps/"${app}".apk -O -L 
> > https://f-droid.org/repo/"${app}".apk
> > -   echo "Downloading signature for ${app}..."
> > -   curl -L -o $BASEDIR/prebuilt/common/apps/"${app}".apk.asc -O -L 
> > https://f-droid.org/repo/"${app}".apk.asc
> > -   echo "Checking signature..."
> > -   gpg --armor --verify $BASEDIR/prebuilt/common/apps/"${app}".apk.asc 
> > $BASEDIR/prebuilt/common/apps/"${app}".apk
> > -   echo ""
> > +done
> > diff --git a/prebuilt/common/Android.mk b/prebuilt/common/Android.mk
> > index f15b178c..aed73e3c 100644
> > --- a/prebuilt/common/Android.mk
> > +++ b/prebuilt/common/Android.mk
> > @@ -8,3 +8,11 @@ LOCAL_MODULE_TAGS := optional
> > LOCAL_MODULE_CLASS := EXECUTABLES
> > LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
> > include $(BUILD_PREBUILT)
> >
> > -
> >
> > +include $(CLEAR_VARS)
> > +LOCAL_MODULE := OfflineCalendar
> > +LOCAL_MODULE_CLASS := APPS
> > +LOCAL_CERTIFICATE := PRESIGNED
> > +LOCAL_SRC_FILES := apps/org.sufficientlysecure.localcalendar_9.apk
> > +include $(BUILD_PREBUILT)
> > +
>
> Replicant mailing list
> Replicant@osuosl.org
> https://lists.osuosl.org/mailman/listinfo/replicant


___
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant


Re: [Replicant] [PATCH] Include F-droid's Offline Calendar as a prebuild

2019-10-13 Thread Joonas Kylmälä
Hi,

please send two patches: 1 to remove f-droid and 1 to include offline
calendar. Also add signed-off-by line.

Also would be nice to have a description why Offline Calendar app and
not some other calendar app. And descriptoin for why F-droid is removed.

Joonas

Andrés Domínguez:
> ---
>  config/common.mk   |  1 +
>  get-prebuilts  | 18 ++
>  prebuilt/common/Android.mk |  8 
>  3 files changed, 23 insertions(+), 4 deletions(-)
> 
> diff --git a/config/common.mk b/config/common.mk
> index 6340f0a6..d429624c 100644
> --- a/config/common.mk
> +++ b/config/common.mk
> @@ -136,6 +136,7 @@ PRODUCT_PACKAGES += \
>  SoundRecorder \
>  Screencast \
>  F-DroidPrivilegedExtension \
> +OfflineCalendar \
>  RepWifi
>  
>  # Exchange support
> diff --git a/get-prebuilts b/get-prebuilts
> index 0e4398d7..b8cc0d78 100755
> --- a/get-prebuilts
> +++ b/get-prebuilts
> @@ -5,7 +5,17 @@ BASEDIR=$( dirname $0 )
>  
>  mkdir -p $BASEDIR/prebuilt/common/apps/
>  
> -# F-Droid
> -curl -L -o $BASEDIR/prebuilt/common/apps/FDroid.apk -O -L 
> https://f-droid.org/FDroid.apk
> -curl -L -o $BASEDIR/prebuilt/common/apps/FDroid.apk.asc -O -L 
> https://f-droid.org/FDroid.apk.asc
> -gpg --armor --verify $BASEDIR/prebuilt/common/apps/FDroid.apk.asc 
> $BASEDIR/prebuilt/common/apps/FDroid.apk
> +# F-Droid Apps
> +
> +FDroidApps="org.sufficientlysecure.localcalendar_9"
> +
> +for app in $FDroidApps;
> +do
> +echo "Downloading ${app}..."
> +curl -L -o $BASEDIR/prebuilt/common/apps/"${app}".apk -O -L 
> https://f-droid.org/repo/"${app}".apk
> +echo "Downloading signature for ${app}..."
> +curl -L -o $BASEDIR/prebuilt/common/apps/"${app}".apk.asc -O -L 
> https://f-droid.org/repo/"${app}".apk.asc
> +echo "Checking signature..."
> +gpg --armor --verify $BASEDIR/prebuilt/common/apps/"${app}".apk.asc 
> $BASEDIR/prebuilt/common/apps/"${app}".apk
> +echo ""
> +done
> diff --git a/prebuilt/common/Android.mk b/prebuilt/common/Android.mk
> index f15b178c..aed73e3c 100644
> --- a/prebuilt/common/Android.mk
> +++ b/prebuilt/common/Android.mk
> @@ -8,3 +8,11 @@ LOCAL_MODULE_TAGS := optional
>  LOCAL_MODULE_CLASS := EXECUTABLES
>  LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
>  include $(BUILD_PREBUILT)
> +
> +include $(CLEAR_VARS)
> +LOCAL_MODULE := OfflineCalendar
> +LOCAL_MODULE_CLASS := APPS
> +LOCAL_CERTIFICATE := PRESIGNED
> +LOCAL_SRC_FILES := apps/org.sufficientlysecure.localcalendar_9.apk
> +include $(BUILD_PREBUILT)
> +
> 
___
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant