Compare commits

...

12 Commits
1.6 ... master

Author SHA1 Message Date
Michel Roux f6aea60ced Merge pull request 'chore(deps): update dependency com.android.tools.build:gradle to v8.4.0' (#24) from renovate/com.android.tools.build-gradle-8.x into master
apk / build (push) Successful in 1m24s Details
Reviewed-on: #24
2024-05-01 18:18:22 +00:00
Renovate Bot e2853c84f0 chore(deps): update dependency com.android.tools.build:gradle to v8.4.0
apk / build (push) Successful in 1m18s Details
2024-05-01 06:43:25 +00:00
Michel Roux 2fde435b96 Merge pull request 'chore(deps): update dependency com.android.tools.build:gradle to v8.3.2' (#23) from renovate/com.android.tools.build-gradle-8.x into master
apk / build (push) Successful in 1m30s Details
Reviewed-on: #23
2024-04-10 11:36:44 +00:00
Renovate Bot 50ac28aa34 chore(deps): update dependency com.android.tools.build:gradle to v8.3.2
apk / build (push) Successful in 1m36s Details
2024-04-10 06:40:58 +00:00
Michel Roux cce7e08fa9 Merge pull request 'chore(deps): update dependency gradle to v8.7' (#22) from renovate/gradle-8.x into master
apk / build (push) Successful in 1m47s Details
Reviewed-on: #22
2024-03-24 19:47:13 +00:00
Renovate Bot 211771d5df chore(deps): update dependency gradle to v8.7
apk / build (push) Successful in 1m31s Details
2024-03-23 06:53:56 +00:00
Michel Roux 8458b9cd7a Merge pull request 'chore(deps): update dependency com.android.tools.build:gradle to v8.3.1' (#21) from renovate/com.android.tools.build-gradle-8.x into master
apk / build (push) Successful in 1m18s Details
Reviewed-on: #21
2024-03-19 14:23:56 +00:00
Renovate Bot 740ec4cf27 chore(deps): update dependency com.android.tools.build:gradle to v8.3.1
apk / build (push) Successful in 1m34s Details
2024-03-19 06:34:17 +00:00
Michel Roux eb8a5bfd62 fix: 🩹 remove useless import
apk / build (push) Successful in 1m35s Details
2024-03-01 21:15:49 +01:00
Michel Roux cd939d2373 Merge pull request 'chore(deps): update dependency com.android.tools.build:gradle to v8.3.0' (#20) from renovate/com.android.tools.build-gradle-8.x into master
apk / build (push) Successful in 1m20s Details
Reviewed-on: #20
2024-03-01 08:25:19 +00:00
Renovate Bot 63f4ff2cdd chore(deps): update dependency com.android.tools.build:gradle to v8.3.0
apk / build (push) Successful in 1m20s Details
2024-03-01 06:59:37 +00:00
Michel Roux b5a17cee49 docs: 📈 add privacy policy to please Google
apk / build (push) Successful in 9m49s Details
2024-02-28 10:55:44 +01:00
6 changed files with 45 additions and 7 deletions

39
POLICY.md Normal file
View File

@ -0,0 +1,39 @@
**Privacy Policy**
I built the Share with title app as an Open Source app. This is provided by me at no cost and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my app.
If you choose to use my app, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the app. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Share with title unless otherwise defined in this Privacy Policy.
**Information Collection and Use**
For a better experience, while using our app, I may require you to provide us with certain personally identifiable information. The information that I request will be retained on your device and is not collected by me in any way.
**Log Data**
I want to inform you that whenever you use my app, in a case of an error in the app I collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing my app, the time and date of your use of the app, and other statistics.
**Security**
I value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and I cannot guarantee its absolute security.
**Links to Other Sites**
This app may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, I strongly advise you to review the Privacy Policy of these websites. I have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.
**Childrens Privacy**
I do not knowingly collect personally identifiable information from children. I encourage all children to never submit any personally identifiable information through the Application and/or Services. I encourage parents and legal guardians to monitor their children's Internet usage and to help enforce this Policy by instructing their children never to provide personally identifiable information through the Application and/or Services without their permission. If you have reason to believe that a child has provided personally identifiable information to us through the Application and/or Services, please contact us. You must also be at least 16 years of age to consent to the processing of your personally identifiable information in your country (in some countries we may allow your parent or guardian to do so on your behalf).
**Changes to This Privacy Policy**
I may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. I will notify you of any changes by posting the new Privacy Policy on this page.
This policy is effective as of 2024-02-28
**Contact Us**
If you have any questions or suggestions about my Privacy Policy, do not hesitate to contact me at https://blog.crystalyx.net/contact/.

View File

@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
android {
namespace 'net.crystalyx.sharewithtitle'
compileSdk 33
compileSdk 34
defaultConfig {
applicationId "net.crystalyx.sharewithtitle"
minSdkVersion 11
targetSdkVersion 33
versionCode 8
versionName "1.6"
targetSdkVersion 34
versionCode 9
versionName "1.7"
}
signingConfigs {
release {

View File

@ -5,7 +5,6 @@ import android.content.Intent;
import android.os.Bundle;
import android.widget.Toast;
import java.net.MalformedURLException;
import java.net.URI;
import java.net.URL;

View File

@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:8.2.2")
classpath("com.android.tools.build:gradle:8.4.0")
}
}

Binary file not shown.

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME