diff --git a/.gitignore b/.gitignore index 87b3f37..bcf29fd 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ gen/ .idea/ *.iml *.eml + +*.txt +*.html diff --git a/README.md b/README.md index 469ffa9..caf996c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -PagePlusBalance v0.5.1 +PagePlusBalance v0.5.2 =========================== PagePlusBalance retrieves your balance from PagePlusCellular.com, currently for android phones. @@ -22,11 +22,13 @@ 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 +Android application icon © cluck's deSiGN studio [CC-BY-SA-3.0 (http://creativecommons.org/licenses/by-sa/3.0) Changelog ---------------------- +0.5.2: + 1. New icon custom made for this app by cluck's deSiGN studio and released under CC-BY-SA-3.0, thanks! + 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 @@ -41,7 +43,7 @@ Changelog 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. @@ -65,7 +67,7 @@ I'd love to know, so drop me a line if you would. License: (full text in LICENSE) ---------------------- PagePlusBalance retrieves your balance from PagePlusCellular.com, currently for android phones. -Copyright (C) 2010 Travis Burtrum (moparisthebest) +Copyright (C) 2010-2013 Travis Burtrum (moparisthebest) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -80,6 +82,10 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . +Contributors +---------------------- +* cluck's deSiGN studio for new icon + TODO: ---------------------- 1. You suggest it, via a github issue or email! diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 9c14e82..7546079 100755 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -19,7 +19,7 @@ + android:versionName="0.5.2" android:versionCode="8"> - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - + style="fill-rule:evenodd" + viewBox="0 0 7707.9997 7712.0002" + id="svg3029" + inkscape:version="0.48.3.1 r9886" + sodipodi:docname="owl.svg">image/svg+xmlcluck’s deSiGN studio + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/res/drawable-hdpi/icon.png b/android/res/drawable-hdpi/icon.png index 9d167f4..269961c 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 1a37a69..78cff8b 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 ecac7c1..4a2920a 100755 Binary files a/android/res/drawable-mdpi/icon.png and b/android/res/drawable-mdpi/icon.png differ