Skip to content

Commit

Permalink
chore: small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
budchirp committed May 11, 2024
1 parent 341a3cb commit 60d9be7
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 3 deletions.
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,33 @@
apks/
module/system/product/overlay/*.apk

.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
.idea/**/aws.xml
.idea/**/contentModel.xml
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
.idea/**/gradle.xml
.idea/**/libraries
cmake-build-*/
.idea/**/mongoSettings.xml
*.iws
out/
.idea_modules/
atlassian-ide-plugin.xml
.idea/replstate.xml
.idea/sonarlint/
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
.idea/httpRequests
.idea/caches/build_file_checksums.ser
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/vendor_hardware_overlay.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# vendor_hardware_overlay
<h1 align="center">vendor_hardware_overlay</h1>
<h2 align="center">System overlays for Android devices that I own</h2>

<div align="center">
<img alt="Stargazers" src="https://img.shields.io/github/stars/budchirp/vendor_hardware_overlay?style=for-the-badge&colorA=0b1221&colorB=ff8e8e" />
<img alt="Last commit" src="https://img.shields.io/github/last-commit/budchirp/vendor_hardware_overlay?style=for-the-badge&colorA=0b1221&colorB=BDB0E4" />
<img alt="Issues" src="https://img.shields.io/github/issues/budchirp/vendor_hardware_overlay?style=for-the-badge&colorA=0b1221&colorB=FBC19D" />
</div>

## Supported devices
- S10
2 changes: 1 addition & 1 deletion create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ echo "Building..."
./build/build.sh
echo "Done!"

echo "Creating magisk module..."
echo "Copying apks..."
cp ./apks/*.apk ./module/system/product/overlay/
echo "Done!"
2 changes: 1 addition & 1 deletion module/module.prop
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ id=system-overlays
name=budchirp's system overlays
version=v1
versionCode=1
author=budchirps
author=budchirp
description=System overlays for Android devices that I own
File renamed without changes.

0 comments on commit 60d9be7

Please sign in to comment.