Skip to content

Instantly share code, notes, and snippets.

View Adamantcheese's full-sized avatar

Adamantcheese

  • Floating on a tube in the digital ocean
View GitHub Profile
@Adamantcheese
Adamantcheese / README.txt
Created October 18, 2019 02:54
WoW Classic Vendor Bid Assist
Basically shove in the vendor price of an item and it'll spit out the maximum bid you should put to assure that you get the item (assuming nobody goes above you). There's also a value for minimum profit so that you avoid bidding on stuff you don't care about. Works well for most things, adjust the 1.04 to something else for super high gold values (adjust down).
@Adamantcheese
Adamantcheese / changelogs.md
Last active July 12, 2020 16:37
Clover to Kuroba cumulative feature log
  • Releases are signed by Adamantcheese.

  • Dropped support for API 20 (Android 4.4W) and below. Only ~10.7% of devices use this anymore. Only API 21 (Android 5.0) and above will be supported. This also let us upgrade to a newer version of OkHTTP.

  • Migrate to AndroidX and updates to a number of libraries.

  • Remove force English locale. The app is only in English now due to issues with poor, incomplete translations, and the force-locale option no longer working or able to be working as of API 17.

  • Major application architecture changes, to easily facilitate forking. See docs/release.txt as well as the build.gradle file.

  • A number of performance improvements.

  • Codestyle is provided in the project now. See .idea/codeStyles.

  • Logger should only now spit out stuff you care about, and uncaught exceptions are easier to find; also phone info is dumped, so really a crash log is more than enough for most crash issues.