-
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.
Merge pull request #1 from 6G-SANDBOX/update
Update
- Loading branch information
Showing
41 changed files
with
58 additions
and
37 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
2 changes: 1 addition & 1 deletion
2
.../Instruments/ActivityManager/AmCommand.cs → .../Instruments/ActivityManager/AmCommand.cs
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
2 changes: 1 addition & 1 deletion
2
...ments/ActivityManager/AmCommandBuilder.cs → ...ments/ActivityManager/AmCommandBuilder.cs
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
2 changes: 1 addition & 1 deletion
2
...ts/ActivityManager/AmCommandExtensions.cs → ...ts/ActivityManager/AmCommandExtensions.cs
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
2 changes: 1 addition & 1 deletion
2
...truments/ActivityManager/Intents/Extra.cs → ...truments/ActivityManager/Intents/Extra.cs
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
2 changes: 1 addition & 1 deletion
2
...ents/ActivityManager/Intents/ExtraType.cs → ...ents/ActivityManager/Intents/ExtraType.cs
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
2 changes: 1 addition & 1 deletion
2
...ityManager/Intents/ExtraTypeExtensions.cs → ...ityManager/Intents/ExtraTypeExtensions.cs
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
2 changes: 1 addition & 1 deletion
2
...ruments/ActivityManager/Intents/Intent.cs → ...ruments/ActivityManager/Intents/Intent.cs
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
2 changes: 1 addition & 1 deletion
2
...ts/ActivityManager/Intents/IntentFlags.cs → ...ts/ActivityManager/Intents/IntentFlags.cs
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
2 changes: 1 addition & 1 deletion
2
...yManager/Intents/IntentFlagsExtensions.cs → ...yManager/Intents/IntentFlagsExtensions.cs
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
OpenTAP.Android/OpenTAP.Android/Properties/launchSettings.json
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"profiles": { | ||
"Editor": { | ||
"commandName": "Executable", | ||
"executablePath": "./editor.exe" | ||
} | ||
} | ||
} |
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
File renamed without changes.
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
2 changes: 1 addition & 1 deletion
2
...s.UMA.Android/Steps/AdbCommandStepBase.cs → ...enTAP.Android/Steps/AdbCommandStepBase.cs
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
InfoLink: Specifies a location where additional information about the package can be found. | ||
Version: The version of the package. This can be automatically updated from GIT. | ||
Configuration: Can be any kind of information, such as bit version or git branch name. | ||
For Version and Configuration the following macros are available (Only works if the project directory is under Git source control): | ||
$(GitVersion) - Gets the version from Git. | ||
--> | ||
<Package Name="Android Debug Bridge" xmlns="http://opentap.io/schemas/package" InfoLink="https://morse.uma.es/" | ||
OS="Windows,Linux,OSX" Version="1.0.7"> | ||
<Description> | ||
Base plugin for controlling Android devices and applications through Adb. | ||
<Organisation>University of Malaga</Organisation> | ||
</Description> | ||
|
||
<Owner>ITIS UMA</Owner> | ||
<SourceUrl>https://github.com/6G-SANDBOX/OpenTAP.Android</SourceUrl> | ||
<SourceLicense>Apache-2.0</SourceLicense> | ||
|
||
<Files> | ||
<File Path="OpenTAP.Android.dll"> | ||
<SetAssemblyInfo Attributes="Version"/> | ||
</File> | ||
</Files> | ||
</Package> |
18 changes: 0 additions & 18 deletions
18
Tap.Plugins.UMA.Android/Tap.Plugins.UMA.Android/package.xml
This file was deleted.
Oops, something went wrong.