Skip to content

Commit d90bef7

Browse files
committed
Merge branch 'dev' into feat/redesign-selected-app-info
1 parent 19bddee commit d90bef7

25 files changed

Lines changed: 2760 additions & 1930 deletions

app/CHANGELOG.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
# app [2.6.0-dev.7](https://github.com/ReVanced/revanced-manager/compare/v2.6.0-dev.6...v2.6.0-dev.7) (2026-04-01)
2+
3+
4+
### Features
5+
6+
* Improve patch options ([#3213](https://github.com/ReVanced/revanced-manager/issues/3213)) ([90667c8](https://github.com/ReVanced/revanced-manager/commit/90667c8c141c743b11a189e7ab3061ee58c7bc87))
7+
8+
# app [2.6.0-dev.6](https://github.com/ReVanced/revanced-manager/compare/v2.6.0-dev.5...v2.6.0-dev.6) (2026-04-01)
9+
10+
11+
### Bug Fixes
12+
13+
* Missing database migration file [no ci] ([df9b44c](https://github.com/ReVanced/revanced-manager/commit/df9b44c9f4959c81e16a1665e8066bd01e97b1fe))
14+
15+
16+
### Features
17+
18+
* Improve AppsScreen design, add app pinning and jump to top ([#3240](https://github.com/ReVanced/revanced-manager/issues/3240)) ([46720a4](https://github.com/ReVanced/revanced-manager/commit/46720a4a885ad5aa321ab855439bb30c292cb17f))
19+
20+
# app [2.6.0-dev.5](https://github.com/ReVanced/revanced-manager/compare/v2.6.0-dev.4...v2.6.0-dev.5) (2026-03-29)
21+
22+
23+
### Bug Fixes
24+
25+
* Dashboard padding ([5f757b6](https://github.com/ReVanced/revanced-manager/commit/5f757b6ee1fd923afaeffeae6bde12934822c30f))
26+
27+
# app [2.6.0-dev.4](https://github.com/ReVanced/revanced-manager/compare/v2.6.0-dev.3...v2.6.0-dev.4) (2026-03-28)
28+
29+
30+
### Bug Fixes
31+
32+
* Ignore RichTap vibrator hardware crash ([7856652](https://github.com/ReVanced/revanced-manager/commit/7856652506896a804a57fc085e80c6cf5c1fcba0))
33+
34+
# app [2.6.0-dev.3](https://github.com/ReVanced/revanced-manager/compare/v2.6.0-dev.2...v2.6.0-dev.3) (2026-03-26)
35+
36+
37+
### Bug Fixes
38+
39+
* Preserve applied patches on patched apps when source patches is deleted ([#3227](https://github.com/ReVanced/revanced-manager/issues/3227)) ([4884fdb](https://github.com/ReVanced/revanced-manager/commit/4884fdb5545134181a8a2176c7a21911aa22be9b))
40+
41+
# app [2.6.0-dev.2](https://github.com/ReVanced/revanced-manager/compare/v2.6.0-dev.1...v2.6.0-dev.2) (2026-03-25)
42+
43+
44+
### Bug Fixes
45+
46+
* Adjust font size and fix letter spacing in announcements ([e1660a7](https://github.com/ReVanced/revanced-manager/commit/e1660a7f2f94f3f50ee8bb2479888af8b760e51e))
47+
48+
# app [2.6.0-dev.1](https://github.com/ReVanced/revanced-manager/compare/v2.5.1...v2.6.0-dev.1) (2026-03-25)
49+
50+
51+
### Features
52+
53+
* Better styling for announcements ([4f88357](https://github.com/ReVanced/revanced-manager/commit/4f88357d9f2aa44bcab980e2719f3d28d169de85))
54+
155
## app [2.5.1](https://github.com/ReVanced/revanced-manager/compare/v2.5.0...v2.5.1) (2026-03-24)
256

357

app/build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,6 @@ android {
179179
}
180180

181181
buildTypes {
182-
debug {
183-
resValue("string", "app_name", "ReVanced Manager (Debug)")
184-
}
185-
186182
release {
187183
// Causes patching to not work properly, if enabled.
188184
isMinifyEnabled = false
@@ -191,10 +187,7 @@ android {
191187
val keystoreFile = file("keystore.jks")
192188

193189
if (project.hasProperty("signAsDebug") || !keystoreFile.exists()) {
194-
resValue("string", "app_name", "ReVanced Manager (Debug signed)")
195190
signingConfig = signingConfigs.getByName("debug")
196-
197-
isPseudoLocalesEnabled = true
198191
} else {
199192
signingConfig = signingConfigs.create("release") {
200193
storeFile = keystoreFile

app/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = 2.5.1
1+
version = 2.6.0-dev.7

0 commit comments

Comments
 (0)