poundifdef / VirginMobileMinutesChecker

Android app which allows Virgin Mobile US customers to view how many minutes are remaining, how much they owe on the account, and when payment is due

Home Page:https://market.android.com/details?id=com.jaygoel.virginminuteschecker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1.3 commit changed defaults in only 1 of 2 places

drfloob opened this issue · comments

in your v1.3 commit, you changed the default outgoingCallPrefTitle to true, but the default in code is false (see MinutesService.java around line 57). So it wasn't actually on by default. I verified that just visiting the settings screen showed a checked box next to the option, which then was enough to make the pref stick as "true".

Okay - it looks like when I was mucking around in your updates, I didn't do a thorough job making sure all of my own changes were consistent! (note to self: programming is harder than it looks.) Thank you for pointing this out, will definitely fix.