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
Pun Butrach
8ca6418630
refactor(settings): improve clarity of the warning dialogs ( #1058 )
2023-07-31 21:53:23 +07:00
Pun Butrach
6a45db8a38
refactor: improve code readability according to formatter
2023-07-10 19:36:50 +07:00
Aman Sikarwar
197770b68b
chore: update dependencies ( #772 )
...
* chore: updated some dependencies
* refactor: reimplemented cache interceptor
* Revert "Updated dependencies & migrated breaking changes"
This reverts commit e6743b0d6b2552fdbf1c99d23e158e682362dd5d.
* chore: migrated flutter_local_notifications
* revert: reimplemented cache interceptor
2023-04-18 19:45:29 +05:30
Sebok Andras
dca2d4fe12
feat: add option to import/export keystore ( #776 )
...
* feat: add option to import/export keystore
* change the order of import/export keystore buttons
* feat: add option to change the keystore password
2023-04-18 15:08:10 +05:30
Aunali321
5617535a63
refactor: remove sentry and crowdin ( #730 )
...
We no longer use sentry and crowdin.
2023-03-05 16:12:46 +07:00
EvadeMaster
68ccefc59f
revert: "refactor: update deprecated and minor code refactors ( #710 )"
...
This reverts commit 6829d3cdea
.
Signed-off-by: EvadeMaster <93124920+EvadeMaster@users.noreply.github.com>
2023-03-03 18:06:24 +07:00
Sailesh Dahal
6829d3cdea
refactor: update deprecated and minor code refactors ( #710 )
...
Improve code readability & additional refactoring
Commits:
chore: exclude generated from analyzer
refactor: add SharedPreferences to locator
refactor: access shared pref from locator, and code refactor
refactor: remove unwanted `await`
refactor: remove `const` from `CacheConfig`
2023-02-27 19:06:05 +07:00
EvadeMaster
a83496568f
chore: code cleanup ( #681 )
...
Improve the readability of the code.
Commits:
* chore: correct typos `fragement` to `fragment`
* chore: put a single newline at end of file.
2023-02-17 18:53:23 +07:00
Jay Gajjar
a54ca799b9
feat: update rules of analysis_options.yaml. and solved all problems ( #665 )
...
* update rules of analysis_options.yaml. and solved all problems
* refactor: fix remaining problems
---------
Co-authored-by: Ushie <ushiekane@gmail.com>
2023-01-30 15:35:06 +03:00
Mipirakas
8591bc4d01
chore: update cr_file_saver ( #668 )
...
Co-authored-by: Ushie <github@ushie.dev>
2023-01-30 15:11:31 +03:00
Mipirakas
1c965c3788
refactor: cleanup remember patches feature ( #630 )
2023-01-30 15:03:55 +03:00
Ushie
5f81d65911
feat: sort by amount of patches, display patches count, setting to enable universal patches ( #593 )
...
* feat: sort by amount of patches
* feat: display patches count in application card
* feat: setting to enable universal patches
2022-12-15 23:35:45 +05:30
Aunali321
0faf86c9e9
refactor: restructure codebase. ( #501 )
...
* refactor: separate language selection to own widget.
* feat: separate theme changer to own widget.
* refactor: move Appearance UI to separate class.
* refactor: move language selection UI to separate class.
* refactor: move sources selection to separate file.
* refactor: move sources selection to separate file.
* refactor: split settings sections in separate files.
* refactor: move logging section to separate file.
* fix: show toast on bottom.
* fix: recommended patches not being selected by default.
* fix: patch selection selecting non recommended patches.
* fix: experimental toggle not updating.
2022-11-12 21:25:33 +05:30
Aunali321
be77a181ec
feat: EXPERIMENTAL language switching.
2022-11-10 23:03:07 +05:30
Boris M
c571cf2c53
feat: ability to store and load selected patches ( #469 )
...
* feat: ability to store and load selected patches
* fix: I18n
* fix: do not append but truncate file
* fix: use json file, minor fixes
* fix: better ui
* WIP
* feat: load patches selection after app selection
* feat: import/export json file
* fix: reformat code
* fix: rare bug on import feature fixed
* fix: move export/ipmort to settings page & import full json
* fix: minor improvements
* fix: minor code quality improvements
* fix: export filename fix
* fix: select list element istead of removing it
2022-11-09 13:06:04 +05:30
Aunali321
ba5234e850
feat: experimental settings to allow patch on any app version.
2022-11-01 15:26:15 +05:30
Aunali321
39500f054d
feat: disable sentry for time being.
2022-10-19 18:53:13 +05:30
Aunali321
2e050d06e8
feat: remove firebase. ( #405 )
...
* feat: remove firebase.
* build: remove firebase config.
2022-10-17 20:24:47 +05:30
Aunali321
2d732288a7
feat: option to delete manager logs.
2022-10-17 01:58:50 +05:30
Aunali321
3b8dc66da6
feat: option to delete temporary directory.
2022-10-17 00:41:20 +05:30
Aunali321
9de063aced
feat: ability to delete keystores.
2022-10-17 00:22:07 +05:30
Aunali321
f31a60d9bb
feat: make firebase crashlytics optional.
2022-10-15 18:29:50 +05:30
Aunali321
6d35c47b6b
feat: make sentry logging optional.
2022-10-15 01:52:10 +05:30
Aunali321
ead308740f
refactor: move custom button to shared dir.
2022-09-23 13:00:30 +05:30
Alberto Ponces
c333fa3c33
fix: Prefer Yes/No instead of OK/Cancel on a few dialogs
2022-09-18 22:53:04 +01:00
Unknown
110c3326bd
fix: navigation bar color ( #197 )
2022-09-18 22:20:08 +01:00
Aunali321
c5ad337daa
feat: Custom api endpoints. ( #216 )
...
Co-authored-by: Alberto Ponces <ponces26@gmail.com>
2022-09-18 23:12:30 +05:30
Alberto Ponces
9f58757caf
feat: Apply dark/light mode to system navigation bar too
2022-09-15 13:27:48 +01:00
Alberto Ponces
855b8373e4
fix: Export patcher logs as a file instead of text
2022-09-14 10:40:45 +01:00
Alberto Ponces
c92b889cd9
feat: Add export of logcat logs to Settings
2022-09-13 17:46:22 +01:00
Alberto Ponces
3bb5e70d1c
fix: Only show share and install options if patching was successful
2022-09-12 14:20:25 +01:00
Alberto Ponces
0c5c3b32f1
fix: Add missing referenced packages instead of ignoring warning
2022-09-12 02:04:07 +01:00
Alberto Ponces
c2da8e36da
fix: only show Material You toggle for SDK version >= 31
2022-09-08 12:09:12 +01:00
Alberto Ponces
1e890708d2
fix: Further improvements on app theming
2022-09-07 12:01:04 +01:00
Alberto Ponces
75544f1f51
feat: Add a reset button to Custom Sources Dialog
2022-09-07 11:14:54 +01:00
Alberto Ponces
4775e2c07f
fix: Remove unneeded import
2022-09-07 02:42:22 +01:00
Alberto Ponces
78317223cc
feat: Add custom patches sources
2022-09-07 02:37:25 +01:00
Alberto Ponces
27ef74b561
feat: Improve experience of rooted patched app installations ( #59 )
2022-09-06 14:40:49 +01:00
Alberto Ponces
de59641ede
fix: remove glitchy animations for now
2022-09-05 15:30:26 +01:00
Alberto Ponces
5404208562
feat: improve app theming code and add Material You ( #58 )
2022-09-05 03:32:36 +01:00
Alberto Ponces
4f7b1d4520
feat: overall UI rework in Settings View ( #53 )
2022-09-02 14:35:25 +01:00
Aunali321
2f83ea290b
feat: root and nonroot toggle.
2022-08-20 17:47:00 +05:30
Alberto Ponces
389eae1447
fix: code refactoring ( #5 )
2022-08-18 15:33:33 +01:00
Aunali321
739673dd8f
feat: wip contributors screen.
2022-08-12 23:37:16 +05:30
Aunali321
4d3ea65d7f
refactor: major theming overhual, fix light theme.
2022-08-12 15:12:43 +05:30
Aunali321
4d0dcf407b
feat: theme switching.
2022-08-12 00:35:03 +05:30
Aunali321
3f45dd2db9
feat: wip settings screen.
2022-08-10 18:00:28 +05:30