Commit graph

413 commits

Author SHA1 Message Date
validcube
43d5888182
fix: Migrate to onPopInvokedWithResult
Reference: https://docs.flutter.dev/release/breaking-changes/popscope-with-result
Signed-off-by: validcube <pun.butrach@gmail.com>
2024-09-06 21:44:56 +07:00
validcube
81f05e1b19
fix: Lack of connectivity toast not showing due to incorrect comparison
Signed-off-by: validcube <pun.butrach@gmail.com>
2024-08-28 00:26:41 +07:00
Benjamin
427928e542
fix: Don't crash installation when saving last APK is disabled (#2128) 2024-08-11 19:31:18 +04:00
aAbed
295c5a74ea
fix: Unable to scroll in the removed patches dialog (#2113) 2024-08-06 03:46:01 +03:00
Snehith
f1b25d09da
fix: Patching Screen draw-behind Navigation Bar (#1945)
Co-authored-by: surya-technovert <surya.m@technovert.com>
2024-07-30 00:58:40 +07:00
validcube
c7627ced8e
fix: Unable to install application regardless of preference
Signed-off-by: validcube <pun.butrach@gmail.com>
2024-07-30 00:03:06 +07:00
validcube
63c6412736
fix: Correct architecture to armeabi-v7a
Signed-off-by: validcube <pun.butrach@gmail.com>
2024-07-30 00:03:05 +07:00
validcube
a7663524e6
feat: Support patching on ARMv7a
Signed-off-by: validcube <pun.butrach@gmail.com>
2024-07-30 00:03:05 +07:00
Pun Butrach
23690a98df
feat: Include primary architecture in external search (#2068) 2024-07-29 22:56:00 +07:00
validcube
c6f9e36f4b
refactor: Migrate deprecated member 2024-07-13 17:32:34 +07:00
kitadai31
1bdb820aed
refactor: Remove unused strings (#2010) 2024-07-11 11:28:02 +07:00
aAbed
7ef8f0454b
fix: Select previously applied patches when loading patch selection (#1865) 2024-06-29 14:40:20 +02:00
DMzS
232b702789
fix: Increase dashboard RefreshIndicator edge offset (#1859) 2024-06-29 14:40:04 +02:00
Benjamin
77204087bb
feat: Save last patched app (#1414)
Co-authored-by: aAbed <39409020+TheAabedKhan@users.noreply.github.com>
Co-authored-by: Ushie <ushiekane@gmail.com>
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
Co-authored-by: Mr. X <79870712+n30mrx@users.noreply.github.com>
Co-authored-by: festry0 <153519925+festry0@users.noreply.github.com>
2024-06-29 14:38:00 +02:00
DMzS
bbeb836923
fix: Adjust scroll from clipping children form fields in AlertDialog from showSourcesDialog (#1782) 2024-06-27 05:45:55 +07:00
aAbed
5c68d513a3
feat: Add ability to set null in patch options (#1947) 2024-06-24 23:37:16 +07:00
kitadai31
fc52560244
fix: Update dialog shows dev version & loading gets stuck in certain circumstances (#1792)
Signed-off-by: validcube <pun.butrach@gmail.com>
Co-authored-by: validcube <pun.butrach@gmail.com>
2024-06-19 14:44:09 +07:00
Snehith
c13827e8e1
fix: Follow language update immediately (#1944)
Co-authored-by: surya-technovert <surya.m@technovert.com>
2024-06-15 17:21:47 +07:00
oSumAtrIX
4a72267d41
fix: Download latest integrations non-pre-release 2024-04-28 23:40:28 +02:00
aAbed
8564c1a72e
fix: Do not crash when selecting an APK from storage (#1768) 2024-04-05 03:58:59 +03:00
Lam Thanh Nhan
f9e6ef3fd3
feat: Improve language update settings (#1838) 2024-04-05 03:55:16 +03:00
DMzS
025ff527ee
fix(ui): Support free-scroll and auto-scroll for the installer logs (#1736) (#1836) 2024-04-04 09:27:47 +07:00
Pun Butrach
c265794d0e
fix: Don't translation ReVanced repository
Regex:

,
    "patcherContributors":.*,
    "patchesContributors":.*,
    "integrationsContributors":.*,
    "cliContributors":.*,
    "managerContributors":.*
2024-03-28 06:13:05 +00:00
Pun Butrach
9a66357f7a
refactor: slight format change
This is so unreadable, there must've been a better way to do this.
2024-03-28 05:26:35 +00:00
Pun Butrach
6f70a07970
fix: Replace Spacer with Expanded to avoid overflow (#1791) 2024-03-28 11:38:07 +07:00
DMzS
c981cb4a41
fix: Ensure safe area usage in Changelogs Modal Bottom Sheet (#1772) 2024-03-23 17:51:17 +07: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
Ushie
aa0575a637
feat: Display current app language at the top of the list 2024-03-05 03:04:01 +03:00
oSumAtrIX
1200360588
fix: Fix patched APKs exports after installation 2024-03-04 13:43:34 +01:00
Ushie
6d866d4424
feat: Improve language distinguishness and resolve language-specific issues (#1706) 2024-02-26 08:08:14 +07: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
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
Benjamin
8a4161753e
chore: Upgrade dependencies (#1693) 2024-02-19 05:31:24 +07:00
Pun Butrach
3b58d229da
refactor: PopScope Migration (#1674)
Co-authored-by: Benjamin Halko <benjaminhalko@hotmail.com>
2024-02-18 08:32:32 +07:00
Pun Butrach
b2119ce60e
feat: Improve consistency on language selector 2024-02-15 16:41:09 +07:00
Pun Butrach
3b0fed55e4
revert: WillPopScope migration
This reverts commit ef9b1d5c2d.

Why is this so hard to implement??? Are we missing something??
2024-02-15 08:00:52 +00:00
Ushie
f82c439b26
feat: Allow changing languages (#1488)
Co-authored-by: validcube <pun.butrach@gmail.com>
2024-02-12 02:22:25 +03:00
Benjamin
eb6d3cd64e
fix(PopScope): User able to exit patch screen when the installer is still running (#1663) 2024-02-03 10:29:34 +07:00
Benjamin
c900d09cf8
refactor: Disable update for dev build (#1662) 2024-02-02 21:12:10 +07:00
aAbed
c7d975e612
feat: Show a dialog when an update is available (#1654) 2024-01-27 09:08:44 +05:45
oSumAtrIX
efb2d5ef32
feat: Improve app selector and patcher UI (#1616) 2024-01-22 09:20:17 +01:00
validcube
acb1e2434b
fix(Patch Option): Set text colour on dropdown menu
Signed-off-by: validcube <pun.butrach@gmail.com>
2024-01-21 20:36:23 +07:00
validcube
8e52abda9a
fix(Keystore Password): textfield title display
Signed-off-by: validcube <pun.butrach@gmail.com>
2024-01-21 16:58:00 +07:00
Benjamin
7911459817
feat: add haptic feedback (#1459)
Co-authored-by: Ushie <ushiekane@gmail.com>
Co-authored-by: Pun Butrach <pun.butrach@gmail.com>
2024-01-14 14:29:24 -08:00
Benjamin
ef9b1d5c2d
refactor: Replace deprecated WillPopScope (#1604) 2024-01-13 19:34:04 -08:00
Benjamin Halko
fd2780624a
chore: remove unused import 2024-01-12 09:49:26 -08:00
aAbed
4f22e88e42
fix: Incorrect strings and logics (#1619) 2024-01-12 05:15:37 +07:00
oSumAtrIX
28ae2766f0
feat: Add API migration code (#1615) 2024-01-09 20:23:26 +01:00
validcube
9ed43efe5d
feat: use native TextField
Signed-off-by: validcube <pun.butrach@gmail.com>
2023-12-30 14:37:46 +07:00
oSumAtrIX
c94eb7a48e
perf: Load patched apps as soon as possible 2023-12-24 00:12:33 +01:00