Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brodycj/cordova-aqs-android
https://github.com/brodycj/cordova-aqs-android
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brodycj/cordova-aqs-android
- Owner: brodycj
- Created: 2015-11-03T22:33:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T22:42:11.000Z (about 9 years ago)
- Last Synced: 2024-07-31T00:17:13.459Z (5 months ago)
- Language: Java
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cordova-aqs-android
Author: Christopher J. Brody
License: BSD 3-Clause or commercial
I can hereby testify that this project is completely my own work and not subject to agreements with any other parties.
In case of code written under direct guidance from sample code the link is given for reference.
In case I accept contributions from any others I will require CLA with similar statements.
License is subject to change, and this project may be dedicated to the public domain at some point in the future.## About
Javascript can do XHR query of certain URI(s) starting with `file://aqaq` and receive a callback in the `aqcallback` function. This is similar to the native Android part of [@brodybits / aq-query-test-android](https://github.com/brodybits/aq-query-test-android) working within a Cordova plugin.
This is also tested working from a web worker. This will be used to support sqlite access from a web worker.
## Major tips & tricks
- Specifies configuration in `plugin.xml` to initialize this plugin on startup, THANKS to cordova-plugin-whitelist
## Security TODO(s)
Enforce use of secret bridge code, like the Cordova framework does.
## Other major limitations
- No queueing built-in
## Related project(s)
- https://github.com/brodybits/aq-query-test-android
TBD others