-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
42 changed files
with
91 additions
and
46 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": ".NET MAUI", | ||
"type": "maui", | ||
"request": "launch", | ||
"preLaunchTask": "maui: Build" | ||
} | ||
] | ||
} |
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 @@ | ||
{ | ||
// See https://go.microsoft.com/fwlink/?LinkId=733558 | ||
// for the documentation about the tasks.json format | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"label": "build", | ||
"type": "shell", | ||
"command": "msbuild", | ||
"args": [ | ||
// Ask msbuild to generate full paths for file names. | ||
"/property:GenerateFullPaths=true", | ||
"/t:build", | ||
// Do not generate summary otherwise it leads to duplicate errors in Problems panel | ||
"/consoleloggerparameters:NoSummary" | ||
], | ||
"group": "build", | ||
"presentation": { | ||
// Reveal the output only if unrecognized errors occur. | ||
"reveal": "silent" | ||
}, | ||
// Use the standard MS compiler pattern to detect errors, warnings and infos | ||
"problemMatcher": "$msCompile" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
RightToAskClient/RightToAskClient.Maui/.vscode/launch.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,14 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": ".NET MAUI", | ||
"type": "maui", | ||
"request": "launch", | ||
"preLaunchTask": "maui: Build" | ||
} | ||
] | ||
} |
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 @@ | ||
{ | ||
// See https://go.microsoft.com/fwlink/?LinkId=733558 | ||
// for the documentation about the tasks.json format | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"label": "build", | ||
"type": "shell", | ||
"command": "msbuild", | ||
"args": [ | ||
// Ask msbuild to generate full paths for file names. | ||
"/property:GenerateFullPaths=true", | ||
"/t:build", | ||
// Do not generate summary otherwise it leads to duplicate errors in Problems panel | ||
"/consoleloggerparameters:NoSummary" | ||
], | ||
"group": "build", | ||
"presentation": { | ||
// Reveal the output only if unrecognized errors occur. | ||
"reveal": "silent" | ||
}, | ||
// Use the standard MS compiler pattern to detect errors, warnings and infos | ||
"problemMatcher": "$msCompile" | ||
} | ||
] | ||
} |
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
5 changes: 3 additions & 2 deletions
5
RightToAskClient/RightToAskClient.Maui/Platforms/Android/AndroidManifest.xml
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,6 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<application android:allowBackup="true" android:icon="@mipmap/appicon" android:roundIcon="@mipmap/appicon_round" android:supportsRtl="true"></application> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.deocracydevelopers.righttoaskclient.maui" android:versionCode="1" android:versionName="1.0"> | ||
<application android:allowBackup="true" android:supportsRtl="true" android:label="RightToAskClient.Maui"></application> | ||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | ||
<uses-permission android:name="android.permission.INTERNET" /> | ||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" /> | ||
</manifest> |
Binary file removed
BIN
-1.9 KB
...oAskClient/RightToAskClient.Maui/Platforms/Android/Resources/drawable/check.png
Binary file not shown.
Binary file removed
BIN
-2.4 KB
...skClient/RightToAskClient.Maui/Platforms/Android/Resources/drawable/check2x.png
Binary file not shown.
Binary file removed
BIN
-345 Bytes
...ToAskClient/RightToAskClient.Maui/Platforms/Android/Resources/drawable/plus.png
Binary file not shown.
5 changes: 0 additions & 5 deletions
5
...lient/RightToAskClient.Maui/Platforms/Android/Resources/mipmap-anydpi-v26/ic_launcher.xml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...RightToAskClient.Maui/Platforms/Android/Resources/mipmap-anydpi-v26/ic_launcher_round.xml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...tToAskClient/RightToAskClient.Maui/Platforms/Android/Resources/mipmap-anydpi-v26/icon.xml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...Client/RightToAskClient.Maui/Platforms/Android/Resources/mipmap-anydpi-v26/icon_round.xml
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-3.91 KB
...t/RightToAskClient.Maui/Platforms/Android/Resources/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed
BIN
-6.89 KB
...kClient.Maui/Platforms/Android/Resources/mipmap-hdpi/ic_launcher_foreground.png
Binary file not shown.
Binary file removed
BIN
-5.93 KB
...tToAskClient.Maui/Platforms/Android/Resources/mipmap-hdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed
BIN
-4.64 KB
...skClient/RightToAskClient.Maui/Platforms/Android/Resources/mipmap-hdpi/icon.png
Binary file not shown.
Binary file removed
BIN
-11.4 KB
...oAskClient.Maui/Platforms/Android/Resources/mipmap-hdpi/launcher_foreground.png
Binary file not shown.
Binary file removed
BIN
-1.49 KB
...t/RightToAskClient.Maui/Platforms/Android/Resources/mipmap-ldpi/ic_launcher.png
Binary file not shown.
Binary file removed
BIN
-2.04 KB
...t/RightToAskClient.Maui/Platforms/Android/Resources/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed
BIN
-3.73 KB
...kClient.Maui/Platforms/Android/Resources/mipmap-mdpi/ic_launcher_foreground.png
Binary file not shown.
Binary file removed
BIN
-3.28 KB
...tToAskClient.Maui/Platforms/Android/Resources/mipmap-mdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed
BIN
-2.74 KB
...skClient/RightToAskClient.Maui/Platforms/Android/Resources/mipmap-mdpi/icon.png
Binary file not shown.
Binary file removed
BIN
-6.29 KB
...oAskClient.Maui/Platforms/Android/Resources/mipmap-mdpi/launcher_foreground.png
Binary file not shown.
Binary file removed
BIN
-3.77 KB
.../RightToAskClient.Maui/Platforms/Android/Resources/mipmap-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed
BIN
-8.6 KB
...Client.Maui/Platforms/Android/Resources/mipmap-xhdpi/ic_launcher_foreground.png
Binary file not shown.
Binary file removed
BIN
-6.6 KB
...ToAskClient.Maui/Platforms/Android/Resources/mipmap-xhdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed
BIN
-6.86 KB
...kClient/RightToAskClient.Maui/Platforms/Android/Resources/mipmap-xhdpi/icon.png
Binary file not shown.
Binary file removed
BIN
-17.5 KB
...AskClient.Maui/Platforms/Android/Resources/mipmap-xhdpi/launcher_foreground.png
Binary file not shown.
Binary file removed
BIN
-9.85 KB
...RightToAskClient.Maui/Platforms/Android/Resources/mipmap-xxhdpi/ic_launcher.png
Binary file not shown.
Binary file removed
BIN
-32.2 KB
...lient.Maui/Platforms/Android/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
Binary file not shown.
Binary file removed
BIN
-14.4 KB
...oAskClient.Maui/Platforms/Android/Resources/mipmap-xxhdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed
BIN
-12.5 KB
...Client/RightToAskClient.Maui/Platforms/Android/Resources/mipmap-xxhdpi/icon.png
Binary file not shown.
Binary file removed
BIN
-32.7 KB
...skClient.Maui/Platforms/Android/Resources/mipmap-xxhdpi/launcher_foreground.png
Binary file not shown.
Binary file removed
BIN
-10.3 KB
...ightToAskClient.Maui/Platforms/Android/Resources/mipmap-xxxhdpi/ic_launcher.png
Binary file not shown.
Binary file removed
BIN
-45 KB
...ient.Maui/Platforms/Android/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
Diff not rendered.
Binary file removed
BIN
-16.8 KB
...AskClient.Maui/Platforms/Android/Resources/mipmap-xxxhdpi/ic_launcher_round.png
Diff not rendered.
Binary file removed
BIN
-18.9 KB
...lient/RightToAskClient.Maui/Platforms/Android/Resources/mipmap-xxxhdpi/icon.png
Diff not rendered.
Binary file removed
BIN
-51.1 KB
...kClient.Maui/Platforms/Android/Resources/mipmap-xxxhdpi/launcher_foreground.png
Diff not rendered.
4 changes: 0 additions & 4 deletions
4
...lient/RightToAskClient.Maui/Platforms/Android/Resources/values/ic_launcher_background.xml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.