oSumAtrIX
9e5e89ac95
chore: Merge branch dev
to main
( #1756 )
2024-03-09 10:09:13 +01:00
semantic-release-bot
7cc6b88e4e
chore(release): 1.19.3-dev.1 [skip ci]
...
## [1.19.3-dev.1](https://github.com/ReVanced/revanced-manager/compare/v1.19.2...v1.19.3-dev.1 ) (2024-03-09)
### Bug Fixes
* Copy APK to working directory before trying to write to it ([5cd1cba
](5cd1cba668
))
2024-03-09 09:09:02 +00:00
oSumAtrIX
5cd1cba668
fix: Copy APK to working directory before trying to write to it
2024-03-09 10:01:36 +01:00
oSumAtrIX
ca365bac6e
build: Bump dependencies to fix generating keystore
2024-03-09 09:58:41 +01:00
semantic-release-bot
f1fc48ce5a
chore(release): 1.19.2 [skip ci]
...
## [1.19.2](https://github.com/ReVanced/revanced-manager/compare/v1.19.1...v1.19.2 ) (2024-03-09)
### Bug Fixes
* App list is empty if all apps are installed ([#1750 ](https://github.com/ReVanced/revanced-manager/issues/1750 )) ([1f5461f
](1f5461fbe5
))
* Fix white-screen when trying to install conflicting apps ([4acd738
](4acd738353
))
2024-03-09 03:55:35 +00:00
oSumAtrIX
316e440d0d
chore: Merge branch dev
to main
( #1739 )
2024-03-09 04:48:12 +01:00
oSumAtrIX
95018814a7
ci: Bump dependencies to fix release workflow
2024-03-09 04:44:38 +01:00
oSumAtrIX
b52e49d90a
build: Bump dependencies to fix signing issues
2024-03-09 04:39:58 +01:00
oSumAtrIX
4acd738353
fix: Fix white-screen when trying to install conflicting apps
...
When you tried to install a patched app, but it conflicted with an existing installation, the screen would go blank. This was caused by trying to use an argument on a translation with no arguments.
2024-03-09 04:39:58 +01:00
semantic-release-bot
982249f974
chore(release): 1.19.2-dev.1 [skip ci]
...
## [1.19.2-dev.1](https://github.com/ReVanced/revanced-manager/compare/v1.19.1...v1.19.2-dev.1 ) (2024-03-08)
### Bug Fixes
* App list is empty if all apps are installed ([#1750 ](https://github.com/ReVanced/revanced-manager/issues/1750 )) ([1f5461f
](1f5461fbe5
))
2024-03-08 14:49:35 +00:00
Nikita
1f5461fbe5
fix: App list is empty if all apps are installed ( #1750 )
...
Co-authored-by: Nikita <n.petrjakov@niitp.in>
2024-03-08 21:41:16 +07:00
oSumAtrIX
adb7e5663a
docs: Fix small mistakes [skip ci]
2024-03-05 14:58:11 +01:00
Benjamin
ffc14f2146
chore: Upgrade dependencies ( #1734 )
2024-03-05 14:09:02 +07:00
semantic-release-bot
0c57322051
chore(release): 1.19.1 [skip ci]
...
## [1.19.1](https://github.com/ReVanced/revanced-manager/compare/v1.19.0...v1.19.1 ) (2024-03-05)
### Bug Fixes
* Keep names for needed classes to fix crash at launch ([eef7016
](eef701615b
))
2024-03-05 02:29:37 +00:00
oSumAtrIX
a8b7debf8d
chore: Merge branch dev
to main
( #1729 )
2024-03-05 03:22:11 +01:00
oSumAtrIX
7ed9787b58
ci: Add workflow to open a PR to main
2024-03-05 03:21:07 +01:00
oSumAtrIX
eef701615b
fix: Keep names for needed classes to fix crash at launch
2024-03-05 03:19:20 +01:00
semantic-release-bot
97d8519b8b
chore(release): 1.19.0 [skip ci]
...
# [1.19.0](https://github.com/ReVanced/revanced-manager/compare/v1.18.0...v1.19.0 ) (2024-03-05)
### Bug Fixes
* added a trailing comma ([975180b
](975180b075
))
* adjust padding ([3559477
](3559477247
))
* Allow mounting without Magisk ([3f96608
](3f96608398
))
* Bump dependencies to support BCS keystore ([6ec6546
](6ec6546cc5
))
* Do not delete files from post-fs-data.d ([70a1086
](70a1086edf
))
* Fix patched APKs exports after installation ([1200360
](1200360588
))
* fix redundant buttons on dialog ([079c0de
](079c0defaf
))
* Incorrect strings and logics ([#1619 ](https://github.com/ReVanced/revanced-manager/issues/1619 )) ([4f22e88
](4f22e88e42
))
* **Keystore Password:** textfield title display ([8e52abd
](8e52abda9a
))
* Mount script causes build to fail ([#1613 ](https://github.com/ReVanced/revanced-manager/issues/1613 )) ([f3c78c2
](f3c78c2c24
))
* **Patch Option:** Set text colour on dropdown menu ([acb1e24
](acb1e2434b
))
* **PopScope:** User able to exit patch screen when the installer is still running ([#1663 ](https://github.com/ReVanced/revanced-manager/issues/1663 )) ([eb6d3cd
](eb6d3cd64e
))
* **Release CI:** truncate the "v" from version ([8595099
](85950991ab
))
* Show version label correctly ([c72d10a
](c72d10ac85
))
* Specify that dark theme is dark ([#1699 ](https://github.com/ReVanced/revanced-manager/issues/1699 )) ([d4b15ae
](d4b15aee4d
))
* Stop patch when signing fails ([#1553 ](https://github.com/ReVanced/revanced-manager/issues/1553 )) ([5b2c551
](5b2c55142e
))
* **Update Confirmation Sheet:** Add top padding ([9aeb156
](9aeb156d92
))
* Use correct title size for bottom sheet ([#1687 ](https://github.com/ReVanced/revanced-manager/issues/1687 )) ([3436523
](34365239c1
))
* Use correct version code & name ([#1647 ](https://github.com/ReVanced/revanced-manager/issues/1647 )) ([d933997
](d933997c89
))
* use lowercase repo names ([#1626 ](https://github.com/ReVanced/revanced-manager/issues/1626 )) ([edd8602
](edd86024b9
))
### Features
* Add a toggle for alternative sources ([#1686 ](https://github.com/ReVanced/revanced-manager/issues/1686 )) ([f89c742
](f89c742c90
))
* Add API migration code ([#1615 ](https://github.com/ReVanced/revanced-manager/issues/1615 )) ([28ae276
](28ae2766f0
))
* add haptic feedback ([#1459 ](https://github.com/ReVanced/revanced-manager/issues/1459 )) ([7911459
](7911459817
))
* Allow changing languages ([#1488 ](https://github.com/ReVanced/revanced-manager/issues/1488 )) ([f82c439
](f82c439b26
))
* Display current app language at the top of the list ([aa0575a
](aa0575a637
))
* Hide the Install button during installation ([#1633 ](https://github.com/ReVanced/revanced-manager/issues/1633 )) ([3e696d6
](3e696d6847
))
* Improve app selector and patcher UI ([#1616 ](https://github.com/ReVanced/revanced-manager/issues/1616 )) ([efb2d5e
](efb2d5ef32
))
* Improve consistency on language selector ([b2119ce
](b2119ce60e
))
* Improve language distinguishness and resolve language-specific issues ([#1706 ](https://github.com/ReVanced/revanced-manager/issues/1706 )) ([6d866d4
](6d866d4424
))
* Improve Split APK warning readability ([#1625 ](https://github.com/ReVanced/revanced-manager/issues/1625 )) ([6fd740f
](6fd740f8c0
))
* Show a dialog when an update is available ([#1654 ](https://github.com/ReVanced/revanced-manager/issues/1654 )) ([c7d975e
](c7d975e612
))
* Simplify settings strings ([#1618 ](https://github.com/ReVanced/revanced-manager/issues/1618 )) ([0d45fe4
](0d45fe4a97
))
* Use more appropriate progress values ([2d7026a
](2d7026ac7a
))
* use native TextField ([9ed43ef
](9ed43efe5d
))
### Performance Improvements
* Load patched apps as soon as possible ([c94eb7a
](c94eb7a48e
))
### Reverts
* WillPopScope migration ([3b0fed5
](3b0fed55e4
))
2024-03-05 01:57:21 +00:00
oSumAtrIX
00210f7f0e
chore: Workaround CI bug by setting the expected version
2024-03-05 02:49:42 +01:00
Pun Butrach
cea4c6c27a
chore: Merge dev
to main
( #1611 )
...
100 commits ✨ ✨ ✨ ✨
2024-03-05 07:48:42 +07:00
semantic-release-bot
bc83a39b0f
chore(release): 1.19.0-dev.21 [skip ci]
...
# [1.19.0-dev.21](https://github.com/ReVanced/revanced-manager/compare/v1.19.0-dev.20...v1.19.0-dev.21 ) (2024-03-05)
### Features
* Display current app language at the top of the list ([aa0575a
](aa0575a637
))
2024-03-05 00:12:19 +00:00
Ushie
aa0575a637
feat: Display current app language at the top of the list
2024-03-05 03:04:01 +03:00
semantic-release-bot
4ca7b8a7c1
chore(release): 1.19.0-dev.20 [skip ci]
...
# [1.19.0-dev.20](https://github.com/ReVanced/revanced-manager/compare/v1.19.0-dev.19...v1.19.0-dev.20 ) (2024-03-04)
### Bug Fixes
* Bump dependencies to support BCS keystore ([6ec6546
](6ec6546cc5
))
2024-03-04 14:56:19 +00:00
oSumAtrIX
6ec6546cc5
fix: Bump dependencies to support BCS keystore
2024-03-04 15:48:13 +01:00
oSumAtrIX
c5e04cc824
build: Bump dependencies
2024-03-04 13:53:33 +01:00
semantic-release-bot
4fc913eae1
chore(release): 1.19.0-dev.19 [skip ci]
...
# [1.19.0-dev.19](https://github.com/ReVanced/revanced-manager/compare/v1.19.0-dev.18...v1.19.0-dev.19 ) (2024-03-04)
### Bug Fixes
* Fix patched APKs exports after installation ([1200360
](1200360588
))
### Features
* Use more appropriate progress values ([2d7026a
](2d7026ac7a
))
2024-03-04 12:51:06 +00:00
oSumAtrIX
2d7026ac7a
feat: Use more appropriate progress values
2024-03-04 13:43:35 +01:00
oSumAtrIX
1200360588
fix: Fix patched APKs exports after installation
2024-03-04 13:43:34 +01:00
semantic-release-bot
02722fc0be
chore(release): 1.19.0-dev.18 [skip ci]
...
# [1.19.0-dev.18](https://github.com/ReVanced/revanced-manager/compare/v1.19.0-dev.17...v1.19.0-dev.18 ) (2024-03-04)
2024-03-04 12:25:39 +00:00
oSumAtrIX
2e1de94623
chore: Fix builds
2024-03-04 13:14:30 +01:00
oSumAtrIX
10bae69db6
build(Needs bump): Bump dependencies ( #1717 )
2024-03-04 12:47:38 +01:00
oSumAtrIX
6dee3aa1b7
docs: Fix consistency issues with other repositories ( #1707 )
2024-03-04 12:42:46 +01:00
github-actions[bot]
e76418d48d
chore: Sync translations ( #1701 )
2024-03-04 11:28:34 +01:00
Pun Butrach
52e1020a90
chore(Dependency): Switch language_code back to Upstream version
2024-03-04 13:31:51 +07:00
Pun Butrach
c170392123
ci(Release): Use ReVanced account instead of semantic-release
2024-03-04 11:51:54 +07:00
Benjamin
d414a91f40
ci: Match changelog format of other ReVanced repos ( #1705 )
2024-02-26 03:01:30 +01:00
semantic-release-bot
6d6fae1ecd
chore(release): 1.19.0-dev.17 [skip ci]
...
## Features
* Improve language distinguishness and resolve language-specific issues (#1706 ) ([Ushie](6d866d4424
))
2024-02-26 01:15:28 +00:00
Ushie
6d866d4424
feat: Improve language distinguishness and resolve language-specific issues ( #1706 )
2024-02-26 08:08:14 +07:00
semantic-release-bot
f4dea6e58c
chore(release): 1.19.0-dev.16 [skip ci]
...
## Features
* Hide the Install button during installation (#1633 ) ([Eray Erdin (&mut self)](3e696d6847
))
## Bug Fixes
* Show version label correctly ([oSumAtrIX](c72d10ac85
))
2024-02-25 20:57:07 +00:00
oSumAtrIX
c72d10ac85
fix: Show version label correctly
2024-02-25 21:49:38 +01:00
Eray Erdin (&mut self)
3e696d6847
feat: Hide the Install button during installation ( #1633 )
...
Co-authored-by: Ushie <ushiekane@gmail.com>
2024-02-25 23:48:52 +03:00
semantic-release-bot
28d6ab692e
chore(release): 1.19.0-dev.15 [skip ci]
...
## Bug Fixes
* Specify that dark theme is dark (#1699 ) ([Benjamin](d4b15aee4d
))
## Documentation
* Switch order of note and tip [skip ci] ([oSumAtrIX](d0689555f1
))
## Continuous Integration
* **Release:** Remove unnecessary upload (#1695 ) ([Benjamin](82d6e3f105
))
## Chores
* **i18n:** Sync translations (#1694 ) ([github-actions[bot]](f7747809f2
))
2024-02-25 02:50:24 +00:00
github-actions[bot]
f7747809f2
chore(i18n): Sync translations ( #1694 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: revanced-bot <github@revanced.app>
2024-02-25 09:42:15 +07:00
Benjamin
d4b15aee4d
fix: Specify that dark theme is dark ( #1699 )
2024-02-25 09:37:55 +07:00
oSumAtrIX
d0689555f1
docs: Switch order of note and tip [skip ci]
2024-02-25 01:01:00 +01:00
Benjamin
82d6e3f105
ci(Release): Remove unnecessary upload ( #1695 )
2024-02-20 06:41:03 +07:00
semantic-release-bot
244d078b11
chore(release): 1.19.0-dev.14 [skip ci]
...
## Features
* Add a toggle for alternative sources (#1686 ) ([aAbed](f89c742c90
))
2024-02-19 14:49:04 +00:00
aAbed
f89c742c90
feat: Add a toggle for alternative sources ( #1686 )
...
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2024-02-19 20:26:42 +05:45
semantic-release-bot
ce5088ab53
chore(release): 1.19.0-dev.13 [skip ci]
...
## Chores
* **i18n:** Sync translations (#1688 ) ([github-actions[bot]](0443c8c200
))
* Upgrade dependencies (#1693 ) ([Benjamin](8a4161753e
))
2024-02-18 22:40:36 +00:00
github-actions[bot]
0443c8c200
chore(i18n): Sync translations ( #1688 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: revanced-bot <github@revanced.app>
2024-02-19 05:33:11 +07:00