-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(assets): New translations and watches
- Loading branch information
1 parent
fb55e50
commit 72d6117
Showing
2 changed files
with
136 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<widget id="toolwatch.toolwatch" version="1.3.10" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<widget id="toolwatch.toolwatch" version="1.3.11" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<name>Toolwatch - Watch accuracy app</name> | ||
<description>Measure and track the accuracy of your mechanical watches. Toolwatch is a free watch accuracy app trusted by the watchmaking industry's leaders and 15 000+ monthly users. Is your watch accurate? Should it be serviced? How does it compare versus other watches? Find out now by measuring the accuracy of your watch!</description> | ||
<author email="[email protected]" href="https://toolwatch.io/">Mathieu Nayrolles</author> | ||
|
@@ -75,20 +75,20 @@ | |
<param name="ios-package" onload="true" value="CDVStatusBar" /> | ||
</feature> | ||
<icon src="resources/android/icon/drawable-xhdpi-icon.png" /> | ||
<plugin name="com.verso.cordova.clipboard" spec="https://github.com/VersoSolutions/CordovaClipboard.git" /> | ||
<plugin name="cordova-plugin-app-version" spec="~0.1.9" /> | ||
<plugin name="cordova-plugin-apprate" spec="~1.2" /> | ||
<plugin name="cordova-plugin-console" spec="~1.0.4" /> | ||
<plugin name="cordova-plugin-device" spec="~1.1.3" /> | ||
<plugin name="cordova-plugin-facebook4" spec="~1.7.4"> | ||
<variable name="APP_ID" value="807383452677000" /> | ||
<variable name="APP_NAME" value="Toolwatch" /> | ||
</plugin> | ||
<plugin name="cordova-plugin-nativestorage" spec="~2.0.2" /> | ||
<plugin name="cordova-plugin-console" spec="~1.0.4" /> | ||
<plugin name="cordova-plugin-device" spec="~1.1.3" /> | ||
<plugin name="cordova-plugin-inappbrowser" spec="~1.5.0" /> | ||
<plugin name="cordova-plugin-whitelist" spec="~1.3.0" /> | ||
<plugin name="cordova-plugin-nativestorage" spec="~2.0.2" /> | ||
<plugin name="cordova-plugin-splashscreen" spec="~4.0.0" /> | ||
<plugin name="com.verso.cordova.clipboard" spec="https://github.com/VersoSolutions/CordovaClipboard.git" /> | ||
<plugin name="cordova-plugin-statusbar" spec="~2.2.3" /> | ||
<plugin name="cordova-plugin-whitelist" spec="~1.3.0" /> | ||
<plugin name="cordova-plugin-x-socialsharing" spec="~5.1.8" /> | ||
<plugin name="cordova-plugin-apprate" spec="~1.2" /> | ||
<plugin name="ionic-plugin-keyboard" spec="~2.2.1" /> | ||
<plugin name="cordova-plugin-statusbar" spec="~2.2.3" /> | ||
<plugin name="cordova-plugin-app-version" spec="~0.1.9" /> | ||
</widget> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,96 +1,129 @@ | ||
{ | ||
"name": "toolwatch-mobile", | ||
"author": "Mathieu Nayrolles", | ||
"homepage": "https://toolwatch.io/", | ||
"version": "1.3.10", | ||
"private": true, | ||
"scripts": { | ||
"build": "npm run assets && ionic-app-scripts build", | ||
"serve": "npm run assets && ionic-app-scripts serve -lca ", | ||
"assets": "npm run i18n && npm run twwatches", | ||
"i18n": "rm -Rf src/assets/i18n && mkdir src/assets/i18n && cp node_modules/tw-i18n/lang/*.json src/assets/i18n", | ||
"twwatches": "rm -Rf src/assets/watches && mkdir src/assets/watches && cp -R node_modules/tw-watches/* src/assets/watches", | ||
"prod": "npm run assets && ionic-app-scripts build --prod", | ||
"test": "karma start ./test-config/karma.conf.js --coverage", | ||
"test-ci": "karma start ./test-config/karma.conf.js --single-run --coverage", | ||
"e2e": "webdriver-manager update --standalone false --gecko false; protractor ./test-config/protractor.conf.js", | ||
"coverage": "codecov -f coverage/*.info" | ||
}, | ||
"dependencies": { | ||
"@angular/common": "4.1.0", | ||
"@angular/compiler": "4.1.0", | ||
"@angular/compiler-cli": "4.1.0", | ||
"@angular/core": "4.1.0", | ||
"@angular/forms": "4.1.0", | ||
"@angular/http": "4.1.0", | ||
"@angular/platform-browser": "4.1.0", | ||
"@angular/platform-browser-dynamic": "4.1.0", | ||
"@ionic-native/app-rate": "^3.7.0", | ||
"@ionic-native/app-version": "^3.7.0", | ||
"@ionic-native/core": "3.7.0", | ||
"@ionic-native/facebook": "^3.7.0", | ||
"@ionic-native/in-app-browser": "3.7.0", | ||
"@ionic-native/keyboard": "^3.7.0", | ||
"@ionic-native/social-sharing": "^3.7.0", | ||
"@ionic-native/splash-screen": "^3.7.0", | ||
"@ionic-native/status-bar": "^3.7.0", | ||
"@ionic/storage": "2.0.1", | ||
"@ngx-translate/core": ">=6.0.1", | ||
"@ngx-translate/http-loader": "0.0.3", | ||
"@types/node": "^6.0.45", | ||
"gsap": "^1.19.0", | ||
"ionic-angular": "3.2.1", | ||
"ionicons": "3.0.0", | ||
"moment": "2.15.1", | ||
"rxjs": "5.1.1", | ||
"sw-toolbox": "3.6.0", | ||
"tw-core": "^3.0.0", | ||
"tw-i18n": "git+https://github.com/Toolwatchapp/tw-i18n.git", | ||
"tw-watches": "git+https://github.com/Toolwatchapp/tw-watches.git", | ||
"zone.js": "0.8.10" | ||
}, | ||
"devDependencies": { | ||
"@ionic/app-scripts": "1.3.7", | ||
"@ionic/cli-plugin-cordova": "1.1.2", | ||
"@ionic/cli-plugin-ionic-angular": "1.0.0", | ||
"@types/jasmine": "^2.5.41", | ||
"@types/node": "^7.0.8", | ||
"angular2-template-loader": "^0.6.2", | ||
"codecov": "^1.0.1", | ||
"commitizen": "2.9.6", | ||
"cz-conventional-changelog": "^1.2.0", | ||
"html-loader": "^0.4.5", | ||
"istanbul-instrumenter-loader": "^2.0.0", | ||
"jasmine": "^2.5.3", | ||
"jasmine-spec-reporter": "^4.1.0", | ||
"karma": "^1.5.0", | ||
"karma-chrome-launcher": "^2.0.0", | ||
"karma-coverage": "^1.1.1", | ||
"karma-coverage-istanbul-reporter": "^1.2.1", | ||
"karma-jasmine": "^1.1.0", | ||
"karma-jasmine-html-reporter": "^0.2.2", | ||
"karma-remap-coverage": "^0.1.4", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-webpack": "^2.0.3", | ||
"null-loader": "^0.1.1", | ||
"protractor": "^5.1.1", | ||
"ts-loader": "^2.0.3", | ||
"ts-node": "^3.0.2", | ||
"typescript": "2.2.1" | ||
}, | ||
"description": "tw-mobile: An Ionic project", | ||
"cordovaPlugins": [ | ||
"cordova-plugin-device", | ||
"cordova-plugin-console", | ||
"cordova-plugin-whitelist", | ||
"cordova-plugin-splashscreen", | ||
"cordova-plugin-statusbar", | ||
"ionic-plugin-keyboard" | ||
], | ||
"cordovaPlatforms": [], | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
"name": "toolwatch-mobile", | ||
"author": "Mathieu Nayrolles", | ||
"homepage": "https://toolwatch.io/", | ||
"version": "1.3.11", | ||
"private": true, | ||
"scripts": { | ||
"build": "npm run assets && ionic-app-scripts build", | ||
"serve": "npm run assets && ionic-app-scripts serve -lca ", | ||
"assets": "npm run i18n && npm run twwatches", | ||
"i18n": "rm -Rf src/assets/i18n && mkdir src/assets/i18n && cp node_modules/tw-i18n/lang/*.json src/assets/i18n", | ||
"twwatches": "rm -Rf src/assets/watches && mkdir src/assets/watches && cp -R node_modules/tw-watches/* src/assets/watches", | ||
"prod": "npm run assets && ionic cordova build --prod", | ||
"test": "karma start ./test-config/karma.conf.js --coverage", | ||
"test-ci": "karma start ./test-config/karma.conf.js --single-run --coverage", | ||
"e2e": "webdriver-manager update --standalone false --gecko false; protractor ./test-config/protractor.conf.js", | ||
"coverage": "codecov -f coverage/*.info" | ||
}, | ||
"dependencies": { | ||
"@angular/common": "4.1.0", | ||
"@angular/compiler": "4.1.0", | ||
"@angular/compiler-cli": "4.1.0", | ||
"@angular/core": "4.1.0", | ||
"@angular/forms": "4.1.0", | ||
"@angular/http": "4.1.0", | ||
"@angular/platform-browser": "4.1.0", | ||
"@angular/platform-browser-dynamic": "4.1.0", | ||
"@ionic-native/app-rate": "^3.7.0", | ||
"@ionic-native/app-version": "^3.7.0", | ||
"@ionic-native/core": "3.7.0", | ||
"@ionic-native/facebook": "^3.7.0", | ||
"@ionic-native/in-app-browser": "3.7.0", | ||
"@ionic-native/keyboard": "^3.7.0", | ||
"@ionic-native/social-sharing": "^3.7.0", | ||
"@ionic-native/splash-screen": "^3.7.0", | ||
"@ionic-native/status-bar": "^3.7.0", | ||
"@ionic/storage": "2.0.1", | ||
"@ngx-translate/core": ">=6.0.1", | ||
"@ngx-translate/http-loader": "0.0.3", | ||
"@types/node": "^6.0.45", | ||
"gsap": "^1.19.0", | ||
"ionic-angular": "3.2.1", | ||
"ionicons": "3.0.0", | ||
"moment": "2.15.1", | ||
"rxjs": "5.1.1", | ||
"sw-toolbox": "3.6.0", | ||
"tw-core": "^3.0.0", | ||
"tw-i18n": "git+https://github.com/Toolwatchapp/tw-i18n.git", | ||
"tw-watches": "git+https://github.com/Toolwatchapp/tw-watches.git", | ||
"zone.js": "0.8.10", | ||
"com.verso.cordova.clipboard": "https://github.com/VersoSolutions/CordovaClipboard.git", | ||
"cordova-plugin-app-version": "~0.1.9", | ||
"cordova-plugin-apprate": "~1.2", | ||
"cordova-plugin-console": "~1.0.4", | ||
"cordova-plugin-device": "~1.1.3", | ||
"cordova-plugin-facebook4": "~1.7.4", | ||
"cordova-plugin-inappbrowser": "~1.5.0", | ||
"cordova-plugin-nativestorage": "~2.0.2", | ||
"cordova-plugin-splashscreen": "~4.0.0", | ||
"cordova-plugin-statusbar": "~2.2.3", | ||
"cordova-plugin-whitelist": "~1.3.0", | ||
"cordova-plugin-x-socialsharing": "~5.1.8", | ||
"ionic-plugin-keyboard": "~2.2.1" | ||
}, | ||
"devDependencies": { | ||
"@ionic/app-scripts": "1.3.7", | ||
"@ionic/cli-plugin-cordova": "1.1.2", | ||
"@ionic/cli-plugin-ionic-angular": "1.0.0", | ||
"@types/jasmine": "^2.5.41", | ||
"@types/node": "^7.0.8", | ||
"angular2-template-loader": "^0.6.2", | ||
"codecov": "^1.0.1", | ||
"commitizen": "2.9.6", | ||
"cz-conventional-changelog": "^1.2.0", | ||
"html-loader": "^0.4.5", | ||
"istanbul-instrumenter-loader": "^2.0.0", | ||
"jasmine": "^2.5.3", | ||
"jasmine-spec-reporter": "^4.1.0", | ||
"karma": "^1.5.0", | ||
"karma-chrome-launcher": "^2.0.0", | ||
"karma-coverage": "^1.1.1", | ||
"karma-coverage-istanbul-reporter": "^1.2.1", | ||
"karma-jasmine": "^1.1.0", | ||
"karma-jasmine-html-reporter": "^0.2.2", | ||
"karma-remap-coverage": "^0.1.4", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-webpack": "^2.0.3", | ||
"null-loader": "^0.1.1", | ||
"protractor": "^5.1.1", | ||
"ts-loader": "^2.0.3", | ||
"ts-node": "^3.0.2", | ||
"typescript": "2.2.1" | ||
}, | ||
"description": "tw-mobile: An Ionic project", | ||
"cordovaPlugins": [ | ||
"cordova-plugin-device", | ||
"cordova-plugin-console", | ||
"cordova-plugin-whitelist", | ||
"cordova-plugin-splashscreen", | ||
"cordova-plugin-statusbar", | ||
"ionic-plugin-keyboard" | ||
], | ||
"cordovaPlatforms": [], | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"cordova": { | ||
"plugins": { | ||
"com.verso.cordova.clipboard": {}, | ||
"cordova-plugin-app-version": {}, | ||
"cordova-plugin-apprate": {}, | ||
"cordova-plugin-console": {}, | ||
"cordova-plugin-device": {}, | ||
"cordova-plugin-facebook4": { | ||
"APP_ID": "807383452677000", | ||
"APP_NAME": "Toolwatch" | ||
}, | ||
"cordova-plugin-inappbrowser": {}, | ||
"cordova-plugin-nativestorage": {}, | ||
"cordova-plugin-splashscreen": {}, | ||
"cordova-plugin-statusbar": {}, | ||
"cordova-plugin-whitelist": {}, | ||
"cordova-plugin-x-socialsharing": {}, | ||
"ionic-plugin-keyboard": {} | ||
} | ||
} | ||
} | ||
} | ||
} |