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>
@ -1444,13 +1438,13 @@ The following software may be included in this product: bplist-creator. A copy o
Copyright (c) 2012 Near Infinity Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
@ -3431,19 +3425,19 @@ The following software may be included in this product: debug. A copy of the sou
Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the 'Software'), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the 'Software'), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-----
@ -5561,15 +5555,15 @@ modification, are permitted provided that the following conditions are met:
names of the contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL ARTUR ADIB BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-----
@ -5811,17 +5805,17 @@ The following software may be included in this product: unorm. A copy of the sou
The software dual licensed under the MIT and GPL licenses. MIT license:
Copyright (c) 2008-2013 Matsuza <matsuza@gmail.com>, Bjarke Walling <bwp@bwp.dk>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

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: ""
},
{