forked from indico/indico-checkin
-
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.
updated check-in app with cache and auto check-in
- updated cordova-android to 8.0.0 - updated controllers to work with AngularJS 1.8 - added settings page - added auto check-in feature - made QR-code scanning faster (no result display, only QR-code) - added local cache for registrants - added search function / filtering for registrant list - added loading indicators
- Loading branch information
Showing
12 changed files
with
791 additions
and
551 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,55 +1,56 @@ | ||
{ | ||
"name": "indico-checkin", | ||
"version": "1.4.3", | ||
"author": "Indico Team <[email protected]>", | ||
"description": "Check-in application for Indico conferences", | ||
"contributors": [ | ||
{ | ||
"name": "Indico Team", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/indico/indico-checkin.git" | ||
}, | ||
"keywords": [ | ||
"indico", | ||
"checkin", | ||
"conference" | ||
], | ||
"devDependencies": { | ||
"cordova": "^8.1.0" | ||
}, | ||
"license": "GPL-3.0", | ||
"scripts": { | ||
"icons": "cordova-icon --icon=res/icon/icon.png --config=www/config.xml" | ||
}, | ||
"cordova": { | ||
"plugins": { | ||
"cordova-plugin-dialogs": {}, | ||
"cordova-plugin-inappbrowser": {}, | ||
"cordova-plugin-network-information": {}, | ||
"cordova-plugin-splashscreen": {}, | ||
"cordova-plugin-whitelist": {}, | ||
"phonegap-plugin-barcodescanner": { | ||
"CAMERA_USAGE_DESCRIPTION": "To scan ticket QR codes" | ||
} | ||
}, | ||
"platforms": [ | ||
"android", | ||
"ios" | ||
] | ||
}, | ||
"dependencies": { | ||
"cordova-android": "^7.1.1", | ||
"cordova-icon": "^1.0.0", | ||
"cordova-ios": "^4.5.5", | ||
"cordova-plugin-dialogs": "2.0.1", | ||
"cordova-plugin-inappbrowser": "3.0.0", | ||
"cordova-plugin-network-information": "2.0.1", | ||
"cordova-plugin-splashscreen": "5.0.2", | ||
"cordova-plugin-whitelist": "1.3.3", | ||
"phonegap-plugin-barcodescanner": "8.0.0" | ||
"name": "indico-checkin", | ||
"version": "1.5.0", | ||
"author": "Indico Team <[email protected]>", | ||
"description": "Check-in application for Indico conferences", | ||
"contributors": [ | ||
{ | ||
"name": "Indico Team", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/indico/indico-checkin.git" | ||
}, | ||
"keywords": [ | ||
"indico", | ||
"checkin", | ||
"conference" | ||
], | ||
"devDependencies": { | ||
"cordova": "^8.1.0" | ||
}, | ||
"license": "GPL-3.0", | ||
"scripts": { | ||
"icons": "cordova-icon --icon=res/icon/icon.png --config=www/config.xml" | ||
}, | ||
"cordova": { | ||
"plugins": { | ||
"cordova-plugin-dialogs": {}, | ||
"cordova-plugin-inappbrowser": {}, | ||
"cordova-plugin-network-information": {}, | ||
"cordova-plugin-splashscreen": {}, | ||
"cordova-plugin-whitelist": {}, | ||
"phonegap-plugin-barcodescanner": { | ||
"CAMERA_USAGE_DESCRIPTION": "To scan ticket QR tickets", | ||
"ANDROID_SUPPORT_V4_VERSION": "27.+" | ||
} | ||
}, | ||
"platforms": [ | ||
"android", | ||
"ios" | ||
] | ||
}, | ||
"dependencies": { | ||
"cordova-android": "^8.0.0", | ||
"cordova-ios": "^4.5.5", | ||
"cordova-icon": "^1.0.0", | ||
"cordova-plugin-dialogs": "^2.0.1", | ||
"cordova-plugin-inappbrowser": "^3.0.0", | ||
"cordova-plugin-network-information": "^2.0.1", | ||
"cordova-plugin-splashscreen": "^5.0.2", | ||
"cordova-plugin-whitelist": "^1.3.3", | ||
"phonegap-plugin-barcodescanner": "^8.0.1" | ||
} | ||
} |
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
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
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
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
Oops, something went wrong.