Skip to content

HyBlockUtils (v1.0.0)

Pre-release
Pre-release
Compare
Choose a tag to compare
@doej1367 doej1367 released this 19 Sep 23:38
· 13 commits to master since this release

EDIT: The apk file download somehow got corrupted.
Use the one from release v1.0.2 instead.

Bug Fixes and Code Improvements

  • improved data structure for Threads in addPages in PriceLookupFragment
  • fixed double uuid lookup in ProfileFragment and ProfileSearchFragment
  • disabled backups for a little more security with the stored api key
    • still no encryption for improved security on rooted or stolen devices though, as encrypted preferences on API level 16 are difficult to implement... If you wanna know how secure the currently used SharedPreferences are, you might wanna check out the following link: https://stackoverflow.com/a/26077852/6307611
    • for maximum security the api key should not be saved at all or be PIN protected. Problem with this is that the api key or at least a password / PIN would be necessary on each and every every startup of this app, which would probably become very annoing over time.
  • updated dependencies