diff --git a/README.md b/README.md index 8590497..469ffa9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -PagePlusBalance v0.5 +PagePlusBalance v0.5.1 =========================== PagePlusBalance retrieves your balance from PagePlusCellular.com, currently for android phones. @@ -22,6 +22,35 @@ sending a text of BAL to 7243, and parsing the response. time you refreshed it. 5. Open source under GNU/AGPL! +Android application icon © Nevit Dilmen [CC-BY-SA-3.0 (http://creativecommons.org/licenses/by-sa/3.0) or GFDL (http://www.gnu.org/copyleft/fdl.html)], via Wikimedia Commons +https://commons.wikimedia.org/wiki/File:Owl.svg + +Changelog +---------------------- +0.5.1: + 1. Page Plus requested I remove the app from the market because I am infringing on their IP, so this update changes the icon. New icon is © Nevit Dilmen [CC-BY-SA-3.0 or GFDL], via Wikimedia Commons + +0.5: + 1. Added ability to check balance via SMS (sending BAL to 7243) + 2. Behind-the-scenes major code re-write to enable better future features. + +0.4: + 1. Fixed parsing of page plus's new website. + 2. Now return list of valid phone names if you don't enter a correct one. + +Android market entry +---------------------- +This is NOT an official page plus application, if it wasn't obvious enough already. I am simply a page plus user who wanted a decent way to check my balance, so I wrote this. Page Plus now all of the sudden after about 3 years wants this app removed from the market because they *may* write their own app *sometime* in the future. If it does get removed, it will always be available at the github URL below (so bookmark it), but maybe you should email page plus to tell them you would like this app to remain on the market if it's helpful to you. + +This app allows Page Plus users to check up on their balance, minutes, texts, and data using the least amount of data transfer possible, OR via SMS. + +Currently tested and works on Pay-go, TnT1200, and Unlimited plans. If it doesn't work on your plan, email me the HTML source to your page plus account info and I'll add in support. + +If you have issues or requests for this app, please create an issue at the github link below. If you can't do that, email me at android@moparisthebest.org, but know that github issues will receive priority. + +Code released under GNU/AGPL at github. +https://github.com/moparisthebest/PagePlusBalance + How to comply with License: ---------------------- Basically, the AGPL requires that if you distribute the code, diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 4c1ce2e..9c14e82 100755 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -19,7 +19,7 @@ + android:versionName="0.5.1" android:versionCode="7"> + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/res/drawable-hdpi/icon.png b/android/res/drawable-hdpi/icon.png index f2e9ebe..9d167f4 100755 Binary files a/android/res/drawable-hdpi/icon.png and b/android/res/drawable-hdpi/icon.png differ diff --git a/android/res/drawable-ldpi/icon.png b/android/res/drawable-ldpi/icon.png index b459098..1a37a69 100755 Binary files a/android/res/drawable-ldpi/icon.png and b/android/res/drawable-ldpi/icon.png differ diff --git a/android/res/drawable-mdpi/icon.png b/android/res/drawable-mdpi/icon.png index b75d248..ecac7c1 100755 Binary files a/android/res/drawable-mdpi/icon.png and b/android/res/drawable-mdpi/icon.png differ