-
Notifications
You must be signed in to change notification settings - Fork 3
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
675 additions
and
760 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
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,3 +1,7 @@ | ||
// This Source Code Form is subject to the terms of the Mozilla Public | ||
// License, v. 2.0. If a copy of the MPL was not distributed with this | ||
// file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
fn main() { | ||
tauri_build::build() | ||
tauri_build::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
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
8 changes: 8 additions & 0 deletions
8
crates/polyphony-tauri/gen/android/app/src/main/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
4 changes: 4 additions & 0 deletions
4
...yphony-tauri/gen/android/app/src/main/java/chat/polyphony/polyphony_tauri/MainActivity.kt
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,3 +1,7 @@ | ||
// This Source Code Form is subject to the terms of the Mozilla Public | ||
// License, v. 2.0. If a copy of the MPL was not distributed with this | ||
// file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
package chat.polyphony.polyphony_tauri | ||
|
||
class MainActivity : TauriActivity() |
8 changes: 8 additions & 0 deletions
8
crates/polyphony-tauri/gen/android/app/src/main/res/drawable-v24/ic_launcher_foreground.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
8 changes: 8 additions & 0 deletions
8
crates/polyphony-tauri/gen/android/app/src/main/res/drawable/ic_launcher_background.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
11 changes: 10 additions & 1 deletion
11
crates/polyphony-tauri/gen/android/app/src/main/res/layout/activity_main.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
10 changes: 9 additions & 1 deletion
10
crates/polyphony-tauri/gen/android/app/src/main/res/values-night/themes.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,14 @@ | ||
<!-- | ||
Copyright (c) 2024 star | ||
This Source Code Form is subject to the terms of the Mozilla Public | ||
License, v. 2.0. If a copy of the MPL was not distributed with this | ||
file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
--> | ||
|
||
<resources xmlns:tools="http://schemas.android.com/tools"> | ||
<!-- Base application theme. --> | ||
<style name="Theme.polyphony_tauri" parent="Theme.MaterialComponents.DayNight.NoActionBar"> | ||
<!-- Customize your theme here. --> | ||
</style> | ||
</resources> | ||
</resources> |
10 changes: 9 additions & 1 deletion
10
crates/polyphony-tauri/gen/android/app/src/main/res/values/themes.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,14 @@ | ||
<!-- | ||
Copyright (c) 2024 star | ||
This Source Code Form is subject to the terms of the Mozilla Public | ||
License, v. 2.0. If a copy of the MPL was not distributed with this | ||
file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
--> | ||
|
||
<resources xmlns:tools="http://schemas.android.com/tools"> | ||
<!-- Base application theme. --> | ||
<style name="Theme.polyphony_tauri" parent="Theme.MaterialComponents.DayNight.NoActionBar"> | ||
<!-- Customize your theme here. --> | ||
</style> | ||
</resources> | ||
</resources> |
10 changes: 9 additions & 1 deletion
10
crates/polyphony-tauri/gen/android/app/src/main/res/xml/file_paths.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,5 +1,13 @@ | ||
<!-- | ||
Copyright (c) 2024 star | ||
This Source Code Form is subject to the terms of the Mozilla Public | ||
License, v. 2.0. If a copy of the MPL was not distributed with this | ||
file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
--> | ||
|
||
<?xml version="1.0" encoding="utf-8"?> | ||
<paths xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<external-path name="my_images" path="." /> | ||
<cache-path name="my_cache_images" path="." /> | ||
</paths> | ||
</paths> |
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
4 changes: 4 additions & 0 deletions
4
...uri/gen/android/buildSrc/src/main/java/chat/polyphony/polyphony_tauri/kotlin/BuildTask.kt
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
4 changes: 4 additions & 0 deletions
4
...ri/gen/android/buildSrc/src/main/java/chat/polyphony/polyphony_tauri/kotlin/RustPlugin.kt
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// This Source Code Form is subject to the terms of the Mozilla Public | ||
// License, v. 2.0. If a copy of the MPL was not distributed with this | ||
// file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
|
||
include ':app' | ||
|
||
apply from: 'tauri.settings.gradle' |
155 changes: 79 additions & 76 deletions
155
crates/polyphony-tauri/gen/apple/Assets.xcassets/AppIcon.appiconset/Contents.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 |
---|---|---|
@@ -1,116 +1,119 @@ | ||
// This Source Code Form is subject to the terms of the Mozilla Public | ||
// License, v. 2.0. If a copy of the MPL was not distributed with this | ||
// file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
{ | ||
"images" : [ | ||
"images": [ | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "iphone", | ||
"filename" : "AppIcon-20x20@2x.png", | ||
"scale" : "2x" | ||
"size": "20x20", | ||
"idiom": "iphone", | ||
"filename": "AppIcon-20x20@2x.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "iphone", | ||
"filename" : "AppIcon-20x20@3x.png", | ||
"scale" : "3x" | ||
"size": "20x20", | ||
"idiom": "iphone", | ||
"filename": "AppIcon-20x20@3x.png", | ||
"scale": "3x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "iphone", | ||
"filename" : "AppIcon-29x29@2x-1.png", | ||
"scale" : "2x" | ||
"size": "29x29", | ||
"idiom": "iphone", | ||
"filename": "AppIcon-29x29@2x-1.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "iphone", | ||
"filename" : "AppIcon-29x29@3x.png", | ||
"scale" : "3x" | ||
"size": "29x29", | ||
"idiom": "iphone", | ||
"filename": "AppIcon-29x29@3x.png", | ||
"scale": "3x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "iphone", | ||
"filename" : "AppIcon-40x40@2x.png", | ||
"scale" : "2x" | ||
"size": "40x40", | ||
"idiom": "iphone", | ||
"filename": "AppIcon-40x40@2x.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "iphone", | ||
"filename" : "AppIcon-40x40@3x.png", | ||
"scale" : "3x" | ||
"size": "40x40", | ||
"idiom": "iphone", | ||
"filename": "AppIcon-40x40@3x.png", | ||
"scale": "3x" | ||
}, | ||
{ | ||
"size" : "60x60", | ||
"idiom" : "iphone", | ||
"filename" : "AppIcon-60x60@2x.png", | ||
"scale" : "2x" | ||
"size": "60x60", | ||
"idiom": "iphone", | ||
"filename": "AppIcon-60x60@2x.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size" : "60x60", | ||
"idiom" : "iphone", | ||
"filename" : "AppIcon-60x60@3x.png", | ||
"scale" : "3x" | ||
"size": "60x60", | ||
"idiom": "iphone", | ||
"filename": "AppIcon-60x60@3x.png", | ||
"scale": "3x" | ||
}, | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "ipad", | ||
"filename" : "AppIcon-20x20@1x.png", | ||
"scale" : "1x" | ||
"size": "20x20", | ||
"idiom": "ipad", | ||
"filename": "AppIcon-20x20@1x.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"size" : "20x20", | ||
"idiom" : "ipad", | ||
"filename" : "AppIcon-20x20@2x-1.png", | ||
"scale" : "2x" | ||
"size": "20x20", | ||
"idiom": "ipad", | ||
"filename": "AppIcon-20x20@2x-1.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "ipad", | ||
"filename" : "AppIcon-29x29@1x.png", | ||
"scale" : "1x" | ||
"size": "29x29", | ||
"idiom": "ipad", | ||
"filename": "AppIcon-29x29@1x.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "ipad", | ||
"filename" : "AppIcon-29x29@2x.png", | ||
"scale" : "2x" | ||
"size": "29x29", | ||
"idiom": "ipad", | ||
"filename": "AppIcon-29x29@2x.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "ipad", | ||
"filename" : "AppIcon-40x40@1x.png", | ||
"scale" : "1x" | ||
"size": "40x40", | ||
"idiom": "ipad", | ||
"filename": "AppIcon-40x40@1x.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "ipad", | ||
"filename" : "AppIcon-40x40@2x-1.png", | ||
"scale" : "2x" | ||
"size": "40x40", | ||
"idiom": "ipad", | ||
"filename": "AppIcon-40x40@2x-1.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size" : "76x76", | ||
"idiom" : "ipad", | ||
"filename" : "AppIcon-76x76@1x.png", | ||
"scale" : "1x" | ||
"size": "76x76", | ||
"idiom": "ipad", | ||
"filename": "AppIcon-76x76@1x.png", | ||
"scale": "1x" | ||
}, | ||
{ | ||
"size" : "76x76", | ||
"idiom" : "ipad", | ||
"filename" : "AppIcon-76x76@2x.png", | ||
"scale" : "2x" | ||
"size": "76x76", | ||
"idiom": "ipad", | ||
"filename": "AppIcon-76x76@2x.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size" : "83.5x83.5", | ||
"idiom" : "ipad", | ||
"filename" : "AppIcon-83.5x83.5@2x.png", | ||
"scale" : "2x" | ||
"size": "83.5x83.5", | ||
"idiom": "ipad", | ||
"filename": "AppIcon-83.5x83.5@2x.png", | ||
"scale": "2x" | ||
}, | ||
{ | ||
"size" : "1024x1024", | ||
"idiom" : "ios-marketing", | ||
"filename" : "AppIcon-512@2x.png", | ||
"scale" : "1x" | ||
"size": "1024x1024", | ||
"idiom": "ios-marketing", | ||
"filename": "AppIcon-512@2x.png", | ||
"scale": "1x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"info": { | ||
"version": 1, | ||
"author": "xcode" | ||
} | ||
} |
9 changes: 6 additions & 3 deletions
9
crates/polyphony-tauri/gen/apple/Assets.xcassets/Contents.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 |
---|---|---|
@@ -1,6 +1,9 @@ | ||
// This Source Code Form is subject to the terms of the Mozilla Public | ||
// License, v. 2.0. If a copy of the MPL was not distributed with this | ||
// file, You can obtain one at http://mozilla.org/MPL/2.0/. | ||
{ | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"info": { | ||
"version": 1, | ||
"author": "xcode" | ||
} | ||
} |
Oops, something went wrong.