Connor Tumbleson
Connor Tumbleson
Per deprecation note, this feature will be removed in Apktool ~v2.5.0~ v2.6.0 due to stricter Android builds making it useless.
This breaks recompilation badly and probably not the best way to handle this. Still investigating. fixes: #2514
refs: #2574
Original [issue 204](https://code.google.com/p/android-apktool/issues/detail?id=204) created by ericchubb on 2011-08-11T11:20:18.000Z: > What steps will reproduce the problem? Download http://www.freewarelovers.com/android/download/temp/1298727501_Guns-n-Glory_FREE_1.5.1.apk (too big to attach to the bug) 1. Decompile the APK file using...
**Bug Description** Using `dry-run` with `dangerous-clean-slate` does not work. **My Action Config** ```yaml - name: Upload Website uses: SamKirkland/[email protected] with: server: ${{ steps.vars.outputs.website_host }} username: ${{ steps.vars.outputs.website_username }} password: ${{...
Hi, I was looking into whether a platform specific dropdown existed. Material seems to have - https://api.flutter.dev/flutter/material/DropdownButton-class.html Cupertino has a picker - https://api.flutter.dev/flutter/cupertino/CupertinoPicker-class.html They seem to have some widely different...
So I forked the project yesterday to add some missing parameters and I ran `yarn run all` to make sure my cloned copy before starting was passing tests, etc. The...
- [x] Laravel 7 - [x] GitHub Action (Tests) - [ ] PHP74 - [x] PHPCS (GitHub Action) - [ ] Deployer (Deploys via GitHub Action) - [x] Remove hard-coded...
https://bungie-net.github.io/multi/operation_get_Destiny2-GetLinkedProfiles.html#operation_get_Destiny2-GetLinkedProfiles * Seems this endpoint was added and this is better than manually searching endpoints for matching membershipIds. * Update our OAUTH sign in and selection page to leverage this...