-
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Settings): Toggleable RPC (#513)
- Loading branch information
Showing
7 changed files
with
29 additions
and
3 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 |
---|---|---|
|
@@ -379,4 +379,4 @@ jobs: | |
uses: actions/upload-artifact@v4 | ||
with: | ||
name: commit-log | ||
path: commit_log.txt | ||
path: commit_log.txt |
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
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,10 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="960" | ||
android:viewportHeight="960" | ||
android:tint="?attr/colorControlNormal"> | ||
<path | ||
android:fillColor="@android:color/white" | ||
android:pathData="M80,440L280,80L480,440L80,440ZM280,840Q214,840 167,793Q120,746 120,680Q120,613 167,566.5Q214,520 280,520Q346,520 393,567Q440,614 440,680Q440,746 393,793Q346,840 280,840ZM280,760Q313,760 336.5,736.5Q360,713 360,680Q360,647 336.5,623.5Q313,600 280,600Q247,600 223.5,623.5Q200,647 200,680Q200,713 223.5,736.5Q247,760 280,760ZM216,360L344,360L280,245L216,360ZM520,840L520,520L840,520L840,840L520,840ZM600,760L760,760L760,600L600,600L600,760ZM680,440Q623,392 584.5,359Q546,326 523,301Q500,276 490,254Q480,232 480,207Q480,162 511.5,131Q543,100 590,100Q617,100 640.5,112.5Q664,125 680,147Q696,125 719.5,112.5Q743,100 770,100Q817,100 848.5,131Q880,162 880,207Q880,232 870,254Q860,276 837,301Q814,326 775.5,359Q737,392 680,440ZM680,335Q752,275 776,250Q800,225 800,209Q800,196 792.5,188Q785,180 772,180Q762,180 752.5,185.5Q743,191 729,205L680,252L631,205Q617,191 607.5,185.5Q598,180 588,180Q575,180 567.5,188Q560,196 560,209Q560,225 584,250Q608,275 680,335ZM680,257Q680,257 680,257Q680,257 680,257Q680,257 680,257Q680,257 680,257Q680,257 680,257Q680,257 680,257L680,257L680,257Q680,257 680,257Q680,257 680,257Q680,257 680,257Q680,257 680,257Q680,257 680,257Q680,257 680,257ZM280,302L280,302L280,302ZM280,680Q280,680 280,680Q280,680 280,680Q280,680 280,680Q280,680 280,680Q280,680 280,680Q280,680 280,680Q280,680 280,680Q280,680 280,680ZM680,680L680,680L680,680L680,680Z"/> | ||
</vector> |
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