Compare commits
93 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6391d9261d | |||
| 5dd6ec9403 | |||
| c617940c40 | |||
| c1ffdc7a5d | |||
| d006684147 | |||
| 07614c76f6 | |||
| 5c549225c7 | |||
| 36acd0ff06 | |||
| 7963613cd3 | |||
| 136e7fa660 | |||
| ae9fdb2654 | |||
| 21479f2940 | |||
| e808b7bbf7 | |||
| f48ab5e6b9 | |||
| c340976cf8 | |||
| 177831374a | |||
| 35f1e10b7c | |||
| dd772dba93 | |||
| 9ce6a31d18 | |||
| c5bc67a257 | |||
| 8b5edbd369 | |||
| 4345405b78 | |||
| b59171a0b9 | |||
| 44a0da1f2b | |||
| 2c3092ecb4 | |||
| 6f79fb7b2a | |||
| ee5e2b4a50 | |||
| ba185f32b3 | |||
| 21c5113b88 | |||
| 5691744543 | |||
| d7c00945a7 | |||
| 0b85c8a7f6 | |||
| d248aa5934 | |||
| 9cb914512b | |||
| 675248dfd3 | |||
| 27a0904ec7 | |||
| 07b2a4eacf | |||
| 371e6a5be4 | |||
| ad070f0020 | |||
| 623d5e089e | |||
| 5c440f6d9e | |||
| 1561008dd4 | |||
| 46ddfb476e | |||
| 0aca783a25 | |||
| fb333ce6bd | |||
| a148a34597 | |||
| afda404611 | |||
| a0dcefaa79 | |||
| 154d5ca2fa | |||
| edea079eb3 | |||
| 8265554037 | |||
| 87237f1824 | |||
| a6b342df36 | |||
| 32582718df | |||
| 29351714eb | |||
| 7bf1536ee8 | |||
| 266e5ffd02 | |||
| 02f8c97b44 | |||
| c2916076ad | |||
| 41fe24aaac | |||
| ae7210f145 | |||
| e23ad3b0d5 | |||
| fe3b9e1637 | |||
| 151a01ef56 | |||
| 27ca27c5be | |||
| dfa0998be8 | |||
| d896f4a021 | |||
| 11bb55bad9 | |||
| 5c77f19305 | |||
| 88dbc75f5d | |||
| 01ba58322d | |||
| fb4895b6aa | |||
| 968498894d | |||
| 62a7979625 | |||
| 1f38f312b2 | |||
| 0e6a70f560 | |||
| 222e919bba | |||
| acb1a634de | |||
| 104fade463 | |||
| 4b869c9c4d | |||
| 488307b493 | |||
| ce737cedd9 | |||
| 96dd892c39 | |||
| 2c30fe1b82 | |||
| 85ebd47c5e | |||
| 9988018aad | |||
| 1263668ca5 | |||
| 1031f71fab | |||
| f1974180eb | |||
| 1ef17045fb | |||
| 04b5a65618 | |||
| d3d7f6b51e | |||
| 6e5f45ef0a |
2
.gitignore
vendored
@ -2,3 +2,5 @@ nbproject/private
|
|||||||
platforms
|
platforms
|
||||||
plugins
|
plugins
|
||||||
node_modules
|
node_modules
|
||||||
|
/www/old/
|
||||||
|
build.json
|
||||||
383
LICENSE.md
@ -1,36 +1,357 @@
|
|||||||
Copyright (C) 2017 Netsyms Technologies. All rights reserved.
|
Mozilla Public License Version 2.0
|
||||||
|
==================================
|
||||||
|
|
||||||
**Definitions:**
|
### 1. Definitions
|
||||||
* "the code", "the software", or "code" refers to the application (or any portion
|
|
||||||
thereof, in any form) this license is included with, excluding third-party libraries.
|
|
||||||
* "any form" means source code, binaries, or any other representation of the code.
|
|
||||||
* "explicit written permission" refers to a written, signed, non-transferable
|
|
||||||
statement from Netsyms Technologies granting you additional rights to the code.
|
|
||||||
|
|
||||||
**You are allowed to:**
|
**1.1. “Contributor”**
|
||||||
* use the code for personal and non-commercial purposes.
|
means each individual or legal entity that creates, contributes to
|
||||||
* modify the code for personal and non-commercial purposes.
|
the creation of, or owns Covered Software.
|
||||||
|
|
||||||
**You are NOT allowed to:**
|
**1.2. “Contributor Version”**
|
||||||
* redistribute the code in any form.
|
means the combination of the Contributions of others (if any) used
|
||||||
* sell the code in any form.
|
by a Contributor and that particular Contributor's Contribution.
|
||||||
* use the code for any projects you redistribute or sell, unless you have
|
|
||||||
explicit written permission.
|
**1.3. “Contribution”**
|
||||||
* use the code for any projects that are not both personal and non-commercial.
|
means Covered Software of a particular Contributor.
|
||||||
* use the code for commercial, business, or non-profit purposes without
|
|
||||||
explicit written permission.
|
**1.4. “Covered Software”**
|
||||||
* do anything else not permitted in this license.
|
means Source Code Form to which the initial Contributor has attached
|
||||||
|
the notice in Exhibit A, the Executable Form of such Source Code
|
||||||
|
Form, and Modifications of such Source Code Form, in each case
|
||||||
|
including portions thereof.
|
||||||
|
|
||||||
|
**1.5. “Incompatible With Secondary Licenses”**
|
||||||
|
means
|
||||||
|
|
||||||
|
* **(a)** that the initial Contributor has attached the notice described
|
||||||
|
in Exhibit B to the Covered Software; or
|
||||||
|
* **(b)** that the Covered Software was made available under the terms of
|
||||||
|
version 1.1 or earlier of the License, but not also under the
|
||||||
|
terms of a Secondary License.
|
||||||
|
|
||||||
|
**1.6. “Executable Form”**
|
||||||
|
means any form of the work other than Source Code Form.
|
||||||
|
|
||||||
|
**1.7. “Larger Work”**
|
||||||
|
means a work that combines Covered Software with other material, in
|
||||||
|
a separate file or files, that is not Covered Software.
|
||||||
|
|
||||||
|
**1.8. “License”**
|
||||||
|
means this document.
|
||||||
|
|
||||||
|
**1.9. “Licensable”**
|
||||||
|
means having the right to grant, to the maximum extent possible,
|
||||||
|
whether at the time of the initial grant or subsequently, any and
|
||||||
|
all of the rights conveyed by this License.
|
||||||
|
|
||||||
|
**1.10. “Modifications”**
|
||||||
|
means any of the following:
|
||||||
|
|
||||||
|
* **(a)** any file in Source Code Form that results from an addition to,
|
||||||
|
deletion from, or modification of the contents of Covered
|
||||||
|
Software; or
|
||||||
|
* **(b)** any new file in Source Code Form that contains any Covered
|
||||||
|
Software.
|
||||||
|
|
||||||
|
**1.11. “Patent Claims” of a Contributor**
|
||||||
|
means any patent claim(s), including without limitation, method,
|
||||||
|
process, and apparatus claims, in any patent Licensable by such
|
||||||
|
Contributor that would be infringed, but for the grant of the
|
||||||
|
License, by the making, using, selling, offering for sale, having
|
||||||
|
made, import, or transfer of either its Contributions or its
|
||||||
|
Contributor Version.
|
||||||
|
|
||||||
|
**1.12. “Secondary License”**
|
||||||
|
means either the GNU General Public License, Version 2.0, the GNU
|
||||||
|
Lesser General Public License, Version 2.1, the GNU Affero General
|
||||||
|
Public License, Version 3.0, or any later versions of those
|
||||||
|
licenses.
|
||||||
|
|
||||||
|
**1.13. “Source Code Form”**
|
||||||
|
means the form of the work preferred for making modifications.
|
||||||
|
|
||||||
|
**1.14. “You” (or “Your”)**
|
||||||
|
means an individual or a legal entity exercising rights under this
|
||||||
|
License. For legal entities, “You” includes any entity that
|
||||||
|
controls, is controlled by, or is under common control with You. For
|
||||||
|
purposes of this definition, “control” means **(a)** the power, direct
|
||||||
|
or indirect, to cause the direction or management of such entity,
|
||||||
|
whether by contract or otherwise, or **(b)** ownership of more than
|
||||||
|
fifty percent (50%) of the outstanding shares or beneficial
|
||||||
|
ownership of such entity.
|
||||||
|
|
||||||
|
|
||||||
|
### 2. License Grants and Conditions
|
||||||
|
|
||||||
|
#### 2.1. Grants
|
||||||
|
|
||||||
|
Each Contributor hereby grants You a world-wide, royalty-free,
|
||||||
|
non-exclusive license:
|
||||||
|
|
||||||
|
* **(a)** under intellectual property rights (other than patent or trademark)
|
||||||
|
Licensable by such Contributor to use, reproduce, make available,
|
||||||
|
modify, display, perform, distribute, and otherwise exploit its
|
||||||
|
Contributions, either on an unmodified basis, with Modifications, or
|
||||||
|
as part of a Larger Work; and
|
||||||
|
* **(b)** under Patent Claims of such Contributor to make, use, sell, offer
|
||||||
|
for sale, have made, import, and otherwise transfer either its
|
||||||
|
Contributions or its Contributor Version.
|
||||||
|
|
||||||
|
#### 2.2. Effective Date
|
||||||
|
|
||||||
|
The licenses granted in Section 2.1 with respect to any Contribution
|
||||||
|
become effective for each Contribution on the date the Contributor first
|
||||||
|
distributes such Contribution.
|
||||||
|
|
||||||
|
#### 2.3. Limitations on Grant Scope
|
||||||
|
|
||||||
|
The licenses granted in this Section 2 are the only rights granted under
|
||||||
|
this License. No additional rights or licenses will be implied from the
|
||||||
|
distribution or licensing of Covered Software under this License.
|
||||||
|
Notwithstanding Section 2.1(b) above, no patent license is granted by a
|
||||||
|
Contributor:
|
||||||
|
|
||||||
|
* **(a)** for any code that a Contributor has removed from Covered Software;
|
||||||
|
or
|
||||||
|
* **(b)** for infringements caused by: **(i)** Your and any other third party's
|
||||||
|
modifications of Covered Software, or **(ii)** the combination of its
|
||||||
|
Contributions with other software (except as part of its Contributor
|
||||||
|
Version); or
|
||||||
|
* **(c)** under Patent Claims infringed by Covered Software in the absence of
|
||||||
|
its Contributions.
|
||||||
|
|
||||||
|
This License does not grant any rights in the trademarks, service marks,
|
||||||
|
or logos of any Contributor (except as may be necessary to comply with
|
||||||
|
the notice requirements in Section 3.4).
|
||||||
|
|
||||||
|
#### 2.4. Subsequent Licenses
|
||||||
|
|
||||||
|
No Contributor makes additional grants as a result of Your choice to
|
||||||
|
distribute the Covered Software under a subsequent version of this
|
||||||
|
License (see Section 10.2) or under the terms of a Secondary License (if
|
||||||
|
permitted under the terms of Section 3.3).
|
||||||
|
|
||||||
|
#### 2.5. Representation
|
||||||
|
|
||||||
|
Each Contributor represents that the Contributor believes its
|
||||||
|
Contributions are its original creation(s) or it has sufficient rights
|
||||||
|
to grant the rights to its Contributions conveyed by this License.
|
||||||
|
|
||||||
|
#### 2.6. Fair Use
|
||||||
|
|
||||||
|
This License is not intended to limit any rights You have under
|
||||||
|
applicable copyright doctrines of fair use, fair dealing, or other
|
||||||
|
equivalents.
|
||||||
|
|
||||||
|
#### 2.7. Conditions
|
||||||
|
|
||||||
|
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
|
||||||
|
in Section 2.1.
|
||||||
|
|
||||||
|
|
||||||
|
### 3. Responsibilities
|
||||||
|
|
||||||
|
#### 3.1. Distribution of Source Form
|
||||||
|
|
||||||
|
All distribution of Covered Software in Source Code Form, including any
|
||||||
|
Modifications that You create or to which You contribute, must be under
|
||||||
|
the terms of this License. You must inform recipients that the Source
|
||||||
|
Code Form of the Covered Software is governed by the terms of this
|
||||||
|
License, and how they can obtain a copy of this License. You may not
|
||||||
|
attempt to alter or restrict the recipients' rights in the Source Code
|
||||||
|
Form.
|
||||||
|
|
||||||
|
#### 3.2. Distribution of Executable Form
|
||||||
|
|
||||||
|
If You distribute Covered Software in Executable Form then:
|
||||||
|
|
||||||
|
* **(a)** such Covered Software must also be made available in Source Code
|
||||||
|
Form, as described in Section 3.1, and You must inform recipients of
|
||||||
|
the Executable Form how they can obtain a copy of such Source Code
|
||||||
|
Form by reasonable means in a timely manner, at a charge no more
|
||||||
|
than the cost of distribution to the recipient; and
|
||||||
|
|
||||||
|
* **(b)** You may distribute such Executable Form under the terms of this
|
||||||
|
License, or sublicense it under different terms, provided that the
|
||||||
|
license for the Executable Form does not attempt to limit or alter
|
||||||
|
the recipients' rights in the Source Code Form under this License.
|
||||||
|
|
||||||
|
#### 3.3. Distribution of a Larger Work
|
||||||
|
|
||||||
|
You may create and distribute a Larger Work under terms of Your choice,
|
||||||
|
provided that You also comply with the requirements of this License for
|
||||||
|
the Covered Software. If the Larger Work is a combination of Covered
|
||||||
|
Software with a work governed by one or more Secondary Licenses, and the
|
||||||
|
Covered Software is not Incompatible With Secondary Licenses, this
|
||||||
|
License permits You to additionally distribute such Covered Software
|
||||||
|
under the terms of such Secondary License(s), so that the recipient of
|
||||||
|
the Larger Work may, at their option, further distribute the Covered
|
||||||
|
Software under the terms of either this License or such Secondary
|
||||||
|
License(s).
|
||||||
|
|
||||||
|
#### 3.4. Notices
|
||||||
|
|
||||||
|
You may not remove or alter the substance of any license notices
|
||||||
|
(including copyright notices, patent notices, disclaimers of warranty,
|
||||||
|
or limitations of liability) contained within the Source Code Form of
|
||||||
|
the Covered Software, except that You may alter any license notices to
|
||||||
|
the extent required to remedy known factual inaccuracies.
|
||||||
|
|
||||||
|
#### 3.5. Application of Additional Terms
|
||||||
|
|
||||||
|
You may choose to offer, and to charge a fee for, warranty, support,
|
||||||
|
indemnity or liability obligations to one or more recipients of Covered
|
||||||
|
Software. However, You may do so only on Your own behalf, and not on
|
||||||
|
behalf of any Contributor. You must make it absolutely clear that any
|
||||||
|
such warranty, support, indemnity, or liability obligation is offered by
|
||||||
|
You alone, and You hereby agree to indemnify every Contributor for any
|
||||||
|
liability incurred by such Contributor as a result of warranty, support,
|
||||||
|
indemnity or liability terms You offer. You may include additional
|
||||||
|
disclaimers of warranty and limitations of liability specific to any
|
||||||
|
jurisdiction.
|
||||||
|
|
||||||
|
|
||||||
|
### 4. Inability to Comply Due to Statute or Regulation
|
||||||
|
|
||||||
|
If it is impossible for You to comply with any of the terms of this
|
||||||
|
License with respect to some or all of the Covered Software due to
|
||||||
|
statute, judicial order, or regulation then You must: **(a)** comply with
|
||||||
|
the terms of this License to the maximum extent possible; and **(b)**
|
||||||
|
describe the limitations and the code they affect. Such description must
|
||||||
|
be placed in a text file included with all distributions of the Covered
|
||||||
|
Software under this License. Except to the extent prohibited by statute
|
||||||
|
or regulation, such description must be sufficiently detailed for a
|
||||||
|
recipient of ordinary skill to be able to understand it.
|
||||||
|
|
||||||
|
|
||||||
|
### 5. Termination
|
||||||
|
|
||||||
|
**5.1.** The rights granted under this License will terminate automatically
|
||||||
|
if You fail to comply with any of its terms. However, if You become
|
||||||
|
compliant, then the rights granted under this License from a particular
|
||||||
|
Contributor are reinstated **(a)** provisionally, unless and until such
|
||||||
|
Contributor explicitly and finally terminates Your grants, and **(b)** on an
|
||||||
|
ongoing basis, if such Contributor fails to notify You of the
|
||||||
|
non-compliance by some reasonable means prior to 60 days after You have
|
||||||
|
come back into compliance. Moreover, Your grants from a particular
|
||||||
|
Contributor are reinstated on an ongoing basis if such Contributor
|
||||||
|
notifies You of the non-compliance by some reasonable means, this is the
|
||||||
|
first time You have received notice of non-compliance with this License
|
||||||
|
from such Contributor, and You become compliant prior to 30 days after
|
||||||
|
Your receipt of the notice.
|
||||||
|
|
||||||
|
**5.2.** If You initiate litigation against any entity by asserting a patent
|
||||||
|
infringement claim (excluding declaratory judgment actions,
|
||||||
|
counter-claims, and cross-claims) alleging that a Contributor Version
|
||||||
|
directly or indirectly infringes any patent, then the rights granted to
|
||||||
|
You by any and all Contributors for the Covered Software under Section
|
||||||
|
2.1 of this License shall terminate.
|
||||||
|
|
||||||
|
**5.3.** In the event of termination under Sections 5.1 or 5.2 above, all
|
||||||
|
end user license agreements (excluding distributors and resellers) which
|
||||||
|
have been validly granted by You or Your distributors under this License
|
||||||
|
prior to termination shall survive termination.
|
||||||
|
|
||||||
|
|
||||||
|
### 6. Disclaimer of Warranty
|
||||||
|
|
||||||
|
> Covered Software is provided under this License on an “as is”
|
||||||
|
> basis, without warranty of any kind, either expressed, implied, or
|
||||||
|
> statutory, including, without limitation, warranties that the
|
||||||
|
> Covered Software is free of defects, merchantable, fit for a
|
||||||
|
> particular purpose or non-infringing. The entire risk as to the
|
||||||
|
> quality and performance of the Covered Software is with You.
|
||||||
|
> Should any Covered Software prove defective in any respect, You
|
||||||
|
> (not any Contributor) assume the cost of any necessary servicing,
|
||||||
|
> repair, or correction. This disclaimer of warranty constitutes an
|
||||||
|
> essential part of this License. No use of any Covered Software is
|
||||||
|
> authorized under this License except under this disclaimer.
|
||||||
|
|
||||||
|
### 7. Limitation of Liability
|
||||||
|
|
||||||
|
> Under no circumstances and under no legal theory, whether tort
|
||||||
|
> (including negligence), contract, or otherwise, shall any
|
||||||
|
> Contributor, or anyone who distributes Covered Software as
|
||||||
|
> permitted above, be liable to You for any direct, indirect,
|
||||||
|
> special, incidental, or consequential damages of any character
|
||||||
|
> including, without limitation, damages for lost profits, loss of
|
||||||
|
> goodwill, work stoppage, computer failure or malfunction, or any
|
||||||
|
> and all other commercial damages or losses, even if such party
|
||||||
|
> shall have been informed of the possibility of such damages. This
|
||||||
|
> limitation of liability shall not apply to liability for death or
|
||||||
|
> personal injury resulting from such party's negligence to the
|
||||||
|
> extent applicable law prohibits such limitation. Some
|
||||||
|
> jurisdictions do not allow the exclusion or limitation of
|
||||||
|
> incidental or consequential damages, so this exclusion and
|
||||||
|
> limitation may not apply to You.
|
||||||
|
|
||||||
|
|
||||||
|
### 8. Litigation
|
||||||
|
|
||||||
|
Any litigation relating to this License may be brought only in the
|
||||||
|
courts of a jurisdiction where the defendant maintains its principal
|
||||||
|
place of business and such litigation shall be governed by laws of that
|
||||||
|
jurisdiction, without reference to its conflict-of-law provisions.
|
||||||
|
Nothing in this Section shall prevent a party's ability to bring
|
||||||
|
cross-claims or counter-claims.
|
||||||
|
|
||||||
|
|
||||||
|
### 9. Miscellaneous
|
||||||
|
|
||||||
|
This License represents the complete agreement concerning the subject
|
||||||
|
matter hereof. If any provision of this License is held to be
|
||||||
|
unenforceable, such provision shall be reformed only to the extent
|
||||||
|
necessary to make it enforceable. Any law or regulation which provides
|
||||||
|
that the language of a contract shall be construed against the drafter
|
||||||
|
shall not be used to construe this License against a Contributor.
|
||||||
|
|
||||||
|
|
||||||
|
### 10. Versions of the License
|
||||||
|
|
||||||
|
#### 10.1. New Versions
|
||||||
|
|
||||||
|
Mozilla Foundation is the license steward. Except as provided in Section
|
||||||
|
10.3, no one other than the license steward has the right to modify or
|
||||||
|
publish new versions of this License. Each version will be given a
|
||||||
|
distinguishing version number.
|
||||||
|
|
||||||
|
#### 10.2. Effect of New Versions
|
||||||
|
|
||||||
|
You may distribute the Covered Software under the terms of the version
|
||||||
|
of the License under which You originally received the Covered Software,
|
||||||
|
or under the terms of any subsequent version published by the license
|
||||||
|
steward.
|
||||||
|
|
||||||
|
#### 10.3. Modified Versions
|
||||||
|
|
||||||
|
If you create software not governed by this License, and you want to
|
||||||
|
create a new license for such software, you may create and use a
|
||||||
|
modified version of this License if you rename the license and remove
|
||||||
|
any references to the name of the license steward (except to note that
|
||||||
|
such modified license differs from this License).
|
||||||
|
|
||||||
|
#### 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses
|
||||||
|
|
||||||
|
If You choose to distribute Source Code Form that is Incompatible With
|
||||||
|
Secondary Licenses under the terms of this version of the License, the
|
||||||
|
notice described in Exhibit B of this License must be attached.
|
||||||
|
|
||||||
|
## Exhibit A - Source Code Form License Notice
|
||||||
|
|
||||||
|
This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
If it is not possible or desirable to put the notice in a particular
|
||||||
|
file, then You may include the notice in a location (such as a LICENSE
|
||||||
|
file in a relevant directory) where a recipient would be likely to look
|
||||||
|
for such a notice.
|
||||||
|
|
||||||
|
You may add additional accurate notices of copyright ownership.
|
||||||
|
|
||||||
|
## Exhibit B - “Incompatible With Secondary Licenses” Notice
|
||||||
|
|
||||||
|
This Source Code Form is "Incompatible With Secondary Licenses", as
|
||||||
|
defined by the Mozilla Public License, v. 2.0.
|
||||||
|
|
||||||
**You must:**
|
|
||||||
* retain any and all copyright notices in the code.
|
|
||||||
* retain any and all license notices in the code.
|
|
||||||
* ask for clarification from Netsyms Technologies if any portion of this license
|
|
||||||
is unclear or ambiguous.
|
|
||||||
|
|
||||||
**Disclaimer:**
|
|
||||||
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
|
|
||||||
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.
|
|
||||||
17
LICENSE_ASSETS.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Branding assets copyright (c) 2018 Netsyms Technologies.
|
||||||
|
|
||||||
|
If you modify and redistribute this project, you must replace the branding
|
||||||
|
assets with your own.
|
||||||
|
|
||||||
|
Private builds (i.e. not distributed outside your organization) or builds for
|
||||||
|
strictly personal use are exempted from this requirement.
|
||||||
|
|
||||||
|
The branding assets include:
|
||||||
|
* the application icon
|
||||||
|
* the splash/loading screen graphic
|
||||||
|
* the Netsyms N punchcard logo
|
||||||
|
* the Netsyms for Business graph logo
|
||||||
|
|
||||||
|
If you are unsure if your usage is allowed, please contact us:
|
||||||
|
https://netsyms.com/contact
|
||||||
|
legal@netsyms.com
|
||||||
12
README.md
@ -1,21 +1,23 @@
|
|||||||
Business Mobile
|
Netsyms Mobile
|
||||||
===============
|
===============
|
||||||
|
|
||||||
A mobile app for easy and secure access to the Business Apps on the go.
|
A mobile app for easy and secure access to the Netsyms Apps on the go.
|
||||||
|
|
||||||
|
https://netsyms.biz/apps/netsymsmobile
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
**Simple Pairing**
|
**Simple Pairing**
|
||||||
Scan a QR code displayed in Portal with the app, enter your password, and
|
Scan a QR code displayed in AccountHub with the app, enter your password, and
|
||||||
everything is setup automatically.
|
everything is setup automatically.
|
||||||
|
|
||||||
**Full Access**
|
**Full Access**
|
||||||
Access all features of all Business Apps from one place.
|
Access all features of all Netsyms Apps from one place.
|
||||||
|
|
||||||
**Barcode Scanning**
|
**Barcode Scanning**
|
||||||
Use your device camera to scan barcodes into BinStack and other apps.
|
Use your device camera to scan barcodes into BinStack and other apps.
|
||||||
|
|
||||||
**Secure**
|
**Secure**
|
||||||
If the device is lost, Apps access can be revoked from Portal by deleting the
|
If the device is lost, Apps access can be revoked from AccountHub by deleting the
|
||||||
pairing code.
|
pairing code.
|
||||||
111
config.xml
@ -1,70 +1,89 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<widget id="com.netsyms.BusinessMobile" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
<widget id="com.netsyms.apps.Mobile" version="2.0.3" 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>Business</name>
|
<name>Netsyms</name>
|
||||||
<description>
|
<description>
|
||||||
Mobile client for the Netsyms Business Apps.
|
Securely use the Netsyms Apps from your phone or tablet.
|
||||||
</description>
|
</description>
|
||||||
<author email="admin@netsyms.com" href="https://netsyms.com">
|
<author email="skylar@netsyms.com" href="https://netsyms.com">
|
||||||
Netsyms Technologies
|
Netsyms Technologies
|
||||||
</author>
|
</author>
|
||||||
<content src="index.html" />
|
<content src="index.html" />
|
||||||
<access origin="*" />
|
<access origin="*" />
|
||||||
|
<access origin="cdvfile://*" />
|
||||||
<allow-intent href="http://*/*" />
|
<allow-intent href="http://*/*" />
|
||||||
<allow-intent href="https://*/*" />
|
<allow-intent href="https://*/*" />
|
||||||
<allow-intent href="tel:*" />
|
<allow-intent href="tel:*" />
|
||||||
<allow-intent href="sms:*" />
|
<allow-intent href="sms:*" />
|
||||||
<allow-intent href="mailto:*" />
|
<allow-intent href="mailto:*" />
|
||||||
<allow-intent href="geo:*" />
|
<allow-intent href="geo:*" />
|
||||||
<icon src="icon.png" />
|
<icon src="logo_512.png" />
|
||||||
<preference name="StatusBarBackgroundColor" value="#2196f3" />
|
<preference name="StatusBarBackgroundColor" value="#2196f3" />
|
||||||
<platform name="android">
|
<platform name="android">
|
||||||
<allow-intent href="market:*" />
|
<allow-intent href="market:*" />
|
||||||
<preference name="AndroidLaunchMode" value="singleTop" />
|
<preference name="AndroidLaunchMode" value="singleTop" />
|
||||||
<preference name="android-minSdkVersion" value="19" />
|
<preference name="android-minSdkVersion" value="19" />
|
||||||
<preference name="android-targetSdkVersion" value="25" />
|
<preference name="android-targetSdkVersion" value="27" />
|
||||||
<preference name="SplashMaintainAspectRatio" value="true" />
|
<preference name="SplashMaintainAspectRatio" value="true" />
|
||||||
<preference name="HeaderColor" value="#2196f3" />
|
<preference name="HeaderColor" value="#2196f3" />
|
||||||
<preference name="StatusBarBackgroundColor" value="#1976d2" />
|
<preference name="StatusBarBackgroundColor" value="#1976d2" />
|
||||||
<splash qualifier="ldpi" src="res/screens/android/screen-ldpi-portrait.png" />
|
<preference name="stopOnTerminate" value="false" />
|
||||||
<splash qualifier="mdpi" src="res/screens/android/screen-mdpi-portrait.png" />
|
<preference name="startOnBoot" value="true" />
|
||||||
<splash qualifier="hdpi" src="res/screens/android/screen-hdpi-portrait.png" />
|
<preference name="forceReload" value="true" />
|
||||||
<splash qualifier="xhdpi" src="res/screens/android/screen-xhdpi-portrait.png" />
|
<preference name="minimumFetchInterval" value="1" />
|
||||||
|
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
|
||||||
|
<application android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" />
|
||||||
|
</edit-config>
|
||||||
|
<resource-file src="res/android/drawable/ic_launcher_background.xml" target="app/src/main/res/drawable/ic_launcher_background.xml" />
|
||||||
|
<resource-file src="res/android/drawable/ic_launcher_foreground.xml" target="app/src/main/res/drawable/ic_launcher_foreground.xml" />
|
||||||
|
<resource-file src="res/android/mipmap-anydpi-v26/ic_launcher.xml" target="app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml" />
|
||||||
|
<resource-file src="res/android/mipmap-anydpi-v26/ic_launcher_round.xml" target="app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml" />
|
||||||
|
<resource-file src="res/android/mipmap-hdpi/ic_launcher.png" target="app/src/main/res/mipmap-hdpi/ic_launcher.png" />
|
||||||
|
<resource-file src="res/android/mipmap-hdpi/ic_launcher_round.png" target="app/src/main/res/mipmap-hdpi/ic_launcher_round.png" />
|
||||||
|
<resource-file src="res/android/mipmap-mdpi/ic_launcher.png" target="app/src/main/res/mipmap-mdpi/ic_launcher.png" />
|
||||||
|
<resource-file src="res/android/mipmap-mdpi/ic_launcher_round.png" target="app/src/main/res/mipmap-mdpi/ic_launcher_round.png" />
|
||||||
|
<resource-file src="res/android/mipmap-xhdpi/ic_launcher.png" target="app/src/main/res/mipmap-xhdpi/ic_launcher.png" />
|
||||||
|
<resource-file src="res/android/mipmap-xhdpi/ic_launcher_round.png" target="app/src/main/res/mipmap-xhdpi/ic_launcher_round.png" />
|
||||||
|
<resource-file src="res/android/mipmap-xxhdpi/ic_launcher.png" target="app/src/main/res/mipmap-xxhdpi/ic_launcher.png" />
|
||||||
|
<resource-file src="res/android/mipmap-xxhdpi/ic_launcher_round.png" target="app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png" />
|
||||||
|
<resource-file src="res/android/mipmap-xxxhdpi/ic_launcher.png" target="app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" />
|
||||||
|
<resource-file src="res/android/mipmap-xxxhdpi/ic_launcher_round.png" target="app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png" />
|
||||||
|
<resource-file src="res/android/drawable-hdpi/ic_notification.png" target="app/src/main/res/drawable-hdpi/ic_notification.png" />
|
||||||
|
<resource-file src="res/android/drawable-mdpi/ic_notification.png" target="app/src/main/res/drawable-mdpi/ic_notification.png" />
|
||||||
|
<resource-file src="res/android/drawable-xhdpi/ic_notification.png" target="app/src/main/res/drawable-xhdpi/ic_notification.png" />
|
||||||
|
<resource-file src="res/android/drawable-xxhdpi/ic_notification.png" target="app/src/main/res/drawable-xxhdpi/ic_notification.png" />
|
||||||
|
<resource-file src="src/android/BackgroundFetchHeadlessTask.java" target="app/src/main/java/com/transistorsoft/cordova/backgroundfetch/BackgroundFetchHeadlessTask.java" />
|
||||||
|
<splash density="port-ldpi" src="res/screen/android/splash-port-ldpi.png" />
|
||||||
|
<splash density="port-mdpi" src="res/screen/android/splash-port-mdpi.png" />
|
||||||
|
<splash density="port-hdpi" src="res/screen/android/splash-port-hdpi.png" />
|
||||||
|
<splash density="port-xhdpi" src="res/screen/android/splash-port-xhdpi.png" />
|
||||||
|
<splash density="port-xxhdpi" src="res/screen/android/splash-port-xxhdpi.png" />
|
||||||
|
<splash density="port-xxxhdpi" src="res/screen/android/splash-port-xxxhdpi.png" />
|
||||||
|
<splash density="land-ldpi" src="res/screen/android/splash-land-ldpi.png" />
|
||||||
|
<splash density="land-mdpi" src="res/screen/android/splash-land-mdpi.png" />
|
||||||
|
<splash density="land-hdpi" src="res/screen/android/splash-land-hdpi.png" />
|
||||||
|
<splash density="land-xhdpi" src="res/screen/android/splash-land-xhdpi.png" />
|
||||||
|
<splash density="land-xxhdpi" src="res/screen/android/splash-land-xxhdpi.png" />
|
||||||
|
<splash density="land-xxxhdpi" src="res/screen/android/splash-land-xxxhdpi.png" />
|
||||||
</platform>
|
</platform>
|
||||||
<platform name="ios">
|
<preference name="AutoHideSplashScreen" value="false" />
|
||||||
<allow-intent href="itms:*" />
|
|
||||||
<allow-intent href="itms-apps:*" />
|
|
||||||
<icon height="29" src="res/icons/ios/icon-small.png" width="29" />
|
|
||||||
<icon height="58" src="res/icons/ios/icon-small-2x.png" width="58" />
|
|
||||||
<icon height="40" src="res/icons/ios/icon-40.png" width="40" />
|
|
||||||
<icon height="80" src="res/icons/ios/icon-40-2x.png" width="80" />
|
|
||||||
<icon height="50" src="res/icons/ios/icon-50.png" width="50" />
|
|
||||||
<icon height="100" src="res/icons/ios/icon-50-2x.png" width="100" />
|
|
||||||
<icon height="57" src="res/icons/ios/icon.png" width="57" />
|
|
||||||
<icon height="114" src="res/icons/ios/icon-2x.png" width="114" />
|
|
||||||
<icon height="60" src="res/icons/ios/icon-60.png" width="60" />
|
|
||||||
<icon height="120" src="res/icons/ios/icon-60-2x.png" width="120" />
|
|
||||||
<icon height="180" src="res/icons/ios/icon-60-3x.png" width="180" />
|
|
||||||
<icon height="72" src="res/icons/ios/icon-72.png" width="72" />
|
|
||||||
<icon height="144" src="res/icons/ios/icon-72-2x.png" width="144" />
|
|
||||||
<icon height="76" src="res/icons/ios/icon-76.png" width="76" />
|
|
||||||
<icon height="152" src="res/icons/ios/icon-76-2x.png" width="152" />
|
|
||||||
<splash height="480" src="res/screens/ios/screen-iphone-portrait.png" width="320" />
|
|
||||||
<splash height="960" src="res/screens/ios/screen-iphone-portrait-2x.png" width="640" />
|
|
||||||
<splash height="1136" src="res/screens/ios/screen-iphone-portrait-568h-2x.png" width="640" />
|
|
||||||
<splash height="1334" src="res/screens/ios/screen-iphone-portrait-667h.png" width="750" />
|
|
||||||
<splash height="2208" src="res/screens/ios/screen-iphone-portrait-736h.png" width="1242" />
|
|
||||||
<splash height="1024" src="res/screens/ios/screen-ipad-portrait.png" width="768" />
|
|
||||||
<splash height="2048" src="res/screens/ios/screen-ipad-portrait-2x.png" width="1536" />
|
|
||||||
</platform>
|
|
||||||
<preference name="SplashScreenDelay" value="3000" />
|
|
||||||
<engine name="android" spec="^6.2.3" />
|
|
||||||
<engine name="browser" spec="^4.1.0" />
|
|
||||||
<plugin name="cordova-plugin-console" spec="git+https://github.com/apache/cordova-plugin-console.git" />
|
|
||||||
<plugin name="cordova-plugin-device" spec="git+https://github.com/apache/cordova-plugin-device.git" />
|
|
||||||
<plugin name="cordova-plugin-dialogs" spec="git+https://github.com/apache/cordova-plugin-dialogs.git" />
|
|
||||||
<plugin name="cordova-plugin-headercolor" spec="^1.0.0" />
|
|
||||||
<plugin name="cordova-plugin-splashscreen" spec="git+https://github.com/apache/cordova-plugin-splashscreen.git" />
|
|
||||||
<plugin name="cordova-plugin-statusbar" spec="^2.2.3" />
|
|
||||||
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
|
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" />
|
||||||
<plugin name="phonegap-plugin-barcodescanner" spec="^6.0.6" />
|
<plugin name="cordova-plugin-headercolor" spec="^1.0.0" />
|
||||||
|
<plugin name="cordova-plugin-app-version" spec="^0.1.9" />
|
||||||
|
<plugin name="cordova-plugin-file" spec="^6.0.1" />
|
||||||
|
<plugin name="cordova-plugin-add-swift-support" spec="^1.7.1" />
|
||||||
|
<plugin name="cordova-plugin-zeroconf" spec="^1.3.1" />
|
||||||
|
<plugin name="cordova-plugin-statusbar" spec="^2.4.1" />
|
||||||
|
<plugin name="phonegap-plugin-barcodescanner" spec="^7.1.0">
|
||||||
|
<variable name="ANDROID_SUPPORT_V4_VERSION" value="27.+" />
|
||||||
|
</plugin>
|
||||||
|
<plugin name="cordova-plugin-console" spec="^1.1.0" />
|
||||||
|
<plugin name="cordova-plugin-device" spec="^2.0.1" />
|
||||||
|
<plugin name="cordova-plugin-dialogs" spec="^2.0.1" />
|
||||||
|
<plugin name="cordova-plugin-inappbrowser" spec="^2.0.2" />
|
||||||
|
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
|
||||||
|
<plugin name="cordova-plugin-nativestorage" spec="^2.3.2" />
|
||||||
|
<plugin name="cordova-plugin-local-notification" spec="^0.9.0-beta.2" />
|
||||||
|
<plugin name="cordova-plugin-background-fetch" spec="^5.4.1" />
|
||||||
|
<engine name="browser" spec="^5.0.4" />
|
||||||
|
<engine name="android" spec="^7.1.2" />
|
||||||
</widget>
|
</widget>
|
||||||
|
|||||||
BIN
logo_512.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
@ -46,7 +46,7 @@ made subject to such option by the copyright holder.
|
|||||||
<!--
|
<!--
|
||||||
Generated file; DO NOT EDIT.
|
Generated file; DO NOT EDIT.
|
||||||
-->
|
-->
|
||||||
<project name="BusinessMobile" basedir="..">
|
<project name="NetsymsMobile" basedir="..">
|
||||||
<property file="nbproject/configs/${config}.properties" />
|
<property file="nbproject/configs/${config}.properties" />
|
||||||
|
|
||||||
<scriptdef name="checkVersion" language="javascript">
|
<scriptdef name="checkVersion" language="javascript">
|
||||||
|
|||||||
9
nbproject/mplheader.txt
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<#if licenseFirst??>
|
||||||
|
${licenseFirst}
|
||||||
|
</#if>
|
||||||
|
${licensePrefix}This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
${licensePrefix}License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
${licensePrefix}file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
<#if licenseLast??>
|
||||||
|
${licenseLast}
|
||||||
|
</#if>
|
||||||
@ -6,3 +6,10 @@ cordova-plugin-whitelist=https://github.com/apache/cordova-plugin-whitelist.git
|
|||||||
phonegap-plugin-barcodescanner=https://github.com/phonegap/phonegap-plugin-barcodescanner.git
|
phonegap-plugin-barcodescanner=https://github.com/phonegap/phonegap-plugin-barcodescanner.git
|
||||||
cordova-plugin-statusbar=https://github.com/apache/cordova-plugin-statusbar.git
|
cordova-plugin-statusbar=https://github.com/apache/cordova-plugin-statusbar.git
|
||||||
cordova-plugin-headercolor=https://github.com/tomloprod/cordova-plugin-headercolor.git
|
cordova-plugin-headercolor=https://github.com/tomloprod/cordova-plugin-headercolor.git
|
||||||
|
cordova-plugin-inappbrowser=https://github.com/apache/cordova-plugin-inappbrowser.git
|
||||||
|
cordova-plugin-app-version=https://github.com/whiteoctober/cordova-plugin-app-version.git
|
||||||
|
cordova-plugin-zeroconf=https://github.com/becvert/cordova-plugin-zeroconf.git
|
||||||
|
cordova-plugin-file=https://github.com/apache/cordova-plugin-file.git
|
||||||
|
cordova-plugin-local-notification=https://github.com/katzer/cordova-plugin-local-notifications.git
|
||||||
|
cordova-plugin-background-fetch=https://github.com/transistorsoft/cordova-plugin-background-fetch.git
|
||||||
|
cordova-plugin-nativestorage=https://github.com/TheCocoaProject/cordova-plugin-nativestorage.git
|
||||||
@ -1,7 +1,8 @@
|
|||||||
auxiliary.org-netbeans-modules-cordova.cordova_5f_build_5f_script_5f_version=52
|
auxiliary.org-netbeans-modules-cordova.cordova_5f_build_5f_script_5f_version=52
|
||||||
auxiliary.org-netbeans-modules-cordova.phonegap=false
|
auxiliary.org-netbeans-modules-cordova.phonegap=false
|
||||||
file.reference.BusinessMobile-test=test
|
file.reference.NetsymsMobile-test=test
|
||||||
file.reference.BusinessMobile-www=www
|
file.reference.NetsymsMobile-www=www
|
||||||
files.encoding=UTF-8
|
files.encoding=UTF-8
|
||||||
site.root.folder=${file.reference.BusinessMobile-www}
|
project.licensePath=nbproject/mplheader.txt
|
||||||
test.folder=${file.reference.BusinessMobile-test}
|
site.root.folder=${file.reference.NetsymsMobile-www}
|
||||||
|
test.folder=${file.reference.NetsymsMobile-test}
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<type>org.netbeans.modules.web.clientproject</type>
|
<type>org.netbeans.modules.web.clientproject</type>
|
||||||
<configuration>
|
<configuration>
|
||||||
<data xmlns="http://www.netbeans.org/ns/clientside-project/1">
|
<data xmlns="http://www.netbeans.org/ns/clientside-project/1">
|
||||||
<name>BusinessMobile</name>
|
<name>NetsymsMobile</name>
|
||||||
</data>
|
</data>
|
||||||
</configuration>
|
</configuration>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
522
package-lock.json
generated
@ -1,522 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "com.netsyms.BusinessMobile",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"lockfileVersion": 1,
|
|
||||||
"dependencies": {
|
|
||||||
"cordova-android": {
|
|
||||||
"version": "https://registry.npmjs.org/cordova-android/-/cordova-android-6.2.3.tgz",
|
|
||||||
"integrity": "sha1-JJ8hts5fHxyEenq4OxaQnb7Vqig=",
|
|
||||||
"dependencies": {
|
|
||||||
"abbrev": {
|
|
||||||
"version": "http://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz",
|
|
||||||
"integrity": "sha1-0FVMIlZjbi9W58LlrRg/hZQo2B8="
|
|
||||||
},
|
|
||||||
"ansi": {
|
|
||||||
"version": "http://registry.npmjs.org/ansi/-/ansi-0.3.1.tgz",
|
|
||||||
"integrity": "sha1-DELU+xcWDVqa8eSEus4cZpIsGyE="
|
|
||||||
},
|
|
||||||
"balanced-match": {
|
|
||||||
"version": "http://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz",
|
|
||||||
"integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg="
|
|
||||||
},
|
|
||||||
"base64-js": {
|
|
||||||
"version": "http://registry.npmjs.org/base64-js/-/base64-js-0.0.8.tgz",
|
|
||||||
"integrity": "sha1-EQHpVE9KdrG8OybUUsqW16NeeXg="
|
|
||||||
},
|
|
||||||
"big-integer": {
|
|
||||||
"version": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.22.tgz",
|
|
||||||
"integrity": "sha1-SHyV/OiGAi6kj/XxnjiJMt9G3S4="
|
|
||||||
},
|
|
||||||
"bplist-parser": {
|
|
||||||
"version": "http://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz",
|
|
||||||
"integrity": "sha1-1g1dzCDLptx+HymbNdPh+V2vuuY="
|
|
||||||
},
|
|
||||||
"brace-expansion": {
|
|
||||||
"version": "http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.7.tgz",
|
|
||||||
"integrity": "sha1-Pv/DxQ4ABTH7cg6v+A8K6O8jz1k="
|
|
||||||
},
|
|
||||||
"concat-map": {
|
|
||||||
"version": "http://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
||||||
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
|
|
||||||
},
|
|
||||||
"cordova-common": {
|
|
||||||
"version": "http://registry.npmjs.org/cordova-common/-/cordova-common-2.0.2.tgz",
|
|
||||||
"integrity": "sha1-V0Z5driv1eC9ChMRG2akIEQWAcs="
|
|
||||||
},
|
|
||||||
"cordova-registry-mapper": {
|
|
||||||
"version": "http://registry.npmjs.org/cordova-registry-mapper/-/cordova-registry-mapper-1.1.15.tgz",
|
|
||||||
"integrity": "sha1-4kS5GFuBdUc7/2B5MkkFEV+D3Hw="
|
|
||||||
},
|
|
||||||
"elementtree": {
|
|
||||||
"version": "http://registry.npmjs.org/elementtree/-/elementtree-0.1.6.tgz",
|
|
||||||
"integrity": "sha1-KsTEbqMFFsjEy9teOsdBjlkt4gw="
|
|
||||||
},
|
|
||||||
"glob": {
|
|
||||||
"version": "http://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
|
|
||||||
"integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E="
|
|
||||||
},
|
|
||||||
"inflight": {
|
|
||||||
"version": "http://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
||||||
"integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk="
|
|
||||||
},
|
|
||||||
"inherits": {
|
|
||||||
"version": "http://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
|
|
||||||
"integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4="
|
|
||||||
},
|
|
||||||
"lodash": {
|
|
||||||
"version": "http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
|
|
||||||
"integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y="
|
|
||||||
},
|
|
||||||
"minimatch": {
|
|
||||||
"version": "http://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
|
|
||||||
"integrity": "sha1-Kk5AkLlrLbBqnX3wEFWmKnfJt3Q="
|
|
||||||
},
|
|
||||||
"nopt": {
|
|
||||||
"version": "http://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
|
|
||||||
"integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k="
|
|
||||||
},
|
|
||||||
"once": {
|
|
||||||
"version": "http://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
||||||
"integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E="
|
|
||||||
},
|
|
||||||
"os-homedir": {
|
|
||||||
"version": "http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
|
|
||||||
"integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M="
|
|
||||||
},
|
|
||||||
"os-tmpdir": {
|
|
||||||
"version": "http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
|
|
||||||
"integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ="
|
|
||||||
},
|
|
||||||
"osenv": {
|
|
||||||
"version": "http://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz",
|
|
||||||
"integrity": "sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ="
|
|
||||||
},
|
|
||||||
"path-is-absolute": {
|
|
||||||
"version": "http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
||||||
"integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
|
|
||||||
},
|
|
||||||
"plist": {
|
|
||||||
"version": "http://registry.npmjs.org/plist/-/plist-1.2.0.tgz",
|
|
||||||
"integrity": "sha1-CEtQk93JJQbiWfh0uNmxr7jHlZM="
|
|
||||||
},
|
|
||||||
"properties-parser": {
|
|
||||||
"version": "http://registry.npmjs.org/properties-parser/-/properties-parser-0.2.3.tgz",
|
|
||||||
"integrity": "sha1-91kSVfcHq7/yJ8e1a2N9uwNzoQ8="
|
|
||||||
},
|
|
||||||
"q": {
|
|
||||||
"version": "http://registry.npmjs.org/q/-/q-1.5.0.tgz",
|
|
||||||
"integrity": "sha1-3QG6ydBtMObyGa7LglPunr3DCPE="
|
|
||||||
},
|
|
||||||
"sax": {
|
|
||||||
"version": "http://registry.npmjs.org/sax/-/sax-0.3.5.tgz",
|
|
||||||
"integrity": "sha1-iPz8H3PAyLvVt8d2ttPzUB7tBz0="
|
|
||||||
},
|
|
||||||
"semver": {
|
|
||||||
"version": "http://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
|
|
||||||
"integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8="
|
|
||||||
},
|
|
||||||
"shelljs": {
|
|
||||||
"version": "http://registry.npmjs.org/shelljs/-/shelljs-0.5.3.tgz",
|
|
||||||
"integrity": "sha1-xUmCuZbHbvDB5rWfvcWCX1txMRM="
|
|
||||||
},
|
|
||||||
"underscore": {
|
|
||||||
"version": "http://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
|
|
||||||
"integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI="
|
|
||||||
},
|
|
||||||
"unorm": {
|
|
||||||
"version": "http://registry.npmjs.org/unorm/-/unorm-1.4.1.tgz",
|
|
||||||
"integrity": "sha1-NkIA1fE2RsqLzURJAnEzVhR5IwA="
|
|
||||||
},
|
|
||||||
"util-deprecate": {
|
|
||||||
"version": "http://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
||||||
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
|
|
||||||
},
|
|
||||||
"wrappy": {
|
|
||||||
"version": "http://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
||||||
"integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
|
|
||||||
},
|
|
||||||
"xmlbuilder": {
|
|
||||||
"version": "http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.0.0.tgz",
|
|
||||||
"integrity": "sha1-mLj2UcowqmJANvEn0RzGbce5B6M="
|
|
||||||
},
|
|
||||||
"xmldom": {
|
|
||||||
"version": "http://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz",
|
|
||||||
"integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk="
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"cordova-browser": {
|
|
||||||
"version": "4.1.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/cordova-browser/-/cordova-browser-4.1.0.tgz",
|
|
||||||
"integrity": "sha1-dQeQZeXNUKpnQ8vYUxdhcFP7IMY=",
|
|
||||||
"dependencies": {
|
|
||||||
"adm-zip": {
|
|
||||||
"version": "0.4.7",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"cordova-serve": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"chalk": {
|
|
||||||
"version": "1.1.1",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"ansi-styles": {
|
|
||||||
"version": "2.2.0",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"color-convert": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"escape-string-regexp": {
|
|
||||||
"version": "1.0.5",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"has-ansi": {
|
|
||||||
"version": "2.0.0",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"ansi-regex": {
|
|
||||||
"version": "2.0.0",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"strip-ansi": {
|
|
||||||
"version": "3.0.1",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"ansi-regex": {
|
|
||||||
"version": "2.0.0",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"supports-color": {
|
|
||||||
"version": "2.0.0",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"compression": {
|
|
||||||
"version": "1.6.1",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"accepts": {
|
|
||||||
"version": "1.3.1",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"mime-types": {
|
|
||||||
"version": "2.1.10",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"mime-db": {
|
|
||||||
"version": "1.22.0",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"negotiator": {
|
|
||||||
"version": "0.6.0",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"bytes": {
|
|
||||||
"version": "2.2.0",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"compressible": {
|
|
||||||
"version": "2.0.7",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"mime-db": {
|
|
||||||
"version": "1.22.0",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"debug": {
|
|
||||||
"version": "2.2.0",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"ms": {
|
|
||||||
"version": "0.7.1",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"on-headers": {
|
|
||||||
"version": "1.0.1",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"vary": {
|
|
||||||
"version": "1.1.0",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"express": {
|
|
||||||
"version": "4.13.4",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"accepts": {
|
|
||||||
"version": "1.2.13",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"mime-types": {
|
|
||||||
"version": "2.1.10",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"mime-db": {
|
|
||||||
"version": "1.22.0",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"negotiator": {
|
|
||||||
"version": "0.5.3",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"array-flatten": {
|
|
||||||
"version": "1.1.1",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"content-disposition": {
|
|
||||||
"version": "0.5.1",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"content-type": {
|
|
||||||
"version": "1.0.1",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"cookie": {
|
|
||||||
"version": "0.1.5",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"cookie-signature": {
|
|
||||||
"version": "1.0.6",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"debug": {
|
|
||||||
"version": "2.2.0",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"ms": {
|
|
||||||
"version": "0.7.1",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"depd": {
|
|
||||||
"version": "1.1.0",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"escape-html": {
|
|
||||||
"version": "1.0.3",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"etag": {
|
|
||||||
"version": "1.7.0",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"finalhandler": {
|
|
||||||
"version": "0.4.1",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"unpipe": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"fresh": {
|
|
||||||
"version": "0.3.0",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"merge-descriptors": {
|
|
||||||
"version": "1.0.1",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"methods": {
|
|
||||||
"version": "1.1.2",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"on-finished": {
|
|
||||||
"version": "2.3.0",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"ee-first": {
|
|
||||||
"version": "1.1.1",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"parseurl": {
|
|
||||||
"version": "1.3.1",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"path-to-regexp": {
|
|
||||||
"version": "0.1.7",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"proxy-addr": {
|
|
||||||
"version": "1.0.10",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"forwarded": {
|
|
||||||
"version": "0.1.0",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"ipaddr.js": {
|
|
||||||
"version": "1.0.5",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"qs": {
|
|
||||||
"version": "4.0.0",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"range-parser": {
|
|
||||||
"version": "1.0.3",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"send": {
|
|
||||||
"version": "0.13.1",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"destroy": {
|
|
||||||
"version": "1.0.4",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"http-errors": {
|
|
||||||
"version": "1.3.1",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"inherits": {
|
|
||||||
"version": "2.0.1",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"mime": {
|
|
||||||
"version": "1.3.4",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"ms": {
|
|
||||||
"version": "0.7.1",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"statuses": {
|
|
||||||
"version": "1.2.1",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"serve-static": {
|
|
||||||
"version": "1.10.2",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"type-is": {
|
|
||||||
"version": "1.6.12",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"media-typer": {
|
|
||||||
"version": "0.3.0",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"mime-types": {
|
|
||||||
"version": "2.1.10",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"mime-db": {
|
|
||||||
"version": "1.22.0",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"utils-merge": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"vary": {
|
|
||||||
"version": "1.0.1",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nopt": {
|
|
||||||
"version": "3.0.6",
|
|
||||||
"bundled": true,
|
|
||||||
"dependencies": {
|
|
||||||
"abbrev": {
|
|
||||||
"version": "1.0.7",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"q": {
|
|
||||||
"version": "1.4.1",
|
|
||||||
"bundled": true
|
|
||||||
},
|
|
||||||
"shelljs": {
|
|
||||||
"version": "0.6.0",
|
|
||||||
"bundled": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"cordova-plugin-compat": {
|
|
||||||
"version": "1.1.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/cordova-plugin-compat/-/cordova-plugin-compat-1.1.0.tgz",
|
|
||||||
"integrity": "sha1-kr3xaf62EgUyPcyWo/+DSON+h/w="
|
|
||||||
},
|
|
||||||
"cordova-plugin-console": {
|
|
||||||
"version": "git+https://github.com/apache/cordova-plugin-console.git#45d4e38b5d807aa3eb5e19c712cb387414a80239"
|
|
||||||
},
|
|
||||||
"cordova-plugin-device": {
|
|
||||||
"version": "git+https://github.com/apache/cordova-plugin-device.git#2d845036befa5152ab9b87011c0970cc95833e69"
|
|
||||||
},
|
|
||||||
"cordova-plugin-dialog": {
|
|
||||||
"version": "0.0.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/cordova-plugin-dialog/-/cordova-plugin-dialog-0.0.1.tgz",
|
|
||||||
"integrity": "sha1-PbQ9++2318hL4dOjOfGxbZIHyA4="
|
|
||||||
},
|
|
||||||
"cordova-plugin-dialogs": {
|
|
||||||
"version": "git+https://github.com/apache/cordova-plugin-dialogs.git#a22b0eb7fd013e5b50486ebc54e6396780cad999"
|
|
||||||
},
|
|
||||||
"cordova-plugin-headercolor": {
|
|
||||||
"version": "1.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/cordova-plugin-headercolor/-/cordova-plugin-headercolor-1.0.0.tgz",
|
|
||||||
"integrity": "sha1-AgrNlDeH7gOdZ/Z56NnqbTiSAxY="
|
|
||||||
},
|
|
||||||
"cordova-plugin-splashscreen": {
|
|
||||||
"version": "git+https://github.com/apache/cordova-plugin-splashscreen.git#98f83fea5ae58fb50962af2725310cc199b28f40"
|
|
||||||
},
|
|
||||||
"cordova-plugin-statusbar": {
|
|
||||||
"version": "2.2.3",
|
|
||||||
"resolved": "https://registry.npmjs.org/cordova-plugin-statusbar/-/cordova-plugin-statusbar-2.2.3.tgz",
|
|
||||||
"integrity": "sha1-UcXgKtQzvr0LDcl3pEbrkd/uFQI="
|
|
||||||
},
|
|
||||||
"cordova-plugin-whitelist": {
|
|
||||||
"version": "1.3.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.2.tgz",
|
|
||||||
"integrity": "sha1-W2M1/rn1MB88ATuQlsuIhb29UHY="
|
|
||||||
},
|
|
||||||
"phonegap-plugin-barcodescanner": {
|
|
||||||
"version": "6.0.6",
|
|
||||||
"resolved": "https://registry.npmjs.org/phonegap-plugin-barcodescanner/-/phonegap-plugin-barcodescanner-6.0.6.tgz",
|
|
||||||
"integrity": "sha1-wy35plMyEU1j3b45Xw9OE206IPI="
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
90
package.json
@ -1,39 +1,57 @@
|
|||||||
{
|
{
|
||||||
"name": "com.netsyms.BusinessMobile",
|
"name": "com.netsyms.apps.Mobile",
|
||||||
"displayName": "Business for Mobile",
|
"displayName": "Netsyms Apps for Mobile",
|
||||||
"version": "1.0.0",
|
"version": "2.0.1",
|
||||||
"description": "Mobile client for the Netsyms Business Apps.",
|
"description": "Securely use the Netsyms Apps from your phone or tablet.",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"author": "Netsyms Technologies",
|
"author": "Netsyms Technologies",
|
||||||
"license": "netsyms-business-license",
|
"license": "MPL-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cordova-android": "^6.2.3",
|
"cordova-android": "^7.1.2",
|
||||||
"cordova-browser": "^4.1.0",
|
"cordova-browser": "^5.0.4",
|
||||||
"cordova-plugin-compat": "^1.1.0",
|
"cordova-plugin-add-swift-support": "^1.7.1",
|
||||||
"cordova-plugin-console": "git+https://github.com/apache/cordova-plugin-console.git",
|
"cordova-plugin-app-version": "^0.1.9",
|
||||||
"cordova-plugin-device": "git+https://github.com/apache/cordova-plugin-device.git",
|
"cordova-plugin-background-fetch": "^5.4.1",
|
||||||
"cordova-plugin-dialog": "0.0.1",
|
"cordova-plugin-badge": "^0.8.7",
|
||||||
"cordova-plugin-dialogs": "git+https://github.com/apache/cordova-plugin-dialogs.git",
|
"cordova-plugin-console": "^1.1.0",
|
||||||
"cordova-plugin-headercolor": "^1.0.0",
|
"cordova-plugin-device": "^2.0.1",
|
||||||
"cordova-plugin-splashscreen": "git+https://github.com/apache/cordova-plugin-splashscreen.git",
|
"cordova-plugin-dialog": "0.0.1",
|
||||||
"cordova-plugin-statusbar": "^2.2.3",
|
"cordova-plugin-dialogs": "^2.0.1",
|
||||||
"cordova-plugin-whitelist": "^1.3.2",
|
"cordova-plugin-file": "^6.0.1",
|
||||||
"phonegap-plugin-barcodescanner": "^6.0.6"
|
"cordova-plugin-headercolor": "^1.0.0",
|
||||||
|
"cordova-plugin-inappbrowser": "^2.0.2",
|
||||||
|
"cordova-plugin-local-notification": "^0.9.0-beta.2",
|
||||||
|
"cordova-plugin-nativestorage": "^2.3.2",
|
||||||
|
"cordova-plugin-splashscreen": "^5.0.2",
|
||||||
|
"cordova-plugin-statusbar": "^2.4.1",
|
||||||
|
"cordova-plugin-whitelist": "^1.3.2",
|
||||||
|
"cordova-plugin-zeroconf": "^1.3.1",
|
||||||
|
"phonegap-plugin-barcodescanner": "^7.1.0"
|
||||||
|
},
|
||||||
|
"cordova": {
|
||||||
|
"plugins": {
|
||||||
|
"cordova-plugin-whitelist": {},
|
||||||
|
"cordova-plugin-headercolor": {},
|
||||||
|
"cordova-plugin-app-version": {},
|
||||||
|
"cordova-plugin-file": {},
|
||||||
|
"cordova-plugin-add-swift-support": {},
|
||||||
|
"cordova-plugin-zeroconf": {},
|
||||||
|
"cordova-plugin-statusbar": {},
|
||||||
|
"phonegap-plugin-barcodescanner": {
|
||||||
|
"ANDROID_SUPPORT_V4_VERSION": "27.+"
|
||||||
|
},
|
||||||
|
"cordova-plugin-console": {},
|
||||||
|
"cordova-plugin-device": {},
|
||||||
|
"cordova-plugin-dialogs": {},
|
||||||
|
"cordova-plugin-inappbrowser": {},
|
||||||
|
"cordova-plugin-splashscreen": {},
|
||||||
|
"cordova-plugin-nativestorage": {},
|
||||||
|
"cordova-plugin-local-notification": {},
|
||||||
|
"cordova-plugin-background-fetch": {}
|
||||||
},
|
},
|
||||||
"cordova": {
|
"platforms": [
|
||||||
"plugins": {
|
"browser",
|
||||||
"phonegap-plugin-barcodescanner": {},
|
"android"
|
||||||
"cordova-plugin-console": {},
|
]
|
||||||
"cordova-plugin-device": {},
|
}
|
||||||
"cordova-plugin-whitelist": {},
|
|
||||||
"cordova-plugin-dialogs": {},
|
|
||||||
"cordova-plugin-splashscreen": {},
|
|
||||||
"cordova-plugin-statusbar": {},
|
|
||||||
"cordova-plugin-headercolor": {}
|
|
||||||
},
|
|
||||||
"platforms": [
|
|
||||||
"android",
|
|
||||||
"browser"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
BIN
res/android/drawable-hdpi/ic_action_next_item.png
Normal file
|
After Width: | Height: | Size: 593 B |
BIN
res/android/drawable-hdpi/ic_action_previous_item.png
Normal file
|
After Width: | Height: | Size: 599 B |
BIN
res/android/drawable-hdpi/ic_action_remove.png
Normal file
|
After Width: | Height: | Size: 438 B |
BIN
res/android/drawable-hdpi/ic_notification.png
Normal file
|
After Width: | Height: | Size: 559 B |
BIN
res/android/drawable-mdpi/ic_action_next_item.png
Normal file
|
After Width: | Height: | Size: 427 B |
BIN
res/android/drawable-mdpi/ic_action_previous_item.png
Normal file
|
After Width: | Height: | Size: 438 B |
BIN
res/android/drawable-mdpi/ic_action_remove.png
Normal file
|
After Width: | Height: | Size: 328 B |
BIN
res/android/drawable-mdpi/ic_notification.png
Normal file
|
After Width: | Height: | Size: 376 B |
BIN
res/android/drawable-xhdpi/ic_action_next_item.png
Normal file
|
After Width: | Height: | Size: 727 B |
BIN
res/android/drawable-xhdpi/ic_action_previous_item.png
Normal file
|
After Width: | Height: | Size: 744 B |
BIN
res/android/drawable-xhdpi/ic_action_remove.png
Normal file
|
After Width: | Height: | Size: 536 B |
BIN
res/android/drawable-xhdpi/ic_notification.png
Normal file
|
After Width: | Height: | Size: 731 B |
BIN
res/android/drawable-xxhdpi/ic_action_next_item.png
Normal file
|
After Width: | Height: | Size: 1021 B |
BIN
res/android/drawable-xxhdpi/ic_action_previous_item.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
res/android/drawable-xxhdpi/ic_action_remove.png
Normal file
|
After Width: | Height: | Size: 681 B |
BIN
res/android/drawable-xxhdpi/ic_notification.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
23
res/android/drawable/ic_launcher_background.xml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="108dp"
|
||||||
|
android:height="108dp"
|
||||||
|
android:viewportWidth="60"
|
||||||
|
android:viewportHeight="60">
|
||||||
|
<group android:translateX="6"
|
||||||
|
android:translateY="6">
|
||||||
|
<path
|
||||||
|
android:pathData="M0,0h48v48h-48z"
|
||||||
|
android:strokeAlpha="0"
|
||||||
|
android:strokeWidth="8.06694221"
|
||||||
|
android:fillColor="#0d87f6"
|
||||||
|
android:strokeColor="#00000000"
|
||||||
|
android:fillAlpha="1"/>
|
||||||
|
<path
|
||||||
|
android:pathData="m18.9031,9.2872c-0.1596,0.014 -0.3055,0.044 -0.4348,0.093 -2.0694,0.7831 -4.1011,7.8462 -5.0107,9.8633 -0.9096,2.017 -4.8582,8.2167 -4.0752,10.2861 0.7831,2.0694 7.8463,4.1011 9.8633,5.0106 2.0171,0.9097 8.2167,4.8583 10.2861,4.0752 2.0694,-0.7831 4.1011,-7.8462 5.0107,-9.8632 0.9096,-2.0171 4.8583,-8.2168 4.0752,-10.2862 -0.7831,-2.0694 -7.8462,-4.1011 -9.8633,-5.0106 -1.8909,-0.8528 -7.4577,-4.3768 -9.8513,-4.1686z"
|
||||||
|
android:strokeAlpha="1"
|
||||||
|
android:strokeWidth="0.61330891"
|
||||||
|
android:fillColor="#0d87f6"
|
||||||
|
android:strokeColor="#ffffff"
|
||||||
|
android:fillAlpha="1"/>
|
||||||
|
</group>
|
||||||
|
</vector>
|
||||||
44
res/android/drawable/ic_launcher_foreground.xml
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="108dp"
|
||||||
|
android:height="108dp"
|
||||||
|
android:viewportWidth="1163.6364"
|
||||||
|
android:viewportHeight="1163.6364">
|
||||||
|
<group android:translateX="325.81818"
|
||||||
|
android:translateY="325.81818">
|
||||||
|
<path
|
||||||
|
android:pathData="m198.563,65.838c-0.615,0 -1.144,-0 -1.572,0.158 -3.427,1.296 -6.794,12.993 -8.3,16.335 -1.506,3.341 -8.046,13.593 -6.749,17.021 1.297,3.426 12.995,6.793 16.335,8.3 3.341,1.506 13.615,8.046 17.042,6.749 3.427,-1.296 6.794,-12.995 8.3,-16.335 1.506,-3.342 8.046,-13.614 6.749,-17.042 -1.297,-3.427 -12.992,-6.794 -16.332,-8.3 -2.923,-1.318 -11.166,-6.475 -15.473,-6.883zM151.95,146.228c-0.615,0 -1.144,-0 -1.572,0.158 -3.427,1.296 -6.794,12.991 -8.3,16.332 -1.506,3.34 -8.046,13.594 -6.749,17.021 1.297,3.428 12.995,6.794 16.335,8.3 3.341,1.506 13.593,8.049 17.021,6.752 3.427,-1.298 6.794,-12.994 8.3,-16.335 1.506,-3.34 8.046,-13.614 6.749,-17.042 -1.297,-3.428 -12.995,-6.794 -16.335,-8.3 -2.923,-1.318 -11.142,-6.475 -15.448,-6.883zM237.163,147.843c-0.615,0 -1.141,0.013 -1.569,0.137 -3.427,1.296 -6.794,12.991 -8.3,16.332 -1.506,3.34 -8.049,13.617 -6.752,17.045 1.297,3.427 12.995,6.79 16.335,8.297 3.341,1.506 13.593,8.049 17.021,6.752 3.427,-1.296 6.794,-12.993 8.3,-16.335 1.506,-3.341 8.046,-13.614 6.749,-17.042 -1.297,-3.427 -12.992,-6.794 -16.332,-8.3 -2.923,-1.319 -11.145,-6.487 -15.452,-6.883zM422.045,160.701c-0.615,0 -1.144,0.013 -1.572,0.137 -3.427,1.298 -6.794,12.992 -8.3,16.332 -1.506,3.341 -8.046,13.618 -6.749,17.045 1.297,3.427 12.995,6.794 16.335,8.3 3.341,1.507 13.615,8.046 17.042,6.749 3.427,-1.296 6.794,-12.992 8.3,-16.332 1.506,-3.341 8.049,-13.618 6.752,-17.045 -1.297,-3.427 -12.995,-6.793 -16.335,-8.3 -2.923,-1.318 -11.166,-6.475 -15.473,-6.883zM240.757,227.406c-0.615,0 -1.141,0.01 -1.569,0.134 -3.427,1.298 -6.794,12.996 -8.3,16.338 -1.506,3.34 -8.049,13.614 -6.752,17.042 1.297,3.426 12.995,6.794 16.335,8.3 3.341,1.506 13.615,8.047 17.042,6.749 3.427,-1.296 6.794,-12.995 8.3,-16.335 1.506,-3.341 8.049,-13.616 6.752,-17.042 -1.297,-3.428 -12.995,-6.793 -16.335,-8.3 -2.923,-1.318 -11.166,-6.475 -15.473,-6.883zM113.407,226.65c-0.615,0 -1.165,-0 -1.594,0.158 -3.427,1.296 -6.794,12.993 -8.3,16.335 -1.506,3.341 -8.025,13.594 -6.728,17.021 1.297,3.427 12.992,6.792 16.332,8.3 3.341,1.506 13.593,8.046 17.021,6.749 3.427,-1.296 6.794,-12.991 8.3,-16.332 1.506,-3.341 8.049,-13.596 6.752,-17.024 -1.297,-3.427 -12.995,-6.79 -16.335,-8.297 -2.923,-1.317 -11.142,-6.511 -15.448,-6.908zM385.081,239.476c-0.615,0 -1.165,-0 -1.594,0.158 -3.427,1.298 -6.794,12.991 -8.3,16.332 -1.506,3.34 -8.025,13.593 -6.728,17.021 1.297,3.427 12.995,6.794 16.335,8.3 3.341,1.507 13.593,8.05 17.021,6.752 3.427,-1.298 6.794,-12.994 8.3,-16.335 1.506,-3.34 8.046,-13.594 6.749,-17.021 -1.297,-3.428 -12.992,-6.794 -16.332,-8.3 -2.923,-1.319 -11.145,-6.508 -15.451,-6.905zM74.772,311.831c-0.615,0 -1.144,0.01 -1.572,0.134 -3.427,1.298 -6.794,12.994 -8.3,16.335 -1.506,3.34 -8.049,13.614 -6.752,17.042 1.297,3.428 12.995,6.794 16.335,8.3 3.341,1.506 13.618,8.049 17.045,6.752 3.427,-1.298 6.794,-12.994 8.3,-16.335 1.506,-3.34 8.025,-13.615 6.728,-17.042 -1.297,-3.428 -12.995,-6.794 -16.335,-8.3 -2.923,-1.319 -11.142,-6.475 -15.448,-6.883zM253.233,311.831c-0.615,0 -1.144,0.01 -1.572,0.134 -3.427,1.298 -6.794,12.994 -8.3,16.335 -1.506,3.34 -8.046,13.614 -6.749,17.042 1.297,3.428 12.995,6.794 16.335,8.3 3.341,1.506 13.615,8.049 17.042,6.752 3.427,-1.298 6.794,-12.994 8.3,-16.335 1.506,-3.34 8.046,-13.615 6.749,-17.042 -1.297,-3.428 -12.992,-6.794 -16.332,-8.3 -2.923,-1.319 -11.166,-6.475 -15.473,-6.883zM338.482,317.478c-0.615,0 -1.144,0.013 -1.572,0.137 -3.427,1.298 -6.794,12.994 -8.3,16.335 -1.506,3.341 -8.046,13.614 -6.749,17.042 1.297,3.426 12.995,6.794 16.335,8.3 3.341,1.506 13.615,8.05 17.042,6.752 3.427,-1.296 6.794,-12.995 8.3,-16.335 1.506,-3.341 8.046,-13.616 6.749,-17.042 -1.297,-3.428 -12.992,-6.792 -16.332,-8.3 -2.923,-1.317 -11.166,-6.475 -15.473,-6.883zM298.975,397.426c-0.615,0 -1.165,-0 -1.594,0.158 -3.427,1.298 -6.794,12.994 -8.3,16.335 -1.506,3.341 -8.049,13.594 -6.752,17.021 1.297,3.427 12.995,6.794 16.335,8.3 3.341,1.506 13.618,8.05 17.045,6.752 3.427,-1.296 6.794,-12.995 8.3,-16.335 1.506,-3.341 8.046,-13.594 6.749,-17.021 -1.297,-3.428 -12.995,-6.794 -16.335,-8.3 -2.923,-1.318 -11.142,-6.511 -15.448,-6.908z"
|
||||||
|
android:strokeAlpha="1"
|
||||||
|
android:strokeWidth="11.33235741"
|
||||||
|
android:fillColor="#ffffff"
|
||||||
|
android:strokeColor="#00000000"
|
||||||
|
android:fillAlpha="1"/>
|
||||||
|
<path
|
||||||
|
android:pathData="M-2521.377,-590.781l531.981,230.764l-141.472,326.136l-531.981,-230.764z"
|
||||||
|
android:strokeAlpha="1"
|
||||||
|
android:strokeWidth="11.87444973"
|
||||||
|
android:fillColor="#78bff8"
|
||||||
|
android:strokeColor="#00000000"
|
||||||
|
android:fillAlpha="1"/>
|
||||||
|
<path
|
||||||
|
android:pathData="M-1810.385,-660.711l-531.981,-230.764l141.472,-326.136l531.981,230.764z"
|
||||||
|
android:strokeAlpha="1"
|
||||||
|
android:strokeWidth="11.87444973"
|
||||||
|
android:fillColor="#78bff8"
|
||||||
|
android:strokeColor="#00000000"
|
||||||
|
android:fillAlpha="1"/>
|
||||||
|
<path
|
||||||
|
android:pathData="M-2146.024,-292.892l230.764,-531.981l326.136,141.472l-230.764,531.981z"
|
||||||
|
android:strokeAlpha="1"
|
||||||
|
android:strokeWidth="11.87444973"
|
||||||
|
android:fillColor="#78bff8"
|
||||||
|
android:strokeColor="#00000000"
|
||||||
|
android:fillAlpha="1"/>
|
||||||
|
<path
|
||||||
|
android:pathData="M-2786.024,-572.892l230.764,-531.981l326.136,141.472l-230.764,531.981z"
|
||||||
|
android:strokeAlpha="1"
|
||||||
|
android:strokeWidth="11.87444973"
|
||||||
|
android:fillColor="#78bff8"
|
||||||
|
android:strokeColor="#00000000"
|
||||||
|
android:fillAlpha="1"/>
|
||||||
|
</group>
|
||||||
|
</vector>
|
||||||
5
res/android/mipmap-anydpi-v26/ic_launcher.xml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<background android:drawable="@drawable/ic_launcher_background"/>
|
||||||
|
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||||
|
</adaptive-icon>
|
||||||
5
res/android/mipmap-anydpi-v26/ic_launcher_round.xml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<background android:drawable="@drawable/ic_launcher_background"/>
|
||||||
|
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||||
|
</adaptive-icon>
|
||||||
BIN
res/android/mipmap-hdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
res/android/mipmap-hdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
res/android/mipmap-mdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
res/android/mipmap-mdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
res/android/mipmap-mdpi/icon.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
res/android/mipmap-xhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
res/android/mipmap-xhdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
BIN
res/android/mipmap-xxhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
res/android/mipmap-xxhdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 9.8 KiB |
BIN
res/android/mipmap-xxxhdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
res/android/mipmap-xxxhdpi/ic_launcher_round.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
6
res/android/values/strings.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
|
<resources>
|
||||||
|
<string name="app_name">Netsyms</string>
|
||||||
|
<string name="launcher_name">@string/app_name</string>
|
||||||
|
<string name="activity_name">@string/launcher_name</string>
|
||||||
|
</resources>
|
||||||
|
Before Width: | Height: | Size: 8.8 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 6.5 KiB |
|
Before Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 8.8 KiB |
|
Before Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 2.6 KiB |
BIN
res/screen/android/splash-land-hdpi.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
res/screen/android/splash-land-ldpi.png
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
res/screen/android/splash-land-mdpi.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
res/screen/android/splash-land-xhdpi.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
res/screen/android/splash-land-xxhdpi.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
res/screen/android/splash-land-xxxhdpi.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
res/screen/android/splash-port-hdpi.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
res/screen/android/splash-port-ldpi.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
res/screen/android/splash-port-mdpi.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
res/screen/android/splash-port-xhdpi.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
res/screen/android/splash-port-xxhdpi.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
res/screen/android/splash-port-xxxhdpi.png
Normal file
|
After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 12 KiB |