Commit Graph

22 Commits

Author SHA1 Message Date
7d9a641e24 Dart fix + Flutter upgrade 2025-06-13 17:07:09 -04:00
e0c69b9cf4 Lint all files 2025-06-13 16:53:36 -04:00
b62b60d9df Minor bug: avoid showing empty dialog when notifications tapped (#2250) 2025-04-20 19:01:14 -04:00
6af1748a78 Show error dialog box when error notification tapped (#2246) 2025-04-18 16:05:16 -04:00
22815b8209 Minor bug 2024-12-08 14:53:31 -05:00
a311894b9f Shizuku logic 2: Determination of installation 2024-04-18 20:01:40 +03:00
3d1113c057 Add release asset download button (#1493) 2024-04-07 01:28:45 -04:00
2d7465cca6 Separate notif channel title translations (#979) 2023-10-12 19:51:04 -04:00
5e41d5762b BG task: notif, retry, log tweaks 2023-08-24 10:46:11 -04:00
b59d3e77f9 Enable experimental BG update support (not well tested) (#25) 2023-08-20 22:32:33 -04:00
408bca8951 XAPK bugfixes, HTML default User-Agent 2023-05-09 00:37:06 -04:00
7ea75325bb App name overrides more consistent (#450) 2023-04-12 15:36:17 -04:00
b151eb27e1 Translations + bugfix 2022-12-20 18:19:44 -05:00
a00cfa2ba6 Fixed some strings 2022-12-11 11:46:00 -05:00
f81f6374bb Enhanced Version Detection (Again) (#144)
* Simpler approach to EVD

* Download notifs now have progress bars

* Removed unused import, changed some comments

* Re-added "Please Wait" on Apps list (accidentally removed)

* Updated README.md
2022-12-11 01:59:45 -05:00
49862ad2a6 Reduced download notification importance 2022-12-08 18:57:53 -05:00
963f51dc53 Added download notifications
(removed toast during add app)
2022-12-04 12:48:12 -05:00
17b1f6e5b0 Internationalization (#131)
Replaced hardcoded English strings with locale-based variables based on the [easy_localization](https://pub.dev/packages/easy_localization) Flutter plugin.
2022-11-26 23:53:11 -05:00
ee758e8470 Fixed bug from previous commit 2022-11-10 10:26:36 -05:00
d1a3529036 Switched to package names as app ids (#69)
* Fixes #14 (although detection is disabled in background processes due to the bug described in #60)
    * Added App icons and basic installed detection
    * Real Package Names Used as IDs + App Icons (INCONVENIENT FOR PREVIOUS VERSION USERS)
    * Switch to using extracted names (no custom names)

* Fixes #57

* Fixes #67

* Fixes #64

* Fixes #61

* Commented out APKMirror and added code to remove their Apps

* Updated README

* Switched to Flutter stable (causes some UI elements to switch back to the old material design style, but this will be fixed in later Flutter releases)

* BG task silently retries on network errors

* Updated screenshots
2022-10-29 13:13:28 -04:00
0a9373e65a More work on silent updates (not working in BG) 2022-09-24 18:43:05 -04:00
e7170aca48 Various bugfixes + refactors 2022-08-27 01:07:48 -04:00