Remove old socialsharing plugin, it breaks builds. Update copyright and credits.
This commit is contained in:
parent
8a8a5214e4
commit
02dee7be8f
@ -1,5 +1,5 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?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>
|
<name short="FixPhrase">FixPhrase</name>
|
||||||
<description>
|
<description>
|
||||||
</description>
|
</description>
|
||||||
|
3343
package-lock.json
generated
3343
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "com.fixphrase.app",
|
"name": "com.fixphrase.app",
|
||||||
"displayName": "FixPhrase",
|
"displayName": "FixPhrase",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "Locate any place on Earth with just four words.",
|
"description": "Locate any place on Earth with just four words.",
|
||||||
"product_string": "FixPhrase",
|
"product_string": "FixPhrase",
|
||||||
"main": "www/index.html",
|
"main": "www/index.html",
|
||||||
@ -29,7 +29,6 @@
|
|||||||
"cordova-plugin-androidx": {},
|
"cordova-plugin-androidx": {},
|
||||||
"cordova-plugin-androidx-adapter": {},
|
"cordova-plugin-androidx-adapter": {},
|
||||||
"cordova-plugin-splashscreen": {},
|
"cordova-plugin-splashscreen": {},
|
||||||
"cordova-plugin-x-socialsharing": {},
|
|
||||||
"cordova-plugin-velda-devicefeedback": {},
|
"cordova-plugin-velda-devicefeedback": {},
|
||||||
"cordova-plugin-inappbrowser": {},
|
"cordova-plugin-inappbrowser": {},
|
||||||
"ionic-plugin-deeplinks": {
|
"ionic-plugin-deeplinks": {
|
||||||
@ -80,9 +79,7 @@
|
|||||||
"cordova-plugin-nativestorage": "^2.3.2",
|
"cordova-plugin-nativestorage": "^2.3.2",
|
||||||
"cordova-plugin-splashscreen": "^6.0.0",
|
"cordova-plugin-splashscreen": "^6.0.0",
|
||||||
"cordova-plugin-velda-devicefeedback": "0.0.2",
|
"cordova-plugin-velda-devicefeedback": "0.0.2",
|
||||||
"cordova-plugin-x-socialsharing": "^6.0.3",
|
|
||||||
"cordova-webintent": "github:cordova-misc/cordova-webintent",
|
"cordova-webintent": "github:cordova-misc/cordova-webintent",
|
||||||
"es6-promise-plugin": "^4.2.2",
|
|
||||||
"ionic-plugin-deeplinks": "^1.0.23"
|
"ionic-plugin-deeplinks": "^1.0.23"
|
||||||
}
|
}
|
||||||
}
|
}
|
215
res/fdroid-feature-graphic.svg
Normal file
215
res/fdroid-feature-graphic.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 4.6 MiB |
@ -58,36 +58,6 @@ function openLocationActionDialog(latitude, longitude, words) {
|
|||||||
bold: true
|
bold: true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
[
|
|
||||||
{
|
|
||||||
text: "<i class='far fa-share'></i> 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> Copy",
|
text: "<i class='far fa-copy'></i> Copy",
|
||||||
|
@ -47,6 +47,10 @@
|
|||||||
"platform": "play",
|
"platform": "play",
|
||||||
"url": "https://play.google.com/store/apps/details?id=com.fixphrase.app",
|
"url": "https://play.google.com/store/apps/details?id=com.fixphrase.app",
|
||||||
"id": "com.fixphrase.app"
|
"id": "com.fixphrase.app"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"platform": "itunes",
|
||||||
|
"url": "https://apps.apple.com/us/app/id1598775970"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"start_url": "index.html",
|
"start_url": "index.html",
|
||||||
|
@ -21,12 +21,6 @@
|
|||||||
<p>This program is licensed under the Mozilla Public License 2.0.
|
<p>This program is licensed under the Mozilla Public License 2.0.
|
||||||
To get the source code, visit https://source.netsyms.com/Netsyms/FixPhraseApp.
|
To get the source code, visit https://source.netsyms.com/Netsyms/FixPhraseApp.
|
||||||
<hr>
|
<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.
|
This application relies on and is bundled with third-party code.
|
||||||
See below for the their licenses and where to find source code.
|
See below for the their licenses and where to find source code.
|
||||||
</div>
|
</div>
|
||||||
|
@ -21,12 +21,6 @@
|
|||||||
<p>This program is licensed under the Mozilla Public License 2.0.
|
<p>This program is licensed under the Mozilla Public License 2.0.
|
||||||
To get the source code, visit https://source.netsyms.com/Netsyms/FixPhraseApp.
|
To get the source code, visit https://source.netsyms.com/Netsyms/FixPhraseApp.
|
||||||
<hr>
|
<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.
|
This application relies on and is bundled with third-party code.
|
||||||
See below for the their licenses and where to find source code.
|
See below for the their licenses and where to find source code.
|
||||||
</div>
|
</div>
|
||||||
|
@ -65,7 +65,7 @@ var routes = [
|
|||||||
{
|
{
|
||||||
setting: "versions",
|
setting: "versions",
|
||||||
title: SETTINGS.branding.apptitle + " app v" + app_version,
|
title: SETTINGS.branding.apptitle + " app v" + app_version,
|
||||||
text: "Copyright © 2019-2021 Netsyms Technologies.",
|
text: "Copyright © 2019-2024 Netsyms Technologies LLC.",
|
||||||
onclick: ""
|
onclick: ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user