Justin Muller

Results 5 issues of Justin Muller

Defining the keys of `SharedPreferences` in string resource files, such as [this](https://github.com/Letme/give-me-coinsMonitoringApp/blob/develop/src/give_me_coins/dashboard/MainScreen.java#L208) is problematic for a couple of reasons: 1) A string value may be updated in `strings.xml` to change...

bug

On a Galaxy S3 the "Show FTC" checkbox on the Settings screen is being cropped. ![ui-cropped](https://f.cloud.github.com/assets/258634/1642684/42afac68-5898-11e3-98ec-83fc6e159842.png)

enhancement

Extracted from issue #17 "@greg84: Also when I tick and untick the "show in notification bar" checkbox I have to exit and restart the app before the notification appears or...

bug
enhancement

`GMCPoolService` does not respect the user-specified update interval. Instead, it does a `GET https://give-me-coins.com/pool/api-ltc` every [10 seconds](https://github.com/Letme/give-me-coinsMonitoringApp/blob/develop/src/give_me_coins/dashboard/GMCPoolService.java#L72) which might be excessive. Should `GET https://give-me-coins.com/pool/api-ltc` only be done as often as...

question

The Android [documentation](http://developer.android.com/reference/java/io/File.html#deleteOnExit%28%29) states that [this](https://github.com/mttkay/ignition/commit/2a9cc0f66e540f8b8cf6875716efc6f7d9dac3fd#diff-75961b663dbd48f060524c65555bc5a1L231) is not guaranteed to delete the file that has been written to the cache.