-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bt refact #569
Open
ziransun
wants to merge
85
commits into
webinos:living_labs
Choose a base branch
from
ziransun:BT_refact
base: living_labs
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bt refact #569
Conversation
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
Jira issue: WP-786
Jira issue: WP-786
Fuctions that enable execution of various shell commands, more specifically for use with android tools Jira issue: WP-836
This commit adds to support to start an android emulator, check propertyies and install apps on it. Jira issue: WP-836
Adding ability to build webinos APK and installing on emulator Jira issue: WP-836
Adding android settings to support CI and an emulator-based workflow Jira issue:WP-836
This commit enables webinos to be installed on the emulator. Some refactoring/addition of new functions has also been performed to cleanup this process Jira issue: WP-836
Jira-issue: WP-709
Jira-issue: WP-709
Jira-issue: WP-709
Jira-issue: WP-709
Jira-issue: WP-709
Jora-issue: WP-709
Jira-issue: WP-709
Jira-issue: WP-709
Jira-issue: WP-709
Jira-issue: WP-709
Jira-issue: WP-709
Jira-issue: WP-709
Jira-issue: WP-709
Jira-issue: WP-709
Jira-issue: WP-709
Required features' check can't be done when receiving a remote request Jira-issue: WP-709
Jira-issue: WP-709
Jira-issue: WP-709
Jira-issue: WP-709
Jira-issue: WP-709
Jira-issue: WP-709
Jira-issue: WP-709
…tomated-testing Conflicts: package.json
Merging the changes pulled from upstream to resolve the conflict on package.json Jira issue: WP-836
There was a typo introduced while merging Jira issue: WP-836
jira issue: wp-614
jira issue: wp-614
…s added as an additional unit test. This commit consists of an update to the unit test script. This update invokes the directory of working test. In addition there are two new directories of jasmine tests. The first directory is webinos/core/manager/policy_manager/test/jasmine.policy.tests.working which contains the working tests that have been added to unit-test.sh. These tests exercise various aspects of the policy manager. The second directory is webinos/core/manager/policy_manager/test/jasmine.policy.tests.broken contains a collection of jasmine tests that highlight issues with how policies are evaluated. This commit is a set of tests only and DOES NOT fix jira issus WP-912. The primary error highlighted by the tests in the broken directory is that conditions containing subject matches do not behave as expected. The tests can be invoked manually by using cd to navigate the the directory and executing "jasmine-node ." from inside the directory. jira issue: WP-912
Jira-Issue: WP-940 No more direct call dependencies. All communication is handled by Intents.
Additional policy tests in jasmine directories
…cy-integration WP-709 application policy integration
Jira-issue: WP-349
Jira-issue: WP-349
Jira-issue: WP-349
Jira-issue: WP-349
Jira-issue: WP-349
Jira-issue: WP-349
Jira-issue: WP-349
Jira-issue: WP-349
Jira-issue: WP-349
Jira-issue: WP-349
Jira-issue: WP-349
Jira-issue: WP-349
Decouple Android NfcActivity from NfcManager
…check WP-349 messages schema check
…ting Wp 836 android automated testing
Jira-issue: WP-940
Fix build error in Android Nfc impl
added Doors Data and its properties. Note that many further improvements are due in subsequent pull requests.
[1] Moved getDefaultBluetoothAdapter call from startModule() to FindServices() [2] Queue until main application thread is idle before calling getDefaultAdapter() Jira Issue: WP-952
I think the change is fine but I think you need to rebase your branch to the latest living_labs state, so that this Pull Request then just has the single commit. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[1] Moved getDefaultBluetoothAdapter call from startModule() to FindServices()
[2] Queue until main application thread is idle before calling getDefaultAdapter()
Jira Issue: WP-952