From a8d879163448fb888b4616bb0b1a71919ae7562c Mon Sep 17 00:00:00 2001 From: Leon Latsch <50983026+leonlatsch@users.noreply.github.com> Date: Tue, 7 Feb 2023 15:17:44 +0100 Subject: [PATCH 1/3] Fix GitHub badges (#205) * fix github build badge * Update README.md * Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 023dc4b2..4e2e79d2 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ ![Photok](fastlane/metadata/android/en-US/images/featureGraphic.jpg) [![GitHub release](https://img.shields.io/github/v/release/leonlatsch/Photok.svg?logo=github&label=GitHub)](https://github.com/leonlatsch/Photok/releases/latest) -[![Google Play](https://img.shields.io/endpoint?color=green&logo=google-play&logoColor=white&url=https%3A%2F%2Fplayshields.herokuapp.com%2Fplay%3Fi%3Ddev.leonlatsch.photok%26l%3DGoogle%2520Play%26m%3D%24version)](https://play.google.com/store/apps/details?id=dev.leonlatsch.photok) +[![Google Play](https://img.shields.io/endpoint?color=green&logo=google-play&logoColor=white&url=https%3A%2F%2Fplay.cuzi.workers.dev%2Fplay%3Fi%3Ddev.leonlatsch.photok%26l%3DGPlay%26m%3D%24version)](https://play.google.com/store/apps/details?id=dev.leonlatsch.photok) [![F-Droid](https://img.shields.io/f-droid/v/dev.leonlatsch.photok.svg?logo=f-droid&label=F-Droid)](https://f-droid.org/packages/dev.leonlatsch.photok/) -![GitHub Workflow Status](https://img.shields.io/github/workflow/status/leonlatsch/Photok/Android%20Build%20CI) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/leonlatsch/Photok/android.yml?branch=develop) [![GitHub](https://img.shields.io/github/license/leonlatsch/Photok)](./LICENSE) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/9421dd34de7f42c8b8048d60a09ab5bd)](https://www.codacy.com/gh/leonlatsch/Photok/dashboard?utm_source=github.com&utm_medium=referral&utm_content=leonlatsch/Photok&utm_campaign=Badge_Grade) -![Maintenance](https://img.shields.io/maintenance/yes/2022) +![Maintenance](https://img.shields.io/maintenance/yes/2023) Encrypt your photos on your device and keep them safe from others. From 1a2938c0a43e4311ff3c70abf01cc970ce233fdc Mon Sep 17 00:00:00 2001 From: Leon Latsch Date: Fri, 24 Feb 2023 20:42:54 +0100 Subject: [PATCH 2/3] update email address to new domain --- CODE_OF_CONDUCT.md | 2 +- app/src/main/assets/contributors.json | 2 +- app/src/main/res/values-de/strings.xml | 2 +- app/src/main/res/values-es/strings.xml | 2 +- app/src/main/res/values-fr/strings.xml | 2 +- app/src/main/res/values-nl/strings.xml | 2 +- app/src/main/res/values-pt-rBR/strings.xml | 2 +- app/src/main/res/values-zh-rCN/strings.xml | 2 +- app/src/main/res/values/strings.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index b28b7bb4..7d494f95 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at dev.leonlatsch@gmail.com. All +reported by contacting the project team at photok@leonlatsch.dev. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/app/src/main/assets/contributors.json b/app/src/main/assets/contributors.json index d919a157..277a6133 100644 --- a/app/src/main/assets/contributors.json +++ b/app/src/main/assets/contributors.json @@ -2,7 +2,7 @@ { "contribution": "Main programming and designing, maintaining of the project", "name": "Leon Latsch", - "contact": "dev.leonlatsch@gmail.com", + "contact": "photok@leonlatsch.dev", "website": "https://leonlatsch.dev" }, { diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 1c1d44b8..52367d69 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -162,7 +162,7 @@ Sende ein Feedback über Photok Feedback zu Photok Schreibe ein Feedback zu Photok :) - dev.leonlatsch@gmail.com + photok@leonlatsch.dev Quellcode Beteilige dich an Photok https://github.com/leonlatsch/Photok diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index dcf35806..9ee44386 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -160,7 +160,7 @@ Envíame un correo electrónico con comentarios Feedback to Photok Write a feedback about Photok :) - dev.leonlatsch@gmail.com + photok@leonlatsch.dev Código fuente Contribuir a Photok https://github.com/leonlatsch/Photok diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 87a143ce..d9b6943c 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -162,7 +162,7 @@ Envoyez-moi un e-mail avec des commentaires Photok Feedback Donnez votre avis sur Photok :) - dev.leonlatsch@gmail.com + photok@leonlatsch.dev Code source Contribuer à Photok https://github.com/leonlatsch/Photok diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index d685ad0a..c591c655 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -143,7 +143,7 @@ Stuur me een e-mail met feedback eedback naar Photok Schrijf een feedback over Photok :) - dev.leonlatsch@gmail.com + photok@leonlatsch.dev Broncode Bijdragen aan Photok https://github.com/leonlatsch/Photok diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 56b80007..2e797353 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -159,7 +159,7 @@ Envie-me um e-mail com o feedback Feedback para Photok Escreva um feedback sobre Photok :) - dev.leonlatsch@gmail.com + photok@leonlatsch.dev Código fonte Contribuir para o Photok https://github.com/leonlatsch/Photok diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index aba49ef0..0fa41b08 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -158,7 +158,7 @@ 给我发送一封带反馈的电子邮件 Feedback to Photok Write a feedback about Photok :) - dev.leonlatsch@gmail.com + photok@leonlatsch.dev 源代码 给 Photok 作贡献 https://github.com/leonlatsch/Photok diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 52621e32..30b9cb49 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -160,7 +160,7 @@ Send me an email with feedback Feedback to Photok Write a feedback about Photok :) - dev.leonlatsch@gmail.com + photok@leonlatsch.dev Source Code Contribute to Photok https://github.com/leonlatsch/Photok From ef79f1cd02c4fc94f7689c71785843fd56c3cf84 Mon Sep 17 00:00:00 2001 From: Release Bot <> Date: Thu, 16 Mar 2023 20:32:43 +0000 Subject: [PATCH 3/3] Update version to 1.4.4 and update open source licenses --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 02fcfd21..df90b1c5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ -#Mon Jan 09 21:20:58 UTC 2023 +#Thu Mar 16 20:32:33 UTC 2023 kotlin.code.style=official kapt.incremental.apt=true android.databinding.incremental=true -appVersionName=1.4.3 +appVersionName=1.4.4 org.gradle.jvmargs=-Xmx2048m -appVersionCode=24 +appVersionCode=25 android.useAndroidX=true android.enableJetifier=true