Skip to content

Commit d56126a

Browse files
authored
chore: Merge branch dev to main (#60)
2 parents 8d0e4b2 + 079776f commit d56126a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1835
-1289
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ body:
7070
7171
Before creating a new bug report, please keep the following in mind:
7272
73-
- **Do not submit a duplicate bug report**: You can review existing bug reports [here](https://github.com/ReVanced/revanced-library/labels/Bug%20report).
73+
- **Do not submit a duplicate bug report**: Search for existing bug reports [here](https://github.com/ReVanced/revanced-library/issues?q=label%3A%22Bug+report%22).
74+
- **Review the contribution guidelines**: Make sure your bug request adheres to it. You can find the guidelines [here](https://github.com/ReVanced/revanced-library/blob/main/CONTRIBUTING.md).
7475
- **Do not use the issue page for support**: If you need help or have questions, check out other platforms on [revanced.app](https://revanced.app).
7576
- type: textarea
7677
attributes:
@@ -100,7 +101,7 @@ body:
100101
label: Acknowledgements
101102
description: Your bug report will be closed if you don't follow the checklist below.
102103
options:
103-
- label: This issue is not a duplicate of an existing bug report.
104+
- label: I have checked all open and closed bug reports and this is not a duplicate.
104105
required: true
105106
- label: I have chosen an appropriate title.
106107
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ body:
7070
7171
Before creating a new feature request, please keep the following in mind:
7272
73-
- **Do not submit a duplicate feature request**: You can review existing feature requests [here](https://github.com/ReVanced/revanced-library/labels/Feature%20request).
74-
- **Review the contribution guidelines**: Make sure your bug report adheres to it. You can find the guidelines [here](https://github.com/ReVanced/revanced-library/blob/main/CONTRIBUTING.md).
73+
- **Do not submit a duplicate feature request**: Search for existing feature requests [here](https://github.com/ReVanced/revanced-library/issues?q=label%3A%22Feature+request%22).
74+
- **Review the contribution guidelines**: Make sure your feature request adheres to it. You can find the guidelines [here](https://github.com/ReVanced/revanced-library/blob/main/CONTRIBUTING.md).
7575
- **Do not use the issue page for support**: If you need help or have questions, check out other platforms on [revanced.app](https://revanced.app).
7676
- type: textarea
7777
attributes:
@@ -98,7 +98,7 @@ body:
9898
label: Acknowledgements
9999
description: Your feature request will be closed if you don't follow the checklist below.
100100
options:
101-
- label: This issue is not a duplicate of an existing feature request.
101+
- label: I have checked all open and closed feature requests and this is not a duplicate.
102102
required: true
103103
- label: I have chosen an appropriate title.
104104
required: true

.github/workflows/build_pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Cache Gradle
2020
uses: burrunan/gradle-cache-action@v1
2121

22+
- name: Setup Java
23+
run: echo "JAVA_HOME=$JAVA_HOME_17_X64" >> $GITHUB_ENV
24+
2225
- name: Build
2326
env:
2427
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Cache Gradle
2424
uses: burrunan/gradle-cache-action@v1
2525

26+
- name: Setup Java
27+
run: echo "JAVA_HOME=$JAVA_HOME_17_X64" >> $GITHUB_ENV
28+
2629
- name: Build
2730
env:
2831
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -42,7 +45,7 @@ jobs:
4245
with:
4346
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
4447
passphrase: ${{ secrets.GPG_PASSPHRASE }}
45-
fingerprint: ${{ env.GPG_FINGERPRINT }}
48+
fingerprint: ${{ vars.GPG_FINGERPRINT }}
4649

4750
- name: Release
4851
env:

.gitignore

Lines changed: 8 additions & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -1,118 +1,11 @@
1-
### Java template
2-
# Compiled class file
3-
*.class
4-
5-
# Log file
6-
*.log
7-
8-
# BlueJ files
9-
*.ctxt
10-
11-
# Mobile Tools for Java (J2ME)
12-
.mtj.tmp/
13-
14-
# Package Files #
15-
*.jar
16-
*.war
17-
*.nar
18-
*.ear
19-
*.zip
20-
*.tar.gz
21-
*.rar
22-
23-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
24-
hs_err_pid*
25-
26-
### JetBrains template
27-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
28-
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
29-
30-
# User-specific stuff
31-
.idea/**/workspace.xml
32-
.idea/**/tasks.xml
33-
.idea/**/usage.statistics.xml
34-
.idea/**/dictionaries
35-
.idea/**/shelf
36-
37-
# Generated files
38-
.idea/**/contentModel.xml
39-
40-
# Sensitive or high-churn files
41-
.idea/**/dataSources/
42-
.idea/**/dataSources.ids
43-
.idea/**/dataSources.local.xml
44-
.idea/**/sqlDataSources.xml
45-
.idea/**/dynamic.xml
46-
.idea/**/uiDesigner.xml
47-
.idea/**/dbnavigator.xml
48-
49-
# Gradle
50-
.idea/**/gradle.xml
51-
.idea/**/libraries
52-
53-
# Gradle and Maven with auto-import
54-
# When using Gradle or Maven with auto-import, you should exclude module files,
55-
# since they will be recreated, and may cause churn. Uncomment if using
56-
# auto-import.
57-
.idea/artifacts
58-
.idea/compiler.xml
59-
.idea/jarRepositories.xml
60-
.idea/modules.xml
61-
.idea/*.iml
62-
.idea/modules
631
*.iml
64-
*.ipr
65-
66-
# CMake
67-
cmake-build-*/
68-
69-
# Mongo Explorer plugin
70-
.idea/**/mongoSettings.xml
71-
72-
# File-based project format
73-
*.iws
74-
75-
# IntelliJ
76-
out/
77-
.idea
78-
79-
# mpeltonen/sbt-idea plugin
80-
.idea_modules/
81-
82-
# JIRA plugin
83-
atlassian-ide-plugin.xml
84-
85-
# Cursive Clojure plugin
86-
.idea/replstate.xml
87-
88-
# Crashlytics plugin (for Android Studio and IntelliJ)
89-
com_crashlytics_export_strings.xml
90-
crashlytics.properties
91-
crashlytics-build.properties
92-
fabric.properties
93-
94-
# Editor-based Rest Client
95-
.idea/httpRequests
96-
97-
# Android studio 3.1+ serialized cache file
98-
.idea/caches/build_file_checksums.ser
99-
100-
### Gradle template
1012
.gradle
102-
**/build/
103-
!src/**/build/
104-
105-
# Ignore Gradle GUI config
106-
gradle-app.setting
107-
108-
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
109-
!gradle-wrapper.jar
110-
111-
# Cache of project
112-
.gradletasknamecache
113-
114-
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
115-
# gradle/wrapper/gradle-wrapper.properties
116-
117-
# Dependency directories
3+
.idea
4+
.DS_Store
5+
build
6+
captures
7+
.externalNativeBuild
8+
.cxx
9+
local.properties
10+
xcuserdata
11811
node_modules/

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# [3.0.0-dev.1](https://github.com/ReVanced/revanced-library/compare/v2.4.0-dev.1...v3.0.0-dev.1) (2024-08-06)
2+
3+
4+
### Bug Fixes
5+
6+
* Make functions internal which are supposed to be internal ([893d22d](https://github.com/ReVanced/revanced-library/commit/893d22d7938fa1c7544795635ed2ffacdd0cbf0d))
7+
8+
9+
### Build System
10+
11+
* Refactor to DSL to bump ReVanced Patcher ([7f5d6da](https://github.com/ReVanced/revanced-library/commit/7f5d6dad7ba73e2ee53010241ba3204d04860a22))
12+
13+
14+
### Features
15+
16+
* Remove deprecated functions ([b9bf3bc](https://github.com/ReVanced/revanced-library/commit/b9bf3bc88284c0381c7370c3606b662da2ef380d))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* Some functions have been removed.
22+
* Some functions are not available anymore.
23+
* The signature of some functions has changed.
24+
25+
# [2.4.0-dev.1](https://github.com/ReVanced/revanced-library/compare/v2.3.0...v2.4.0-dev.1) (2024-04-07)
26+
27+
28+
### Features
29+
30+
* Add local Android installer ([#25](https://github.com/ReVanced/revanced-library/issues/25)) ([43d655a](https://github.com/ReVanced/revanced-library/commit/43d655aea5d86288ae9916630e0f30de219d5cfb))
31+
132
# [2.3.0](https://github.com/ReVanced/revanced-library/compare/v2.2.1...v2.3.0) (2024-03-14)
233

334

0 commit comments

Comments
 (0)