Skip to content

Commit

Permalink
v1.02
Browse files Browse the repository at this point in the history
  • Loading branch information
Chainfire committed Oct 24, 2023
1 parent eadbfd5 commit cd767e7
Show file tree
Hide file tree
Showing 6 changed files with 34,230 additions and 23,480 deletions.
File renamed without changes.
Binary file added apks/HoleyLight-v1.02-20221118140440-RC1.apk
Binary file not shown.
6 changes: 6 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ android {
}
}
}
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
abortOnError false
}
}

dependencies {
Expand Down
57,693 changes: 34,213 additions & 23,480 deletions app/proguard/mapping.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
</intent-filter>
</service>
<service android:name=".service.AccessibilityService"

android:label="@string/app_name"
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"
android:exported="true">
Expand Down
10 changes: 10 additions & 0 deletions docs/changelogs.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
**2022.11.18 - v1.02**
- (c) 2022
- Compatibility
- Change AOD placement algorithm for Samsung Android 13 / One UI 5

NOTICE: Changes in the accessibility service have caused massive
changes in the overlay placement detection. It is expected this breaks
for several devices and those will have to be re-tested and debugged.


**2021.03.02 - v1.00** - [RELEASE NOTES](./notes_100.md)
- (c) 2021
- Compatibility
Expand Down

0 comments on commit cd767e7

Please sign in to comment.