Remove old socialsharing plugin, it breaks builds. Update copyright and credits.

This commit is contained in:
Skylar Ittner 2024-12-13 00:21:34 -07:00
parent 8a8a5214e4
commit 02dee7be8f
9 changed files with 2479 additions and 1252 deletions

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.fixphrase.app" version="1.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.fixphrase.app" version="1.1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name short="FixPhrase">FixPhrase</name>
<description>
</description>

3427
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{
"name": "com.fixphrase.app",
"displayName": "FixPhrase",
"version": "1.1.0",
"version": "1.1.1",
"description": "Locate any place on Earth with just four words.",
"product_string": "FixPhrase",
"main": "www/index.html",
@ -29,7 +29,6 @@
"cordova-plugin-androidx": {},
"cordova-plugin-androidx-adapter": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-x-socialsharing": {},
"cordova-plugin-velda-devicefeedback": {},
"cordova-plugin-inappbrowser": {},
"ionic-plugin-deeplinks": {
@ -80,9 +79,7 @@
"cordova-plugin-nativestorage": "^2.3.2",
"cordova-plugin-splashscreen": "^6.0.0",
"cordova-plugin-velda-devicefeedback": "0.0.2",
"cordova-plugin-x-socialsharing": "^6.0.3",
"cordova-webintent": "github:cordova-misc/cordova-webintent",
"es6-promise-plugin": "^4.2.2",
"ionic-plugin-deeplinks": "^1.0.23"
}
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.6 MiB

View File

@ -58,36 +58,6 @@ function openLocationActionDialog(latitude, longitude, words) {
bold: true
}
],
[
{
text: "<i class='far fa-share'></i> &nbsp; Share",
label: true
},
{
text: "FixPhrase",
onClick: function () {
window.plugins.socialsharing.shareWithOptions({
message: words
});
}
},
{
text: "Link",
onClick: function () {
window.plugins.socialsharing.shareWithOptions({
url: "https://fixphrase.com/#" + words.replaceAll(" ", "-")
});
}
},
{
text: "Coordinates",
onClick: function () {
window.plugins.socialsharing.shareWithOptions({
message: latitude + ", " + longitude
});
}
}
],
[
{
text: "<i class='far fa-copy'></i> &nbsp; Copy",

View File

@ -47,6 +47,10 @@
"platform": "play",
"url": "https://play.google.com/store/apps/details?id=com.fixphrase.app",
"id": "com.fixphrase.app"
},
{
"platform": "itunes",
"url": "https://apps.apple.com/us/app/id1598775970"
}
],
"start_url": "index.html",

View File

@ -21,12 +21,6 @@
<p>This program is licensed under the Mozilla Public License 2.0.
To get the source code, visit https://source.netsyms.com/Netsyms/FixPhraseApp.
<hr>
When viewing tracking results for a UPS package, the following copyright notice applies to the tracking data shown:
<br>
© 2021 United Parcel Service of America, Inc. All Rights Reserved. Confidential and Proprietary.
The use, disclosure, reproduction, modification, transfer, or transmittal of this work for any purpose in any form
or by any means without the written permission of United Parcel Service is strictly prohibited.
<hr>
This application relies on and is bundled with third-party code.
See below for the their licenses and where to find source code.
</div>

View File

@ -21,12 +21,6 @@
<p>This program is licensed under the Mozilla Public License 2.0.
To get the source code, visit https://source.netsyms.com/Netsyms/FixPhraseApp.
<hr>
When viewing tracking results for a UPS package, the following copyright notice applies to the tracking data shown:
<br>
© 2021 United Parcel Service of America, Inc. All Rights Reserved. Confidential and Proprietary.
The use, disclosure, reproduction, modification, transfer, or transmittal of this work for any purpose in any form
or by any means without the written permission of United Parcel Service is strictly prohibited.
<hr>
This application relies on and is bundled with third-party code.
See below for the their licenses and where to find source code.
</div>

View File

@ -65,7 +65,7 @@ var routes = [
{
setting: "versions",
title: SETTINGS.branding.apptitle + " app v" + app_version,
text: "Copyright &copy; 2019-2021 Netsyms Technologies.",
text: "Copyright &copy; 2019-2024 Netsyms Technologies LLC.",
onclick: ""
},
{