Commit Graph

395 Commits

Author SHA1 Message Date
oSumAtrIX
c4a795418f
fix: Move installation log to correct place 2023-09-30 21:13:32 +02:00
oSumAtrIX
91837ebade
feat: Remove original package name in app info view 2023-09-30 21:07:26 +02:00
oSumAtrIX
0492e910ea
fix: Fill the preferred action 2023-09-30 20:11:53 +02:00
oSumAtrIX
36c86e22b1
fix: Load installed apps 2023-09-30 20:03:09 +02:00
aAbed
1e8d8f749a fix: do not ask for patches consent before initializing model 2023-09-30 14:57:48 +05:45
oSumAtrIX
2e8e3b0d1e
fix: Do not hardcode any predefined packages 2023-09-29 20:12:39 +02:00
oSumAtrIX
8ce266bc94
perf: Reduce amount of network requests 2023-09-29 18:39:07 +02:00
oSumAtrIX
62505f2543
build: Bump dependencies 2023-09-28 17:36:10 +02:00
Benjamin
0983ba8a0f
fix: search bar overflow (#1301) 2023-09-23 00:51:25 +03:00
Benjamin
c3d345de80
fix: force disable material you on Android 11 and below (#1293) 2023-09-22 21:05:13 +07:00
Benjamin Halko
e01b323aee
fix: make entire theme item clickable 2023-09-20 20:03:47 -07:00
Benjamin Halko
6f4866ef63
fix: default theme not following system (#1288) 2023-09-20 20:03:15 -07:00
Benjamin
6260a80738
feat(settings - appearance): add system option (#1279)
Closes #1260
2023-09-21 03:25:23 +03:00
Benjamin Halko
b7acb475e9
fix: update install type dialog padding 2023-09-20 16:57:13 -07:00
Benjamin
42b6bbff7c
fix: update youtube link (#1286) 2023-09-21 02:16:55 +03:00
Ushie
8f54b226b4
refactor(patches-selector): improve universal patches header 2023-09-03 21:14:09 +03:00
Pun Butrach
c5fc54e721
fix(installer): open the patched app after install (#1233) 2023-09-03 21:48:28 +07:00
Jay Gajjar
fc8a4fc5b6
fix: Don't use 'BuildContext's across async gaps. (#1148) 2023-09-03 01:47:20 +03:00
aAbed
8cb96f1e45
fix: permissions handling at first launch 2023-08-31 19:34:12 +05:45
Ushie
42e41c399f
fix: hide install button on error 2023-08-28 19:05:30 +03:00
Pun Butrach
d9953b1473
fix(installer): use correct elevation level 2023-08-24 19:00:50 +07:00
aAbed
c6ac898390
fix: universal patches not selectable 2023-08-17 18:25:23 +05:45
aAbed
c400619338
feat: disable changing patches selection by default (#1132)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-08-15 16:05:27 +07:00
Pun Butrach
7525e52fab
fix(installer): use correct bg colour for dialog 2023-08-12 15:07:04 +07:00
Pun Butrach
72fd24e624
fix: use i18n translation for installer page 2023-08-12 15:06:17 +07:00
Pun Butrach
11d8f9fd30
refactor: apply changes according to Dart
trailing commas
2023-08-12 14:53:54 +07:00
Dhruvan Bhalara
372ce174c9
fix: overlapping issue in application selection page (#1128) 2023-08-11 19:19:44 +03:00
aAbed
f90f6e81ee
feat: patch apps without internet (#1114) 2023-08-11 08:11:19 +07:00
Dhruvan Bhalara
97e37f304b
refactor: migrate MediaQuery properties to InheritedModel (#1115)
Co-authored-by: Ushie <ushiekane@gmail.com>
2023-08-10 15:25:07 +03:00
Pun Butrach
b77d46b2c2
feat(installer): redesign utility options (#1062)
Co-authored-by: Ushie <ushiekane@gmail.com>
2023-08-10 19:02:30 +07:00
Ushie
580d50eb8d
fix: use right label for auto patch 2023-08-10 00:05:47 +03:00
aAbed
acec064cb7
feat(patcher-view): show notice for removed patches that were used previously (#1107) 2023-08-09 22:32:13 +03:00
aAbed
ea05d13a1f
fix(patches-selector): New tag showing for old patches (#1113) 2023-08-09 22:31:37 +03:00
aAbed
722a5859a5
fix: pair integrations and patches updates (#1102) 2023-08-08 03:30:48 +03:00
aAbed
1714c3fa86
feat(patches-selector): show New tag for new patches (#1099) 2023-08-07 22:28:09 +07:00
Pun Butrach
264d8d90c4
refactor: apply changes according to analysis
trailing commas, and sort import alphabetically
2023-08-06 14:39:46 +07:00
aAbed
0b529c2629
fix(patches-selector): separate all universal patches to the bottom (#1092) 2023-08-06 12:12:01 +07:00
aAbed
5abcc7191f
fix: experimental/universal patches being used even when turned off (#1090)
Co-authored-by: Pun Butrach <pun.butrach@gmail.com>
2023-08-06 12:10:57 +07:00
aAbed
5346f6e1bf
fix(patch-item): hide universal patches if not enabled (#1087) 2023-08-05 20:19:36 +07:00
oSumAtrIX
2f471b3de4
fix: use user friendly strings (#1088) 2023-08-05 20:19:03 +07:00
aAbed
374eb3d06d
feat: abort patching process at any time (#1072) 2023-08-04 00:40:08 +03:00
BrentBoyMeBob
fe75b75ddc
feat: dpi responsive layout (#361) 2023-08-04 00:38:38 +03:00
Pun Butrach
d3790bf64b
refactor: remove unimplemented features (#1061)
Co-authored-by: Ushie <ushiekane@gmail.com>
2023-08-03 23:58:50 +03:00
aAbed
f905a52988
feat: allow control over patches update (#1063)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2023-08-03 23:23:56 +03:00
aAbed
0d716513d7
fix: keystore password dialog showing up before importing (#1068) 2023-08-03 08:36:39 +07:00
Pun Butrach
8ca6418630
refactor(settings): improve clarity of the warning dialogs (#1058) 2023-07-31 21:53:23 +07:00
aAbed
096b315701
fix(patch-item): remove redundant patch version completely (#1059)
https://github.com/ReVanced/revanced-patches/pull/2709
2023-07-29 16:21:30 +07:00
Aunali321
29db947e25 fix: using non const value in a const variable 2023-07-23 14:04:35 +05:30
Dhruvan Bhalara
159c85bd1f
fix: close previous dialog when user reset the API URL (#1025) 2023-07-16 21:04:35 +07:00
Aabed Khan
d161d55aaf
fix: patched applications not showing at launch (#1031) 2023-07-16 12:46:01 +07:00