Commit Graph

996 Commits

Author SHA1 Message Date
Benjamin Halko
4cb4ce298a
feat: change appID and name of debug builds 2023-09-20 20:15:55 -07:00
Benjamin Halko
36de61a57f
ci: build pull requests (#1228) 2023-09-20 20:14:26 -07:00
Benjamin
6f2ca5bb89
fix: typo in string name import_keystore_description (#1273) 2023-09-18 16:59:03 +07:00
Benjamin
940885768d
fix: contributors screen fix (#1256) 2023-09-15 16:33:14 +00:00
Patryk Miś
fc577b4c3e
chore: update dependencies (#1247) 2023-09-15 16:30:46 +00:00
Robert
bf10af2ae2
feat: root installation (#1243) 2023-09-09 13:18:00 +00:00
Benjamin
b4dfcf1bb4
fix: minify crash on building release (#1245) 2023-09-06 17:49:11 +00:00
Benjamin
0b0ba21852
fix: providers.gradleProperty (#1223) 2023-09-06 17:48:48 +00:00
Tyff
42e0346e25
feat: make bundles selectable (#1237) 2023-09-04 07:05:55 +02:00
Pun Butrach
212db84d0b
ci(config): appreciation for first-time contributors
Show appreciation message for new contributors
2023-09-03 21:47:05 +07:00
Benjamin
e6eb8accf2
docs: update readme badges (#1227) 2023-09-03 09:40:54 +07:00
Pun Butrach
8bd73c3afa
ci(release): don't build when not necessary
Add paths-ignore to all markdown files, and .idea folder
2023-09-02 21:59:23 +07:00
Pun Butrach
5369a25fa2
docs: update badge's repository
The repository was moved from `revanced-manager-compose` to the main one, which is `revanced-manager`.

The organisation's name has also switched to `ReVanced` (used to be `revanced`).
2023-09-02 21:51:48 +07:00
Ax333l
eeae46a415 chore: bump kotlinx.serialization plugin and patcher 2023-09-01 10:50:13 +02:00
Patryk Miś
c0badbe96b build: updates (#85) 2023-08-26 14:03:44 +00:00
Ax333l
2bb51c136a fix(deps): use correct work-runtime version string 2023-08-26 15:52:40 +02:00
Tyff
3cfa4ea6d6 feat: more info for the select from application screen (#81) 2023-08-23 20:05:21 +02:00
Pun Butrach
f01adf5eb0 ci(release): migrate from node12 to node16
This bump `actions/upload-artifact`@v2 to `actions/upload-artifact`@v3
2023-08-19 16:00:01 +07:00
Robert
a0b92554e9 feat: store patched apps (#79)
* feat: store patched apps

* fix: missing string

* feat: save patch selection

* feat: things

* fix: fix broken query

* fix: remove redundant `withContext`

* fix: fix
2023-08-17 17:42:10 +02:00
Palm
ac4c7e06e7 ci(release): use correct vars context object
why am i so stupid
2023-08-17 19:30:31 +07:00
Palm
0f9a6f4340 ci(release): no longer store keystore alias in secrets
fixes an issue where GitHub Actions logs would be censored
2023-08-17 19:13:18 +07:00
Ax333l
9586a9c0dd fix: patches not being reloaded 2023-08-14 18:29:56 +02:00
Ax333l
f6563b265b fix: permission error when using installed app 2023-08-12 14:52:34 +02:00
Ax333l
7aea9473de feat: patch options UI (#80) 2023-08-12 08:41:22 +00:00
Ax333l
3f059d7748 feat: switch to the new api (#75) 2023-08-07 09:03:50 +00:00
Ax333l
7e3c31c4b2 chore: bump patcher 2023-08-04 12:55:14 +02:00
Ax333l
1707a9690a feat: improve bundle dialog UI 2023-08-04 12:46:07 +02:00
Ax333l
379ce917a9 feat: finish implementing the sources system (#70) 2023-08-03 11:15:42 +00:00
Ax333l
299aaa2b68 fix: library info not being embedded 2023-08-01 21:14:15 +02:00
Pun Butrach
5cf5e87fa8 ci(release): task naming consistency 2023-08-01 15:30:56 +07:00
CnC-Robert
55f22562eb fix: don't store app list in parcel 2023-07-31 13:24:49 +02:00
Ax333l
272d911464 fix(installer): progress tracking 2023-07-31 12:16:13 +02:00
Robert
6beb34baa8 ci: init 2023-07-30 20:23:51 +00:00
CnC-Robert
61de0b67fa feat: show installed app in version selector 2023-07-30 19:45:40 +02:00
Robert
aec8cec9b8 feat: download apps in patcher screen (#73) 2023-07-30 10:29:22 +00:00
Pun
83b9573b52 docs(readme): minor fix to displaying url
When you hover on Commit & Activity badges, `revanced` will appear in url display, but on License badge, `ReVanced` will display

This commit fix that by changing the organisation to what we're supposed to be using which is {org_name}/{repo_name} (ReVanced/...)
2023-07-24 16:24:21 +07:00
Tyff
21d99a1f24 feat: add patch bundle info screen (#55) 2023-07-23 15:27:07 +00:00
Ax333l
1331479072 fix: serialization not working 2023-07-17 16:48:29 +02:00
Patryk Miś
b472a36a9a fix: buildfile syntax (#66)
Signed-off-by: Patryk Miś <foss@patrykmis.com>
2023-07-17 14:41:17 +00:00
Patryk Miś
3238fcdae7 build: updates (#63)
* Update Java base to 17
* update Kotlin to 1.8.22
* update Bouncycastle
* update all dependencies
* follow the manifest on jni libs packaging
* enhance app optimization by specifying resource configurations, excluding dependencies info and unnessesary files
* Remove obsolete SDK check as we are already using minSdk 26

Signed-off-by: Patryk Miś <foss@patrykmis.com>
2023-07-17 12:27:19 +00:00
Patryk Miś
cd2587b1fd feat: improve accessibility (#64)
* Label Back button
* Mark group section headings as headings

Signed-off-by: Patryk Miś <foss@patrykmis.com>
2023-07-17 12:20:54 +00:00
Ax333l
879884a9fa feat: switch to Preferences DataStore (#60) 2023-07-15 09:52:12 +00:00
CnC-Robert
5d3b963682 feat: disable filter chips when there are no patches 2023-07-14 21:37:50 +02:00
CnC-Robert
955e7a4f1c feat: ReVanced theme colors 2023-07-14 21:35:17 +02:00
Ax333l
d2dcd4209d fix: release builds not working properly 2023-07-14 13:11:34 +02:00
Rom Reviewer
6299ff5b48 chore: migrate dependencies to version catalogs (#58) 2023-07-14 10:33:42 +00:00
Robert
94a4dbaba1 feat: app downloader (#43) 2023-07-14 08:54:42 +00:00
Pun Butrach
c36deea045 build: update gradle to v8.2.1 2023-07-12 20:36:23 +07:00
Pun
7030d43aa5 docs(readme): minor changes to how badges works
* Better description for the repository license badge

* Clicking on badges open you the relevant url
2023-07-08 20:43:10 +07:00
Ax333l
aa02e9f8cf feat: improve keystore UI and UX (#52) 2023-07-07 18:48:36 +00:00