kitadai31
kitadai31
I already tried ?dev=true at ReVanced API, but it didn't effect. https://api.revanced.app/v2/revanced-patches/releases/latest?dev=true So, I thought it wasn't implemented yet. That's why I limited to GitHub API only. I didn't know...
Waiting for the parameter issue in ReVanced API to be fixed I have some questions 1. I added the ReVanced API v2 related logic in revanced_api.dart, but should I split...
I think this PR needs a review by @TheAabedKhan. Would you review please?
Thank you. I checked that it fixes the issues. However, ?per_page=100 caused bad performance when the changelogs are long. (even on release build, Snapdragon 845 phone) It took 1.5 seconds...
It's more readable than two loops! Thank you for the advice. I just came up with an idea.  This version string in `UpdateConfirmationSheet` can be obtained from a field...
## Changes ### update_confirmation_sheet.dart: - Change version string reference from `snapshot.data!['tag_name']` to `model.latestPatchesVersion` - Use FutureBuilder only for the changelog part - This allows users to update manager even when...
@validcube May I make a PR for this? I'm thinking of using toast to notify the rate limit and time remaining like this. But before I open the PR, I...
OK oSumAtrIX and nullcube. I can't think of a good idea to display the error, and I don't have that much skill with Flutter, so I'll stop doing this PR,...
I looked around some revisions of github_api.dart, but Lock has never been added
ReVanced Manager works on Android 5.0 completely. Desugaring has no disadvantages other than slightly increasing APK size. I don't know about Android 4.4, but it's worth a try. Some patch...