Letme / give-me-coinsMonitoringApp

Android app for monitoring workers on give-me-coins.com mining pool.
GNU General Public License v3.0
24 stars 21 forks source link

"Delete Settings" button does not clear the UI #16

Closed justinmuller closed 10 years ago

justinmuller commented 10 years ago

I was confused when I clicked the "Delete Settings" button and my API key and currency selections were not cleared. I think clearing the API key TextView would give users reassurance that their API key has been deleted.

Letme commented 10 years ago

Yes, I agree.

Letme commented 10 years ago

Implemented in Beta2.5

justinmuller commented 10 years ago

I think this should reset the API Key EditText back to R.string.api_key_hint ("Your API key with /pool/api-ltc...") instead of clearing it via .setText(" ")

Letme commented 10 years ago

Is this better -> 4a78f95e403538c3ee45dbb72bc5232a905b4f8b ?

Letme commented 10 years ago

Implemented in Beta2.6 with hint ;)