Commit Graph

61 Commits

Author SHA1 Message Date
025ff527ee fix(ui): Support free-scroll and auto-scroll for the installer logs (#1736) (#1836) 2024-04-04 09:27:47 +07:00
3e696d6847 feat: Hide the Install button during installation (#1633)
Co-authored-by: Ushie <ushiekane@gmail.com>
2024-02-25 23:48:52 +03:00
3b58d229da refactor: PopScope Migration (#1674)
Co-authored-by: Benjamin Halko <benjaminhalko@hotmail.com>
2024-02-18 08:32:32 +07:00
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
f82c439b26 feat: Allow changing languages (#1488)
Co-authored-by: validcube <pun.butrach@gmail.com>
2024-02-12 02:22:25 +03:00
eb6d3cd64e fix(PopScope): User able to exit patch screen when the installer is still running (#1663) 2024-02-03 10:29:34 +07:00
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
ef9b1d5c2d refactor: Replace deprecated WillPopScope (#1604) 2024-01-13 19:34:04 -08:00
7f26c5bd45 revert: "feat: improve predictive back (#1487)"
This reverts commit 06ff36c836.

Signed-off-by: validcube <pun.butrach@gmail.com>
2023-12-11 19:02:13 +07:00
06ff36c836 feat: improve predictive back (#1487)
Signed-off-by: validcube <pun.butrach@gmail.com>
2023-11-20 14:49:39 +07:00
ad3a778fb9 refactor: apply lint from analyzer 2023-11-12 10:02:40 +05:45
5ed3ed9a2d fix: patcher logs hiding behind navigation bar (#1476) 2023-11-11 12:00:21 +07:00
c5fc54e721 fix(installer): open the patched app after install (#1233) 2023-09-03 21:48:28 +07:00
42e41c399f fix: hide install button on error 2023-08-28 19:05:30 +03:00
d9953b1473 fix(installer): use correct elevation level 2023-08-24 19:00:50 +07:00
11d8f9fd30 refactor: apply changes according to Dart
trailing commas
2023-08-12 14:53:54 +07:00
b77d46b2c2 feat(installer): redesign utility options (#1062)
Co-authored-by: Ushie <ushiekane@gmail.com>
2023-08-10 19:02:30 +07:00
fe75b75ddc feat: dpi responsive layout (#361) 2023-08-04 00:38:38 +03:00
1ad906fedc refactor: improve code 2023-06-12 06:01:57 +05:30
b803ce7435 fix: system navigation overlapping UI (#853) 2023-05-10 13:18:51 +03:00
3ae4d69110 chore: migrate deprecation code && code cleanup (#708)
Fixes all issues in `flutter analyze`.
<Reviewed>

Commits:
* chore: migrate deprecated text style

* chore: migrate `toggleableActiveColor` to individual theme

* chore: don't use 'BuildContext's across async gaps
2023-02-20 16:53:53 +07:00
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
dc47da75f2 feat: Adding support for Exporting APK (#439)
* feat: Adding Export APK support

* Using cr_file_saver to simplify export
2022-11-02 17:22:40 +05:30
f398b6863a Merge branch 'flutter' of github.com:revanced/revanced-manager into flutter 2022-09-24 12:12:24 +01:00
32fabcfa3f fix: nav overlapping install buttons. 2022-09-24 12:53:46 +05:30
e0c46e4268 fix: Show "Share log" menu option even if patching has errors 2022-09-23 17:22:39 +01:00
9561153bfb feat: Hide "Install as Root" button if user does not have root access at all 2022-09-23 15:47:30 +01:00
ead308740f refactor: move custom button to shared dir. 2022-09-23 13:00:30 +05:30
bed2cf76d5 feat: Prevent exiting installer on new back button as well and show why exiting is not possible during patching 2022-09-19 17:40:06 +01:00
2f14746124 feat: Add install error dialogs to prevent faulty installations 2022-09-19 01:44:27 +01:00
a178afce99 fix: Fix typo on menu options visibility 2022-09-17 14:47:03 +01:00
0a2a495ab0 feat: custom animated progressbar. 2022-09-16 03:46:46 +05:30
779b659108 fix: Add a SliverAppBar to Contributors view and increase app bars bottom padding 2022-09-12 17:30:44 +01:00
3bb5e70d1c fix: Only show share and install options if patching was successful 2022-09-12 14:20:25 +01:00
0db6426e91 fix: Improve progress indicator background 2022-09-12 11:20:02 +01:00
38088d2f6a fix: Installer buttons should be fixed to bottom 2022-09-12 11:14:54 +01:00
fe13234faa refactor: make install as non root default. 2022-09-09 18:47:30 +05:30
1e890708d2 fix: Further improvements on app theming 2022-09-07 12:01:04 +01:00
27ef74b561 feat: Improve experience of rooted patched app installations (#59) 2022-09-06 14:40:49 +01:00
2944a2b788 feat: add App Info View 2022-09-05 13:43:13 +01:00
5404208562 feat: improve app theming code and add Material You (#58) 2022-09-05 03:32:36 +01:00
4f7b1d4520 feat: overall UI rework in Settings View (#53) 2022-09-02 14:35:25 +01:00
036e8c99b3 feat: integrate progress bar into app bar itself 2022-09-02 00:30:41 +01:00
a580375078 fix: add animations and fix some UI incoherences 2022-09-01 01:25:19 +01:00
533f22924a fix: use single quotes instead of quotes as per Flutter standard 2022-08-31 09:36:36 +01:00
3a7e7679f3 fix: clean patcher view after opening app from installer 2022-08-31 09:33:32 +01:00
c0b164ec26 feat: custom buttons for installer screen. 2022-08-30 19:23:37 +05:30
5041a30fb5 feat: add Sliver App Bar to Home, Patcher, Installer and Settings views 2022-08-24 13:22:36 +01:00
e6b540d32b feat: improve installer screen. 2022-08-23 23:43:06 +05:30
ea532b294e fix: patcher cleaning and improve patches load 2022-08-22 01:31:27 +01:00