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

Monthly Charge Showing HTML

notserpmh opened this issue · comments

The "Monthly Charge" item in the app is now showing most of the HTML for the page instead of the correct monthly charge. This is because VM changed the HTML of their page.

Line 140 of WebsiteScraper.java:

srch = "<h3>Monthly Charge</h3><p>";

Should now be:

srch = "<h3>Next Month's Charge</h3><p>";

That should fix the bug I think. I currently don't have a dev environment setup to test/build Android apps, but I will try to set one up in the next few days to test if I can. I thought I would just post it as a bug since it might be a quick fix for someone who is already setup to work on the project.

Thanks for all your hard work on this project! It is a big help!

Yep, just needed to make the change and push out the fix. Thanks for reporting this!

No problem. Saw the update in the market today. Thanks so much for your help and for your awesome program!